Pull request #43352 opened Started by user Sebastiaan van Stijn Rebuilds build #1 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Obtained Jenkinsfile from b92af14a1c47368b8cf1c52e303adf6e11cebc3b+83b51522df43866e39f7c757a6ab84ef4050eeb3 (274d486b6d686269434256a7f5e2838e30d04ec3) 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-43352@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-09T22:01:06.157Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2022-03-09T22:01:06.160Z] Trying to pass milestone 1 [Pipeline] milestone [2022-03-09T22:01:06.234Z] Trying to pass milestone 2 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2022-03-09T22:01:21.401Z] Still waiting to schedule task [2022-03-09T22:01:21.403Z] ‘EC2 (managed-agents) - ubuntu-1804-overlay2 (i-02cfd28cbdb4197bc)’ is offline [2022-03-09T22:02:19.009Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-02cfd28cbdb4197bc) in /home/ubuntu/workspace/moby_PR-43352 [Pipeline] { [Pipeline] checkout [2022-03-09T22:02:19.052Z] The recommended git tool is: git [2022-03-09T22:02:19.073Z] using credential docker-jenkins-github-credentials [2022-03-09T22:02:19.092Z] Cloning the remote Git repository [2022-03-09T22:02:19.092Z] Cloning with configured refspecs honoured and without tags [2022-03-09T22:02:19.083Z] Cloning repository https://github.com/moby/moby.git [2022-03-09T22:02:19.083Z] > git init /home/ubuntu/workspace/moby_PR-43352 # timeout=10 [2022-03-09T22:02:19.107Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-09T22:02:19.107Z] > git --version # timeout=10 [2022-03-09T22:02:19.132Z] > git --version # 'git version 2.17.1' [2022-03-09T22:02:19.132Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-09T22:02:19.133Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43352/head:refs/remotes/origin/PR-43352 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-09T22:02:40.709Z] Fetching without tags [2022-03-09T22:02:40.974Z] Merging remotes/origin/master commit 83b51522df43866e39f7c757a6ab84ef4050eeb3 into PR head commit b92af14a1c47368b8cf1c52e303adf6e11cebc3b [2022-03-09T22:02:41.711Z] Merge succeeded, producing b92af14a1c47368b8cf1c52e303adf6e11cebc3b [2022-03-09T22:02:41.711Z] Checking out Revision b92af14a1c47368b8cf1c52e303adf6e11cebc3b (PR-43352) [2022-03-09T22:02:40.657Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-09T22:02:40.665Z] > git config --add remote.origin.fetch +refs/pull/43352/head:refs/remotes/origin/PR-43352 # timeout=10 [2022-03-09T22:02:40.674Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-09T22:02:40.691Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-09T22:02:40.701Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-09T22:02:40.701Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-09T22:02:40.702Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43352/head:refs/remotes/origin/PR-43352 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-09T22:02:40.968Z] > git config core.sparsecheckout # timeout=10 [2022-03-09T22:02:40.984Z] > git checkout -f b92af14a1c47368b8cf1c52e303adf6e11cebc3b # timeout=10 [2022-03-09T22:02:41.641Z] > git remote # timeout=10 [2022-03-09T22:02:41.654Z] > git config --get remote.origin.url # timeout=10 [2022-03-09T22:02:41.662Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-09T22:02:41.662Z] > git merge 83b51522df43866e39f7c757a6ab84ef4050eeb3 # timeout=10 [2022-03-09T22:02:41.678Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-03-09T22:02:41.702Z] > git config core.sparsecheckout # timeout=10 [2022-03-09T22:02:41.710Z] > git checkout -f b92af14a1c47368b8cf1c52e303adf6e11cebc3b # timeout=10 [2022-03-09T22:02:42.683Z] Commit message: "vendor: github.com/docker/distribution v2.8.1" [2022-03-09T22:02:42.677Z] > git rev-list --no-walk b92af14a1c47368b8cf1c52e303adf6e11cebc3b # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-03-09T22:02:43.410Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43352:/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-09T22:02:47.594Z] 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] } Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] stage [Pipeline] { (Unit tests) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] stage [Pipeline] { (Integration tests) Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [2022-03-09T22:03:03.061Z] Still waiting to schedule task [2022-03-09T22:03:03.061Z] ‘EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0752798e8c8ecc9d2)’ is offline [2022-03-09T22:03:03.061Z] ‘EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-0ca91ec122fd5a8c7)’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-03-09T22:03:03.061Z] ‘EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-04832e28994f3c298)’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-03-09T22:03:03.061Z] ‘azwin-2-e6a1f0’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-03-09T22:03:03.061Z] ‘ppc64le-ubuntu-11’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-03-09T22:03:03.061Z] ‘ppc64le-ubuntu-12’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-03-09T22:03:03.061Z] ‘ppc64le-ubuntu-13’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-03-09T22:03:03.061Z] ‘ppc64le-ubuntu-14’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-03-09T22:03:03.061Z] ‘ppc64le-ubuntu-15’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-03-09T22:03:03.061Z] ‘ppc64le-ubuntu-16’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-03-09T22:03:03.061Z] ‘ppc64le-ubuntu-17’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-03-09T22:03:03.061Z] ‘ppc64le-ubuntu-18’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-03-09T22:03:03.061Z] ‘ppc64le-ubuntu-19’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-03-09T22:03:03.062Z] ‘ppc64le-ubuntu-20’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-03-09T22:03:03.062Z] ‘ppc64le-ubuntu-21’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-03-09T22:03:03.062Z] ‘ppc64le-ubuntu-22’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-03-09T22:03:03.062Z] ‘ppc64le-ubuntu-23’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-03-09T22:03:03.062Z] ‘ppc64le-ubuntu-24’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-03-09T22:03:03.062Z] ‘ppc64le-ubuntu-25’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-03-09T22:03:03.062Z] ‘ppc64le-ubuntu-26’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-03-09T22:03:03.062Z] ‘ppc64le-ubuntu-27’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-03-09T22:03:03.062Z] ‘ppc64le-ubuntu-28’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-03-09T22:03:03.062Z] ‘ppc64le-ubuntu-31’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-03-09T22:03:03.062Z] ‘ppc64le-ubuntu-32’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-03-09T22:03:03.062Z] ‘ppc64le-ubuntu-33’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-03-09T22:03:03.062Z] ‘ppc64le-ubuntu-34’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-03-09T22:03:03.062Z] ‘s390x-ubuntu-01’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-03-09T22:03:03.062Z] ‘s390x-ubuntu-02’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-03-09T22:03:03.062Z] ‘s390x-ubuntu-03’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-03-09T22:03:03.062Z] ‘s390x-ubuntu-04’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-03-09T22:03:03.062Z] ‘s390x-ubuntu-05’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-03-09T22:03:03.062Z] ‘s390x-ubuntu-06’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-03-09T22:03:03.062Z] ‘s390x-ubuntu-13’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-03-09T22:03:03.062Z] ‘s390x-ubuntu-14’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-03-09T22:03:03.062Z] ‘s390x-ubuntu-15’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-03-09T22:03:03.062Z] ‘s390x-ubuntu-16’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-03-09T22:03:03.062Z] ‘s390x-ubuntu-25’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-03-09T22:03:03.062Z] ‘s390x-ubuntu-26’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-03-09T22:03:03.062Z] ‘s390x-ubuntu-29’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-03-09T22:03:03.062Z] ‘s390x-ubuntu-30’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-03-09T22:03:03.062Z] Still waiting to schedule task [2022-03-09T22:03:03.063Z] ‘EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0752798e8c8ecc9d2)’ is offline [2022-03-09T22:03:03.063Z] ‘EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-0ca91ec122fd5a8c7)’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-03-09T22:03:03.063Z] ‘EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-04832e28994f3c298)’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-03-09T22:03:03.063Z] ‘azwin-2-e6a1f0’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-03-09T22:03:03.063Z] ‘ppc64le-ubuntu-11’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-03-09T22:03:03.063Z] ‘ppc64le-ubuntu-12’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-03-09T22:03:03.063Z] ‘ppc64le-ubuntu-13’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-03-09T22:03:03.063Z] ‘ppc64le-ubuntu-14’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-03-09T22:03:03.063Z] ‘ppc64le-ubuntu-15’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-03-09T22:03:03.063Z] ‘ppc64le-ubuntu-16’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-03-09T22:03:03.063Z] ‘ppc64le-ubuntu-17’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-03-09T22:03:03.063Z] ‘ppc64le-ubuntu-18’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-03-09T22:03:03.063Z] ‘ppc64le-ubuntu-19’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-03-09T22:03:03.063Z] ‘ppc64le-ubuntu-20’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-03-09T22:03:03.063Z] ‘ppc64le-ubuntu-21’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-03-09T22:03:03.063Z] ‘ppc64le-ubuntu-22’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-03-09T22:03:03.063Z] ‘ppc64le-ubuntu-23’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-03-09T22:03:03.063Z] ‘ppc64le-ubuntu-24’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-03-09T22:03:03.063Z] ‘ppc64le-ubuntu-25’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-03-09T22:03:03.063Z] ‘ppc64le-ubuntu-26’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-03-09T22:03:03.063Z] ‘ppc64le-ubuntu-27’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-03-09T22:03:03.063Z] ‘ppc64le-ubuntu-28’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-03-09T22:03:03.063Z] ‘ppc64le-ubuntu-31’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-03-09T22:03:03.063Z] ‘ppc64le-ubuntu-32’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-03-09T22:03:03.063Z] ‘ppc64le-ubuntu-33’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-03-09T22:03:03.063Z] ‘ppc64le-ubuntu-34’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-03-09T22:03:03.063Z] ‘s390x-ubuntu-01’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-03-09T22:03:03.063Z] ‘s390x-ubuntu-02’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-03-09T22:03:03.063Z] ‘s390x-ubuntu-03’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-03-09T22:03:03.063Z] ‘s390x-ubuntu-04’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-03-09T22:03:03.063Z] ‘s390x-ubuntu-05’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-03-09T22:03:03.063Z] ‘s390x-ubuntu-06’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-03-09T22:03:03.063Z] ‘s390x-ubuntu-13’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-03-09T22:03:03.063Z] ‘s390x-ubuntu-14’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-03-09T22:03:03.063Z] ‘s390x-ubuntu-15’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-03-09T22:03:03.063Z] ‘s390x-ubuntu-16’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-03-09T22:03:03.063Z] ‘s390x-ubuntu-25’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-03-09T22:03:03.063Z] ‘s390x-ubuntu-26’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-03-09T22:03:03.063Z] ‘s390x-ubuntu-29’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-03-09T22:03:03.063Z] ‘s390x-ubuntu-30’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-03-09T22:03:03.063Z] Still waiting to schedule task [2022-03-09T22:03:03.063Z] ‘EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0752798e8c8ecc9d2)’ is offline [2022-03-09T22:03:03.063Z] ‘EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-0ca91ec122fd5a8c7)’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-03-09T22:03:03.063Z] ‘EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-04832e28994f3c298)’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-03-09T22:03:03.063Z] ‘azwin-2-e6a1f0’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-03-09T22:03:03.063Z] ‘ppc64le-ubuntu-11’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-03-09T22:03:03.063Z] ‘ppc64le-ubuntu-12’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-03-09T22:03:03.063Z] ‘ppc64le-ubuntu-13’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-03-09T22:03:03.063Z] ‘ppc64le-ubuntu-14’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-03-09T22:03:03.063Z] ‘ppc64le-ubuntu-15’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-03-09T22:03:03.063Z] ‘ppc64le-ubuntu-16’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-03-09T22:03:03.063Z] ‘ppc64le-ubuntu-17’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-03-09T22:03:03.063Z] ‘ppc64le-ubuntu-18’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-03-09T22:03:03.063Z] ‘ppc64le-ubuntu-19’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-03-09T22:03:03.063Z] ‘ppc64le-ubuntu-20’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-03-09T22:03:03.063Z] ‘ppc64le-ubuntu-21’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-03-09T22:03:03.063Z] ‘ppc64le-ubuntu-22’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-03-09T22:03:03.063Z] ‘ppc64le-ubuntu-23’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-03-09T22:03:03.063Z] ‘ppc64le-ubuntu-24’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-03-09T22:03:03.063Z] ‘ppc64le-ubuntu-25’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-03-09T22:03:03.063Z] ‘ppc64le-ubuntu-26’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-03-09T22:03:03.063Z] ‘ppc64le-ubuntu-27’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-03-09T22:03:03.063Z] ‘ppc64le-ubuntu-28’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-03-09T22:03:03.063Z] ‘ppc64le-ubuntu-31’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-03-09T22:03:03.063Z] ‘ppc64le-ubuntu-32’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-03-09T22:03:03.063Z] ‘ppc64le-ubuntu-33’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-03-09T22:03:03.063Z] ‘ppc64le-ubuntu-34’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-03-09T22:03:03.063Z] ‘s390x-ubuntu-01’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-03-09T22:03:03.063Z] ‘s390x-ubuntu-02’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-03-09T22:03:03.063Z] ‘s390x-ubuntu-03’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-03-09T22:03:03.063Z] ‘s390x-ubuntu-04’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-03-09T22:03:03.064Z] ‘s390x-ubuntu-05’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-03-09T22:03:03.064Z] ‘s390x-ubuntu-06’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-03-09T22:03:03.064Z] ‘s390x-ubuntu-13’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-03-09T22:03:03.064Z] ‘s390x-ubuntu-14’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-03-09T22:03:03.064Z] ‘s390x-ubuntu-15’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-03-09T22:03:03.064Z] ‘s390x-ubuntu-16’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-03-09T22:03:03.064Z] ‘s390x-ubuntu-25’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-03-09T22:03:03.064Z] ‘s390x-ubuntu-26’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-03-09T22:03:03.064Z] ‘s390x-ubuntu-29’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-03-09T22:03:03.064Z] ‘s390x-ubuntu-30’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-03-09T22:03:03.064Z] Still waiting to schedule task [2022-03-09T22:03:03.065Z] ‘EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-04832e28994f3c298)’ is offline [2022-03-09T22:03:03.067Z] Still waiting to schedule task [2022-03-09T22:03:03.067Z] ‘EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-0ca91ec122fd5a8c7)’ is offline [2022-03-09T22:03:03.068Z] Still waiting to schedule task [2022-03-09T22:03:03.069Z] Waiting for next available executor on ‘azwin-2-37a5f0’ [2022-03-09T22:03:03.069Z] Still waiting to schedule task [2022-03-09T22:03:03.070Z] ‘azwin-2-e6a1f0’ is offline [2022-03-09T22:03:03.071Z] Still waiting to schedule task [2022-03-09T22:03:03.071Z] ‘azwin-2-e6a1f0’ is offline [2022-03-09T22:03:23.187Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-04b33bd1a081eea67) in /home/ubuntu/workspace/moby_PR-43352 [Pipeline] { [Pipeline] checkout [2022-03-09T22:03:23.220Z] The recommended git tool is: git [2022-03-09T22:03:23.249Z] using credential docker-jenkins-github-credentials [2022-03-09T22:03:23.273Z] Cloning the remote Git repository [2022-03-09T22:03:23.273Z] Cloning with configured refspecs honoured and without tags [2022-03-09T22:03:23.274Z] Cloning repository https://github.com/moby/moby.git [2022-03-09T22:03:23.274Z] > git init /home/ubuntu/workspace/moby_PR-43352 # timeout=10 [2022-03-09T22:03:23.297Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-09T22:03:23.297Z] > git --version # timeout=10 [2022-03-09T22:03:23.312Z] > git --version # 'git version 2.17.1' [2022-03-09T22:03:23.312Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-09T22:03:23.313Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43352/head:refs/remotes/origin/PR-43352 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-09T22:03:45.736Z] Fetching without tags [2022-03-09T22:03:45.976Z] Merging remotes/origin/master commit 83b51522df43866e39f7c757a6ab84ef4050eeb3 into PR head commit b92af14a1c47368b8cf1c52e303adf6e11cebc3b [2022-03-09T22:03:46.726Z] Merge succeeded, producing b92af14a1c47368b8cf1c52e303adf6e11cebc3b [2022-03-09T22:03:46.726Z] Checking out Revision b92af14a1c47368b8cf1c52e303adf6e11cebc3b (PR-43352) [2022-03-09T22:03:45.706Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-09T22:03:45.709Z] > git config --add remote.origin.fetch +refs/pull/43352/head:refs/remotes/origin/PR-43352 # timeout=10 [2022-03-09T22:03:45.713Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-09T22:03:45.721Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-09T22:03:45.729Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-09T22:03:45.729Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-09T22:03:45.730Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43352/head:refs/remotes/origin/PR-43352 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-09T22:03:45.980Z] > git config core.sparsecheckout # timeout=10 [2022-03-09T22:03:45.992Z] > git checkout -f b92af14a1c47368b8cf1c52e303adf6e11cebc3b # timeout=10 [2022-03-09T22:03:46.673Z] > git remote # timeout=10 [2022-03-09T22:03:46.681Z] > git config --get remote.origin.url # timeout=10 [2022-03-09T22:03:46.689Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-09T22:03:46.690Z] > git merge 83b51522df43866e39f7c757a6ab84ef4050eeb3 # timeout=10 [2022-03-09T22:03:46.707Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-03-09T22:03:46.719Z] > git config core.sparsecheckout # timeout=10 [2022-03-09T22:03:46.726Z] > git checkout -f b92af14a1c47368b8cf1c52e303adf6e11cebc3b # timeout=10 [2022-03-09T22:03:47.693Z] Commit message: "vendor: github.com/docker/distribution v2.8.1" [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-03-09T22:03:48.464Z] + [ PR != PR ] [2022-03-09T22:03:48.465Z] + [ master != master ] [2022-03-09T22:03:48.465Z] + [ = true ] [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-03-09T22:03:48.801Z] + docker version [2022-03-09T22:03:48.801Z] Client: Docker Engine - Community [2022-03-09T22:03:48.801Z] Version: 20.10.12 [2022-03-09T22:03:48.801Z] API version: 1.41 [2022-03-09T22:03:48.801Z] Go version: go1.16.12 [2022-03-09T22:03:48.801Z] Git commit: e91ed57 [2022-03-09T22:03:48.801Z] Built: Mon Dec 13 11:45:27 2021 [2022-03-09T22:03:48.801Z] OS/Arch: linux/amd64 [2022-03-09T22:03:48.801Z] Context: default [2022-03-09T22:03:48.801Z] Experimental: true [2022-03-09T22:03:48.801Z] [2022-03-09T22:03:48.801Z] Server: Docker Engine - Community [2022-03-09T22:03:48.801Z] Engine: [2022-03-09T22:03:48.801Z] Version: 20.10.12 [2022-03-09T22:03:48.801Z] API version: 1.41 (minimum version 1.12) [2022-03-09T22:03:48.801Z] Go version: go1.16.12 [2022-03-09T22:03:48.801Z] Git commit: 459d0df [2022-03-09T22:03:48.801Z] Built: Mon Dec 13 11:43:36 2021 [2022-03-09T22:03:48.801Z] OS/Arch: linux/amd64 [2022-03-09T22:03:48.801Z] Experimental: true [2022-03-09T22:03:48.801Z] containerd: [2022-03-09T22:03:48.801Z] Version: 1.4.12 [2022-03-09T22:03:48.801Z] GitCommit: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-03-09T22:03:48.801Z] runc: [2022-03-09T22:03:48.801Z] Version: 1.0.2 [2022-03-09T22:03:48.801Z] GitCommit: v1.0.2-0-g52b36a2 [2022-03-09T22:03:48.801Z] docker-init: [2022-03-09T22:03:48.801Z] Version: 0.19.0 [2022-03-09T22:03:48.801Z] GitCommit: de40ad0 [Pipeline] sh [2022-03-09T22:03:49.098Z] + docker info [2022-03-09T22:03:49.485Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-032a92a6889fd2e2a) in /home/ubuntu/workspace/moby_PR-43352 [Pipeline] { [Pipeline] checkout [2022-03-09T22:03:49.623Z] The recommended git tool is: git [2022-03-09T22:03:53.299Z] using credential docker-jenkins-github-credentials [2022-03-09T22:03:53.307Z] Cloning the remote Git repository [2022-03-09T22:03:53.307Z] Cloning with configured refspecs honoured and without tags [2022-03-09T22:03:53.299Z] Cloning repository https://github.com/moby/moby.git [2022-03-09T22:03:53.357Z] > git init /home/ubuntu/workspace/moby_PR-43352 # timeout=10 [2022-03-09T22:03:53.655Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-09T22:03:53.655Z] > git --version # timeout=10 [2022-03-09T22:03:53.673Z] > git --version # 'git version 2.25.1' [2022-03-09T22:03:53.674Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-09T22:03:53.676Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43352/head:refs/remotes/origin/PR-43352 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-09T22:03:54.755Z] Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-024894caee46fc707) in /home/ubuntu/workspace/moby_PR-43352 [Pipeline] { [Pipeline] checkout [2022-03-09T22:03:54.859Z] The recommended git tool is: git [2022-03-09T22:03:56.939Z] using credential docker-jenkins-github-credentials [2022-03-09T22:03:56.948Z] Cloning the remote Git repository [2022-03-09T22:03:56.948Z] Cloning with configured refspecs honoured and without tags [2022-03-09T22:03:56.982Z] Cloning repository https://github.com/moby/moby.git [2022-03-09T22:03:57.060Z] > git init /home/ubuntu/workspace/moby_PR-43352 # timeout=10 [2022-03-09T22:03:57.302Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-09T22:03:57.302Z] > git --version # timeout=10 [2022-03-09T22:03:57.329Z] > git --version # 'git version 2.25.1' [2022-03-09T22:03:57.329Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-09T22:03:57.330Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43352/head:refs/remotes/origin/PR-43352 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-09T22:03:59.090Z] Client: [2022-03-09T22:03:59.090Z] Context: default [2022-03-09T22:03:59.090Z] Debug Mode: false [2022-03-09T22:03:59.090Z] Plugins: [2022-03-09T22:03:59.090Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-03-09T22:03:59.090Z] buildx: Docker Buildx (Docker Inc., v0.7.1-docker) [2022-03-09T22:03:59.090Z] compose: Docker Compose (Docker Inc., v2.2.3) [2022-03-09T22:03:59.090Z] scan: Docker Scan (Docker Inc., v0.12.0) [2022-03-09T22:03:59.090Z] [2022-03-09T22:03:59.090Z] Server: [2022-03-09T22:03:59.090Z] Containers: 0 [2022-03-09T22:03:59.090Z] Running: 0 [2022-03-09T22:03:59.090Z] Paused: 0 [2022-03-09T22:03:59.090Z] Stopped: 0 [2022-03-09T22:03:59.090Z] Images: 1 [2022-03-09T22:03:59.090Z] Server Version: 20.10.12 [2022-03-09T22:03:59.090Z] Storage Driver: overlay2 [2022-03-09T22:03:59.090Z] Backing Filesystem: extfs [2022-03-09T22:03:59.090Z] Supports d_type: true [2022-03-09T22:03:59.090Z] Native Overlay Diff: true [2022-03-09T22:03:59.090Z] userxattr: false [2022-03-09T22:03:59.090Z] Logging Driver: json-file [2022-03-09T22:03:59.090Z] Cgroup Driver: cgroupfs [2022-03-09T22:03:59.090Z] Cgroup Version: 1 [2022-03-09T22:03:59.090Z] Plugins: [2022-03-09T22:03:59.090Z] Volume: local [2022-03-09T22:03:59.090Z] Network: bridge host ipvlan macvlan null overlay [2022-03-09T22:03:59.090Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-03-09T22:03:59.090Z] Swarm: inactive [2022-03-09T22:03:59.090Z] Runtimes: runc io.containerd.runc.v2 io.containerd.runtime.v1.linux [2022-03-09T22:03:59.090Z] Default Runtime: runc [2022-03-09T22:03:59.090Z] Init Binary: docker-init [2022-03-09T22:03:59.090Z] containerd version: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-03-09T22:03:59.090Z] runc version: v1.0.2-0-g52b36a2 [2022-03-09T22:03:59.090Z] init version: de40ad0 [2022-03-09T22:03:59.090Z] Security Options: [2022-03-09T22:03:59.090Z] apparmor [2022-03-09T22:03:59.090Z] seccomp [2022-03-09T22:03:59.090Z] Profile: default [2022-03-09T22:03:59.090Z] Kernel Version: 5.4.0-1061-aws [2022-03-09T22:03:59.090Z] Operating System: Ubuntu 18.04.6 LTS [2022-03-09T22:03:59.090Z] OSType: linux [2022-03-09T22:03:59.090Z] Architecture: x86_64 [2022-03-09T22:03:59.090Z] CPUs: 2 [2022-03-09T22:03:59.090Z] Total Memory: 7.565GiB [2022-03-09T22:03:59.090Z] Name: ip-10-100-117-72 [2022-03-09T22:03:59.090Z] ID: WNHY:2FNS:JP3O:DF66:7VQT:53NI:JQKB:OYPE:MQXQ:GKEA:QVZ7:WZW4 [2022-03-09T22:03:59.090Z] Docker Root Dir: /var/lib/docker [2022-03-09T22:03:59.090Z] Debug Mode: false [2022-03-09T22:03:59.090Z] Registry: https://index.docker.io/v1/ [2022-03-09T22:03:59.090Z] Labels: [2022-03-09T22:03:59.090Z] Experimental: true [2022-03-09T22:03:59.090Z] Insecure Registries: [2022-03-09T22:03:59.090Z] 127.0.0.0/8 [2022-03-09T22:03:59.090Z] Live Restore Enabled: true [2022-03-09T22:03:59.090Z] [2022-03-09T22:03:59.090Z] WARNING: No swap limit support [Pipeline] sh [2022-03-09T22:03:59.397Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-09T22:03:59.397Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-09T22:03:59.397Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43352/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-03-09T22:03:59.397Z] + bash /home/ubuntu/workspace/moby_PR-43352/check-config.sh [2022-03-09T22:03:59.397Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-03-09T22:03:59.397Z] info: reading kernel config from /boot/config-5.4.0-1061-aws ... [2022-03-09T22:03:59.397Z] [2022-03-09T22:03:59.397Z] Generally Necessary: [2022-03-09T22:03:59.397Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-03-09T22:03:59.397Z] - apparmor: enabled and tools installed [2022-03-09T22:03:59.397Z] - CONFIG_NAMESPACES: enabled [2022-03-09T22:03:59.397Z] - CONFIG_NET_NS: enabled [2022-03-09T22:03:59.397Z] - CONFIG_PID_NS: enabled [2022-03-09T22:03:59.397Z] - CONFIG_IPC_NS: enabled [2022-03-09T22:03:59.397Z] - CONFIG_UTS_NS: enabled [2022-03-09T22:03:59.397Z] - CONFIG_CGROUPS: enabled [2022-03-09T22:03:59.397Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-03-09T22:03:59.397Z] - CONFIG_CGROUP_DEVICE: enabled [2022-03-09T22:03:59.397Z] - CONFIG_CGROUP_FREEZER: enabled [2022-03-09T22:03:59.397Z] - CONFIG_CGROUP_SCHED: enabled [2022-03-09T22:03:59.397Z] - CONFIG_CPUSETS: enabled [2022-03-09T22:03:59.397Z] - CONFIG_MEMCG: enabled [2022-03-09T22:03:59.397Z] - CONFIG_KEYS: enabled [2022-03-09T22:03:59.397Z] - CONFIG_VETH: enabled (as module) [2022-03-09T22:03:59.397Z] - CONFIG_BRIDGE: enabled (as module) [2022-03-09T22:03:59.397Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-03-09T22:03:59.397Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-03-09T22:03:59.657Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-03-09T22:03:59.657Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-03-09T22:03:59.657Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-03-09T22:03:59.657Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-03-09T22:03:59.657Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-03-09T22:03:59.657Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-03-09T22:03:59.657Z] - CONFIG_NF_NAT: enabled (as module) [2022-03-09T22:03:59.657Z] - CONFIG_POSIX_MQUEUE: enabled [2022-03-09T22:03:59.657Z] - CONFIG_CGROUP_BPF: enabled [2022-03-09T22:03:59.657Z] [2022-03-09T22:03:59.657Z] Optional Features: [2022-03-09T22:03:59.657Z] - CONFIG_USER_NS: enabled [2022-03-09T22:03:59.657Z] - CONFIG_SECCOMP: enabled [2022-03-09T22:03:59.657Z] - CONFIG_SECCOMP_FILTER: enabled [2022-03-09T22:03:59.657Z] - CONFIG_CGROUP_PIDS: enabled [2022-03-09T22:03:59.657Z] - CONFIG_MEMCG_SWAP: enabled [2022-03-09T22:03:59.657Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2022-03-09T22:03:59.657Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2022-03-09T22:03:59.657Z] - CONFIG_BLK_CGROUP: enabled [2022-03-09T22:03:59.657Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-03-09T22:03:59.657Z] - CONFIG_CGROUP_PERF: enabled [2022-03-09T22:03:59.657Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-03-09T22:03:59.657Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-03-09T22:03:59.657Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-03-09T22:03:59.657Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-03-09T22:03:59.657Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-03-09T22:03:59.657Z] - CONFIG_RT_GROUP_SCHED: missing [2022-03-09T22:03:59.657Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-03-09T22:03:59.657Z] - CONFIG_IP_VS: enabled (as module) [2022-03-09T22:03:59.657Z] - CONFIG_IP_VS_NFCT: enabled [2022-03-09T22:03:59.657Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-03-09T22:03:59.657Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-03-09T22:03:59.657Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-03-09T22:03:59.657Z] - CONFIG_SECURITY_SELINUX: enabled [2022-03-09T22:03:59.657Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-03-09T22:03:59.657Z] - CONFIG_EXT4_FS: enabled [2022-03-09T22:03:59.657Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-03-09T22:03:59.657Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-03-09T22:03:59.657Z] - Network Drivers: [2022-03-09T22:03:59.657Z] - "overlay": [2022-03-09T22:03:59.923Z] - CONFIG_VXLAN: enabled (as module) [2022-03-09T22:03:59.923Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-03-09T22:03:59.923Z] Optional (for encrypted networks): [2022-03-09T22:03:59.923Z] - CONFIG_CRYPTO: enabled [2022-03-09T22:03:59.923Z] - CONFIG_CRYPTO_AEAD: enabled [2022-03-09T22:03:59.923Z] - CONFIG_CRYPTO_GCM: enabled [2022-03-09T22:03:59.923Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-03-09T22:03:59.923Z] - CONFIG_CRYPTO_GHASH: enabled [2022-03-09T22:03:59.923Z] - CONFIG_XFRM: enabled [2022-03-09T22:03:59.923Z] - CONFIG_XFRM_USER: enabled (as module) [2022-03-09T22:03:59.923Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-03-09T22:03:59.923Z] - CONFIG_INET_ESP: enabled (as module) [2022-03-09T22:03:59.923Z] - "ipvlan": [2022-03-09T22:03:59.923Z] - CONFIG_IPVLAN: enabled (as module) [2022-03-09T22:03:59.923Z] - "macvlan": [2022-03-09T22:03:59.923Z] - CONFIG_MACVLAN: enabled (as module) [2022-03-09T22:03:59.923Z] - CONFIG_DUMMY: enabled (as module) [2022-03-09T22:03:59.923Z] - "ftp,tftp client in container": [2022-03-09T22:03:59.923Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-03-09T22:03:59.923Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-03-09T22:03:59.923Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-03-09T22:03:59.923Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-03-09T22:03:59.923Z] - Storage Drivers: [2022-03-09T22:03:59.923Z] - "aufs": [2022-03-09T22:03:59.923Z] - CONFIG_AUFS_FS: enabled (as module) [2022-03-09T22:03:59.923Z] - "btrfs": [2022-03-09T22:03:59.923Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-03-09T22:03:59.923Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-03-09T22:03:59.923Z] - "devicemapper": [2022-03-09T22:03:59.923Z] - CONFIG_BLK_DEV_DM: enabled [2022-03-09T22:03:59.923Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-03-09T22:03:59.923Z] - "overlay": [2022-03-09T22:03:59.923Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-03-09T22:03:59.923Z] - "zfs": [2022-03-09T22:03:59.923Z] - /dev/zfs: present [2022-03-09T22:03:59.923Z] - zfs command: missing [2022-03-09T22:03:59.923Z] - zpool command: missing [2022-03-09T22:03:59.923Z] [2022-03-09T22:03:59.923Z] Limits: [2022-03-09T22:03:59.923Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-03-09T22:03:59.923Z] [2022-03-09T22:03:59.923Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-03-09T22:04:00.395Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg CROSS=true -t docker:b92af14a1c47368b8cf1c52e303adf6e11cebc3b . [2022-03-09T22:04:00.658Z] #2 [internal] load .dockerignore [2022-03-09T22:04:00.658Z] #2 sha256:8d5ff84ebef368af8656e0c67ff6c0603de80cc5bf7bac9fce5b86f6960fdb04 [2022-03-09T22:04:00.658Z] #2 transferring context: 87B 0.0s done [2022-03-09T22:04:00.658Z] #2 DONE 0.0s [2022-03-09T22:04:00.658Z] [2022-03-09T22:04:00.658Z] #1 [internal] load build definition from Dockerfile [2022-03-09T22:04:00.658Z] #1 sha256:b383d093129539c6983296bacf1c2256bffce29aa1fd5d79278fbe74fb38e930 [2022-03-09T22:04:00.658Z] #1 transferring dockerfile: 16.77kB 0.0s done [2022-03-09T22:04:00.658Z] #1 DONE 0.1s [2022-03-09T22:04:00.658Z] [2022-03-09T22:04:00.658Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-03-09T22:04:00.658Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-03-09T22:04:00.918Z] #3 DONE 0.4s [2022-03-09T22:04:00.918Z] [2022-03-09T22:04:00.918Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-03-09T22:04:00.918Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-03-09T22:04:00.918Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 done [2022-03-09T22:04:01.179Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done [2022-03-09T22:04:01.179Z] #4 sha256:93f32bd6dd9004897fed4703191f48924975081860667932a4df35ba567d7426 528B / 528B done [2022-03-09T22:04:01.179Z] #4 sha256:e532695ddd93ca7c85a816c67afdb352e91052fab7ac19a675088f80915779a7 1.21kB / 1.21kB done [2022-03-09T22:04:01.179Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.2s [2022-03-09T22:04:01.179Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.3s done [2022-03-09T22:04:01.179Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 [2022-03-09T22:04:01.748Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.4s done [2022-03-09T22:04:01.748Z] #4 DONE 0.8s [2022-03-09T22:04:02.007Z] [2022-03-09T22:04:02.007Z] #5 [internal] load .dockerignore [2022-03-09T22:04:02.007Z] #5 sha256:55172917f4bbaa1ca4659322fa5e6fbb700edb4ae6a7842feb575455bdc91add [2022-03-09T22:04:02.007Z] #5 DONE 0.0s [2022-03-09T22:04:02.007Z] [2022-03-09T22:04:02.007Z] #6 [internal] load build definition from Dockerfile [2022-03-09T22:04:02.007Z] #6 sha256:485b73ea1395526eadfadbad61672b73e41f032e3a024dbd9212e0136aa279f9 [2022-03-09T22:04:02.007Z] #6 DONE 0.0s [2022-03-09T22:04:02.007Z] [2022-03-09T22:04:02.007Z] #10 [internal] load metadata for docker.io/library/debian:bullseye [2022-03-09T22:04:02.007Z] #10 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-03-09T22:04:02.959Z] #10 ... [2022-03-09T22:04:02.959Z] [2022-03-09T22:04:02.959Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-09T22:04:02.959Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-03-09T22:04:02.959Z] #8 DONE 0.9s [2022-03-09T22:04:02.959Z] [2022-03-09T22:04:02.959Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-09T22:04:02.959Z] #9 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-03-09T22:04:02.959Z] #9 DONE 1.0s [2022-03-09T22:04:02.959Z] [2022-03-09T22:04:02.959Z] #7 [internal] load metadata for docker.io/library/golang:1.17.8-bullseye [2022-03-09T22:04:02.959Z] #7 sha256:cea844dd348bb8746acd158263d7377c072bfea1f8f95d97faa3b00bb8fe5a74 [2022-03-09T22:04:02.959Z] #7 DONE 1.0s [2022-03-09T22:04:02.959Z] [2022-03-09T22:04:02.959Z] #10 [internal] load metadata for docker.io/library/debian:bullseye [2022-03-09T22:04:02.959Z] #10 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-03-09T22:04:02.959Z] #10 DONE 1.0s [2022-03-09T22:04:03.802Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0d961fc47fb23f1c7) in /home/ubuntu/workspace/moby_PR-43352 [Pipeline] { [2022-03-09T22:04:03.805Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0e569de282eb57526) in /home/ubuntu/workspace/moby_PR-43352 [Pipeline] { [Pipeline] checkout [Pipeline] checkout [2022-03-09T22:04:03.914Z] The recommended git tool is: git [2022-03-09T22:04:03.926Z] The recommended git tool is: git [2022-03-09T22:04:04.336Z] [2022-03-09T22:04:04.336Z] #76 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-09T22:04:04.336Z] #76 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-03-09T22:04:04.336Z] #76 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2022-03-09T22:04:04.336Z] #76 DONE 0.1s [2022-03-09T22:04:04.336Z] [2022-03-09T22:04:04.336Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-09T22:04:04.336Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-09T22:04:04.336Z] #11 resolve docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 0.1s done [2022-03-09T22:04:04.597Z] #11 sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 1.86kB / 1.86kB done [2022-03-09T22:04:04.597Z] #11 sha256:18432b513315c80f80322d4b4743a2d856c8914819ae4191edfed94bc9ad959a 1.80kB / 1.80kB done [2022-03-09T22:04:04.597Z] #11 sha256:0659a535a7341c4ee3db57a062bccb894be691b1e480198f2570dea67f34fe66 7.04kB / 7.04kB done [2022-03-09T22:04:04.597Z] #11 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 0B / 54.92MB 0.2s [2022-03-09T22:04:04.597Z] #11 sha256:4ff1945c672b08a1791df62afaaf8aff14d3047155365f9c3646902937f7ffe6 0B / 5.15MB 0.2s [2022-03-09T22:04:04.857Z] #11 sha256:4ff1945c672b08a1791df62afaaf8aff14d3047155365f9c3646902937f7ffe6 3.15MB / 5.15MB 0.3s [2022-03-09T22:04:04.857Z] #11 sha256:ff5b10aec998344606441aec43a335ab6326f32aae331aab27da16a6bb4ec2be 0B / 10.87MB 0.3s [2022-03-09T22:04:04.857Z] #11 ... [2022-03-09T22:04:04.857Z] [2022-03-09T22:04:04.857Z] #52 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-03-09T22:04:04.857Z] #52 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-03-09T22:04:04.857Z] #52 DONE 0.0s [2022-03-09T22:04:04.857Z] [2022-03-09T22:04:04.858Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-09T22:04:04.858Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-09T22:04:04.858Z] #11 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 4.19MB / 54.92MB 0.3s [2022-03-09T22:04:04.858Z] #11 sha256:4ff1945c672b08a1791df62afaaf8aff14d3047155365f9c3646902937f7ffe6 5.15MB / 5.15MB 0.3s [2022-03-09T22:04:05.120Z] #11 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 10.97MB / 54.92MB 0.5s [2022-03-09T22:04:05.121Z] #11 sha256:4ff1945c672b08a1791df62afaaf8aff14d3047155365f9c3646902937f7ffe6 5.15MB / 5.15MB 0.4s done [2022-03-09T22:04:05.121Z] #11 sha256:ff5b10aec998344606441aec43a335ab6326f32aae331aab27da16a6bb4ec2be 5.39MB / 10.87MB 0.5s [2022-03-09T22:04:05.121Z] #11 sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 0B / 54.58MB 0.5s [2022-03-09T22:04:05.121Z] #11 sha256:ff5b10aec998344606441aec43a335ab6326f32aae331aab27da16a6bb4ec2be 10.49MB / 10.87MB 0.6s [2022-03-09T22:04:05.121Z] #11 sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 6.29MB / 54.58MB 0.6s [2022-03-09T22:04:05.121Z] #11 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 17.08MB / 54.92MB 0.6s [2022-03-09T22:04:05.121Z] #11 sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 10.49MB / 54.58MB 0.6s [2022-03-09T22:04:05.383Z] #11 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 20.97MB / 54.92MB 0.9s [2022-03-09T22:04:05.383Z] #11 sha256:ff5b10aec998344606441aec43a335ab6326f32aae331aab27da16a6bb4ec2be 10.87MB / 10.87MB 0.7s done [2022-03-09T22:04:05.383Z] #11 sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 15.73MB / 54.58MB 0.9s [2022-03-09T22:04:05.383Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 7.08MB / 85.81MB 0.9s [2022-03-09T22:04:05.648Z] #11 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 24.42MB / 54.92MB 0.9s [2022-03-09T22:04:05.648Z] #11 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 38.80MB / 54.92MB 1.2s [2022-03-09T22:04:05.648Z] #11 sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 24.12MB / 54.58MB 1.2s [2022-03-09T22:04:05.648Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 19.92MB / 85.81MB 1.2s [2022-03-09T22:04:05.911Z] #11 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 44.04MB / 54.92MB 1.3s [2022-03-09T22:04:05.911Z] #11 sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 27.26MB / 54.58MB 1.3s [2022-03-09T22:04:05.911Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 25.67MB / 85.81MB 1.3s [2022-03-09T22:04:05.911Z] #11 sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 32.51MB / 54.58MB 1.4s [2022-03-09T22:04:06.173Z] #11 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 51.38MB / 54.92MB 1.5s [2022-03-09T22:04:06.173Z] #11 sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 39.85MB / 54.58MB 1.5s [2022-03-09T22:04:06.173Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 32.51MB / 85.81MB 1.5s [2022-03-09T22:04:06.173Z] #11 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 54.92MB / 54.92MB 1.7s [2022-03-09T22:04:06.173Z] #11 sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 52.43MB / 54.58MB 1.7s [2022-03-09T22:04:06.173Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 45.09MB / 85.81MB 1.7s [2022-03-09T22:04:06.173Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 50.33MB / 85.81MB 1.7s [2022-03-09T22:04:06.323Z] using credential docker-jenkins-github-credentials [2022-03-09T22:04:06.334Z] Cloning the remote Git repository [2022-03-09T22:04:06.334Z] Cloning with configured refspecs honoured and without tags [2022-03-09T22:04:06.388Z] using credential docker-jenkins-github-credentials [2022-03-09T22:04:06.396Z] Cloning the remote Git repository [2022-03-09T22:04:06.396Z] Cloning with configured refspecs honoured and without tags [2022-03-09T22:04:06.432Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 64.84MB / 85.81MB 2.0s [2022-03-09T22:04:06.692Z] #11 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 54.92MB / 54.92MB 2.1s done [2022-03-09T22:04:06.692Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 78.64MB / 85.81MB 2.2s [2022-03-09T22:04:06.953Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 83.89MB / 85.81MB 2.3s [2022-03-09T22:04:07.219Z] #11 sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 54.58MB / 54.58MB 2.6s done [2022-03-09T22:04:07.219Z] #11 extracting sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 0.3s [2022-03-09T22:04:07.219Z] #11 sha256:debee5da592d2d2e96de757c5aff0cf0723782cf20a78682c7c85aa53064b702 157B / 157B 2.7s [2022-03-09T22:04:05.533Z] Cloning repository https://github.com/moby/moby.git [2022-03-09T22:04:05.597Z] > git init /home/ubuntu/workspace/moby_PR-43352 # timeout=10 [2022-03-09T22:04:05.795Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-09T22:04:05.796Z] > git --version # timeout=10 [2022-03-09T22:04:05.816Z] > git --version # 'git version 2.17.1' [2022-03-09T22:04:05.817Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-09T22:04:05.818Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43352/head:refs/remotes/origin/PR-43352 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-09T22:04:06.585Z] Cloning repository https://github.com/moby/moby.git [2022-03-09T22:04:06.651Z] > git init /home/ubuntu/workspace/moby_PR-43352 # timeout=10 [2022-03-09T22:04:06.829Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-09T22:04:06.829Z] > git --version # timeout=10 [2022-03-09T22:04:06.844Z] > git --version # 'git version 2.17.1' [2022-03-09T22:04:06.845Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-09T22:04:06.846Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43352/head:refs/remotes/origin/PR-43352 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-09T22:04:08.163Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 85.81MB / 85.81MB 3.4s done [2022-03-09T22:04:08.163Z] #11 sha256:debee5da592d2d2e96de757c5aff0cf0723782cf20a78682c7c85aa53064b702 157B / 157B 3.5s done [2022-03-09T22:04:08.163Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 1.77MB / 134.90MB 3.6s [2022-03-09T22:04:08.421Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 11.53MB / 134.90MB 4.0s [2022-03-09T22:04:08.686Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 18.87MB / 134.90MB 4.3s [2022-03-09T22:04:09.259Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 28.31MB / 134.90MB 4.7s [2022-03-09T22:04:09.259Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 35.65MB / 134.90MB 4.8s [2022-03-09T22:04:09.518Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 46.92MB / 134.90MB 5.0s [2022-03-09T22:04:09.780Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 57.67MB / 134.90MB 5.1s [2022-03-09T22:04:09.780Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 66.06MB / 134.90MB 5.3s [2022-03-09T22:04:10.045Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 73.40MB / 134.90MB 5.6s [2022-03-09T22:04:10.619Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 83.89MB / 134.90MB 5.9s [2022-03-09T22:04:10.619Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 92.27MB / 134.90MB 6.1s [2022-03-09T22:04:11.189Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 100.37MB / 134.90MB 6.4s [2022-03-09T22:04:11.449Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 108.00MB / 134.90MB 6.8s [2022-03-09T22:04:11.449Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 116.39MB / 134.90MB 7.1s [2022-03-09T22:04:11.615Z] Fetching without tags [2022-03-09T22:04:11.708Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 123.73MB / 134.90MB 7.2s [2022-03-09T22:04:11.936Z] Merging remotes/origin/master commit 83b51522df43866e39f7c757a6ab84ef4050eeb3 into PR head commit b92af14a1c47368b8cf1c52e303adf6e11cebc3b [2022-03-09T22:04:11.967Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 132.75MB / 134.90MB 7.5s [2022-03-09T22:04:12.535Z] #11 extracting sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 5.4s [2022-03-09T22:04:12.795Z] #11 ... [2022-03-09T22:04:12.795Z] [2022-03-09T22:04:12.795Z] #31 [internal] load build context [2022-03-09T22:04:12.795Z] #31 sha256:ed650813c42fbd0f26a1990c21c279b083b694d6c6d0a26c4edb8eb5ec7b4cb3 [2022-03-09T22:04:12.795Z] #31 transferring context: 56.94MB 7.7s done [2022-03-09T22:04:12.795Z] #31 DONE 8.5s [2022-03-09T22:04:12.795Z] [2022-03-09T22:04:12.795Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-09T22:04:12.795Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-09T22:04:12.795Z] #11 ... [2022-03-09T22:04:12.795Z] [2022-03-09T22:04:12.795Z] #74 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-09T22:04:12.795Z] #74 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-03-09T22:04:12.795Z] #74 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2022-03-09T22:04:12.795Z] #74 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2022-03-09T22:04:12.795Z] #74 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-03-09T22:04:12.795Z] #74 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2022-03-09T22:04:12.795Z] #74 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 4.1s done [2022-03-09T22:04:12.795Z] #74 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 3.3s done [2022-03-09T22:04:12.916Z] Merge succeeded, producing b92af14a1c47368b8cf1c52e303adf6e11cebc3b [2022-03-09T22:04:12.917Z] Checking out Revision b92af14a1c47368b8cf1c52e303adf6e11cebc3b (PR-43352) [2022-03-09T22:04:13.055Z] #74 ... [2022-03-09T22:04:13.055Z] [2022-03-09T22:04:13.055Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-09T22:04:13.055Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-09T22:04:13.313Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 134.90MB / 134.90MB 8.7s done [2022-03-09T22:04:13.313Z] #11 ... [2022-03-09T22:04:13.313Z] [2022-03-09T22:04:13.313Z] #74 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-09T22:04:13.313Z] #74 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-03-09T22:04:13.313Z] #74 DONE 8.8s [2022-03-09T22:04:13.313Z] [2022-03-09T22:04:13.313Z] #76 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-09T22:04:13.313Z] #76 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-03-09T22:04:13.313Z] #76 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2022-03-09T22:04:13.313Z] #76 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-03-09T22:04:13.313Z] #76 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2022-03-09T22:04:13.313Z] #76 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 4.2s done [2022-03-09T22:04:13.313Z] #76 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 3.8s done [2022-03-09T22:04:13.313Z] #76 DONE 8.9s [2022-03-09T22:04:13.573Z] [2022-03-09T22:04:13.573Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-09T22:04:13.573Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-09T22:04:11.518Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-09T22:04:11.532Z] > git config --add remote.origin.fetch +refs/pull/43352/head:refs/remotes/origin/PR-43352 # timeout=10 [2022-03-09T22:04:11.550Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-09T22:04:11.571Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-09T22:04:11.618Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-09T22:04:11.618Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-09T22:04:11.619Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43352/head:refs/remotes/origin/PR-43352 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-09T22:04:11.945Z] > git config core.sparsecheckout # timeout=10 [2022-03-09T22:04:11.974Z] > git checkout -f b92af14a1c47368b8cf1c52e303adf6e11cebc3b # timeout=10 [2022-03-09T22:04:12.813Z] > git remote # timeout=10 [2022-03-09T22:04:12.836Z] > git config --get remote.origin.url # timeout=10 [2022-03-09T22:04:12.855Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-09T22:04:12.856Z] > git merge 83b51522df43866e39f7c757a6ab84ef4050eeb3 # timeout=10 [2022-03-09T22:04:12.881Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-03-09T22:04:12.914Z] > git config core.sparsecheckout # timeout=10 [2022-03-09T22:04:12.925Z] > git checkout -f b92af14a1c47368b8cf1c52e303adf6e11cebc3b # timeout=10 [2022-03-09T22:04:14.510Z] #11 ... [2022-03-09T22:04:14.511Z] [2022-03-09T22:04:14.511Z] #35 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 [2022-03-09T22:04:14.511Z] #35 sha256:3af2a073cd6647345ef114a99d17cd59ea5b7278c32b92efaf29389f6ad8156c [2022-03-09T22:04:14.511Z] #35 resolve docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 0.1s done [2022-03-09T22:04:14.511Z] #35 sha256:d40157244907583ef151d2de83245c018a7bf8b2025518dd1e108ec60c1a679c 1.46kB / 1.46kB done [2022-03-09T22:04:14.511Z] #35 sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 1.85kB / 1.85kB done [2022-03-09T22:04:14.511Z] #35 sha256:4ceca80e912f5fd88749d9984597fbe81d436049745b07b54cd2b112ea3a4618 529B / 529B done [2022-03-09T22:04:14.511Z] #35 ... [2022-03-09T22:04:14.511Z] [2022-03-09T22:04:14.511Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-09T22:04:14.511Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-09T22:04:16.842Z] Fetching without tags [2022-03-09T22:04:17.048Z] #11 extracting sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 9.8s done [2022-03-09T22:04:17.118Z] Merging remotes/origin/master commit 83b51522df43866e39f7c757a6ab84ef4050eeb3 into PR head commit b92af14a1c47368b8cf1c52e303adf6e11cebc3b [2022-03-09T22:04:17.525Z] Commit message: "vendor: github.com/docker/distribution v2.8.1" [2022-03-09T22:04:17.616Z] #11 ... [2022-03-09T22:04:17.616Z] [2022-03-09T22:04:17.616Z] #75 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-03-09T22:04:17.616Z] #75 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-03-09T22:04:17.616Z] #75 DONE 1.3s [2022-03-09T22:04:17.616Z] [2022-03-09T22:04:17.616Z] #35 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 [2022-03-09T22:04:17.616Z] #35 sha256:3af2a073cd6647345ef114a99d17cd59ea5b7278c32b92efaf29389f6ad8156c [2022-03-09T22:04:17.617Z] #35 DONE 13.2s [2022-03-09T22:04:17.617Z] [2022-03-09T22:04:17.617Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-09T22:04:17.617Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-09T22:04:17.617Z] #11 extracting sha256:4ff1945c672b08a1791df62afaaf8aff14d3047155365f9c3646902937f7ffe6 [2022-03-09T22:04:17.895Z] Merge succeeded, producing b92af14a1c47368b8cf1c52e303adf6e11cebc3b [2022-03-09T22:04:17.895Z] Checking out Revision b92af14a1c47368b8cf1c52e303adf6e11cebc3b (PR-43352) [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-03-09T22:04:18.185Z] #11 extracting sha256:4ff1945c672b08a1791df62afaaf8aff14d3047155365f9c3646902937f7ffe6 0.5s done [2022-03-09T22:04:18.521Z] + docker version [2022-03-09T22:04:16.786Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-09T22:04:16.797Z] > git config --add remote.origin.fetch +refs/pull/43352/head:refs/remotes/origin/PR-43352 # timeout=10 [2022-03-09T22:04:16.809Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-09T22:04:16.827Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-09T22:04:16.845Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-09T22:04:16.846Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-09T22:04:16.847Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43352/head:refs/remotes/origin/PR-43352 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-09T22:04:17.127Z] > git config core.sparsecheckout # timeout=10 [2022-03-09T22:04:17.144Z] > git checkout -f b92af14a1c47368b8cf1c52e303adf6e11cebc3b # timeout=10 [2022-03-09T22:04:17.843Z] > git remote # timeout=10 [2022-03-09T22:04:17.856Z] > git config --get remote.origin.url # timeout=10 [2022-03-09T22:04:17.868Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-09T22:04:17.869Z] > git merge 83b51522df43866e39f7c757a6ab84ef4050eeb3 # timeout=10 [2022-03-09T22:04:17.888Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-03-09T22:04:17.897Z] > git config core.sparsecheckout # timeout=10 [2022-03-09T22:04:17.903Z] > git checkout -f b92af14a1c47368b8cf1c52e303adf6e11cebc3b # timeout=10 [2022-03-09T22:04:18.752Z] #11 ... [2022-03-09T22:04:18.752Z] [2022-03-09T22:04:18.752Z] #77 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-03-09T22:04:18.752Z] #77 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-03-09T22:04:18.752Z] #77 DONE 1.1s [2022-03-09T22:04:18.752Z] [2022-03-09T22:04:18.752Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-09T22:04:18.752Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-09T22:04:18.752Z] #11 extracting sha256:ff5b10aec998344606441aec43a335ab6326f32aae331aab27da16a6bb4ec2be [2022-03-09T22:04:19.703Z] #11 extracting sha256:ff5b10aec998344606441aec43a335ab6326f32aae331aab27da16a6bb4ec2be 0.9s done [2022-03-09T22:04:19.961Z] #11 extracting sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 [2022-03-09T22:04:21.828Z] Client: Docker Engine - Community [2022-03-09T22:04:21.828Z] Version: 20.10.12 [2022-03-09T22:04:21.828Z] API version: 1.41 [2022-03-09T22:04:21.828Z] Go version: go1.16.12 [2022-03-09T22:04:21.828Z] Git commit: e91ed57 [2022-03-09T22:04:21.828Z] Built: Mon Dec 13 11:44:28 2021 [2022-03-09T22:04:21.828Z] OS/Arch: linux/arm64 [2022-03-09T22:04:21.828Z] Context: default [2022-03-09T22:04:21.828Z] Experimental: true [2022-03-09T22:04:21.828Z] [2022-03-09T22:04:21.828Z] Server: Docker Engine - Community [2022-03-09T22:04:21.828Z] Engine: [2022-03-09T22:04:21.828Z] Version: 20.10.12 [2022-03-09T22:04:21.828Z] API version: 1.41 (minimum version 1.12) [2022-03-09T22:04:21.828Z] Go version: go1.16.12 [2022-03-09T22:04:21.828Z] Git commit: 459d0df [2022-03-09T22:04:21.828Z] Built: Mon Dec 13 11:43:05 2021 [2022-03-09T22:04:21.828Z] OS/Arch: linux/arm64 [2022-03-09T22:04:21.828Z] Experimental: true [2022-03-09T22:04:21.828Z] containerd: [2022-03-09T22:04:21.828Z] Version: 1.4.12 [2022-03-09T22:04:21.828Z] GitCommit: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-03-09T22:04:21.828Z] runc: [2022-03-09T22:04:21.828Z] Version: 1.0.2 [2022-03-09T22:04:21.828Z] GitCommit: v1.0.2-0-g52b36a2 [2022-03-09T22:04:21.828Z] docker-init: [2022-03-09T22:04:21.828Z] Version: 0.19.0 [2022-03-09T22:04:21.828Z] GitCommit: de40ad0 [Pipeline] sh [2022-03-09T22:04:22.122Z] Commit message: "vendor: github.com/docker/distribution v2.8.1" [2022-03-09T22:04:22.149Z] + docker info [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-03-09T22:04:22.977Z] + docker version [2022-03-09T22:04:25.237Z] #11 extracting sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 5.1s [2022-03-09T22:04:27.173Z] Client: Docker Engine - Community [2022-03-09T22:04:27.173Z] Version: 20.10.12 [2022-03-09T22:04:27.173Z] API version: 1.41 [2022-03-09T22:04:27.173Z] Go version: go1.16.12 [2022-03-09T22:04:27.173Z] Git commit: e91ed57 [2022-03-09T22:04:27.173Z] Built: Mon Dec 13 11:45:33 2021 [2022-03-09T22:04:27.173Z] OS/Arch: linux/amd64 [2022-03-09T22:04:27.173Z] Context: default [2022-03-09T22:04:27.173Z] Experimental: true [2022-03-09T22:04:27.173Z] [2022-03-09T22:04:27.173Z] Server: Docker Engine - Community [2022-03-09T22:04:27.173Z] Engine: [2022-03-09T22:04:27.173Z] Version: 20.10.12 [2022-03-09T22:04:27.173Z] API version: 1.41 (minimum version 1.12) [2022-03-09T22:04:27.173Z] Go version: go1.16.12 [2022-03-09T22:04:27.173Z] Git commit: 459d0df [2022-03-09T22:04:27.173Z] Built: Mon Dec 13 11:43:42 2021 [2022-03-09T22:04:27.173Z] OS/Arch: linux/amd64 [2022-03-09T22:04:27.173Z] Experimental: true [2022-03-09T22:04:27.173Z] containerd: [2022-03-09T22:04:27.173Z] Version: 1.4.12 [2022-03-09T22:04:27.173Z] GitCommit: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-03-09T22:04:27.173Z] runc: [2022-03-09T22:04:27.173Z] Version: 1.0.2 [2022-03-09T22:04:27.173Z] GitCommit: v1.0.2-0-g52b36a2 [2022-03-09T22:04:27.173Z] docker-init: [2022-03-09T22:04:27.173Z] Version: 0.19.0 [2022-03-09T22:04:27.173Z] GitCommit: de40ad0 [Pipeline] sh [2022-03-09T22:04:27.479Z] + docker info [2022-03-09T22:04:27.769Z] #11 extracting sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 7.7s done [2022-03-09T22:04:27.769Z] #11 ... [2022-03-09T22:04:27.769Z] [2022-03-09T22:04:27.769Z] #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-09T22:04:27.769Z] #36 sha256:fcbce562298c56a7b226d0dc42cee1302927c83d920a49e10453c042b66010f8 [2022-03-09T22:04:27.769Z] #36 2.298 Get:1 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-09T22:04:27.769Z] #36 2.312 Get:2 http://deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-09T22:04:27.769Z] #36 2.312 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-09T22:04:27.769Z] #36 2.551 Get:4 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [122 kB] [2022-03-09T22:04:27.769Z] #36 2.766 Get:5 http://deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-09T22:04:27.769Z] #36 3.135 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-09T22:04:27.769Z] #36 4.362 Fetched 8507 kB in 2s (3646 kB/s) [2022-03-09T22:04:27.769Z] #36 4.362 Reading package lists... [2022-03-09T22:04:27.769Z] #36 5.163 Reading package lists... [2022-03-09T22:04:27.769Z] #36 5.955 Building dependency tree... [2022-03-09T22:04:27.769Z] #36 6.318 The following additional packages will be installed: [2022-03-09T22:04:27.769Z] #36 6.318 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2022-03-09T22:04:27.769Z] #36 6.318 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2022-03-09T22:04:27.769Z] #36 6.331 Recommended packages: [2022-03-09T22:04:27.769Z] #36 6.331 libldap-common publicsuffix libsasl2-modules [2022-03-09T22:04:27.769Z] #36 6.510 The following NEW packages will be installed: [2022-03-09T22:04:27.769Z] #36 6.510 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2022-03-09T22:04:27.769Z] #36 6.510 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2022-03-09T22:04:27.769Z] #36 6.514 libssh2-1 openssl [2022-03-09T22:04:27.769Z] #36 6.784 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2022-03-09T22:04:27.769Z] #36 6.784 Need to get 3038 kB of archives. [2022-03-09T22:04:27.769Z] #36 6.784 After this operation, 6650 kB of additional disk space will be used. [2022-03-09T22:04:27.770Z] #36 6.784 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-09T22:04:27.770Z] #36 6.786 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-09T22:04:27.770Z] #36 6.792 Get:3 http://deb.debian.org/debian bullseye/main amd64 openssl amd64 1.1.1k-1+deb11u1 [851 kB] [2022-03-09T22:04:27.770Z] #36 6.805 Get:4 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB] [2022-03-09T22:04:27.770Z] #36 6.808 Get:5 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB] [2022-03-09T22:04:27.770Z] #36 6.813 Get:6 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3 [232 kB] [2022-03-09T22:04:27.770Z] #36 6.819 Get:7 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB] [2022-03-09T22:04:27.770Z] #36 6.819 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB] [2022-03-09T22:04:27.770Z] #36 6.819 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] [2022-03-09T22:04:27.770Z] #36 6.843 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB] [2022-03-09T22:04:27.770Z] #36 6.843 Get:11 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u1 [341 kB] [2022-03-09T22:04:27.770Z] #36 6.843 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+deb11u1 [267 kB] [2022-03-09T22:04:27.770Z] #36 6.843 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-03-09T22:04:27.770Z] #36 6.846 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-03-09T22:04:27.770Z] #36 6.858 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-03-09T22:04:27.770Z] #36 7.033 debconf: delaying package configuration, since apt-utils is not installed [2022-03-09T22:04:27.770Z] #36 7.071 Fetched 3038 kB in 0s (8998 kB/s) [2022-03-09T22:04:27.770Z] #36 7.097 Selecting previously unselected package openssl. [2022-03-09T22:04:27.770Z] #36 7.097 (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-09T22:04:27.770Z] #36 7.097 Preparing to unpack .../00-openssl_1.1.1k-1+deb11u1_amd64.deb ... [2022-03-09T22:04:27.770Z] #36 7.106 Unpacking openssl (1.1.1k-1+deb11u1) ... [2022-03-09T22:04:27.770Z] #36 7.335 Selecting previously unselected package ca-certificates. [2022-03-09T22:04:27.770Z] #36 7.335 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2022-03-09T22:04:27.770Z] #36 7.340 Unpacking ca-certificates (20210119) ... [2022-03-09T22:04:27.770Z] #36 7.429 Selecting previously unselected package libbrotli1:amd64. [2022-03-09T22:04:27.770Z] #36 7.429 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ... [2022-03-09T22:04:27.770Z] #36 7.437 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ... [2022-03-09T22:04:27.770Z] #36 7.527 Selecting previously unselected package libsasl2-modules-db:amd64. [2022-03-09T22:04:27.770Z] #36 7.527 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-03-09T22:04:27.770Z] #36 7.532 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-09T22:04:27.770Z] #36 7.574 Selecting previously unselected package libsasl2-2:amd64. [2022-03-09T22:04:27.770Z] #36 7.574 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-03-09T22:04:27.770Z] #36 7.582 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-09T22:04:27.770Z] #36 7.634 Selecting previously unselected package libldap-2.4-2:amd64. [2022-03-09T22:04:27.770Z] #36 7.634 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3_amd64.deb ... [2022-03-09T22:04:27.770Z] #36 7.638 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2022-03-09T22:04:27.770Z] #36 7.717 Selecting previously unselected package libnghttp2-14:amd64. [2022-03-09T22:04:27.770Z] #36 7.717 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ... [2022-03-09T22:04:27.770Z] #36 7.720 Unpacking libnghttp2-14:amd64 (1.43.0-1) ... [2022-03-09T22:04:27.770Z] #36 7.784 Selecting previously unselected package libpsl5:amd64. [2022-03-09T22:04:27.770Z] #36 7.784 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ... [2022-03-09T22:04:27.770Z] #36 7.793 Unpacking libpsl5:amd64 (0.21.0-1.2) ... [2022-03-09T22:04:27.770Z] #36 7.997 Selecting previously unselected package librtmp1:amd64. [2022-03-09T22:04:27.770Z] #36 7.997 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... [2022-03-09T22:04:27.770Z] #36 7.997 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-03-09T22:04:27.770Z] #36 8.079 Selecting previously unselected package libssh2-1:amd64. [2022-03-09T22:04:27.770Z] #36 8.079 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ... [2022-03-09T22:04:27.770Z] #36 8.087 Unpacking libssh2-1:amd64 (1.9.0-2) ... [2022-03-09T22:04:27.770Z] #36 8.173 Selecting previously unselected package libcurl4:amd64. [2022-03-09T22:04:27.770Z] #36 8.173 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_amd64.deb ... [2022-03-09T22:04:27.770Z] #36 8.182 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-03-09T22:04:27.770Z] #36 8.241 Selecting previously unselected package curl. [2022-03-09T22:04:27.770Z] #36 8.241 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_amd64.deb ... [2022-03-09T22:04:27.770Z] #36 8.247 Unpacking curl (7.74.0-1.3+deb11u1) ... [2022-03-09T22:04:27.770Z] #36 8.342 Selecting previously unselected package libonig5:amd64. [2022-03-09T22:04:27.770Z] #36 8.342 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ... [2022-03-09T22:04:27.770Z] #36 8.350 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-03-09T22:04:27.770Z] #36 8.439 Selecting previously unselected package libjq1:amd64. [2022-03-09T22:04:27.770Z] #36 8.439 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ... [2022-03-09T22:04:27.770Z] #36 8.439 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-03-09T22:04:27.770Z] #36 8.494 Selecting previously unselected package jq. [2022-03-09T22:04:27.770Z] #36 8.494 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ... [2022-03-09T22:04:27.770Z] #36 8.500 Unpacking jq (1.6-2.1) ... [2022-03-09T22:04:27.770Z] #36 8.545 Setting up libpsl5:amd64 (0.21.0-1.2) ... [2022-03-09T22:04:27.770Z] #36 8.561 Setting up libbrotli1:amd64 (1.0.9-2+b2) ... [2022-03-09T22:04:27.770Z] #36 8.567 Setting up libnghttp2-14:amd64 (1.43.0-1) ... [2022-03-09T22:04:27.770Z] #36 8.580 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-09T22:04:27.770Z] #36 8.593 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-03-09T22:04:27.770Z] #36 8.601 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-09T22:04:27.770Z] #36 8.615 Setting up libssh2-1:amd64 (1.9.0-2) ... [2022-03-09T22:04:27.770Z] #36 8.622 Setting up openssl (1.1.1k-1+deb11u1) ... [2022-03-09T22:04:27.770Z] #36 8.637 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-03-09T22:04:27.770Z] #36 8.647 Setting up libjq1:amd64 (1.6-2.1) ... [2022-03-09T22:04:27.770Z] #36 8.659 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2022-03-09T22:04:27.770Z] #36 8.674 Setting up ca-certificates (20210119) ... [2022-03-09T22:04:27.770Z] #36 9.354 Updating certificates in /etc/ssl/certs... [2022-03-09T22:04:28.028Z] #36 ... [2022-03-09T22:04:28.028Z] [2022-03-09T22:04:28.028Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-09T22:04:28.028Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-09T22:04:28.028Z] #11 extracting sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 [2022-03-09T22:04:28.741Z] Client: [2022-03-09T22:04:28.741Z] Context: default [2022-03-09T22:04:28.741Z] Debug Mode: false [2022-03-09T22:04:28.741Z] Plugins: [2022-03-09T22:04:28.741Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-03-09T22:04:28.741Z] buildx: Docker Buildx (Docker Inc., v0.7.1-docker) [2022-03-09T22:04:28.741Z] [2022-03-09T22:04:28.741Z] Server: [2022-03-09T22:04:28.741Z] Containers: 0 [2022-03-09T22:04:28.741Z] Running: 0 [2022-03-09T22:04:28.741Z] Paused: 0 [2022-03-09T22:04:28.741Z] Stopped: 0 [2022-03-09T22:04:28.741Z] Images: 0 [2022-03-09T22:04:28.741Z] Server Version: 20.10.12 [2022-03-09T22:04:28.741Z] Storage Driver: overlay2 [2022-03-09T22:04:28.742Z] Backing Filesystem: extfs [2022-03-09T22:04:28.742Z] Supports d_type: true [2022-03-09T22:04:28.742Z] Native Overlay Diff: true [2022-03-09T22:04:28.742Z] userxattr: false [2022-03-09T22:04:28.742Z] Logging Driver: json-file [2022-03-09T22:04:28.742Z] Cgroup Driver: cgroupfs [2022-03-09T22:04:28.742Z] Cgroup Version: 1 [2022-03-09T22:04:28.742Z] Plugins: [2022-03-09T22:04:28.742Z] Volume: local [2022-03-09T22:04:28.742Z] Network: bridge host ipvlan macvlan null overlay [2022-03-09T22:04:28.742Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-03-09T22:04:28.742Z] Swarm: inactive [2022-03-09T22:04:28.742Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-03-09T22:04:28.742Z] Default Runtime: runc [2022-03-09T22:04:28.742Z] Init Binary: docker-init [2022-03-09T22:04:28.742Z] containerd version: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-03-09T22:04:28.742Z] runc version: v1.0.2-0-g52b36a2 [2022-03-09T22:04:28.742Z] init version: de40ad0 [2022-03-09T22:04:28.742Z] Security Options: [2022-03-09T22:04:28.742Z] apparmor [2022-03-09T22:04:28.742Z] seccomp [2022-03-09T22:04:28.742Z] Profile: default [2022-03-09T22:04:28.742Z] Kernel Version: 5.11.0-1023-aws [2022-03-09T22:04:28.742Z] Operating System: Ubuntu 20.04.3 LTS [2022-03-09T22:04:28.742Z] OSType: linux [2022-03-09T22:04:28.742Z] Architecture: aarch64 [2022-03-09T22:04:28.742Z] CPUs: 2 [2022-03-09T22:04:28.742Z] Total Memory: 7.576GiB [2022-03-09T22:04:28.742Z] Name: ip-10-100-40-208 [2022-03-09T22:04:28.742Z] ID: AN7H:AEXZ:3CFE:D2NO:DSCB:EGCV:H43Z:QHR2:AJYF:W7FY:GK6H:VUO5 [2022-03-09T22:04:28.742Z] Docker Root Dir: /var/lib/docker [2022-03-09T22:04:28.742Z] Debug Mode: false [2022-03-09T22:04:28.742Z] Registry: https://index.docker.io/v1/ [2022-03-09T22:04:28.742Z] Labels: [2022-03-09T22:04:28.742Z] Experimental: true [2022-03-09T22:04:28.742Z] Insecure Registries: [2022-03-09T22:04:28.742Z] 127.0.0.0/8 [2022-03-09T22:04:28.742Z] Live Restore Enabled: true [2022-03-09T22:04:28.742Z] [Pipeline] sh [2022-03-09T22:04:29.035Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-09T22:04:29.035Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-09T22:04:29.035Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43352/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-03-09T22:04:29.035Z] + bash /home/ubuntu/workspace/moby_PR-43352/check-config.sh [2022-03-09T22:04:29.035Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-03-09T22:04:29.035Z] info: reading kernel config from /boot/config-5.11.0-1023-aws ... [2022-03-09T22:04:29.035Z] [2022-03-09T22:04:29.035Z] Generally Necessary: [2022-03-09T22:04:29.035Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-03-09T22:04:29.035Z] - apparmor: enabled and tools installed [2022-03-09T22:04:29.035Z] - CONFIG_NAMESPACES: enabled [2022-03-09T22:04:29.035Z] - CONFIG_NET_NS: enabled [2022-03-09T22:04:29.035Z] - CONFIG_PID_NS: enabled [2022-03-09T22:04:29.035Z] - CONFIG_IPC_NS: enabled [2022-03-09T22:04:29.035Z] - CONFIG_UTS_NS: enabled [2022-03-09T22:04:29.035Z] - CONFIG_CGROUPS: enabled [2022-03-09T22:04:29.035Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-03-09T22:04:29.035Z] - CONFIG_CGROUP_DEVICE: enabled [2022-03-09T22:04:29.035Z] - CONFIG_CGROUP_FREEZER: enabled [2022-03-09T22:04:29.035Z] - CONFIG_CGROUP_SCHED: enabled [2022-03-09T22:04:29.035Z] - CONFIG_CPUSETS: enabled [2022-03-09T22:04:29.035Z] - CONFIG_MEMCG: enabled [2022-03-09T22:04:29.035Z] - CONFIG_KEYS: enabled [2022-03-09T22:04:29.035Z] - CONFIG_VETH: enabled (as module) [2022-03-09T22:04:29.035Z] - CONFIG_BRIDGE: enabled (as module) [2022-03-09T22:04:29.035Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-03-09T22:04:29.035Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-03-09T22:04:29.035Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-03-09T22:04:29.035Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-03-09T22:04:29.035Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-03-09T22:04:29.035Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-03-09T22:04:29.035Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-03-09T22:04:29.035Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-03-09T22:04:29.035Z] - CONFIG_NF_NAT: enabled (as module) [2022-03-09T22:04:29.035Z] - CONFIG_POSIX_MQUEUE: enabled [2022-03-09T22:04:29.035Z] - CONFIG_CGROUP_BPF: enabled [2022-03-09T22:04:29.035Z] [2022-03-09T22:04:29.035Z] Optional Features: [2022-03-09T22:04:29.035Z] - CONFIG_USER_NS: enabled [2022-03-09T22:04:29.035Z] - CONFIG_SECCOMP: enabled [2022-03-09T22:04:29.035Z] - CONFIG_SECCOMP_FILTER: enabled [2022-03-09T22:04:29.035Z] - CONFIG_CGROUP_PIDS: enabled [2022-03-09T22:04:29.035Z] - CONFIG_MEMCG_SWAP: enabled [2022-03-09T22:04:29.035Z] (cgroup swap accounting is currently enabled) [2022-03-09T22:04:29.035Z] - CONFIG_BLK_CGROUP: enabled [2022-03-09T22:04:29.035Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-03-09T22:04:29.035Z] - CONFIG_CGROUP_PERF: enabled [2022-03-09T22:04:29.035Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-03-09T22:04:29.035Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-03-09T22:04:29.035Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-03-09T22:04:29.297Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-03-09T22:04:29.297Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-03-09T22:04:29.297Z] - CONFIG_RT_GROUP_SCHED: missing [2022-03-09T22:04:29.297Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-03-09T22:04:29.297Z] - CONFIG_IP_VS: enabled (as module) [2022-03-09T22:04:29.297Z] - CONFIG_IP_VS_NFCT: enabled [2022-03-09T22:04:29.297Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-03-09T22:04:29.297Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-03-09T22:04:29.297Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-03-09T22:04:29.297Z] - CONFIG_SECURITY_SELINUX: enabled [2022-03-09T22:04:29.297Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-03-09T22:04:29.297Z] - CONFIG_EXT4_FS: enabled [2022-03-09T22:04:29.297Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-03-09T22:04:29.297Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-03-09T22:04:29.297Z] - Network Drivers: [2022-03-09T22:04:29.297Z] - "overlay": [2022-03-09T22:04:29.297Z] - CONFIG_VXLAN: enabled (as module) [2022-03-09T22:04:29.297Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-03-09T22:04:29.297Z] Optional (for encrypted networks): [2022-03-09T22:04:29.297Z] - CONFIG_CRYPTO: enabled [2022-03-09T22:04:29.297Z] - CONFIG_CRYPTO_AEAD: enabled [2022-03-09T22:04:29.297Z] - CONFIG_CRYPTO_GCM: enabled [2022-03-09T22:04:29.297Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-03-09T22:04:29.297Z] - CONFIG_CRYPTO_GHASH: enabled [2022-03-09T22:04:29.297Z] - CONFIG_XFRM: enabled [2022-03-09T22:04:29.297Z] - CONFIG_XFRM_USER: enabled (as module) [2022-03-09T22:04:29.297Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-03-09T22:04:29.297Z] - CONFIG_INET_ESP: enabled (as module) [2022-03-09T22:04:29.297Z] - "ipvlan": [2022-03-09T22:04:29.297Z] - CONFIG_IPVLAN: enabled (as module) [2022-03-09T22:04:29.297Z] - "macvlan": [2022-03-09T22:04:29.297Z] - CONFIG_MACVLAN: enabled (as module) [2022-03-09T22:04:29.297Z] - CONFIG_DUMMY: enabled (as module) [2022-03-09T22:04:29.297Z] - "ftp,tftp client in container": [2022-03-09T22:04:29.297Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-03-09T22:04:29.297Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-03-09T22:04:29.297Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-03-09T22:04:29.297Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-03-09T22:04:29.297Z] - Storage Drivers: [2022-03-09T22:04:29.297Z] - "aufs": [2022-03-09T22:04:29.297Z] - CONFIG_AUFS_FS: missing [2022-03-09T22:04:29.297Z] - "btrfs": [2022-03-09T22:04:29.297Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-03-09T22:04:29.297Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-03-09T22:04:29.297Z] - "devicemapper": [2022-03-09T22:04:29.297Z] - CONFIG_BLK_DEV_DM: enabled [2022-03-09T22:04:29.297Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-03-09T22:04:29.297Z] - "overlay": [2022-03-09T22:04:29.297Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-03-09T22:04:29.297Z] - "zfs": [2022-03-09T22:04:29.297Z] - /dev/zfs: present [2022-03-09T22:04:29.297Z] - zfs command: missing [2022-03-09T22:04:29.297Z] - zpool command: missing [2022-03-09T22:04:29.297Z] [2022-03-09T22:04:29.297Z] Limits: [2022-03-09T22:04:29.297Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-03-09T22:04:29.297Z] [2022-03-09T22:04:29.297Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-03-09T22:04:29.644Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:b92af14a1c47368b8cf1c52e303adf6e11cebc3b . [2022-03-09T22:04:29.644Z] #1 [internal] load build definition from Dockerfile [2022-03-09T22:04:29.644Z] #1 sha256:8c5aa2d27cf35e234c99d3eb2fcc8c610708e0c89e2548272e7b35e945482480 [2022-03-09T22:04:29.644Z] #1 transferring dockerfile: 16.77kB done [2022-03-09T22:04:29.644Z] #1 DONE 0.1s [2022-03-09T22:04:29.644Z] [2022-03-09T22:04:29.644Z] #2 [internal] load .dockerignore [2022-03-09T22:04:29.644Z] #2 sha256:e60e0baa6927c19380620d8b583c080fd740d00655cc1e7e51d4a6c81e455cd7 [2022-03-09T22:04:29.644Z] #2 transferring context: 87B done [2022-03-09T22:04:29.917Z] #2 DONE 0.1s [2022-03-09T22:04:29.917Z] [2022-03-09T22:04:29.917Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-03-09T22:04:29.917Z] #3 sha256:dce28476d87f47c3617032ad33fa3273456c6cd0abd6b99e8084cf1b55d7403a [2022-03-09T22:04:30.061Z] #11 ... [2022-03-09T22:04:30.061Z] [2022-03-09T22:04:30.062Z] #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-09T22:04:30.062Z] #36 sha256:fcbce562298c56a7b226d0dc42cee1302927c83d920a49e10453c042b66010f8 [2022-03-09T22:04:30.062Z] #36 10.42 129 added, 0 removed; done. [2022-03-09T22:04:30.062Z] #36 10.45 Setting up jq (1.6-2.1) ... [2022-03-09T22:04:30.062Z] #36 10.46 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-03-09T22:04:30.062Z] #36 10.47 Setting up curl (7.74.0-1.3+deb11u1) ... [2022-03-09T22:04:30.062Z] #36 10.48 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-09T22:04:30.062Z] #36 10.50 Processing triggers for ca-certificates (20210119) ... [2022-03-09T22:04:30.062Z] #36 10.53 Updating certificates in /etc/ssl/certs... [2022-03-09T22:04:30.062Z] #36 11.32 0 added, 0 removed; done. [2022-03-09T22:04:30.062Z] #36 11.32 Running hooks in /etc/ca-certificates/update.d... [2022-03-09T22:04:30.062Z] #36 11.32 done. [2022-03-09T22:04:30.062Z] #36 DONE 11.9s [2022-03-09T22:04:30.062Z] [2022-03-09T22:04:30.062Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-09T22:04:30.062Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-09T22:04:30.062Z] #11 ... [2022-03-09T22:04:30.062Z] [2022-03-09T22:04:30.062Z] #37 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-03-09T22:04:30.062Z] #37 sha256:4b1097e29d147c2fa1e2716e39ca198ec4593ff90449882519adbd87a6a9f19a [2022-03-09T22:04:30.062Z] #37 DONE 0.1s [2022-03-09T22:04:30.062Z] [2022-03-09T22:04:30.062Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-09T22:04:30.062Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-09T22:04:30.489Z] #3 DONE 0.4s [2022-03-09T22:04:30.489Z] [2022-03-09T22:04:30.489Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-03-09T22:04:30.489Z] #4 sha256:82ed3dfaff7605887f2a56b987ae4ec9f4b421075ec74e97e6cf038f82f8f120 [2022-03-09T22:04:30.489Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 done [2022-03-09T22:04:30.489Z] #4 sha256:09309628c1131db14cdf692fc549798533eef7fbea50735a141bb7383ab81c92 1.21kB / 1.21kB done [2022-03-09T22:04:30.489Z] #4 sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 0B / 9.06MB 0.1s [2022-03-09T22:04:30.489Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done [2022-03-09T22:04:30.489Z] #4 sha256:56d51bb3d5ad743c8b4b66783cb387af72e1cc4de40cb0d60dd76b4e1315a9c9 528B / 528B done [2022-03-09T22:04:30.489Z] #4 sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 9.06MB / 9.06MB 0.2s [2022-03-09T22:04:30.489Z] #4 sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 9.06MB / 9.06MB 0.3s done [2022-03-09T22:04:30.489Z] #4 extracting sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c [2022-03-09T22:04:30.751Z] #4 extracting sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 0.1s done [2022-03-09T22:04:30.751Z] #4 DONE 0.5s [2022-03-09T22:04:31.013Z] [2022-03-09T22:04:31.013Z] #6 [internal] load build definition from Dockerfile [2022-03-09T22:04:31.013Z] #6 sha256:5a2452f56d4d0e93f0c2cd1575c60e6842fa9289a911e34b8d23b565fa94b805 [2022-03-09T22:04:31.013Z] #6 DONE 0.0s [2022-03-09T22:04:31.013Z] [2022-03-09T22:04:31.013Z] #5 [internal] load .dockerignore [2022-03-09T22:04:31.013Z] #5 sha256:d3b01b1050fd5894665739d234fdd6700617b9db0c78ceb6f90d7eb59d9709ca [2022-03-09T22:04:31.013Z] #5 DONE 0.0s [2022-03-09T22:04:31.013Z] [2022-03-09T22:04:31.013Z] #10 [internal] load metadata for docker.io/library/golang:1.17.8-bullseye [2022-03-09T22:04:31.013Z] #10 sha256:22ad42c0f63999343985ab56aa068321849128ea8a7a89632def013e434f4488 [2022-03-09T22:04:31.587Z] #10 DONE 0.7s [2022-03-09T22:04:31.587Z] [2022-03-09T22:04:31.587Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-09T22:04:31.587Z] #9 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-03-09T22:04:31.587Z] #9 DONE 0.7s [2022-03-09T22:04:31.587Z] [2022-03-09T22:04:31.587Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-09T22:04:31.587Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-03-09T22:04:31.831Z] Fetching without tags [2022-03-09T22:04:31.849Z] #8 DONE 0.7s [2022-03-09T22:04:31.849Z] [2022-03-09T22:04:31.849Z] #7 [internal] load metadata for docker.io/library/debian:bullseye [2022-03-09T22:04:31.849Z] #7 sha256:6d9fd31165915ffec207af44d888d4ad2b51a327ff941d94598791b75383e1d9 [2022-03-09T22:04:31.849Z] #7 DONE 0.8s [2022-03-09T22:04:32.115Z] Merging remotes/origin/master commit 83b51522df43866e39f7c757a6ab84ef4050eeb3 into PR head commit b92af14a1c47368b8cf1c52e303adf6e11cebc3b [2022-03-09T22:04:32.253Z] Fetching without tags [2022-03-09T22:04:31.710Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-09T22:04:31.724Z] > git config --add remote.origin.fetch +refs/pull/43352/head:refs/remotes/origin/PR-43352 # timeout=10 [2022-03-09T22:04:31.766Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-09T22:04:31.801Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-09T22:04:31.834Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-09T22:04:31.835Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-09T22:04:31.836Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43352/head:refs/remotes/origin/PR-43352 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-09T22:04:32.123Z] > git config core.sparsecheckout # timeout=10 [2022-03-09T22:04:32.159Z] > git checkout -f b92af14a1c47368b8cf1c52e303adf6e11cebc3b # timeout=10 [2022-03-09T22:04:32.169Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-09T22:04:32.187Z] > git config --add remote.origin.fetch +refs/pull/43352/head:refs/remotes/origin/PR-43352 # timeout=10 [2022-03-09T22:04:32.205Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-09T22:04:32.225Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-09T22:04:32.273Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-09T22:04:32.273Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-09T22:04:32.275Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43352/head:refs/remotes/origin/PR-43352 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-09T22:04:32.547Z] Merging remotes/origin/master commit 83b51522df43866e39f7c757a6ab84ef4050eeb3 into PR head commit b92af14a1c47368b8cf1c52e303adf6e11cebc3b [2022-03-09T22:04:33.024Z] Merge succeeded, producing b92af14a1c47368b8cf1c52e303adf6e11cebc3b [2022-03-09T22:04:33.024Z] Checking out Revision b92af14a1c47368b8cf1c52e303adf6e11cebc3b (PR-43352) [2022-03-09T22:04:33.349Z] #11 extracting sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 5.0s [2022-03-09T22:04:33.409Z] Merge succeeded, producing b92af14a1c47368b8cf1c52e303adf6e11cebc3b [2022-03-09T22:04:33.410Z] Checking out Revision b92af14a1c47368b8cf1c52e303adf6e11cebc3b (PR-43352) [2022-03-09T22:04:32.934Z] > git remote # timeout=10 [2022-03-09T22:04:32.945Z] > git config --get remote.origin.url # timeout=10 [2022-03-09T22:04:32.962Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-09T22:04:33.000Z] > git merge 83b51522df43866e39f7c757a6ab84ef4050eeb3 # timeout=10 [2022-03-09T22:04:33.017Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-03-09T22:04:33.026Z] > git config core.sparsecheckout # timeout=10 [2022-03-09T22:04:33.037Z] > git checkout -f b92af14a1c47368b8cf1c52e303adf6e11cebc3b # timeout=10 [2022-03-09T22:04:32.576Z] > git config core.sparsecheckout # timeout=10 [2022-03-09T22:04:32.599Z] > git checkout -f b92af14a1c47368b8cf1c52e303adf6e11cebc3b # timeout=10 [2022-03-09T22:04:33.333Z] > git remote # timeout=10 [2022-03-09T22:04:33.347Z] > git config --get remote.origin.url # timeout=10 [2022-03-09T22:04:33.367Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-09T22:04:33.394Z] > git merge 83b51522df43866e39f7c757a6ab84ef4050eeb3 # timeout=10 [2022-03-09T22:04:33.405Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-03-09T22:04:33.426Z] > git config core.sparsecheckout # timeout=10 [2022-03-09T22:04:33.441Z] > git checkout -f b92af14a1c47368b8cf1c52e303adf6e11cebc3b # timeout=10 [2022-03-09T22:04:35.156Z] [2022-03-09T22:04:35.157Z] #69 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-09T22:04:35.157Z] #69 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-03-09T22:04:35.157Z] #69 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2022-03-09T22:04:35.157Z] #69 DONE 0.1s [2022-03-09T22:04:35.157Z] [2022-03-09T22:04:35.157Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 [2022-03-09T22:04:35.157Z] #28 sha256:cb983e985114734a877253bfa61bb8a7e8667d773f76aa54c4d88ef5c333eb4f [2022-03-09T22:04:35.157Z] #28 resolve docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 0.0s done [2022-03-09T22:04:35.157Z] #28 sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 1.85kB / 1.85kB done [2022-03-09T22:04:35.157Z] #28 sha256:1907ed841fa5ffeec67fda754b18b50951aef1712324fe1f6b6c981a40f9594b 529B / 529B done [2022-03-09T22:04:35.157Z] #28 sha256:c077ecbc578ee6db06df4b6532b36703db7454a40eece470051e45fe0e9d27e2 1.48kB / 1.48kB done [2022-03-09T22:04:35.157Z] #28 sha256:c7869242ae9abf6340558e18846f64a05eb06f2eaf66c6bfa2dc66ff2c997976 1.16MB / 53.61MB 0.2s [2022-03-09T22:04:35.157Z] #28 ... [2022-03-09T22:04:35.157Z] [2022-03-09T22:04:35.157Z] #45 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-03-09T22:04:35.157Z] #45 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-03-09T22:04:35.157Z] #45 DONE 0.0s [2022-03-09T22:04:35.157Z] [2022-03-09T22:04:35.157Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 [2022-03-09T22:04:35.157Z] #28 sha256:cb983e985114734a877253bfa61bb8a7e8667d773f76aa54c4d88ef5c333eb4f [2022-03-09T22:04:35.157Z] #28 sha256:c7869242ae9abf6340558e18846f64a05eb06f2eaf66c6bfa2dc66ff2c997976 15.51MB / 53.61MB 0.3s [2022-03-09T22:04:35.157Z] #28 sha256:c7869242ae9abf6340558e18846f64a05eb06f2eaf66c6bfa2dc66ff2c997976 30.51MB / 53.61MB 0.5s [2022-03-09T22:04:35.430Z] #28 sha256:c7869242ae9abf6340558e18846f64a05eb06f2eaf66c6bfa2dc66ff2c997976 41.94MB / 53.61MB 0.6s [2022-03-09T22:04:35.430Z] #28 sha256:c7869242ae9abf6340558e18846f64a05eb06f2eaf66c6bfa2dc66ff2c997976 47.19MB / 53.61MB 0.7s [2022-03-09T22:04:35.698Z] #28 sha256:c7869242ae9abf6340558e18846f64a05eb06f2eaf66c6bfa2dc66ff2c997976 53.61MB / 53.61MB 0.9s [2022-03-09T22:04:35.894Z] #11 extracting sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 7.7s done [2022-03-09T22:04:36.155Z] #11 extracting sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 [2022-03-09T22:04:36.657Z] #28 sha256:c7869242ae9abf6340558e18846f64a05eb06f2eaf66c6bfa2dc66ff2c997976 53.61MB / 53.61MB 1.5s done [2022-03-09T22:04:36.657Z] #28 extracting sha256:c7869242ae9abf6340558e18846f64a05eb06f2eaf66c6bfa2dc66ff2c997976 [2022-03-09T22:04:37.472Z] Client: [2022-03-09T22:04:37.472Z] Context: default [2022-03-09T22:04:37.472Z] Debug Mode: false [2022-03-09T22:04:37.472Z] Plugins: [2022-03-09T22:04:37.472Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-03-09T22:04:37.472Z] buildx: Docker Buildx (Docker Inc., v0.7.1-docker) [2022-03-09T22:04:37.472Z] compose: Docker Compose (Docker Inc., v2.2.3) [2022-03-09T22:04:37.472Z] scan: Docker Scan (Docker Inc., v0.12.0) [2022-03-09T22:04:37.472Z] [2022-03-09T22:04:37.472Z] Server: [2022-03-09T22:04:37.472Z] Containers: 0 [2022-03-09T22:04:37.472Z] Running: 0 [2022-03-09T22:04:37.472Z] Paused: 0 [2022-03-09T22:04:37.472Z] Stopped: 0 [2022-03-09T22:04:37.472Z] Images: 0 [2022-03-09T22:04:37.472Z] Server Version: 20.10.12 [2022-03-09T22:04:37.472Z] Storage Driver: overlay2 [2022-03-09T22:04:37.472Z] Backing Filesystem: extfs [2022-03-09T22:04:37.472Z] Supports d_type: true [2022-03-09T22:04:37.472Z] Native Overlay Diff: true [2022-03-09T22:04:37.472Z] userxattr: false [2022-03-09T22:04:37.472Z] Logging Driver: json-file [2022-03-09T22:04:37.472Z] Cgroup Driver: systemd [2022-03-09T22:04:37.472Z] Cgroup Version: 2 [2022-03-09T22:04:37.472Z] Plugins: [2022-03-09T22:04:37.472Z] Volume: local [2022-03-09T22:04:37.472Z] Network: bridge host ipvlan macvlan null overlay [2022-03-09T22:04:37.472Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-03-09T22:04:37.472Z] Swarm: inactive [2022-03-09T22:04:37.472Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-03-09T22:04:37.472Z] Default Runtime: runc [2022-03-09T22:04:37.472Z] Init Binary: docker-init [2022-03-09T22:04:37.472Z] containerd version: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-03-09T22:04:37.472Z] runc version: v1.0.2-0-g52b36a2 [2022-03-09T22:04:37.472Z] init version: de40ad0 [2022-03-09T22:04:37.472Z] Security Options: [2022-03-09T22:04:37.472Z] apparmor [2022-03-09T22:04:37.472Z] seccomp [2022-03-09T22:04:37.472Z] Profile: default [2022-03-09T22:04:37.472Z] cgroupns [2022-03-09T22:04:37.472Z] Kernel Version: 5.11.0-1023-aws [2022-03-09T22:04:37.472Z] Operating System: Ubuntu 20.04.3 LTS [2022-03-09T22:04:37.472Z] OSType: linux [2022-03-09T22:04:37.472Z] Architecture: x86_64 [2022-03-09T22:04:37.472Z] CPUs: 2 [2022-03-09T22:04:37.472Z] Total Memory: 7.477GiB [2022-03-09T22:04:37.472Z] Name: ip-10-100-110-220 [2022-03-09T22:04:37.472Z] ID: 7KME:NV2J:EQBM:WHKE:5EE7:CLST:3WKA:WZFP:UKH2:O4ZT:4I7A:FGJH [2022-03-09T22:04:37.472Z] Docker Root Dir: /var/lib/docker [2022-03-09T22:04:37.472Z] Debug Mode: false [2022-03-09T22:04:37.472Z] Registry: https://index.docker.io/v1/ [2022-03-09T22:04:37.472Z] Labels: [2022-03-09T22:04:37.472Z] Experimental: true [2022-03-09T22:04:37.472Z] Insecure Registries: [2022-03-09T22:04:37.472Z] 127.0.0.0/8 [2022-03-09T22:04:37.472Z] Live Restore Enabled: true [2022-03-09T22:04:37.472Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-03-09T22:04:37.599Z] #28 ... [2022-03-09T22:04:37.599Z] [2022-03-09T22:04:37.599Z] #24 [internal] load build context [2022-03-09T22:04:37.599Z] #24 sha256:16566893044281d9b32c82d695b973913ffe0474a70d2a99acf02fc231f5dfa5 [2022-03-09T22:04:37.599Z] #24 transferring context: 56.94MB 1.9s done [2022-03-09T22:04:37.599Z] #24 DONE 2.8s [2022-03-09T22:04:37.599Z] [2022-03-09T22:04:37.599Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 [2022-03-09T22:04:37.599Z] #28 sha256:cb983e985114734a877253bfa61bb8a7e8667d773f76aa54c4d88ef5c333eb4f [2022-03-09T22:04:37.668Z] Commit message: "vendor: github.com/docker/distribution v2.8.1" [2022-03-09T22:04:37.774Z] Commit message: "vendor: github.com/docker/distribution v2.8.1" [2022-03-09T22:04:37.818Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg SYSTEMD=true -t docker:b92af14a1c47368b8cf1c52e303adf6e11cebc3b . [2022-03-09T22:04:37.818Z] #1 [internal] load build definition from Dockerfile [2022-03-09T22:04:37.818Z] #1 sha256:8604ef8fa0bf276dee56a0a7707fa5998f617f645271ed723c79dfd0f1706326 [2022-03-09T22:04:37.818Z] #1 transferring dockerfile: 16.77kB 0.0s done [2022-03-09T22:04:37.818Z] #1 DONE 0.1s [2022-03-09T22:04:37.818Z] [2022-03-09T22:04:37.818Z] #2 [internal] load .dockerignore [2022-03-09T22:04:37.818Z] #2 sha256:6c1e581f309f874262282053efa19db439edacd8663b9b1dc62617d9ab2176c5 [2022-03-09T22:04:37.818Z] #2 transferring context: 87B done [2022-03-09T22:04:37.818Z] #2 DONE 0.1s [2022-03-09T22:04:37.818Z] [2022-03-09T22:04:37.818Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-03-09T22:04:37.818Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-03-09T22:04:38.385Z] #3 DONE 0.3s [2022-03-09T22:04:38.385Z] [2022-03-09T22:04:38.385Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-03-09T22:04:38.385Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-03-09T22:04:38.385Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 done [2022-03-09T22:04:38.385Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done [2022-03-09T22:04:38.385Z] #4 sha256:93f32bd6dd9004897fed4703191f48924975081860667932a4df35ba567d7426 528B / 528B done [2022-03-09T22:04:38.385Z] #4 sha256:e532695ddd93ca7c85a816c67afdb352e91052fab7ac19a675088f80915779a7 1.21kB / 1.21kB done [2022-03-09T22:04:38.385Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 1.05MB / 9.67MB 0.1s [2022-03-09T22:04:38.385Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.2s [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-03-09T22:04:38.644Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.3s done [2022-03-09T22:04:38.644Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 [2022-03-09T22:04:38.821Z] + docker version [2022-03-09T22:04:38.903Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.2s done [2022-03-09T22:04:38.903Z] #4 DONE 0.6s [2022-03-09T22:04:38.987Z] #28 extracting sha256:c7869242ae9abf6340558e18846f64a05eb06f2eaf66c6bfa2dc66ff2c997976 2.4s done [2022-03-09T22:04:38.987Z] #28 ... [2022-03-09T22:04:38.987Z] [2022-03-09T22:04:38.987Z] #67 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-09T22:04:38.987Z] #67 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-03-09T22:04:38.987Z] #67 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.2s done [2022-03-09T22:04:38.987Z] #67 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-03-09T22:04:38.987Z] #67 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2022-03-09T22:04:38.987Z] #67 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2022-03-09T22:04:38.987Z] #67 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 3.1s done [2022-03-09T22:04:38.987Z] #67 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 0.9s done [2022-03-09T22:04:38.987Z] #67 DONE 4.2s [2022-03-09T22:04:39.161Z] [2022-03-09T22:04:39.161Z] #6 [internal] load build definition from Dockerfile [2022-03-09T22:04:39.161Z] #6 sha256:c0d5a1d5a2ea3caa48c054b00dad0c91513b3c0463ab532d80ae4c18c3a4aa9b [2022-03-09T22:04:39.161Z] #6 DONE 0.0s [2022-03-09T22:04:39.161Z] [2022-03-09T22:04:39.161Z] #5 [internal] load .dockerignore [2022-03-09T22:04:39.161Z] #5 sha256:267a5f85f4e7dfadef095d36b14493826a9b170e86deae04d7b8f92ca23c9632 [2022-03-09T22:04:39.161Z] #5 DONE 0.0s [2022-03-09T22:04:39.161Z] [2022-03-09T22:04:39.161Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-09T22:04:39.161Z] #10 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-03-09T22:04:39.248Z] [2022-03-09T22:04:39.248Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-09T22:04:39.248Z] #11 sha256:0da8ec1d8d6ad8e570fd59c985e0ce18067a4b44c01e177f941551ca9c6861fd [2022-03-09T22:04:39.248Z] #11 resolve docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 0.1s done [2022-03-09T22:04:39.248Z] #11 sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 1.86kB / 1.86kB done [2022-03-09T22:04:39.248Z] #11 sha256:d80e32befb841fa5525c17e346f26c95a9396bb65ca8a85c30c7949d7f9081d4 1.80kB / 1.80kB done [2022-03-09T22:04:39.248Z] #11 sha256:7b3ca1a8bf94691e70f0b1c15456c9a289fea29d6a42209904d36338ae46e1f7 7.06kB / 7.06kB done [2022-03-09T22:04:39.248Z] #11 sha256:c7869242ae9abf6340558e18846f64a05eb06f2eaf66c6bfa2dc66ff2c997976 53.61MB / 53.61MB 1.5s done [2022-03-09T22:04:39.248Z] #11 sha256:9880592b351f34fa791bd7749a127063cd6a76b1190bd059c168696d700f6b04 5.14MB / 5.14MB 0.4s done [2022-03-09T22:04:39.248Z] #11 sha256:fdd9934a374f1ba93d2da0983d2aac86c9b4bf6ca063aa108519d2588e0212ac 10.66MB / 10.66MB 0.7s done [2022-03-09T22:04:39.248Z] #11 sha256:f37be3698694527b9e5af78494bbcb68f6b045af5247de8c988b24ef7dcd877e 54.67MB / 54.67MB 2.0s done [2022-03-09T22:04:39.248Z] #11 sha256:1de0634a187f2a5eafe92e5c690219dc718710435d988d4ba609487163ae4b01 81.02MB / 81.02MB 2.9s done [2022-03-09T22:04:39.248Z] #11 sha256:b8a0fbe4cf621d1ea82bfa148b3e0b5c4202ae9018dda6e075ef7c381daae103 126B / 126B 2.9s done [2022-03-09T22:04:39.248Z] #11 sha256:435575062b5a88abe63bbad5eb8586be1b08a7e779bac3f30a873481fc0b2f6e 102.69MB / 102.69MB 4.3s [2022-03-09T22:04:39.248Z] #11 extracting sha256:9880592b351f34fa791bd7749a127063cd6a76b1190bd059c168696d700f6b04 0.1s [2022-03-09T22:04:39.303Z] + docker version [2022-03-09T22:04:39.509Z] #11 extracting sha256:9880592b351f34fa791bd7749a127063cd6a76b1190bd059c168696d700f6b04 0.3s done [2022-03-09T22:04:40.084Z] #11 extracting sha256:fdd9934a374f1ba93d2da0983d2aac86c9b4bf6ca063aa108519d2588e0212ac 0.1s [2022-03-09T22:04:40.100Z] #10 DONE 1.0s [2022-03-09T22:04:40.100Z] [2022-03-09T22:04:40.100Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-09T22:04:40.101Z] #9 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-03-09T22:04:40.101Z] #9 DONE 1.1s [2022-03-09T22:04:40.101Z] [2022-03-09T22:04:40.101Z] #7 [internal] load metadata for docker.io/library/golang:1.17.8-bullseye [2022-03-09T22:04:40.101Z] #7 sha256:cea844dd348bb8746acd158263d7377c072bfea1f8f95d97faa3b00bb8fe5a74 [2022-03-09T22:04:40.101Z] #7 DONE 1.0s [2022-03-09T22:04:40.101Z] [2022-03-09T22:04:40.101Z] #8 [internal] load metadata for docker.io/library/debian:bullseye [2022-03-09T22:04:40.101Z] #8 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-03-09T22:04:40.346Z] #11 extracting sha256:fdd9934a374f1ba93d2da0983d2aac86c9b4bf6ca063aa108519d2588e0212ac 0.2s done [2022-03-09T22:04:40.346Z] #11 ... [2022-03-09T22:04:40.346Z] [2022-03-09T22:04:40.346Z] #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-09T22:04:40.346Z] #38 sha256:f01982243423507578db7e527bf15217f76052d3bd57eee4eb3f87abcc1e8842 [2022-03-09T22:04:40.346Z] #38 2.224 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2022-03-09T22:04:40.346Z] #38 2.588 [2022-03-09T22:04:40.346Z] #38 2.796 #=#=# ######################################################################## 100.0% [2022-03-09T22:04:40.346Z] #38 3.056 [2022-03-09T22:04:40.346Z] #38 4.119 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2022-03-09T22:04:40.346Z] #38 4.474 [2022-03-09T22:04:40.346Z] #38 4.699 #=#=# ######################################################################## 100.0% [2022-03-09T22:04:40.346Z] #38 5.065 [2022-03-09T22:04:40.346Z] #38 6.093 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2022-03-09T22:04:40.346Z] #38 6.466 [2022-03-09T22:04:40.346Z] #38 6.692 #=#=# ######### 13.2% #################################### 51.1% ########################################################### 83.0% ######################################################################## 100.0% [2022-03-09T22:04:40.346Z] #38 7.303 [2022-03-09T22:04:40.346Z] #38 8.295 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2022-03-09T22:04:40.346Z] #38 8.586 [2022-03-09T22:04:40.346Z] #38 8.812 #=#=# ######################################################################## 100.0% [2022-03-09T22:04:40.346Z] #38 9.133 [2022-03-09T22:04:40.346Z] #38 9.838 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2022-03-09T22:04:40.346Z] #38 ... [2022-03-09T22:04:40.346Z] [2022-03-09T22:04:40.346Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-09T22:04:40.346Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-09T22:04:40.360Z] #8 DONE 1.3s [2022-03-09T22:04:40.918Z] #11 sha256:435575062b5a88abe63bbad5eb8586be1b08a7e779bac3f30a873481fc0b2f6e 102.69MB / 102.69MB 5.9s done [2022-03-09T22:04:40.918Z] #11 extracting sha256:f37be3698694527b9e5af78494bbcb68f6b045af5247de8c988b24ef7dcd877e 0.1s [2022-03-09T22:04:40.918Z] #11 ... [2022-03-09T22:04:40.918Z] [2022-03-09T22:04:40.918Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 [2022-03-09T22:04:40.918Z] #28 sha256:cb983e985114734a877253bfa61bb8a7e8667d773f76aa54c4d88ef5c333eb4f [2022-03-09T22:04:40.918Z] #28 DONE 6.3s [2022-03-09T22:04:40.918Z] [2022-03-09T22:04:40.918Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-09T22:04:40.918Z] #11 sha256:0da8ec1d8d6ad8e570fd59c985e0ce18067a4b44c01e177f941551ca9c6861fd [2022-03-09T22:04:40.918Z] #11 ... [2022-03-09T22:04:40.918Z] [2022-03-09T22:04:40.918Z] #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-09T22:04:40.918Z] #29 sha256:8dee969f1583d68a21071cc2084df95cedc8e4090666dc1969a6aaf54b1e8e38 [2022-03-09T22:04:41.179Z] #29 ... [2022-03-09T22:04:41.179Z] [2022-03-09T22:04:41.179Z] #69 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-09T22:04:41.179Z] #69 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-03-09T22:04:41.179Z] #69 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-03-09T22:04:41.179Z] #69 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2022-03-09T22:04:41.179Z] #69 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2022-03-09T22:04:41.179Z] #69 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 3.3s done [2022-03-09T22:04:41.179Z] #69 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 0.9s done [2022-03-09T22:04:41.179Z] #69 DONE 6.5s [2022-03-09T22:04:41.285Z] #11 extracting sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 5.1s [2022-03-09T22:04:41.442Z] [2022-03-09T22:04:41.442Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-09T22:04:41.442Z] #11 sha256:0da8ec1d8d6ad8e570fd59c985e0ce18067a4b44c01e177f941551ca9c6861fd [2022-03-09T22:04:42.123Z] Client: Docker Engine - Community [2022-03-09T22:04:42.123Z] Version: 20.10.12 [2022-03-09T22:04:42.123Z] API version: 1.41 [2022-03-09T22:04:42.123Z] Go version: go1.16.12 [2022-03-09T22:04:42.123Z] Git commit: e91ed57 [2022-03-09T22:04:42.123Z] Built: Mon Dec 13 11:45:27 2021 [2022-03-09T22:04:42.123Z] OS/Arch: linux/amd64 [2022-03-09T22:04:42.123Z] Context: default [2022-03-09T22:04:42.123Z] Experimental: true [2022-03-09T22:04:42.123Z] [2022-03-09T22:04:42.123Z] Server: Docker Engine - Community [2022-03-09T22:04:42.123Z] Engine: [2022-03-09T22:04:42.123Z] Version: 20.10.12 [2022-03-09T22:04:42.123Z] API version: 1.41 (minimum version 1.12) [2022-03-09T22:04:42.123Z] Go version: go1.16.12 [2022-03-09T22:04:42.123Z] Git commit: 459d0df [2022-03-09T22:04:42.123Z] Built: Mon Dec 13 11:43:36 2021 [2022-03-09T22:04:42.123Z] OS/Arch: linux/amd64 [2022-03-09T22:04:42.123Z] Experimental: true [2022-03-09T22:04:42.123Z] containerd: [2022-03-09T22:04:42.123Z] Version: 1.4.12 [2022-03-09T22:04:42.123Z] GitCommit: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-03-09T22:04:42.123Z] runc: [2022-03-09T22:04:42.123Z] Version: 1.0.2 [2022-03-09T22:04:42.123Z] GitCommit: v1.0.2-0-g52b36a2 [2022-03-09T22:04:42.123Z] docker-init: [2022-03-09T22:04:42.123Z] Version: 0.19.0 [2022-03-09T22:04:42.123Z] GitCommit: de40ad0 [Pipeline] sh [2022-03-09T22:04:42.523Z] + docker info [2022-03-09T22:04:42.607Z] Client: Docker Engine - Community [2022-03-09T22:04:42.607Z] Version: 20.10.12 [2022-03-09T22:04:42.607Z] API version: 1.41 [2022-03-09T22:04:42.607Z] Go version: go1.16.12 [2022-03-09T22:04:42.607Z] Git commit: e91ed57 [2022-03-09T22:04:42.607Z] Built: Mon Dec 13 11:45:27 2021 [2022-03-09T22:04:42.607Z] OS/Arch: linux/amd64 [2022-03-09T22:04:42.607Z] Context: default [2022-03-09T22:04:42.607Z] Experimental: true [2022-03-09T22:04:42.607Z] [2022-03-09T22:04:42.607Z] Server: Docker Engine - Community [2022-03-09T22:04:42.607Z] Engine: [2022-03-09T22:04:42.607Z] Version: 20.10.12 [2022-03-09T22:04:42.607Z] API version: 1.41 (minimum version 1.12) [2022-03-09T22:04:42.607Z] Go version: go1.16.12 [2022-03-09T22:04:42.607Z] Git commit: 459d0df [2022-03-09T22:04:42.608Z] Built: Mon Dec 13 11:43:36 2021 [2022-03-09T22:04:42.608Z] OS/Arch: linux/amd64 [2022-03-09T22:04:42.608Z] Experimental: true [2022-03-09T22:04:42.608Z] containerd: [2022-03-09T22:04:42.608Z] Version: 1.4.12 [2022-03-09T22:04:42.608Z] GitCommit: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-03-09T22:04:42.608Z] runc: [2022-03-09T22:04:42.608Z] Version: 1.0.2 [2022-03-09T22:04:42.608Z] GitCommit: v1.0.2-0-g52b36a2 [2022-03-09T22:04:42.608Z] docker-init: [2022-03-09T22:04:42.608Z] Version: 0.19.0 [2022-03-09T22:04:42.608Z] GitCommit: de40ad0 [Pipeline] sh [2022-03-09T22:04:42.830Z] #11 extracting sha256:f37be3698694527b9e5af78494bbcb68f6b045af5247de8c988b24ef7dcd877e 2.0s done [2022-03-09T22:04:42.933Z] + docker info [2022-03-09T22:04:43.404Z] #11 extracting sha256:1de0634a187f2a5eafe92e5c690219dc718710435d988d4ba609487163ae4b01 [2022-03-09T22:04:43.673Z] [2022-03-09T22:04:43.673Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-09T22:04:43.673Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-09T22:04:43.673Z] #11 resolve docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-09T22:04:43.673Z] #11 resolve docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 0.1s done [2022-03-09T22:04:43.673Z] #11 sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 1.86kB / 1.86kB done [2022-03-09T22:04:43.673Z] #11 sha256:18432b513315c80f80322d4b4743a2d856c8914819ae4191edfed94bc9ad959a 1.80kB / 1.80kB done [2022-03-09T22:04:43.673Z] #11 sha256:0659a535a7341c4ee3db57a062bccb894be691b1e480198f2570dea67f34fe66 7.04kB / 7.04kB done [2022-03-09T22:04:43.673Z] #11 sha256:ff5b10aec998344606441aec43a335ab6326f32aae331aab27da16a6bb4ec2be 0B / 10.87MB 0.1s [2022-03-09T22:04:43.673Z] #11 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 0B / 54.92MB 0.1s [2022-03-09T22:04:43.818Z] #11 ... [2022-03-09T22:04:43.818Z] [2022-03-09T22:04:43.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-09T22:04:43.818Z] #38 sha256:f01982243423507578db7e527bf15217f76052d3bd57eee4eb3f87abcc1e8842 [2022-03-09T22:04:43.818Z] #38 10.25 [2022-03-09T22:04:43.818Z] #38 10.46 #=#=# ######################################################################## 100.0% [2022-03-09T22:04:43.818Z] #38 10.72 [2022-03-09T22:04:43.818Z] #38 10.77 Download of images into '/build' complete. [2022-03-09T22:04:43.818Z] #38 10.77 Use something like the following to load the result into a Docker daemon: [2022-03-09T22:04:43.818Z] #38 10.77 tar -cC '/build' . | docker load [2022-03-09T22:04:43.818Z] #38 DONE 14.1s [2022-03-09T22:04:43.933Z] #11 ... [2022-03-09T22:04:43.933Z] [2022-03-09T22:04:43.933Z] #45 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-03-09T22:04:43.933Z] #45 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-03-09T22:04:43.933Z] #45 DONE 0.0s [2022-03-09T22:04:43.933Z] [2022-03-09T22:04:43.933Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-09T22:04:43.933Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-09T22:04:43.933Z] #11 sha256:ff5b10aec998344606441aec43a335ab6326f32aae331aab27da16a6bb4ec2be 3.15MB / 10.87MB 0.2s [2022-03-09T22:04:43.933Z] #11 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 6.29MB / 54.92MB 0.2s [2022-03-09T22:04:43.933Z] #11 sha256:4ff1945c672b08a1791df62afaaf8aff14d3047155365f9c3646902937f7ffe6 0B / 5.15MB 0.2s [2022-03-09T22:04:43.933Z] #11 sha256:ff5b10aec998344606441aec43a335ab6326f32aae331aab27da16a6bb4ec2be 5.24MB / 10.87MB 0.3s [2022-03-09T22:04:43.933Z] #11 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 9.65MB / 54.92MB 0.3s [2022-03-09T22:04:43.933Z] #11 sha256:ff5b10aec998344606441aec43a335ab6326f32aae331aab27da16a6bb4ec2be 8.39MB / 10.87MB 0.4s [2022-03-09T22:04:43.933Z] #11 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 19.92MB / 54.92MB 0.5s [2022-03-09T22:04:43.933Z] #11 sha256:4ff1945c672b08a1791df62afaaf8aff14d3047155365f9c3646902937f7ffe6 5.15MB / 5.15MB 0.5s [2022-03-09T22:04:44.078Z] [2022-03-09T22:04:44.078Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-09T22:04:44.078Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-09T22:04:44.196Z] #11 sha256:ff5b10aec998344606441aec43a335ab6326f32aae331aab27da16a6bb4ec2be 10.87MB / 10.87MB 0.5s done [2022-03-09T22:04:44.196Z] #11 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 25.17MB / 54.92MB 0.7s [2022-03-09T22:04:44.196Z] #11 sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 1.05MB / 54.58MB 0.7s [2022-03-09T22:04:44.458Z] #11 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 34.60MB / 54.92MB 0.8s [2022-03-09T22:04:44.458Z] #11 sha256:4ff1945c672b08a1791df62afaaf8aff14d3047155365f9c3646902937f7ffe6 5.15MB / 5.15MB 0.7s done [2022-03-09T22:04:44.458Z] #11 sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 8.39MB / 54.58MB 0.8s [2022-03-09T22:04:44.458Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 2.10MB / 85.81MB 0.8s [2022-03-09T22:04:44.458Z] #11 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 39.85MB / 54.92MB 1.0s [2022-03-09T22:04:44.458Z] #11 sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 14.68MB / 54.58MB 1.0s [2022-03-09T22:04:44.735Z] #11 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 47.19MB / 54.92MB 1.2s [2022-03-09T22:04:44.735Z] #11 sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 21.10MB / 54.58MB 1.2s [2022-03-09T22:04:44.735Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 11.53MB / 85.81MB 1.2s [2022-03-09T22:04:44.998Z] #11 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 51.38MB / 54.92MB 1.3s [2022-03-09T22:04:44.998Z] #11 sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 24.12MB / 54.58MB 1.3s [2022-03-09T22:04:44.998Z] #11 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 54.92MB / 54.92MB 1.5s [2022-03-09T22:04:44.998Z] #11 sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 32.51MB / 54.58MB 1.5s [2022-03-09T22:04:44.998Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 26.21MB / 85.81MB 1.5s [2022-03-09T22:04:45.261Z] #11 sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 37.75MB / 54.58MB 1.7s [2022-03-09T22:04:45.261Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 31.79MB / 85.81MB 1.7s [2022-03-09T22:04:45.323Z] #11 extracting sha256:1de0634a187f2a5eafe92e5c690219dc718710435d988d4ba609487163ae4b01 2.0s done [2022-03-09T22:04:45.521Z] #11 sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 42.99MB / 54.58MB 1.8s [2022-03-09T22:04:45.521Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 39.85MB / 85.81MB 1.8s [2022-03-09T22:04:45.521Z] #11 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 54.92MB / 54.92MB 1.9s done [2022-03-09T22:04:45.521Z] #11 sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 53.48MB / 54.58MB 2.0s [2022-03-09T22:04:45.521Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 0B / 134.90MB 2.0s [2022-03-09T22:04:45.521Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 46.58MB / 85.81MB 2.1s [2022-03-09T22:04:46.124Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 52.43MB / 85.81MB 2.3s [2022-03-09T22:04:46.124Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 7.74MB / 134.90MB 2.5s [2022-03-09T22:04:46.124Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 58.72MB / 85.81MB 2.6s [2022-03-09T22:04:46.274Z] #11 extracting sha256:435575062b5a88abe63bbad5eb8586be1b08a7e779bac3f30a873481fc0b2f6e [2022-03-09T22:04:46.387Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 17.83MB / 134.90MB 2.7s [2022-03-09T22:04:46.387Z] #11 extracting sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 0.5s [2022-03-09T22:04:46.387Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 65.01MB / 85.81MB 2.9s [2022-03-09T22:04:46.651Z] #11 extracting sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 10.2s [2022-03-09T22:04:46.651Z] #11 sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 54.58MB / 54.58MB 2.8s done [2022-03-09T22:04:46.651Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 70.25MB / 85.81MB 2.9s [2022-03-09T22:04:46.651Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 27.26MB / 134.90MB 2.9s [2022-03-09T22:04:46.651Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 77.59MB / 85.81MB 3.0s [2022-03-09T22:04:46.911Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 83.89MB / 85.81MB 3.2s [2022-03-09T22:04:46.911Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 37.75MB / 134.90MB 3.2s [2022-03-09T22:04:46.911Z] #11 sha256:debee5da592d2d2e96de757c5aff0cf0723782cf20a78682c7c85aa53064b702 0B / 157B 3.1s [2022-03-09T22:04:46.911Z] #11 sha256:debee5da592d2d2e96de757c5aff0cf0723782cf20a78682c7c85aa53064b702 157B / 157B 3.2s done [2022-03-09T22:04:46.911Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 50.33MB / 134.90MB 3.5s [2022-03-09T22:04:47.204Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 63.96MB / 134.90MB 3.7s [2022-03-09T22:04:47.224Z] #11 ... [2022-03-09T22:04:47.224Z] [2022-03-09T22:04:47.224Z] #68 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-03-09T22:04:47.224Z] #68 sha256:99eb965b5318dc0ce9d71a22280a9be9dfb5920da56425940fa51d60891053ef [2022-03-09T22:04:47.224Z] #68 DONE 0.7s [2022-03-09T22:04:47.224Z] [2022-03-09T22:04:47.224Z] #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-09T22:04:47.224Z] #29 sha256:8dee969f1583d68a21071cc2084df95cedc8e4090666dc1969a6aaf54b1e8e38 [2022-03-09T22:04:47.224Z] #29 6.130 Get:1 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-09T22:04:47.224Z] #29 6.130 Get:2 http://deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-09T22:04:47.224Z] #29 6.140 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-09T22:04:47.224Z] #29 6.254 Get:4 http://security.debian.org/debian-security bullseye-security/main arm64 Packages [121 kB] [2022-03-09T22:04:47.468Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 76.55MB / 134.90MB 3.9s [2022-03-09T22:04:47.489Z] #29 6.380 Get:5 http://deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-03-09T22:04:47.734Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 85.98MB / 134.90MB 4.0s [2022-03-09T22:04:47.734Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 93.32MB / 134.90MB 4.2s [2022-03-09T22:04:47.734Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 85.81MB / 85.81MB 4.0s done [2022-03-09T22:04:47.749Z] #29 6.656 Get:6 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-03-09T22:04:47.994Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 101.71MB / 134.90MB 4.5s [2022-03-09T22:04:48.254Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 111.15MB / 134.90MB 4.8s [2022-03-09T22:04:48.513Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 121.05MB / 134.90MB 5.0s [2022-03-09T22:04:48.691Z] #29 7.548 Fetched 8393 kB in 2s (4994 kB/s) [2022-03-09T22:04:48.778Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 130.02MB / 134.90MB 5.3s [2022-03-09T22:04:48.953Z] #29 7.548 Reading package lists...#29 ... [2022-03-09T22:04:48.953Z] [2022-03-09T22:04:48.953Z] #70 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-03-09T22:04:48.953Z] #70 sha256:b49b59bfc5c6eb145c6a024e010cf4a3618a6b2ef592b80b68c17cd8c3cdcb08 [2022-03-09T22:04:48.953Z] #70 DONE 1.9s [2022-03-09T22:04:48.953Z] [2022-03-09T22:04:48.953Z] #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-09T22:04:48.953Z] #29 sha256:8dee969f1583d68a21071cc2084df95cedc8e4090666dc1969a6aaf54b1e8e38 [2022-03-09T22:04:48.953Z] #29 7.548 Reading package lists... [2022-03-09T22:04:49.188Z] #11 extracting sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 12.8s done [2022-03-09T22:04:49.188Z] #11 extracting sha256:debee5da592d2d2e96de757c5aff0cf0723782cf20a78682c7c85aa53064b702 [2022-03-09T22:04:49.188Z] #11 extracting sha256:debee5da592d2d2e96de757c5aff0cf0723782cf20a78682c7c85aa53064b702 done [2022-03-09T22:04:49.362Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 134.90MB / 134.90MB 5.7s done [2022-03-09T22:04:49.447Z] #11 DONE 45.0s [2022-03-09T22:04:49.705Z] [2022-03-09T22:04:49.705Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-03-09T22:04:49.705Z] #12 sha256:d2262cb5e289fcb8ec2e6ec5bbc28e4da9c0f7843486f275d70eab98043bbd87 [2022-03-09T22:04:49.790Z] #29 8.101 Reading package lists... [2022-03-09T22:04:49.790Z] #29 8.668 Building dependency tree... [2022-03-09T22:04:49.936Z] #11 ... [2022-03-09T22:04:49.936Z] [2022-03-09T22:04:49.936Z] #24 [internal] load build context [2022-03-09T22:04:49.936Z] #24 sha256:0d088f033eb35cd72f24058c8358bbfa4b2491f79bb1d48d386eba83ae7f6a22 [2022-03-09T22:04:49.936Z] #24 transferring context: 56.92MB 6.6s done [2022-03-09T22:04:49.936Z] #24 DONE 6.7s [2022-03-09T22:04:49.936Z] [2022-03-09T22:04:49.936Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 [2022-03-09T22:04:49.936Z] #28 sha256:3af2a073cd6647345ef114a99d17cd59ea5b7278c32b92efaf29389f6ad8156c [2022-03-09T22:04:49.936Z] #28 resolve docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 0.1s done [2022-03-09T22:04:49.936Z] #28 sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 1.85kB / 1.85kB done [2022-03-09T22:04:49.936Z] #28 sha256:4ceca80e912f5fd88749d9984597fbe81d436049745b07b54cd2b112ea3a4618 529B / 529B done [2022-03-09T22:04:49.936Z] #28 sha256:d40157244907583ef151d2de83245c018a7bf8b2025518dd1e108ec60c1a679c 1.46kB / 1.46kB done [2022-03-09T22:04:49.936Z] #28 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 54.92MB / 54.92MB 2.0s done [2022-03-09T22:04:50.052Z] #29 9.037 The following additional packages will be installed: [2022-03-09T22:04:50.052Z] #29 9.037 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2022-03-09T22:04:50.052Z] #29 9.037 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2022-03-09T22:04:50.052Z] #29 9.037 Recommended packages: [2022-03-09T22:04:50.052Z] #29 9.037 libldap-common publicsuffix libsasl2-modules [2022-03-09T22:04:50.052Z] #29 9.152 The following NEW packages will be installed: [2022-03-09T22:04:50.052Z] #29 9.152 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2022-03-09T22:04:50.052Z] #29 9.152 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2022-03-09T22:04:50.052Z] #29 9.152 libssh2-1 openssl [2022-03-09T22:04:50.313Z] #29 9.425 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2022-03-09T22:04:50.313Z] #29 9.425 Need to get 2933 kB of archives. [2022-03-09T22:04:50.313Z] #29 9.425 After this operation, 6483 kB of additional disk space will be used. [2022-03-09T22:04:50.313Z] #29 9.425 Get:1 http://security.debian.org/debian-security bullseye-security/main arm64 libsasl2-modules-db arm64 2.1.27+dfsg-2.1+deb11u1 [69.4 kB] [2022-03-09T22:04:50.578Z] #29 9.428 Get:2 http://deb.debian.org/debian bullseye/main arm64 openssl arm64 1.1.1k-1+deb11u1 [829 kB] [2022-03-09T22:04:50.578Z] #29 9.429 Get:3 http://security.debian.org/debian-security bullseye-security/main arm64 libsasl2-2 arm64 2.1.27+dfsg-2.1+deb11u1 [105 kB] [2022-03-09T22:04:50.578Z] #29 9.440 Get:4 http://deb.debian.org/debian bullseye/main arm64 ca-certificates all 20210119 [158 kB] [2022-03-09T22:04:50.578Z] #29 9.443 Get:5 http://deb.debian.org/debian bullseye/main arm64 libbrotli1 arm64 1.0.9-2+b2 [267 kB] [2022-03-09T22:04:50.578Z] #29 9.447 Get:6 http://deb.debian.org/debian bullseye/main arm64 libldap-2.4-2 arm64 2.4.57+dfsg-3 [222 kB] [2022-03-09T22:04:50.578Z] #29 9.461 Get:7 http://deb.debian.org/debian bullseye/main arm64 libnghttp2-14 arm64 1.43.0-1 [73.8 kB] [2022-03-09T22:04:50.578Z] #29 9.461 Get:8 http://deb.debian.org/debian bullseye/main arm64 libpsl5 arm64 0.21.0-1.2 [57.1 kB] [2022-03-09T22:04:50.578Z] #29 9.467 Get:9 http://deb.debian.org/debian bullseye/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2+b2 [59.4 kB] [2022-03-09T22:04:50.578Z] #29 9.470 Get:10 http://deb.debian.org/debian bullseye/main arm64 libssh2-1 arm64 1.9.0-2 [150 kB] [2022-03-09T22:04:50.578Z] #29 9.470 Get:11 http://deb.debian.org/debian bullseye/main arm64 libcurl4 arm64 7.74.0-1.3+deb11u1 [320 kB] [2022-03-09T22:04:50.578Z] #29 9.490 Get:12 http://deb.debian.org/debian bullseye/main arm64 curl arm64 7.74.0-1.3+deb11u1 [261 kB] [2022-03-09T22:04:50.578Z] #29 9.491 Get:13 http://deb.debian.org/debian bullseye/main arm64 libonig5 arm64 6.9.6-1.1 [176 kB] [2022-03-09T22:04:50.578Z] #29 9.498 Get:14 http://deb.debian.org/debian bullseye/main arm64 libjq1 arm64 1.6-2.1 [121 kB] [2022-03-09T22:04:50.578Z] #29 9.498 Get:15 http://deb.debian.org/debian bullseye/main arm64 jq arm64 1.6-2.1 [64.5 kB] [2022-03-09T22:04:50.578Z] #29 9.678 debconf: delaying package configuration, since apt-utils is not installed [2022-03-09T22:04:50.669Z] Client: [2022-03-09T22:04:50.669Z] Context: default [2022-03-09T22:04:50.669Z] Debug Mode: false [2022-03-09T22:04:50.669Z] Plugins: [2022-03-09T22:04:50.669Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-03-09T22:04:50.669Z] buildx: Docker Buildx (Docker Inc., v0.7.1-docker) [2022-03-09T22:04:50.669Z] compose: Docker Compose (Docker Inc., v2.2.3) [2022-03-09T22:04:50.669Z] scan: Docker Scan (Docker Inc., v0.12.0) [2022-03-09T22:04:50.669Z] [2022-03-09T22:04:50.669Z] Server: [2022-03-09T22:04:50.669Z] Containers: 0 [2022-03-09T22:04:50.669Z] Running: 0 [2022-03-09T22:04:50.669Z] Paused: 0 [2022-03-09T22:04:50.669Z] Stopped: 0 [2022-03-09T22:04:50.669Z] Images: 0 [2022-03-09T22:04:50.669Z] Server Version: 20.10.12 [2022-03-09T22:04:50.669Z] Storage Driver: overlay2 [2022-03-09T22:04:50.669Z] Backing Filesystem: extfs [2022-03-09T22:04:50.669Z] Supports d_type: true [2022-03-09T22:04:50.669Z] Native Overlay Diff: true [2022-03-09T22:04:50.669Z] userxattr: false [2022-03-09T22:04:50.669Z] Logging Driver: json-file [2022-03-09T22:04:50.669Z] Cgroup Driver: cgroupfs [2022-03-09T22:04:50.669Z] Cgroup Version: 1 [2022-03-09T22:04:50.669Z] Plugins: [2022-03-09T22:04:50.669Z] Volume: local [2022-03-09T22:04:50.669Z] Network: bridge host ipvlan macvlan null overlay [2022-03-09T22:04:50.669Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-03-09T22:04:50.669Z] Swarm: inactive [2022-03-09T22:04:50.669Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-03-09T22:04:50.669Z] Default Runtime: runc [2022-03-09T22:04:50.669Z] Init Binary: docker-init [2022-03-09T22:04:50.669Z] containerd version: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-03-09T22:04:50.669Z] runc version: v1.0.2-0-g52b36a2 [2022-03-09T22:04:50.669Z] init version: de40ad0 [2022-03-09T22:04:50.669Z] Security Options: [2022-03-09T22:04:50.669Z] apparmor [2022-03-09T22:04:50.669Z] seccomp [2022-03-09T22:04:50.669Z] Profile: default [2022-03-09T22:04:50.669Z] Kernel Version: 5.4.0-1061-aws [2022-03-09T22:04:50.669Z] Operating System: Ubuntu 18.04.6 LTS [2022-03-09T22:04:50.669Z] OSType: linux [2022-03-09T22:04:50.669Z] Architecture: x86_64 [2022-03-09T22:04:50.669Z] CPUs: 2 [2022-03-09T22:04:50.670Z] Total Memory: 7.565GiB [2022-03-09T22:04:50.670Z] Name: ip-10-100-117-163 [2022-03-09T22:04:50.670Z] ID: WNHY:2FNS:JP3O:DF66:7VQT:53NI:JQKB:OYPE:MQXQ:GKEA:QVZ7:WZW4 [2022-03-09T22:04:50.670Z] Docker Root Dir: /var/lib/docker [2022-03-09T22:04:50.670Z] Debug Mode: false [2022-03-09T22:04:50.670Z] Registry: https://index.docker.io/v1/ [2022-03-09T22:04:50.670Z] Labels: [2022-03-09T22:04:50.670Z] Experimental: true [2022-03-09T22:04:50.670Z] Insecure Registries: [2022-03-09T22:04:50.670Z] 127.0.0.0/8 [2022-03-09T22:04:50.670Z] Live Restore Enabled: true [2022-03-09T22:04:50.670Z] [2022-03-09T22:04:50.670Z] WARNING: No swap limit support [Pipeline] sh [2022-03-09T22:04:50.840Z] #29 9.713 Fetched 2933 kB in 0s (8593 kB/s) [2022-03-09T22:04:50.840Z] #29 9.755 Selecting previously unselected package openssl. [2022-03-09T22:04:50.840Z] #29 9.755 (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 ... 6645 files and directories currently installed.) [2022-03-09T22:04:50.840Z] #29 9.755 Preparing to unpack .../00-openssl_1.1.1k-1+deb11u1_arm64.deb ... [2022-03-09T22:04:50.840Z] #29 9.755 Unpacking openssl (1.1.1k-1+deb11u1) ... [2022-03-09T22:04:50.840Z] #29 9.887 Selecting previously unselected package ca-certificates. [2022-03-09T22:04:50.840Z] #29 9.887 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2022-03-09T22:04:50.840Z] #29 9.916 Unpacking ca-certificates (20210119) ... [2022-03-09T22:04:50.840Z] #29 9.964 Selecting previously unselected package libbrotli1:arm64. [2022-03-09T22:04:50.840Z] #29 9.964 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_arm64.deb ... [2022-03-09T22:04:50.954Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-09T22:04:50.954Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-09T22:04:50.954Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43352/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-03-09T22:04:50.954Z] + bash /home/ubuntu/workspace/moby_PR-43352/check-config.sh [2022-03-09T22:04:50.954Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-03-09T22:04:50.954Z] info: reading kernel config from /boot/config-5.4.0-1061-aws ... [2022-03-09T22:04:50.954Z] [2022-03-09T22:04:50.954Z] Generally Necessary: [2022-03-09T22:04:50.954Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-03-09T22:04:50.954Z] - apparmor: enabled and tools installed [2022-03-09T22:04:50.954Z] - CONFIG_NAMESPACES: enabled [2022-03-09T22:04:50.954Z] - CONFIG_NET_NS: enabled [2022-03-09T22:04:50.954Z] - CONFIG_PID_NS: enabled [2022-03-09T22:04:50.954Z] - CONFIG_IPC_NS: enabled [2022-03-09T22:04:50.954Z] - CONFIG_UTS_NS: enabled [2022-03-09T22:04:50.954Z] - CONFIG_CGROUPS: enabled [2022-03-09T22:04:50.954Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-03-09T22:04:50.954Z] - CONFIG_CGROUP_DEVICE: enabled [2022-03-09T22:04:50.954Z] - CONFIG_CGROUP_FREEZER: enabled [2022-03-09T22:04:50.954Z] - CONFIG_CGROUP_SCHED: enabled [2022-03-09T22:04:50.954Z] - CONFIG_CPUSETS: enabled [2022-03-09T22:04:50.954Z] - CONFIG_MEMCG: enabled [2022-03-09T22:04:50.954Z] - CONFIG_KEYS: enabled [2022-03-09T22:04:50.954Z] - CONFIG_VETH: enabled (as module) [2022-03-09T22:04:50.954Z] - CONFIG_BRIDGE: enabled (as module) [2022-03-09T22:04:50.954Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-03-09T22:04:50.954Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-03-09T22:04:50.954Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-03-09T22:04:50.954Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-03-09T22:04:50.954Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-03-09T22:04:50.954Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-03-09T22:04:50.954Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-03-09T22:04:50.954Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-03-09T22:04:50.954Z] - CONFIG_NF_NAT: enabled (as module) [2022-03-09T22:04:50.954Z] - CONFIG_POSIX_MQUEUE: enabled [2022-03-09T22:04:50.954Z] - CONFIG_CGROUP_BPF: enabled [2022-03-09T22:04:50.954Z] [2022-03-09T22:04:50.954Z] Optional Features: [2022-03-09T22:04:50.954Z] - CONFIG_USER_NS: enabled [2022-03-09T22:04:50.954Z] - CONFIG_SECCOMP: enabled [2022-03-09T22:04:50.954Z] - CONFIG_SECCOMP_FILTER: enabled [2022-03-09T22:04:51.066Z] Client: [2022-03-09T22:04:51.066Z] Context: default [2022-03-09T22:04:51.066Z] Debug Mode: false [2022-03-09T22:04:51.066Z] Plugins: [2022-03-09T22:04:51.066Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-03-09T22:04:51.066Z] buildx: Docker Buildx (Docker Inc., v0.7.1-docker) [2022-03-09T22:04:51.066Z] compose: Docker Compose (Docker Inc., v2.2.3) [2022-03-09T22:04:51.066Z] scan: Docker Scan (Docker Inc., v0.12.0) [2022-03-09T22:04:51.066Z] [2022-03-09T22:04:51.066Z] Server: [2022-03-09T22:04:51.066Z] Containers: 0 [2022-03-09T22:04:51.066Z] Running: 0 [2022-03-09T22:04:51.066Z] Paused: 0 [2022-03-09T22:04:51.066Z] Stopped: 0 [2022-03-09T22:04:51.066Z] Images: 0 [2022-03-09T22:04:51.066Z] Server Version: 20.10.12 [2022-03-09T22:04:51.066Z] Storage Driver: overlay2 [2022-03-09T22:04:51.066Z] Backing Filesystem: extfs [2022-03-09T22:04:51.066Z] Supports d_type: true [2022-03-09T22:04:51.066Z] Native Overlay Diff: true [2022-03-09T22:04:51.066Z] userxattr: false [2022-03-09T22:04:51.066Z] Logging Driver: json-file [2022-03-09T22:04:51.066Z] Cgroup Driver: cgroupfs [2022-03-09T22:04:51.066Z] Cgroup Version: 1 [2022-03-09T22:04:51.066Z] Plugins: [2022-03-09T22:04:51.066Z] Volume: local [2022-03-09T22:04:51.066Z] Network: bridge host ipvlan macvlan null overlay [2022-03-09T22:04:51.066Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-03-09T22:04:51.066Z] Swarm: inactive [2022-03-09T22:04:51.066Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-03-09T22:04:51.066Z] Default Runtime: runc [2022-03-09T22:04:51.066Z] Init Binary: docker-init [2022-03-09T22:04:51.066Z] containerd version: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-03-09T22:04:51.066Z] runc version: v1.0.2-0-g52b36a2 [2022-03-09T22:04:51.066Z] init version: de40ad0 [2022-03-09T22:04:51.066Z] Security Options: [2022-03-09T22:04:51.066Z] apparmor [2022-03-09T22:04:51.066Z] seccomp [2022-03-09T22:04:51.066Z] Profile: default [2022-03-09T22:04:51.066Z] Kernel Version: 5.4.0-1061-aws [2022-03-09T22:04:51.066Z] Operating System: Ubuntu 18.04.6 LTS [2022-03-09T22:04:51.066Z] OSType: linux [2022-03-09T22:04:51.066Z] Architecture: x86_64 [2022-03-09T22:04:51.066Z] CPUs: 2 [2022-03-09T22:04:51.066Z] Total Memory: 7.565GiB [2022-03-09T22:04:51.066Z] Name: ip-10-100-105-10 [2022-03-09T22:04:51.066Z] ID: WNHY:2FNS:JP3O:DF66:7VQT:53NI:JQKB:OYPE:MQXQ:GKEA:QVZ7:WZW4 [2022-03-09T22:04:51.066Z] Docker Root Dir: /var/lib/docker [2022-03-09T22:04:51.066Z] Debug Mode: false [2022-03-09T22:04:51.066Z] Registry: https://index.docker.io/v1/ [2022-03-09T22:04:51.066Z] Labels: [2022-03-09T22:04:51.066Z] Experimental: true [2022-03-09T22:04:51.066Z] Insecure Registries: [2022-03-09T22:04:51.066Z] 127.0.0.0/8 [2022-03-09T22:04:51.066Z] Live Restore Enabled: true [2022-03-09T22:04:51.066Z] [2022-03-09T22:04:51.066Z] WARNING: No swap limit support [Pipeline] sh [2022-03-09T22:04:51.080Z] #12 DONE 1.6s [2022-03-09T22:04:51.080Z] [2022-03-09T22:04:51.080Z] #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-09T22:04:51.080Z] #13 sha256:841b9c1595ca58032e4810480afa5303241fe19d3a7af7071441e821968bc31d [2022-03-09T22:04:51.101Z] #29 9.979 Unpacking libbrotli1:arm64 (1.0.9-2+b2) ... [2022-03-09T22:04:51.101Z] #29 10.05 Selecting previously unselected package libsasl2-modules-db:arm64. [2022-03-09T22:04:51.101Z] #29 10.05 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_arm64.deb ... [2022-03-09T22:04:51.101Z] #29 10.05 Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-09T22:04:51.101Z] #29 10.10 Selecting previously unselected package libsasl2-2:arm64. [2022-03-09T22:04:51.101Z] #29 10.10 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_arm64.deb ... [2022-03-09T22:04:51.101Z] #29 10.11 Unpacking libsasl2-2:arm64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-09T22:04:51.101Z] #29 10.17 Selecting previously unselected package libldap-2.4-2:arm64. [2022-03-09T22:04:51.101Z] #29 10.17 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3_arm64.deb ... [2022-03-09T22:04:51.101Z] #29 10.17 Unpacking libldap-2.4-2:arm64 (2.4.57+dfsg-3) ... [2022-03-09T22:04:51.101Z] #29 10.25 Selecting previously unselected package libnghttp2-14:arm64. [2022-03-09T22:04:51.101Z] #29 10.25 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_arm64.deb ... [2022-03-09T22:04:51.216Z] - CONFIG_CGROUP_PIDS: enabled [2022-03-09T22:04:51.216Z] - CONFIG_MEMCG_SWAP: enabled [2022-03-09T22:04:51.216Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2022-03-09T22:04:51.216Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2022-03-09T22:04:51.216Z] - CONFIG_BLK_CGROUP: enabled [2022-03-09T22:04:51.216Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-03-09T22:04:51.216Z] - CONFIG_CGROUP_PERF: enabled [2022-03-09T22:04:51.216Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-03-09T22:04:51.216Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-03-09T22:04:51.216Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-03-09T22:04:51.216Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-03-09T22:04:51.216Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-03-09T22:04:51.216Z] - CONFIG_RT_GROUP_SCHED: missing [2022-03-09T22:04:51.216Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-03-09T22:04:51.216Z] - CONFIG_IP_VS: enabled (as module) [2022-03-09T22:04:51.216Z] - CONFIG_IP_VS_NFCT: enabled [2022-03-09T22:04:51.216Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-03-09T22:04:51.216Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-03-09T22:04:51.216Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-03-09T22:04:51.216Z] - CONFIG_SECURITY_SELINUX: enabled [2022-03-09T22:04:51.216Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-03-09T22:04:51.216Z] - CONFIG_EXT4_FS: enabled [2022-03-09T22:04:51.216Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-03-09T22:04:51.216Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-03-09T22:04:51.216Z] - Network Drivers: [2022-03-09T22:04:51.216Z] - "overlay": [2022-03-09T22:04:51.216Z] - CONFIG_VXLAN: enabled (as module) [2022-03-09T22:04:51.216Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-03-09T22:04:51.216Z] Optional (for encrypted networks): [2022-03-09T22:04:51.216Z] - CONFIG_CRYPTO: enabled [2022-03-09T22:04:51.216Z] - CONFIG_CRYPTO_AEAD: enabled [2022-03-09T22:04:51.216Z] - CONFIG_CRYPTO_GCM: enabled [2022-03-09T22:04:51.216Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-03-09T22:04:51.216Z] - CONFIG_CRYPTO_GHASH: enabled [2022-03-09T22:04:51.216Z] - CONFIG_XFRM: enabled [2022-03-09T22:04:51.216Z] - CONFIG_XFRM_USER: enabled (as module) [2022-03-09T22:04:51.216Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-03-09T22:04:51.216Z] - CONFIG_INET_ESP: enabled (as module) [2022-03-09T22:04:51.216Z] - "ipvlan": [2022-03-09T22:04:51.216Z] - CONFIG_IPVLAN: enabled (as module) [2022-03-09T22:04:51.216Z] - "macvlan": [2022-03-09T22:04:51.216Z] - CONFIG_MACVLAN: enabled (as module) [2022-03-09T22:04:51.216Z] - CONFIG_DUMMY: enabled (as module) [2022-03-09T22:04:51.216Z] - "ftp,tftp client in container": [2022-03-09T22:04:51.216Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-03-09T22:04:51.216Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-03-09T22:04:51.216Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-03-09T22:04:51.216Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-03-09T22:04:51.216Z] - Storage Drivers: [2022-03-09T22:04:51.216Z] - "aufs": [2022-03-09T22:04:51.216Z] - CONFIG_AUFS_FS: enabled (as module) [2022-03-09T22:04:51.216Z] - "btrfs": [2022-03-09T22:04:51.216Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-03-09T22:04:51.216Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-03-09T22:04:51.216Z] - "devicemapper": [2022-03-09T22:04:51.216Z] - CONFIG_BLK_DEV_DM: enabled [2022-03-09T22:04:51.216Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-03-09T22:04:51.216Z] - "overlay": [2022-03-09T22:04:51.340Z] #28 ... [2022-03-09T22:04:51.340Z] [2022-03-09T22:04:51.340Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-09T22:04:51.340Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-09T22:04:51.340Z] #11 extracting sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 5.5s [2022-03-09T22:04:51.340Z] #11 ... [2022-03-09T22:04:51.340Z] [2022-03-09T22:04:51.340Z] #67 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-09T22:04:51.340Z] #67 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-03-09T22:04:51.340Z] #67 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2022-03-09T22:04:51.340Z] #67 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2022-03-09T22:04:51.340Z] #67 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2022-03-09T22:04:51.340Z] #67 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-03-09T22:04:51.340Z] #67 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 5.2s done [2022-03-09T22:04:51.340Z] #67 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 2.4s done [2022-03-09T22:04:51.340Z] #67 DONE 7.9s [2022-03-09T22:04:51.340Z] [2022-03-09T22:04:51.340Z] #69 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-09T22:04:51.340Z] #69 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-03-09T22:04:51.340Z] #69 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2022-03-09T22:04:51.340Z] #69 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-03-09T22:04:51.340Z] #69 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2022-03-09T22:04:51.340Z] #69 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2022-03-09T22:04:51.340Z] #69 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 5.3s done [2022-03-09T22:04:51.340Z] #69 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 2.3s done [2022-03-09T22:04:51.340Z] #69 DONE 8.1s [2022-03-09T22:04:51.340Z] [2022-03-09T22:04:51.340Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 [2022-03-09T22:04:51.340Z] #28 sha256:3af2a073cd6647345ef114a99d17cd59ea5b7278c32b92efaf29389f6ad8156c [2022-03-09T22:04:51.354Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-09T22:04:51.354Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-09T22:04:51.354Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43352/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-03-09T22:04:51.354Z] + bash /home/ubuntu/workspace/moby_PR-43352/check-config.sh [2022-03-09T22:04:51.354Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-03-09T22:04:51.354Z] info: reading kernel config from /boot/config-5.4.0-1061-aws ... [2022-03-09T22:04:51.354Z] [2022-03-09T22:04:51.354Z] Generally Necessary: [2022-03-09T22:04:51.354Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-03-09T22:04:51.354Z] - apparmor: enabled and tools installed [2022-03-09T22:04:51.354Z] - CONFIG_NAMESPACES: enabled [2022-03-09T22:04:51.354Z] - CONFIG_NET_NS: enabled [2022-03-09T22:04:51.354Z] - CONFIG_PID_NS: enabled [2022-03-09T22:04:51.354Z] - CONFIG_IPC_NS: enabled [2022-03-09T22:04:51.354Z] - CONFIG_UTS_NS: enabled [2022-03-09T22:04:51.354Z] - CONFIG_CGROUPS: enabled [2022-03-09T22:04:51.354Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-03-09T22:04:51.354Z] - CONFIG_CGROUP_DEVICE: enabled [2022-03-09T22:04:51.354Z] - CONFIG_CGROUP_FREEZER: enabled [2022-03-09T22:04:51.354Z] - CONFIG_CGROUP_SCHED: enabled [2022-03-09T22:04:51.354Z] - CONFIG_CPUSETS: enabled [2022-03-09T22:04:51.354Z] - CONFIG_MEMCG: enabled [2022-03-09T22:04:51.354Z] - CONFIG_KEYS: enabled [2022-03-09T22:04:51.354Z] - CONFIG_VETH: enabled (as module) [2022-03-09T22:04:51.354Z] - CONFIG_BRIDGE: enabled (as module) [2022-03-09T22:04:51.354Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-03-09T22:04:51.354Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-03-09T22:04:51.354Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-03-09T22:04:51.354Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-03-09T22:04:51.354Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-03-09T22:04:51.354Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-03-09T22:04:51.354Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-03-09T22:04:51.354Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-03-09T22:04:51.354Z] - CONFIG_NF_NAT: enabled (as module) [2022-03-09T22:04:51.354Z] - CONFIG_POSIX_MQUEUE: enabled [2022-03-09T22:04:51.354Z] - CONFIG_CGROUP_BPF: enabled [2022-03-09T22:04:51.354Z] [2022-03-09T22:04:51.354Z] Optional Features: [2022-03-09T22:04:51.363Z] #29 10.25 Unpacking libnghttp2-14:arm64 (1.43.0-1) ... [2022-03-09T22:04:51.363Z] #29 10.30 Selecting previously unselected package libpsl5:arm64. [2022-03-09T22:04:51.363Z] #29 10.31 Preparing to unpack .../07-libpsl5_0.21.0-1.2_arm64.deb ... [2022-03-09T22:04:51.363Z] #29 10.31 Unpacking libpsl5:arm64 (0.21.0-1.2) ... [2022-03-09T22:04:51.363Z] #29 10.36 Selecting previously unselected package librtmp1:arm64. [2022-03-09T22:04:51.363Z] #29 10.36 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_arm64.deb ... [2022-03-09T22:04:51.363Z] #29 10.37 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-03-09T22:04:51.363Z] #29 10.42 Selecting previously unselected package libssh2-1:arm64. [2022-03-09T22:04:51.363Z] #29 10.42 Preparing to unpack .../09-libssh2-1_1.9.0-2_arm64.deb ... [2022-03-09T22:04:51.363Z] #29 10.43 Unpacking libssh2-1:arm64 (1.9.0-2) ... [2022-03-09T22:04:51.363Z] #29 10.48 Selecting previously unselected package libcurl4:arm64. [2022-03-09T22:04:51.474Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-03-09T22:04:51.474Z] - "zfs": [2022-03-09T22:04:51.474Z] - /dev/zfs: present [2022-03-09T22:04:51.474Z] - zfs command: missing [2022-03-09T22:04:51.474Z] - zpool command: missing [2022-03-09T22:04:51.474Z] [2022-03-09T22:04:51.474Z] Limits: [2022-03-09T22:04:51.474Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-03-09T22:04:51.474Z] [2022-03-09T22:04:51.474Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-03-09T22:04:51.613Z] - CONFIG_USER_NS: enabled [2022-03-09T22:04:51.613Z] - CONFIG_SECCOMP: enabled [2022-03-09T22:04:51.613Z] - CONFIG_SECCOMP_FILTER: enabled [2022-03-09T22:04:51.613Z] - CONFIG_CGROUP_PIDS: enabled [2022-03-09T22:04:51.613Z] - CONFIG_MEMCG_SWAP: enabled [2022-03-09T22:04:51.613Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2022-03-09T22:04:51.613Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2022-03-09T22:04:51.613Z] - CONFIG_BLK_CGROUP: enabled [2022-03-09T22:04:51.613Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-03-09T22:04:51.613Z] - CONFIG_CGROUP_PERF: enabled [2022-03-09T22:04:51.613Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-03-09T22:04:51.613Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-03-09T22:04:51.613Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-03-09T22:04:51.613Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-03-09T22:04:51.613Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-03-09T22:04:51.613Z] - CONFIG_RT_GROUP_SCHED: missing [2022-03-09T22:04:51.613Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-03-09T22:04:51.613Z] - CONFIG_IP_VS: enabled (as module) [2022-03-09T22:04:51.613Z] - CONFIG_IP_VS_NFCT: enabled [2022-03-09T22:04:51.613Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-03-09T22:04:51.613Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-03-09T22:04:51.613Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-03-09T22:04:51.613Z] - CONFIG_SECURITY_SELINUX: enabled [2022-03-09T22:04:51.613Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-03-09T22:04:51.613Z] - CONFIG_EXT4_FS: enabled [2022-03-09T22:04:51.613Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-03-09T22:04:51.613Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-03-09T22:04:51.613Z] - Network Drivers: [2022-03-09T22:04:51.613Z] - "overlay": [2022-03-09T22:04:51.613Z] - CONFIG_VXLAN: enabled (as module) [2022-03-09T22:04:51.613Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-03-09T22:04:51.613Z] Optional (for encrypted networks): [2022-03-09T22:04:51.625Z] #29 ... [2022-03-09T22:04:51.625Z] [2022-03-09T22:04:51.625Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-09T22:04:51.625Z] #11 sha256:0da8ec1d8d6ad8e570fd59c985e0ce18067a4b44c01e177f941551ca9c6861fd [2022-03-09T22:04:51.625Z] #11 extracting sha256:435575062b5a88abe63bbad5eb8586be1b08a7e779bac3f30a873481fc0b2f6e 5.1s done [2022-03-09T22:04:51.625Z] #11 extracting sha256:b8a0fbe4cf621d1ea82bfa148b3e0b5c4202ae9018dda6e075ef7c381daae103 done [2022-03-09T22:04:51.625Z] #11 DONE 16.9s [2022-03-09T22:04:51.625Z] [2022-03-09T22:04:51.625Z] #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-09T22:04:51.625Z] #29 sha256:8dee969f1583d68a21071cc2084df95cedc8e4090666dc1969a6aaf54b1e8e38 [2022-03-09T22:04:51.625Z] #29 10.48 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_arm64.deb ... [2022-03-09T22:04:51.625Z] #29 10.48 Unpacking libcurl4:arm64 (7.74.0-1.3+deb11u1) ... [2022-03-09T22:04:51.625Z] #29 10.53 Selecting previously unselected package curl. [2022-03-09T22:04:51.625Z] #29 10.53 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_arm64.deb ... [2022-03-09T22:04:51.625Z] #29 10.54 Unpacking curl (7.74.0-1.3+deb11u1) ... [2022-03-09T22:04:51.625Z] #29 10.59 Selecting previously unselected package libonig5:arm64. [2022-03-09T22:04:51.625Z] #29 10.59 Preparing to unpack .../12-libonig5_6.9.6-1.1_arm64.deb ... [2022-03-09T22:04:51.625Z] #29 10.59 Unpacking libonig5:arm64 (6.9.6-1.1) ... [2022-03-09T22:04:51.625Z] #29 10.71 Selecting previously unselected package libjq1:arm64. [2022-03-09T22:04:51.625Z] #29 10.71 Preparing to unpack .../13-libjq1_1.6-2.1_arm64.deb ... [2022-03-09T22:04:51.855Z] + sudo modprobe ip_vs [2022-03-09T22:04:51.855Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:b92af14a1c47368b8cf1c52e303adf6e11cebc3b . [2022-03-09T22:04:51.874Z] - CONFIG_CRYPTO: enabled [2022-03-09T22:04:51.874Z] - CONFIG_CRYPTO_AEAD: enabled [2022-03-09T22:04:51.874Z] - CONFIG_CRYPTO_GCM: enabled [2022-03-09T22:04:51.874Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-03-09T22:04:51.874Z] - CONFIG_CRYPTO_GHASH: enabled [2022-03-09T22:04:51.874Z] - CONFIG_XFRM: enabled [2022-03-09T22:04:51.874Z] - CONFIG_XFRM_USER: enabled (as module) [2022-03-09T22:04:51.874Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-03-09T22:04:51.874Z] - CONFIG_INET_ESP: enabled (as module) [2022-03-09T22:04:51.874Z] - "ipvlan": [2022-03-09T22:04:51.874Z] - CONFIG_IPVLAN: enabled (as module) [2022-03-09T22:04:51.874Z] - "macvlan": [2022-03-09T22:04:51.874Z] - CONFIG_MACVLAN: enabled (as module) [2022-03-09T22:04:51.874Z] - CONFIG_DUMMY: enabled (as module) [2022-03-09T22:04:51.874Z] - "ftp,tftp client in container": [2022-03-09T22:04:51.874Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-03-09T22:04:51.874Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-03-09T22:04:51.874Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-03-09T22:04:51.874Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-03-09T22:04:51.874Z] - Storage Drivers: [2022-03-09T22:04:51.874Z] - "aufs": [2022-03-09T22:04:51.874Z] - CONFIG_AUFS_FS: enabled (as module) [2022-03-09T22:04:51.874Z] - "btrfs": [2022-03-09T22:04:51.874Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-03-09T22:04:51.874Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-03-09T22:04:51.874Z] - "devicemapper": [2022-03-09T22:04:51.874Z] - CONFIG_BLK_DEV_DM: enabled [2022-03-09T22:04:51.874Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-03-09T22:04:51.874Z] - "overlay": [2022-03-09T22:04:51.874Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-03-09T22:04:51.874Z] - "zfs": [2022-03-09T22:04:51.874Z] - /dev/zfs: present [2022-03-09T22:04:51.874Z] - zfs command: missing [2022-03-09T22:04:51.874Z] - zpool command: missing [2022-03-09T22:04:51.874Z] [2022-03-09T22:04:51.874Z] Limits: [2022-03-09T22:04:51.874Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-03-09T22:04:51.874Z] [2022-03-09T22:04:51.874Z] + true [Pipeline] } [2022-03-09T22:04:51.886Z] #29 10.71 Unpacking libjq1:arm64 (1.6-2.1) ... [2022-03-09T22:04:51.886Z] #29 10.76 Selecting previously unselected package jq. [2022-03-09T22:04:51.886Z] #29 10.76 Preparing to unpack .../14-jq_1.6-2.1_arm64.deb ... [2022-03-09T22:04:51.886Z] #29 10.77 Unpacking jq (1.6-2.1) ... [2022-03-09T22:04:51.886Z] #29 10.82 Setting up libpsl5:arm64 (0.21.0-1.2) ... [2022-03-09T22:04:51.886Z] #29 10.84 Setting up libbrotli1:arm64 (1.0.9-2+b2) ... [2022-03-09T22:04:51.886Z] #29 10.85 Setting up libnghttp2-14:arm64 (1.43.0-1) ... [2022-03-09T22:04:51.886Z] #29 10.86 Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-09T22:04:51.886Z] #29 10.88 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-03-09T22:04:51.886Z] #29 10.89 Setting up libsasl2-2:arm64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-09T22:04:51.886Z] #29 10.92 Setting up libssh2-1:arm64 (1.9.0-2) ... [2022-03-09T22:04:51.886Z] #29 10.94 Setting up openssl (1.1.1k-1+deb11u1) ... [2022-03-09T22:04:51.886Z] #29 10.97 Setting up libonig5:arm64 (6.9.6-1.1) ... [2022-03-09T22:04:51.886Z] #29 11.02 Setting up libjq1:arm64 (1.6-2.1) ... [2022-03-09T22:04:51.886Z] #29 11.04 Setting up libldap-2.4-2:arm64 (2.4.57+dfsg-3) ... [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-03-09T22:04:52.117Z] #1 [internal] load build definition from Dockerfile [2022-03-09T22:04:52.117Z] #1 sha256:e761b257922547ae74f023ba859a2174a8115721002b1ac4c3e23da082834c66 [2022-03-09T22:04:52.117Z] #1 transferring dockerfile: 16.77kB done [2022-03-09T22:04:52.117Z] #1 DONE 0.1s [2022-03-09T22:04:52.117Z] [2022-03-09T22:04:52.117Z] #2 [internal] load .dockerignore [2022-03-09T22:04:52.117Z] #2 sha256:1f7b0fc4251cd6700fdf596769e7f3eec0e419ca371c3f439abf64d7daa184c9 [2022-03-09T22:04:52.117Z] #2 transferring context: 87B done [2022-03-09T22:04:52.117Z] #2 DONE 0.0s [2022-03-09T22:04:52.117Z] [2022-03-09T22:04:52.117Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-03-09T22:04:52.117Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-03-09T22:04:52.149Z] #29 ... [2022-03-09T22:04:52.149Z] [2022-03-09T22:04:52.149Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-03-09T22:04:52.149Z] #12 sha256:f224c0882cf598acea34e9eb020bc42c885ac138a9d50f4a2fbe066742f67597 [2022-03-09T22:04:52.149Z] #12 DONE 0.6s [2022-03-09T22:04:52.149Z] [2022-03-09T22:04:52.149Z] #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-09T22:04:52.149Z] #29 sha256:8dee969f1583d68a21071cc2084df95cedc8e4090666dc1969a6aaf54b1e8e38 [2022-03-09T22:04:52.149Z] #29 11.06 Setting up ca-certificates (20210119) ... [2022-03-09T22:04:52.208Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:b92af14a1c47368b8cf1c52e303adf6e11cebc3b . [2022-03-09T22:04:52.464Z] #13 DONE 1.3s [2022-03-09T22:04:52.464Z] [2022-03-09T22:04:52.464Z] #40 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-03-09T22:04:52.464Z] #40 sha256:bddc18464da662668d8c69de9d42214f652feeee14f0e8b6fdf60bc38ca0e6dc [2022-03-09T22:04:52.464Z] #40 DONE 0.1s [2022-03-09T22:04:52.464Z] [2022-03-09T22:04:52.464Z] #14 [cross-true 1/6] RUN dpkg --add-architecture arm64 [2022-03-09T22:04:52.464Z] #14 sha256:09b6e3692320f08cf6327db0ae6dbac3f5eaa5ea0349ddf964de4290be45ec49 [2022-03-09T22:04:52.464Z] #14 ... [2022-03-09T22:04:52.464Z] [2022-03-09T22:04:52.464Z] #49 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-03-09T22:04:52.464Z] #49 sha256:32590bd141d0574a7286cd7615e7ce5dbd7a860411bdc30d9e37cda4cfa7488b [2022-03-09T22:04:52.464Z] #49 DONE 0.2s [2022-03-09T22:04:52.464Z] [2022-03-09T22:04:52.464Z] #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-09T22:04:52.464Z] #53 sha256:67ba994b1836bf9393e53dde77cc6c5676194c01186247253d0c9102c049e812 [2022-03-09T22:04:52.464Z] #53 DONE 0.2s [2022-03-09T22:04:52.468Z] #2 [internal] load .dockerignore [2022-03-09T22:04:52.468Z] #2 sha256:729ed6ddc6d88c6fb0a3f764c40079c569401ea4b5415c19553cf5357a82041d [2022-03-09T22:04:52.685Z] #3 DONE 0.4s [2022-03-09T22:04:52.685Z] [2022-03-09T22:04:52.685Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-03-09T22:04:52.685Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-03-09T22:04:52.685Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 done [2022-03-09T22:04:52.685Z] #4 sha256:93f32bd6dd9004897fed4703191f48924975081860667932a4df35ba567d7426 528B / 528B done [2022-03-09T22:04:52.685Z] #4 sha256:e532695ddd93ca7c85a816c67afdb352e91052fab7ac19a675088f80915779a7 1.21kB / 1.21kB done [2022-03-09T22:04:52.685Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.2s [2022-03-09T22:04:52.685Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done [2022-03-09T22:04:52.725Z] [2022-03-09T22:04:52.725Z] #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-09T22:04:52.725Z] #54 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-09T22:04:52.725Z] #29 11.59 Updating certificates in /etc/ssl/certs... [2022-03-09T22:04:52.725Z] #29 ... [2022-03-09T22:04:52.725Z] [2022-03-09T22:04:52.725Z] #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-09T22:04:52.725Z] #13 sha256:9f188e1017c9fac2fca657577c71ee2cc73089491a98e5c2195a0038fb0a90a9 [2022-03-09T22:04:52.725Z] #13 DONE 0.5s [2022-03-09T22:04:52.725Z] [2022-03-09T22:04:52.725Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-03-09T22:04:52.725Z] #25 sha256:0af221a7e4992cb30449d028d28acef74bf704c1a99944eaa3883138e9a7d07f [2022-03-09T22:04:52.725Z] #25 DONE 0.2s [2022-03-09T22:04:52.725Z] [2022-03-09T22:04:52.725Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-03-09T22:04:52.725Z] #33 sha256:a978201be0c5f3787ef2cb2a4e67e283eb0ff961151521c3ea699a76d4ee7da9 [2022-03-09T22:04:52.725Z] #33 DONE 0.2s [2022-03-09T22:04:52.725Z] [2022-03-09T22:04:52.725Z] #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-09T22:04:52.725Z] #26 sha256:f59fffe6f23916bb2b7637e425ad21c793f935d56c0a126a62515f8aa6da3c4f [2022-03-09T22:04:52.727Z] #2 transferring context: 87B done [2022-03-09T22:04:52.727Z] #2 DONE 0.4s [2022-03-09T22:04:52.727Z] [2022-03-09T22:04:52.727Z] #1 [internal] load build definition from Dockerfile [2022-03-09T22:04:52.727Z] #1 sha256:ed6e47745cf8f223cd93c9f207048cdb498d4d4d001c7100cd6150426d8427a9 [2022-03-09T22:04:52.727Z] #1 transferring dockerfile: 16.77kB done [2022-03-09T22:04:52.727Z] #1 DONE 0.4s [2022-03-09T22:04:52.727Z] [2022-03-09T22:04:52.727Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-03-09T22:04:52.727Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-03-09T22:04:52.944Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.3s done [2022-03-09T22:04:52.944Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 [2022-03-09T22:04:52.986Z] #3 DONE 0.4s [2022-03-09T22:04:52.987Z] [2022-03-09T22:04:52.987Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-03-09T22:04:52.987Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-03-09T22:04:52.987Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 done [2022-03-09T22:04:52.987Z] #26 ... [2022-03-09T22:04:52.987Z] [2022-03-09T22:04:52.987Z] #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-09T22:04:52.987Z] #46 sha256:29f307aacc913c168d34ae6100258981712fa6f867ace27802647a2e17757ba8 [2022-03-09T22:04:52.987Z] #46 DONE 0.3s [2022-03-09T22:04:52.987Z] [2022-03-09T22:04:52.987Z] #42 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-03-09T22:04:52.987Z] #42 sha256:0e338dcbed0835dbc2e2e4721efc34d8208489bcae390ba527e5b7e61e8d880f [2022-03-09T22:04:52.987Z] #42 DONE 0.4s [2022-03-09T22:04:52.987Z] [2022-03-09T22:04:52.987Z] #62 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-03-09T22:04:52.987Z] #62 sha256:8e2917bb4e53dce70084d69d65b3fd676d2cf4a017c7f5d3fdd8770ad1f0ce6e [2022-03-09T22:04:52.987Z] #62 DONE 0.4s [2022-03-09T22:04:52.987Z] [2022-03-09T22:04:52.987Z] #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-09T22:04:52.987Z] #63 sha256:aac82c225cd199d52df6b8d08e9e25b097e08ddd51ea3108676655db0fc86a56 [2022-03-09T22:04:53.204Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.3s done [2022-03-09T22:04:53.246Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done [2022-03-09T22:04:53.246Z] #4 sha256:93f32bd6dd9004897fed4703191f48924975081860667932a4df35ba567d7426 528B / 528B done [2022-03-09T22:04:53.246Z] #4 sha256:e532695ddd93ca7c85a816c67afdb352e91052fab7ac19a675088f80915779a7 1.21kB / 1.21kB done [2022-03-09T22:04:53.246Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.2s [2022-03-09T22:04:53.246Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.2s done [2022-03-09T22:04:53.246Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 [2022-03-09T22:04:53.262Z] #28 ... [2022-03-09T22:04:53.262Z] [2022-03-09T22:04:53.262Z] #68 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-03-09T22:04:53.262Z] #68 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-03-09T22:04:53.262Z] #68 DONE 0.6s [2022-03-09T22:04:53.462Z] #4 DONE 0.7s [2022-03-09T22:04:53.462Z] [2022-03-09T22:04:53.462Z] #6 [internal] load build definition from Dockerfile [2022-03-09T22:04:53.462Z] #6 sha256:e722426a7083af2fb059593a9b8ee2a9903dfc5a485301e3f5204e5a7a9bfd19 [2022-03-09T22:04:53.462Z] #6 DONE 0.0s [2022-03-09T22:04:53.462Z] [2022-03-09T22:04:53.462Z] #5 [internal] load .dockerignore [2022-03-09T22:04:53.462Z] #5 sha256:ba98cd719e9dff0bdc8606c50c8f09d13559472ce25a527c7b67695a61d0e6a7 [2022-03-09T22:04:53.462Z] #5 DONE 0.0s [2022-03-09T22:04:53.462Z] [2022-03-09T22:04:53.462Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-09T22:04:53.462Z] #9 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-03-09T22:04:53.527Z] [2022-03-09T22:04:53.527Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 [2022-03-09T22:04:53.527Z] #28 sha256:3af2a073cd6647345ef114a99d17cd59ea5b7278c32b92efaf29389f6ad8156c [2022-03-09T22:04:53.817Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.4s done [2022-03-09T22:04:53.817Z] #4 DONE 0.8s [2022-03-09T22:04:54.102Z] #28 ... [2022-03-09T22:04:54.102Z] [2022-03-09T22:04:54.102Z] #70 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-03-09T22:04:54.102Z] #70 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-03-09T22:04:54.102Z] #70 DONE 0.7s [2022-03-09T22:04:54.102Z] [2022-03-09T22:04:54.102Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 [2022-03-09T22:04:54.102Z] #28 sha256:3af2a073cd6647345ef114a99d17cd59ea5b7278c32b92efaf29389f6ad8156c [2022-03-09T22:04:54.389Z] [2022-03-09T22:04:54.389Z] #6 [internal] load build definition from Dockerfile [2022-03-09T22:04:54.389Z] #6 sha256:a58f706b9c1246103b3d32ebc2134e02204f9db9b745a4a1f835a48b21b1e201 [2022-03-09T22:04:54.389Z] #6 DONE 0.0s [2022-03-09T22:04:54.389Z] [2022-03-09T22:04:54.389Z] #5 [internal] load .dockerignore [2022-03-09T22:04:54.389Z] #5 sha256:529cda4595e03d6f6fe2c677fdc9945f2e467c1c4ff15171c735ee44b3863762 [2022-03-09T22:04:54.389Z] #5 DONE 0.0s [2022-03-09T22:04:54.389Z] [2022-03-09T22:04:54.389Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-09T22:04:54.389Z] #10 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-03-09T22:04:54.402Z] #9 ... [2022-03-09T22:04:54.402Z] [2022-03-09T22:04:54.402Z] #8 [internal] load metadata for docker.io/library/golang:1.17.8-bullseye [2022-03-09T22:04:54.402Z] #8 sha256:cea844dd348bb8746acd158263d7377c072bfea1f8f95d97faa3b00bb8fe5a74 [2022-03-09T22:04:54.402Z] #8 DONE 0.9s [2022-03-09T22:04:54.402Z] [2022-03-09T22:04:54.402Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-09T22:04:54.402Z] #9 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-03-09T22:04:54.402Z] #9 DONE 0.9s [2022-03-09T22:04:54.402Z] [2022-03-09T22:04:54.402Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-09T22:04:54.402Z] #10 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-03-09T22:04:54.402Z] #10 DONE 0.9s [2022-03-09T22:04:54.402Z] [2022-03-09T22:04:54.402Z] #7 [internal] load metadata for docker.io/library/debian:bullseye [2022-03-09T22:04:54.402Z] #7 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-03-09T22:04:54.402Z] #7 DONE 0.9s [2022-03-09T22:04:54.908Z] #63 ... [2022-03-09T22:04:54.908Z] [2022-03-09T22:04:54.908Z] #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-09T22:04:54.908Z] #29 sha256:8dee969f1583d68a21071cc2084df95cedc8e4090666dc1969a6aaf54b1e8e38 [2022-03-09T22:04:54.908Z] #29 12.46 129 added, 0 removed; done. [2022-03-09T22:04:54.908Z] #29 12.53 Setting up jq (1.6-2.1) ... [2022-03-09T22:04:54.908Z] #29 12.56 Setting up libcurl4:arm64 (7.74.0-1.3+deb11u1) ... [2022-03-09T22:04:54.908Z] #29 12.57 Setting up curl (7.74.0-1.3+deb11u1) ... [2022-03-09T22:04:54.908Z] #29 12.59 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-09T22:04:54.908Z] #29 12.61 Processing triggers for ca-certificates (20210119) ... [2022-03-09T22:04:54.908Z] #29 12.62 Updating certificates in /etc/ssl/certs... [2022-03-09T22:04:54.908Z] #29 13.36 0 added, 0 removed; done. [2022-03-09T22:04:54.908Z] #29 13.36 Running hooks in /etc/ca-certificates/update.d... [2022-03-09T22:04:54.908Z] #29 13.36 done. [2022-03-09T22:04:54.908Z] #29 DONE 13.5s [2022-03-09T22:04:54.908Z] [2022-03-09T22:04:54.908Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-03-09T22:04:54.908Z] #30 sha256:6395eeb21e297d39aaedb6b639864caeca05af6f18be889c090a4e59aecf573b [2022-03-09T22:04:54.908Z] #30 DONE 0.1s [2022-03-09T22:04:54.908Z] [2022-03-09T22:04:54.908Z] #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-09T22:04:54.908Z] #31 sha256:63c9c3209f95c0bfbba8fcec1bc93173277f322c8385d05b7cae983dc8efb8c7 [2022-03-09T22:04:54.986Z] #10 ... [2022-03-09T22:04:54.986Z] [2022-03-09T22:04:54.986Z] #8 [internal] load metadata for docker.io/library/debian:bullseye [2022-03-09T22:04:54.986Z] #8 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-03-09T22:04:54.986Z] #8 DONE 0.9s [2022-03-09T22:04:55.247Z] [2022-03-09T22:04:55.247Z] #7 [internal] load metadata for docker.io/library/golang:1.17.8-bullseye [2022-03-09T22:04:55.247Z] #7 sha256:cea844dd348bb8746acd158263d7377c072bfea1f8f95d97faa3b00bb8fe5a74 [2022-03-09T22:04:55.247Z] #7 DONE 1.0s [2022-03-09T22:04:55.247Z] [2022-03-09T22:04:55.247Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-09T22:04:55.247Z] #9 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-03-09T22:04:55.247Z] #9 DONE 1.0s [2022-03-09T22:04:55.247Z] [2022-03-09T22:04:55.247Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-09T22:04:55.247Z] #10 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-03-09T22:04:55.247Z] #10 DONE 1.0s [2022-03-09T22:04:55.494Z] #28 extracting sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 9.5s done [2022-03-09T22:04:55.494Z] #28 DONE 12.1s [2022-03-09T22:04:55.494Z] [2022-03-09T22:04:55.494Z] #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-09T22:04:55.494Z] #29 sha256:fcbce562298c56a7b226d0dc42cee1302927c83d920a49e10453c042b66010f8 [2022-03-09T22:04:56.313Z] [2022-03-09T22:04:56.313Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-09T22:04:56.313Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-09T22:04:56.313Z] #11 resolve docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 0.1s done [2022-03-09T22:04:56.313Z] #11 DONE 0.1s [2022-03-09T22:04:56.313Z] [2022-03-09T22:04:56.313Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 [2022-03-09T22:04:56.313Z] #28 sha256:3af2a073cd6647345ef114a99d17cd59ea5b7278c32b92efaf29389f6ad8156c [2022-03-09T22:04:56.313Z] #28 resolve docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 0.0s done [2022-03-09T22:04:56.313Z] #28 sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 1.85kB / 1.85kB done [2022-03-09T22:04:56.313Z] #28 sha256:4ceca80e912f5fd88749d9984597fbe81d436049745b07b54cd2b112ea3a4618 529B / 529B done [2022-03-09T22:04:56.313Z] #28 sha256:d40157244907583ef151d2de83245c018a7bf8b2025518dd1e108ec60c1a679c 1.46kB / 1.46kB done [2022-03-09T22:04:56.313Z] #28 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 0B / 54.92MB 0.1s [2022-03-09T22:04:56.573Z] #28 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 3.15MB / 54.92MB 0.3s [2022-03-09T22:04:56.633Z] [2022-03-09T22:04:56.633Z] #24 [internal] load build context [2022-03-09T22:04:56.633Z] #24 sha256:74bda519cf67e032c25cda06e8a129568dc17c7e37894ad298b9fbd96b61bdab [2022-03-09T22:04:56.834Z] #28 ... [2022-03-09T22:04:56.834Z] [2022-03-09T22:04:56.834Z] #45 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-03-09T22:04:56.834Z] #45 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-03-09T22:04:56.834Z] #45 DONE 0.0s [2022-03-09T22:04:56.834Z] [2022-03-09T22:04:56.834Z] #69 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-09T22:04:56.834Z] #69 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-03-09T22:04:56.834Z] #69 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2022-03-09T22:04:56.834Z] #69 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-03-09T22:04:56.834Z] #69 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2022-03-09T22:04:56.834Z] #69 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2022-03-09T22:04:56.834Z] #69 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 0.6s [2022-03-09T22:04:56.872Z] #29 1.257 Get:1 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-09T22:04:56.872Z] #29 1.270 Get:2 http://deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-09T22:04:56.872Z] #29 1.270 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-09T22:04:56.872Z] #29 1.382 Get:4 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [122 kB] [2022-03-09T22:04:57.097Z] #69 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 0.7s done [2022-03-09T22:04:57.098Z] #69 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 [2022-03-09T22:04:57.136Z] #29 1.565 Get:5 http://deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-09T22:04:57.207Z] #24 ... [2022-03-09T22:04:57.207Z] [2022-03-09T22:04:57.207Z] #45 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-03-09T22:04:57.207Z] #45 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-03-09T22:04:57.207Z] #45 DONE 0.0s [2022-03-09T22:04:57.207Z] [2022-03-09T22:04:57.207Z] #24 [internal] load build context [2022-03-09T22:04:57.207Z] #24 sha256:74bda519cf67e032c25cda06e8a129568dc17c7e37894ad298b9fbd96b61bdab [2022-03-09T22:04:57.400Z] #29 1.832 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-09T22:04:57.778Z] #24 transferring context: 8.19MB 1.2s [2022-03-09T22:04:58.011Z] #54 ... [2022-03-09T22:04:58.011Z] [2022-03-09T22:04:58.011Z] #14 [cross-true 1/6] RUN dpkg --add-architecture arm64 [2022-03-09T22:04:58.011Z] #14 sha256:09b6e3692320f08cf6327db0ae6dbac3f5eaa5ea0349ddf964de4290be45ec49 [2022-03-09T22:04:58.011Z] #14 DONE 4.9s [2022-03-09T22:04:58.011Z] [2022-03-09T22:04:58.011Z] #15 [cross-true 2/6] RUN dpkg --add-architecture armel [2022-03-09T22:04:58.011Z] #15 sha256:96bcf02670b65def60e1b23dcad47755d0bff725bd59a782e559ae99ba7a16f0 [2022-03-09T22:04:59.309Z] #29 3.806 Fetched 8507 kB in 3s (3015 kB/s) [2022-03-09T22:04:59.921Z] #15 DONE 2.5s [2022-03-09T22:04:59.921Z] [2022-03-09T22:04:59.921Z] #16 [cross-true 3/6] RUN dpkg --add-architecture armhf [2022-03-09T22:04:59.921Z] #16 sha256:beddf0d6d60e18c9ac5b3546568cba2a4901f4a5fec519fe15cb3d5d496e5cb7 [2022-03-09T22:05:00.213Z] #31 ... [2022-03-09T22:05:00.213Z] [2022-03-09T22:05:00.213Z] #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-09T22:05:00.213Z] #26 sha256:f59fffe6f23916bb2b7637e425ad21c793f935d56c0a126a62515f8aa6da3c4f [2022-03-09T22:05:00.213Z] #26 3.661 + RM_GOPATH=0 [2022-03-09T22:05:00.213Z] #26 3.661 + TMP_GOPATH= [2022-03-09T22:05:00.213Z] #26 3.661 + : /build [2022-03-09T22:05:00.213Z] #26 3.661 + '[' -z '' ']' [2022-03-09T22:05:00.213Z] #26 3.661 ++ mktemp -d [2022-03-09T22:05:00.213Z] #26 3.673 + export GOPATH=/tmp/tmp.ZPmWv5GS36 [2022-03-09T22:05:00.213Z] #26 3.673 + GOPATH=/tmp/tmp.ZPmWv5GS36 [2022-03-09T22:05:00.213Z] #26 3.673 + RM_GOPATH=1 [2022-03-09T22:05:00.213Z] #26 3.673 + case "$(go env GOARCH)" in [2022-03-09T22:05:00.213Z] #26 3.673 ++ go env GOARCH [2022-03-09T22:05:00.213Z] #26 3.678 + export GO_BUILDMODE=-buildmode=pie [2022-03-09T22:05:00.213Z] #26 3.694 + GO_BUILDMODE=-buildmode=pie [2022-03-09T22:05:00.213Z] #26 3.694 ++ dirname /install.sh [2022-03-09T22:05:00.213Z] #26 3.694 + dir=/ [2022-03-09T22:05:00.213Z] #26 3.694 + bin=dockercli [2022-03-09T22:05:00.213Z] #26 3.694 + shift [2022-03-09T22:05:00.213Z] #26 3.694 + '[' '!' -f //dockercli.installer ']' [2022-03-09T22:05:00.213Z] #26 3.694 + . //dockercli.installer [2022-03-09T22:05:00.213Z] #26 3.694 ++ : stable [2022-03-09T22:05:00.213Z] #26 3.694 ++ : 17.06.2-ce [2022-03-09T22:05:00.213Z] #26 3.694 + install_dockercli [2022-03-09T22:05:00.213Z] #26 3.694 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-03-09T22:05:00.213Z] #26 3.694 Install docker/cli version 17.06.2-ce from stable [2022-03-09T22:05:00.213Z] #26 3.696 ++ uname -m [2022-03-09T22:05:00.213Z] #26 3.696 + arch=aarch64 [2022-03-09T22:05:00.213Z] #26 3.696 + '[' aarch64 '!=' x86_64 ']' [2022-03-09T22:05:00.213Z] #26 3.696 + '[' aarch64 '!=' s390x ']' [2022-03-09T22:05:00.213Z] #26 3.696 + '[' aarch64 '!=' armhf ']' [2022-03-09T22:05:00.213Z] #26 3.696 + build_dockercli [2022-03-09T22:05:00.213Z] #26 3.696 + git clone https://github.com/docker/docker-ce /tmp/tmp.ZPmWv5GS36/tmp/docker-ce [2022-03-09T22:05:00.213Z] #26 3.711 Cloning into '/tmp/tmp.ZPmWv5GS36/tmp/docker-ce'... [2022-03-09T22:05:00.697Z] #29 3.806 Reading package lists... [2022-03-09T22:05:01.338Z] #69 ... [2022-03-09T22:05:01.338Z] [2022-03-09T22:05:01.338Z] #67 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-09T22:05:01.338Z] #67 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-03-09T22:05:01.338Z] #67 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2022-03-09T22:05:01.338Z] #67 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-03-09T22:05:01.338Z] #67 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2022-03-09T22:05:01.338Z] #67 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2022-03-09T22:05:01.338Z] #67 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.6s done [2022-03-09T22:05:01.338Z] #67 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 3.1s done [2022-03-09T22:05:01.338Z] #67 DONE 4.4s [2022-03-09T22:05:01.338Z] [2022-03-09T22:05:01.338Z] #69 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-09T22:05:01.338Z] #69 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-03-09T22:05:01.634Z] #29 5.119 Reading package lists... [2022-03-09T22:05:01.634Z] #29 5.941 Building dependency tree... [2022-03-09T22:05:01.820Z] #16 DONE 2.2s [2022-03-09T22:05:01.820Z] [2022-03-09T22:05:01.820Z] #17 [cross-true 4/6] RUN dpkg --add-architecture ppc64el [2022-03-09T22:05:01.820Z] #17 sha256:44e4058ee4dc4bd39264506dac38d0f29b98e82470d99148e586789f2478289b [2022-03-09T22:05:01.893Z] #29 6.349 The following additional packages will be installed: [2022-03-09T22:05:01.893Z] #29 6.349 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2022-03-09T22:05:01.893Z] #29 6.349 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2022-03-09T22:05:01.893Z] #29 6.349 Recommended packages: [2022-03-09T22:05:01.893Z] #29 6.349 libldap-common publicsuffix libsasl2-modules [2022-03-09T22:05:02.132Z] #26 ... [2022-03-09T22:05:02.132Z] [2022-03-09T22:05:02.132Z] #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-09T22:05:02.132Z] #63 sha256:aac82c225cd199d52df6b8d08e9e25b097e08ddd51ea3108676655db0fc86a56 [2022-03-09T22:05:02.132Z] #63 3.082 + RM_GOPATH=0 [2022-03-09T22:05:02.132Z] #63 3.082 + TMP_GOPATH= [2022-03-09T22:05:02.132Z] #63 3.082 + : /build [2022-03-09T22:05:02.132Z] #63 3.082 + '[' -z '' ']' [2022-03-09T22:05:02.132Z] #63 3.082 ++ mktemp -d [2022-03-09T22:05:02.132Z] #63 3.082 + export GOPATH=/tmp/tmp.sh1ntTSg4d [2022-03-09T22:05:02.132Z] #63 3.082 + GOPATH=/tmp/tmp.sh1ntTSg4d [2022-03-09T22:05:02.132Z] #63 3.082 + RM_GOPATH=1 [2022-03-09T22:05:02.132Z] #63 3.082 + case "$(go env GOARCH)" in [2022-03-09T22:05:02.132Z] #63 3.082 ++ go env GOARCH [2022-03-09T22:05:02.132Z] #63 3.108 Install rootlesskit version v0.14.6 [2022-03-09T22:05:02.132Z] #63 3.108 + export GO_BUILDMODE=-buildmode=pie [2022-03-09T22:05:02.132Z] #63 3.108 + GO_BUILDMODE=-buildmode=pie [2022-03-09T22:05:02.132Z] #63 3.108 ++ dirname /install.sh [2022-03-09T22:05:02.132Z] #63 3.108 + dir=/ [2022-03-09T22:05:02.132Z] #63 3.108 + bin=rootlesskit [2022-03-09T22:05:02.132Z] #63 3.108 + shift [2022-03-09T22:05:02.132Z] #63 3.108 + '[' '!' -f //rootlesskit.installer ']' [2022-03-09T22:05:02.132Z] #63 3.108 + . //rootlesskit.installer [2022-03-09T22:05:02.132Z] #63 3.108 ++ : v0.14.6 [2022-03-09T22:05:02.132Z] #63 3.108 + install_rootlesskit [2022-03-09T22:05:02.132Z] #63 3.108 + case "$1" in [2022-03-09T22:05:02.132Z] #63 3.108 + export CGO_ENABLED=0 [2022-03-09T22:05:02.132Z] #63 3.108 + CGO_ENABLED=0 [2022-03-09T22:05:02.132Z] #63 3.108 + _install_rootlesskit [2022-03-09T22:05:02.132Z] #63 3.108 + echo 'Install rootlesskit version v0.14.6' [2022-03-09T22:05:02.132Z] #63 3.108 + for f in rootlesskit rootlesskit-docker-proxy [2022-03-09T22:05:02.132Z] #63 3.108 + GOBIN=/build [2022-03-09T22:05:02.132Z] #63 3.108 + GO111MODULE=on [2022-03-09T22:05:02.132Z] #63 3.108 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.6 [2022-03-09T22:05:02.132Z] #63 3.617 go: downloading github.com/rootless-containers/rootlesskit v0.14.6 [2022-03-09T22:05:02.132Z] #63 5.392 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-03-09T22:05:02.132Z] #63 5.404 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-03-09T22:05:02.132Z] #63 5.812 go: downloading golang.org/x/sys v0.0.0-20211107104306-e0b2ad06fe42 [2022-03-09T22:05:02.132Z] #63 8.243 go: downloading github.com/insomniacslk/dhcp v0.0.0-20211026125128-ad197bcd36fd [2022-03-09T22:05:02.132Z] #63 8.684 go: downloading github.com/google/uuid v1.3.0 [2022-03-09T22:05:02.132Z] #63 8.733 go: downloading github.com/moby/vpnkit v0.5.0 [2022-03-09T22:05:02.132Z] #63 8.849 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-03-09T22:05:02.132Z] #63 8.928 go: downloading github.com/gofrs/flock v0.8.1 [2022-03-09T22:05:02.132Z] #63 9.064 go: downloading github.com/gorilla/mux v1.8.0 [2022-03-09T22:05:02.152Z] #29 6.519 The following NEW packages will be installed: [2022-03-09T22:05:02.152Z] #29 6.519 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2022-03-09T22:05:02.152Z] #29 6.519 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2022-03-09T22:05:02.152Z] #29 6.526 libssh2-1 openssl [2022-03-09T22:05:02.389Z] #17 ... [2022-03-09T22:05:02.389Z] [2022-03-09T22:05:02.389Z] #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-09T22:05:02.389Z] #60 sha256:6dd8ff98f3953af4790562a2c0cc846740a3d37349fa5a08e644cfca8188eab3 [2022-03-09T22:05:02.389Z] #60 6.003 go: downloading mvdan.cc/sh/v3 v3.0.2 [2022-03-09T22:05:02.389Z] #60 7.097 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2022-03-09T22:05:02.389Z] #60 7.098 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2022-03-09T22:05:02.389Z] #60 7.195 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2022-03-09T22:05:02.389Z] #60 9.140 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2022-03-09T22:05:02.389Z] #60 ... [2022-03-09T22:05:02.389Z] [2022-03-09T22:05:02.389Z] #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-09T22:05:02.389Z] #43 sha256:1a322aeb375907460771228690496c9bd75bc4f5b786e16a514617ac12af97a8 [2022-03-09T22:05:02.389Z] #43 5.849 go: downloading github.com/pelletier/go-toml v1.8.1 [2022-03-09T22:05:02.394Z] #63 9.306 go: downloading github.com/moby/sys/mountinfo v0.5.0 [2022-03-09T22:05:02.412Z] #29 6.798 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2022-03-09T22:05:02.412Z] #29 6.798 Need to get 3038 kB of archives. [2022-03-09T22:05:02.412Z] #29 6.798 After this operation, 6650 kB of additional disk space will be used. [2022-03-09T22:05:02.412Z] #29 6.798 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-09T22:05:02.412Z] #29 6.801 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-09T22:05:02.412Z] #29 6.805 Get:3 http://deb.debian.org/debian bullseye/main amd64 openssl amd64 1.1.1k-1+deb11u1 [851 kB] [2022-03-09T22:05:02.649Z] #43 ... [2022-03-09T22:05:02.649Z] [2022-03-09T22:05:02.649Z] #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-09T22:05:02.649Z] #58 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-09T22:05:02.649Z] #58 5.132 go: downloading github.com/golangci/golangci-lint v1.44.0 [2022-03-09T22:05:02.659Z] #63 ... [2022-03-09T22:05:02.659Z] [2022-03-09T22:05:02.659Z] #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-09T22:05:02.659Z] #58 sha256:1cd422a8c117a9fdaf88f240a4447d054d247ebd64a7e5dfa3b81a1c639ce1c0 [2022-03-09T22:05:02.659Z] #58 1.972 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-09T22:05:02.659Z] #58 1.981 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-09T22:05:02.659Z] #58 1.981 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-09T22:05:02.659Z] #58 2.196 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-03-09T22:05:02.659Z] #58 2.461 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [121 kB] [2022-03-09T22:05:02.659Z] #58 2.583 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-03-09T22:05:02.659Z] #58 4.839 Fetched 8393 kB in 3s (2703 kB/s) [2022-03-09T22:05:02.659Z] #58 4.839 Reading package lists... [2022-03-09T22:05:02.659Z] #58 9.050 Reading package lists... [2022-03-09T22:05:02.659Z] #58 ... [2022-03-09T22:05:02.659Z] [2022-03-09T22:05:02.659Z] #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-09T22:05:02.659Z] #51 sha256:7e886a43c3741841e41ebabce8488931375aaa4f3d3c86112f4cd8891884996a [2022-03-09T22:05:02.659Z] #51 4.120 go: downloading github.com/golangci/golangci-lint v1.44.0 [2022-03-09T22:05:02.672Z] #29 7.259 Get:4 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB] [2022-03-09T22:05:02.672Z] #29 ... [2022-03-09T22:05:02.672Z] [2022-03-09T22:05:02.672Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-09T22:05:02.672Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-09T22:05:02.672Z] #11 extracting sha256:4ff1945c672b08a1791df62afaaf8aff14d3047155365f9c3646902937f7ffe6 0.7s done [2022-03-09T22:05:02.672Z] #11 extracting sha256:ff5b10aec998344606441aec43a335ab6326f32aae331aab27da16a6bb4ec2be 0.5s done [2022-03-09T22:05:02.672Z] #11 extracting sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 5.7s done [2022-03-09T22:05:02.720Z] #69 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 5.0s done [2022-03-09T22:05:02.908Z] #58 ... [2022-03-09T22:05:02.909Z] [2022-03-09T22:05:02.909Z] #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-09T22:05:02.909Z] #56 sha256:d6e75598c47eb2854ce9867f0ec88a37b6431f473d93d817a33a33011fbf05a2 [2022-03-09T22:05:02.909Z] #56 4.852 go: downloading gotest.tools/gotestsum v1.7.0 [2022-03-09T22:05:02.909Z] #56 6.146 go: downloading github.com/fatih/color v1.10.0 [2022-03-09T22:05:02.909Z] #56 6.157 go: downloading github.com/dnephin/pflag v1.0.7 [2022-03-09T22:05:02.909Z] #56 6.221 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-03-09T22:05:02.909Z] #56 6.263 go: downloading github.com/pkg/errors v0.9.1 [2022-03-09T22:05:02.909Z] #56 6.684 go: downloading golang.org/x/tools v0.1.0 [2022-03-09T22:05:02.909Z] #56 6.777 go: downloading github.com/mattn/go-colorable v0.1.8 [2022-03-09T22:05:02.909Z] #56 7.004 go: downloading github.com/mattn/go-isatty v0.0.12 [2022-03-09T22:05:02.909Z] #56 7.124 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-03-09T22:05:02.909Z] #56 7.346 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-03-09T22:05:02.909Z] #56 ... [2022-03-09T22:05:02.909Z] [2022-03-09T22:05:02.909Z] #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-09T22:05:02.909Z] #41 sha256:e1e84836270b676cbc39863b69a1644104ba3030344ce6b70a016ea3d8688228 [2022-03-09T22:05:02.909Z] #41 5.324 + git clone https://github.com/kolyshkin/go-swagger.git . [2022-03-09T22:05:02.909Z] #41 5.324 Cloning into '.'... [2022-03-09T22:05:02.921Z] #51 ... [2022-03-09T22:05:02.921Z] [2022-03-09T22:05:02.921Z] #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-09T22:05:02.921Z] #53 sha256:816e54f3e4cada04102342468422afe632a8e165b0c111e555401b5d012c569c [2022-03-09T22:05:02.921Z] #53 4.259 go: downloading mvdan.cc/sh/v3 v3.0.2 [2022-03-09T22:05:02.921Z] #53 5.150 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2022-03-09T22:05:02.921Z] #53 5.157 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2022-03-09T22:05:02.921Z] #53 5.217 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2022-03-09T22:05:02.921Z] #53 6.573 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2022-03-09T22:05:02.921Z] #53 ... [2022-03-09T22:05:02.921Z] [2022-03-09T22:05:02.921Z] #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-09T22:05:02.921Z] #14 sha256:6b2cc1b0c2d83e7729273911d50139e728f8218ae589b99e56a7a2c5acb8e969 [2022-03-09T22:05:02.922Z] #14 3.289 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-09T22:05:02.922Z] #14 3.319 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-09T22:05:02.922Z] #14 3.330 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-09T22:05:02.922Z] #14 3.865 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-03-09T22:05:02.922Z] #14 4.806 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [121 kB] [2022-03-09T22:05:02.922Z] #14 6.799 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-03-09T22:05:02.931Z] #11 ... [2022-03-09T22:05:02.931Z] [2022-03-09T22:05:02.931Z] #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-09T22:05:02.931Z] #29 sha256:fcbce562298c56a7b226d0dc42cee1302927c83d920a49e10453c042b66010f8 [2022-03-09T22:05:02.931Z] #29 7.341 Get:5 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB] [2022-03-09T22:05:02.931Z] #29 7.387 Get:6 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3 [232 kB] [2022-03-09T22:05:02.931Z] #29 7.391 Get:7 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB] [2022-03-09T22:05:02.931Z] #29 7.394 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB] [2022-03-09T22:05:02.931Z] #29 7.396 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] [2022-03-09T22:05:02.931Z] #29 7.400 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB] [2022-03-09T22:05:02.931Z] #29 7.403 Get:11 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u1 [341 kB] [2022-03-09T22:05:02.931Z] #29 7.493 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+deb11u1 [267 kB] [2022-03-09T22:05:03.080Z] #24 transferring context: 41.83MB 6.3s [2022-03-09T22:05:03.168Z] #41 ... [2022-03-09T22:05:03.168Z] [2022-03-09T22:05:03.168Z] #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-09T22:05:03.168Z] #50 sha256:8cd2c7b9899112f5f652fc771a50789fe1c1fae32cb81969d03efa57167cba02 [2022-03-09T22:05:03.168Z] #50 4.691 + git clone https://github.com/docker/distribution.git . [2022-03-09T22:05:03.168Z] #50 4.691 Cloning into '.'... [2022-03-09T22:05:03.168Z] #50 ... [2022-03-09T22:05:03.168Z] [2022-03-09T22:05:03.168Z] #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-09T22:05:03.168Z] #54 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-09T22:05:03.168Z] #54 5.659 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-09T22:05:03.168Z] #54 5.684 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-09T22:05:03.168Z] #54 5.684 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-09T22:05:03.168Z] #54 6.242 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 InRelease [1540 B] [2022-03-09T22:05:03.168Z] #54 6.836 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-09T22:05:03.168Z] #54 9.114 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [122 kB] [2022-03-09T22:05:03.185Z] #14 ... [2022-03-09T22:05:03.185Z] [2022-03-09T22:05:03.185Z] #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-09T22:05:03.185Z] #47 sha256:747e4ca90c931a1b44bbaca0c84e804c844f4b42df9bd45fd78b7879660b92b0 [2022-03-09T22:05:03.185Z] #47 4.043 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-09T22:05:03.185Z] #47 4.075 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-09T22:05:03.185Z] #47 4.084 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-09T22:05:03.185Z] #47 4.674 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 InRelease [1540 B] [2022-03-09T22:05:03.185Z] #47 4.911 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-03-09T22:05:03.185Z] #47 6.712 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [121 kB] [2022-03-09T22:05:03.185Z] #47 8.580 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-03-09T22:05:03.185Z] #47 ... [2022-03-09T22:05:03.185Z] [2022-03-09T22:05:03.185Z] #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-09T22:05:03.185Z] #36 sha256:d92b31bad1494e8669b08a4bbff1c0362cea934f3809cf3707355f41c2ba3165 [2022-03-09T22:05:03.185Z] #36 2.735 go: downloading github.com/pelletier/go-toml v1.8.1 [2022-03-09T22:05:03.189Z] #29 7.641 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-03-09T22:05:03.189Z] #29 7.644 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-03-09T22:05:03.189Z] #29 7.691 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-03-09T22:05:03.342Z] #24 ... [2022-03-09T22:05:03.342Z] [2022-03-09T22:05:03.342Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-09T22:05:03.342Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-09T22:05:03.342Z] #11 resolve docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 0.1s done [2022-03-09T22:05:03.342Z] #11 sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 1.86kB / 1.86kB done [2022-03-09T22:05:03.342Z] #11 sha256:18432b513315c80f80322d4b4743a2d856c8914819ae4191edfed94bc9ad959a 1.80kB / 1.80kB done [2022-03-09T22:05:03.342Z] #11 sha256:0659a535a7341c4ee3db57a062bccb894be691b1e480198f2570dea67f34fe66 7.04kB / 7.04kB done [2022-03-09T22:05:03.342Z] #11 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 54.92MB / 54.92MB 1.8s done [2022-03-09T22:05:03.342Z] #11 sha256:4ff1945c672b08a1791df62afaaf8aff14d3047155365f9c3646902937f7ffe6 5.15MB / 5.15MB 0.6s done [2022-03-09T22:05:03.342Z] #11 sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 54.58MB / 54.58MB 2.7s done [2022-03-09T22:05:03.342Z] #11 sha256:ff5b10aec998344606441aec43a335ab6326f32aae331aab27da16a6bb4ec2be 10.87MB / 10.87MB 1.1s done [2022-03-09T22:05:03.342Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 85.81MB / 85.81MB 6.4s done [2022-03-09T22:05:03.342Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 134.90MB / 134.90MB 6.4s [2022-03-09T22:05:03.342Z] #11 extracting sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 4.1s [2022-03-09T22:05:03.342Z] #11 sha256:debee5da592d2d2e96de757c5aff0cf0723782cf20a78682c7c85aa53064b702 157B / 157B 2.9s done [2022-03-09T22:05:03.448Z] #29 7.973 debconf: delaying package configuration, since apt-utils is not installed [2022-03-09T22:05:03.448Z] #36 ... [2022-03-09T22:05:03.448Z] [2022-03-09T22:05:03.448Z] #29 8.006 Fetched 3038 kB in 1s (2608 kB/s) [2022-03-09T22:05:03.448Z] #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-09T22:05:03.448Z] #49 sha256:2091bf311a2680210b8be5f35515c5ae9a070f0d398a8c1273941818a5e66041 [2022-03-09T22:05:03.448Z] #29 8.038 Selecting previously unselected package openssl. [2022-03-09T22:05:03.448Z] #49 3.930 go: downloading gotest.tools/gotestsum v1.7.0 [2022-03-09T22:05:03.448Z] #49 5.177 go: downloading github.com/fatih/color v1.10.0 [2022-03-09T22:05:03.448Z] #49 5.191 go: downloading github.com/dnephin/pflag v1.0.7 [2022-03-09T22:05:03.448Z] #49 5.229 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-03-09T22:05:03.448Z] #49 5.309 go: downloading github.com/pkg/errors v0.9.1 [2022-03-09T22:05:03.448Z] #49 5.598 go: downloading golang.org/x/tools v0.1.0 [2022-03-09T22:05:03.448Z] #49 5.686 go: downloading github.com/mattn/go-colorable v0.1.8 [2022-03-09T22:05:03.448Z] #49 5.747 go: downloading github.com/mattn/go-isatty v0.0.12 [2022-03-09T22:05:03.448Z] #49 5.783 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-03-09T22:05:03.448Z] #49 5.853 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-03-09T22:05:03.448Z] #49 8.532 go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-03-09T22:05:03.448Z] #49 8.598 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-03-09T22:05:03.448Z] #49 8.688 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-03-09T22:05:03.448Z] #49 10.21 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-03-09T22:05:03.448Z] #49 10.28 go: downloading golang.org/x/mod v0.3.0 [2022-03-09T22:05:03.707Z] #29 8.038 (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-09T22:05:03.707Z] #29 8.045 Preparing to unpack .../00-openssl_1.1.1k-1+deb11u1_amd64.deb ... [2022-03-09T22:05:03.707Z] #29 8.052 Unpacking openssl (1.1.1k-1+deb11u1) ... [2022-03-09T22:05:03.707Z] #29 8.228 Selecting previously unselected package ca-certificates. [2022-03-09T22:05:03.707Z] #29 8.228 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2022-03-09T22:05:03.707Z] #29 8.235 Unpacking ca-certificates (20210119) ... [2022-03-09T22:05:03.709Z] #49 ... [2022-03-09T22:05:03.709Z] [2022-03-09T22:05:03.709Z] #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-09T22:05:03.709Z] #43 sha256:a45cc70e46ee27c278a69b1a58980f87923f0aa87cddb5eb8b9c0b4d2e4e3136 [2022-03-09T22:05:03.709Z] #43 3.205 + git clone https://github.com/docker/distribution.git . [2022-03-09T22:05:03.709Z] #43 3.205 Cloning into '.'... [2022-03-09T22:05:03.709Z] #43 ... [2022-03-09T22:05:03.709Z] [2022-03-09T22:05:03.709Z] #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-09T22:05:03.709Z] #34 sha256:620509505b9ba232340bea86f8a6a413cbbe1040cdef04c4eace1707d8fa01f3 [2022-03-09T22:05:03.709Z] #34 3.645 + git clone https://github.com/kolyshkin/go-swagger.git . [2022-03-09T22:05:03.709Z] #34 3.645 Cloning into '.'... [2022-03-09T22:05:03.734Z] #54 11.26 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-09T22:05:03.966Z] #29 8.337 Selecting previously unselected package libbrotli1:amd64. [2022-03-09T22:05:03.966Z] #29 8.337 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ... [2022-03-09T22:05:03.966Z] #29 8.353 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ... [2022-03-09T22:05:03.966Z] #29 8.465 Selecting previously unselected package libsasl2-modules-db:amd64. [2022-03-09T22:05:03.966Z] #29 8.465 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-03-09T22:05:03.966Z] #29 8.470 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-09T22:05:03.966Z] #29 8.516 Selecting previously unselected package libsasl2-2:amd64. [2022-03-09T22:05:03.966Z] #29 8.516 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-03-09T22:05:03.966Z] #29 8.526 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-09T22:05:03.970Z] #34 ... [2022-03-09T22:05:03.970Z] [2022-03-09T22:05:03.970Z] #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-09T22:05:03.970Z] #38 sha256:2b03f7df4257c7ba58fb500fb5842cfead1c86b9434f96c22d67c7246114511c [2022-03-09T22:05:03.970Z] #38 4.169 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-09T22:05:03.970Z] #38 4.212 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-09T22:05:03.970Z] #38 4.212 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-09T22:05:03.970Z] #38 4.871 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-03-09T22:05:03.970Z] #38 6.766 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [121 kB] [2022-03-09T22:05:03.970Z] #38 8.520 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-03-09T22:05:03.970Z] #38 ... [2022-03-09T22:05:03.970Z] [2022-03-09T22:05:03.970Z] #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-09T22:05:03.970Z] #36 sha256:d92b31bad1494e8669b08a4bbff1c0362cea934f3809cf3707355f41c2ba3165 [2022-03-09T22:05:03.970Z] #36 11.40 tomll can be used in two ways: [2022-03-09T22:05:03.970Z] #36 11.40 Writing to STDIN and reading from STDOUT: [2022-03-09T22:05:03.970Z] #36 11.40 cat file.toml | tomll > file.toml [2022-03-09T22:05:03.970Z] #36 11.40 [2022-03-09T22:05:03.970Z] #36 11.40 Reading and updating a list of files: [2022-03-09T22:05:03.970Z] #36 11.40 tomll a.toml b.toml c.toml [2022-03-09T22:05:03.970Z] #36 11.40 [2022-03-09T22:05:03.970Z] #36 11.40 When given a list of files, tomll will modify all files in place without asking. [2022-03-09T22:05:03.996Z] #54 ... [2022-03-09T22:05:03.996Z] [2022-03-09T22:05:03.996Z] #17 [cross-true 4/6] RUN dpkg --add-architecture ppc64el [2022-03-09T22:05:03.996Z] #17 sha256:44e4058ee4dc4bd39264506dac38d0f29b98e82470d99148e586789f2478289b [2022-03-09T22:05:03.996Z] #17 DONE 2.2s [2022-03-09T22:05:03.996Z] [2022-03-09T22:05:03.996Z] #18 [cross-true 5/6] RUN dpkg --add-architecture s390x [2022-03-09T22:05:03.996Z] #18 sha256:4537d596aeb6a1f91ba4cb2255575856f0f9010515abf5fd2f90bdd0313e4de4 [2022-03-09T22:05:04.099Z] #69 ... [2022-03-09T22:05:04.099Z] [2022-03-09T22:05:04.099Z] #24 [internal] load build context [2022-03-09T22:05:04.099Z] #24 sha256:3e9ab8445e02438cac642a51d5413b10ef6de8cedff1b91fbfe0f9eb055e3012 [2022-03-09T22:05:04.099Z] #24 transferring context: 56.94MB 6.8s done [2022-03-09T22:05:04.099Z] #24 DONE 8.0s [2022-03-09T22:05:04.099Z] [2022-03-09T22:05:04.099Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-09T22:05:04.099Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-09T22:05:04.100Z] #11 sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 1.86kB / 1.86kB done [2022-03-09T22:05:04.100Z] #11 sha256:18432b513315c80f80322d4b4743a2d856c8914819ae4191edfed94bc9ad959a 1.80kB / 1.80kB done [2022-03-09T22:05:04.100Z] #11 sha256:0659a535a7341c4ee3db57a062bccb894be691b1e480198f2570dea67f34fe66 7.04kB / 7.04kB done [2022-03-09T22:05:04.100Z] #11 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 54.92MB / 54.92MB 2.2s done [2022-03-09T22:05:04.100Z] #11 sha256:4ff1945c672b08a1791df62afaaf8aff14d3047155365f9c3646902937f7ffe6 5.15MB / 5.15MB 2.2s done [2022-03-09T22:05:04.100Z] #11 sha256:ff5b10aec998344606441aec43a335ab6326f32aae331aab27da16a6bb4ec2be 10.87MB / 10.87MB 1.5s done [2022-03-09T22:05:04.100Z] #11 sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 54.58MB / 54.58MB 4.0s done [2022-03-09T22:05:04.100Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 85.81MB / 85.81MB 7.8s done [2022-03-09T22:05:04.100Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 134.90MB / 134.90MB 7.9s [2022-03-09T22:05:04.100Z] #11 sha256:debee5da592d2d2e96de757c5aff0cf0723782cf20a78682c7c85aa53064b702 157B / 157B 4.2s [2022-03-09T22:05:04.100Z] #11 extracting sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 5.0s [2022-03-09T22:05:04.230Z] #29 8.613 Selecting previously unselected package libldap-2.4-2:amd64. [2022-03-09T22:05:04.230Z] #29 8.613 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3_amd64.deb ... [2022-03-09T22:05:04.230Z] #29 8.620 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2022-03-09T22:05:04.230Z] #29 8.718 Selecting previously unselected package libnghttp2-14:amd64. [2022-03-09T22:05:04.230Z] #29 8.718 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ... [2022-03-09T22:05:04.230Z] #29 8.731 Unpacking libnghttp2-14:amd64 (1.43.0-1) ... [2022-03-09T22:05:04.489Z] #29 8.796 Selecting previously unselected package libpsl5:amd64. [2022-03-09T22:05:04.489Z] #29 8.796 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ... [2022-03-09T22:05:04.489Z] #29 8.801 Unpacking libpsl5:amd64 (0.21.0-1.2) ... [2022-03-09T22:05:04.489Z] #29 8.863 Selecting previously unselected package librtmp1:amd64. [2022-03-09T22:05:04.489Z] #29 8.863 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... [2022-03-09T22:05:04.489Z] #29 8.868 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-03-09T22:05:04.489Z] #29 8.938 Selecting previously unselected package libssh2-1:amd64. [2022-03-09T22:05:04.489Z] #29 8.938 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ... [2022-03-09T22:05:04.489Z] #29 8.945 Unpacking libssh2-1:amd64 (1.9.0-2) ... [2022-03-09T22:05:04.489Z] #29 9.034 Selecting previously unselected package libcurl4:amd64. [2022-03-09T22:05:04.489Z] #29 9.034 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_amd64.deb ... [2022-03-09T22:05:04.489Z] #29 9.034 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-03-09T22:05:04.718Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 134.90MB / 134.90MB 7.6s done [2022-03-09T22:05:04.718Z] #11 ... [2022-03-09T22:05:04.718Z] [2022-03-09T22:05:04.718Z] #67 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-09T22:05:04.718Z] #67 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-03-09T22:05:04.718Z] #67 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2022-03-09T22:05:04.718Z] #67 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2022-03-09T22:05:04.718Z] #67 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2022-03-09T22:05:04.718Z] #67 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-03-09T22:05:04.718Z] #67 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.5s done [2022-03-09T22:05:04.718Z] #67 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 4.6s done [2022-03-09T22:05:04.718Z] #67 DONE 8.0s [2022-03-09T22:05:04.718Z] [2022-03-09T22:05:04.718Z] #24 [internal] load build context [2022-03-09T22:05:04.718Z] #24 sha256:74bda519cf67e032c25cda06e8a129568dc17c7e37894ad298b9fbd96b61bdab [2022-03-09T22:05:04.718Z] #24 transferring context: 56.94MB 7.3s done [2022-03-09T22:05:04.718Z] #24 DONE 8.1s [2022-03-09T22:05:04.718Z] [2022-03-09T22:05:04.718Z] #69 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-09T22:05:04.718Z] #69 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-03-09T22:05:04.718Z] #69 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-03-09T22:05:04.718Z] #69 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2022-03-09T22:05:04.718Z] #69 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2022-03-09T22:05:04.718Z] #69 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 3.8s done [2022-03-09T22:05:04.718Z] #69 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 3.2s done [2022-03-09T22:05:04.718Z] #69 DONE 8.1s [2022-03-09T22:05:04.718Z] [2022-03-09T22:05:04.718Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-09T22:05:04.718Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-09T22:05:04.719Z] #11 ... [2022-03-09T22:05:04.719Z] [2022-03-09T22:05:04.719Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 [2022-03-09T22:05:04.719Z] #28 sha256:3af2a073cd6647345ef114a99d17cd59ea5b7278c32b92efaf29389f6ad8156c [2022-03-09T22:05:04.719Z] #28 resolve docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 0.1s done [2022-03-09T22:05:04.719Z] #28 sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 1.85kB / 1.85kB done [2022-03-09T22:05:04.719Z] #28 sha256:4ceca80e912f5fd88749d9984597fbe81d436049745b07b54cd2b112ea3a4618 529B / 529B done [2022-03-09T22:05:04.719Z] #28 sha256:d40157244907583ef151d2de83245c018a7bf8b2025518dd1e108ec60c1a679c 1.46kB / 1.46kB done [2022-03-09T22:05:04.719Z] #28 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 54.92MB / 54.92MB 1.8s done [2022-03-09T22:05:04.749Z] #29 9.133 Selecting previously unselected package curl. [2022-03-09T22:05:04.749Z] #29 9.133 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_amd64.deb ... [2022-03-09T22:05:04.749Z] #29 9.141 Unpacking curl (7.74.0-1.3+deb11u1) ... [2022-03-09T22:05:04.749Z] #29 9.244 Selecting previously unselected package libonig5:amd64. [2022-03-09T22:05:04.749Z] #29 9.244 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ... [2022-03-09T22:05:04.749Z] #29 9.258 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-03-09T22:05:04.749Z] #29 9.357 Selecting previously unselected package libjq1:amd64. [2022-03-09T22:05:04.749Z] #29 9.357 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ... [2022-03-09T22:05:04.749Z] #29 9.357 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-03-09T22:05:05.009Z] #29 9.442 Selecting previously unselected package jq. [2022-03-09T22:05:05.009Z] #29 9.443 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ... [2022-03-09T22:05:05.009Z] #29 9.448 Unpacking jq (1.6-2.1) ... [2022-03-09T22:05:05.009Z] #29 9.546 Setting up libpsl5:amd64 (0.21.0-1.2) ... [2022-03-09T22:05:05.009Z] #29 9.584 Setting up libbrotli1:amd64 (1.0.9-2+b2) ... [2022-03-09T22:05:05.268Z] #29 9.601 Setting up libnghttp2-14:amd64 (1.43.0-1) ... [2022-03-09T22:05:05.269Z] #29 9.619 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-09T22:05:05.269Z] #29 9.636 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-03-09T22:05:05.269Z] #29 9.650 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-09T22:05:05.269Z] #29 9.665 Setting up libssh2-1:amd64 (1.9.0-2) ... [2022-03-09T22:05:05.269Z] #29 9.680 Setting up openssl (1.1.1k-1+deb11u1) ... [2022-03-09T22:05:05.269Z] #29 9.707 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-03-09T22:05:05.269Z] #29 9.728 Setting up libjq1:amd64 (1.6-2.1) ... [2022-03-09T22:05:05.269Z] #29 9.745 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2022-03-09T22:05:05.269Z] #29 9.763 Setting up ca-certificates (20210119) ... [2022-03-09T22:05:05.288Z] #28 ... [2022-03-09T22:05:05.288Z] [2022-03-09T22:05:05.288Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-09T22:05:05.288Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-09T22:05:05.839Z] #29 10.49 Updating certificates in /etc/ssl/certs... [2022-03-09T22:05:06.008Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 134.90MB / 134.90MB 9.2s done [2022-03-09T22:05:06.008Z] #11 ... [2022-03-09T22:05:06.008Z] [2022-03-09T22:05:06.008Z] #69 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-09T22:05:06.008Z] #69 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-03-09T22:05:06.008Z] #69 DONE 9.5s [2022-03-09T22:05:06.008Z] [2022-03-09T22:05:06.008Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 [2022-03-09T22:05:06.008Z] #28 sha256:3af2a073cd6647345ef114a99d17cd59ea5b7278c32b92efaf29389f6ad8156c [2022-03-09T22:05:06.008Z] #28 ... [2022-03-09T22:05:06.008Z] [2022-03-09T22:05:06.008Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-09T22:05:06.009Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-09T22:05:06.527Z] #36 DONE 13.4s [2022-03-09T22:05:06.527Z] [2022-03-09T22:05:06.527Z] #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-09T22:05:06.527Z] #31 sha256:63c9c3209f95c0bfbba8fcec1bc93173277f322c8385d05b7cae983dc8efb8c7 [2022-03-09T22:05:06.527Z] #31 6.474 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2022-03-09T22:05:06.527Z] #31 7.920 #=#=# [2022-03-09T22:05:06.527Z] #31 8.220 #=#=# 0.2% ######################################################################## 100.0% [2022-03-09T22:05:06.527Z] #31 9.458 [2022-03-09T22:05:06.527Z] #31 ... [2022-03-09T22:05:06.527Z] [2022-03-09T22:05:06.527Z] #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-09T22:05:06.527Z] #58 sha256:1cd422a8c117a9fdaf88f240a4447d054d247ebd64a7e5dfa3b81a1c639ce1c0 [2022-03-09T22:05:06.527Z] #58 9.050 Reading package lists... [2022-03-09T22:05:06.539Z] #18 DONE 2.0s [2022-03-09T22:05:06.539Z] [2022-03-09T22:05:06.539Z] #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-09T22:05:06.539Z] #19 sha256:306936fe72a1e45426452ae066606808492a2e9eb55b90c51c6a2e50cd890142 [2022-03-09T22:05:07.221Z] #29 11.55 129 added, 0 removed; done. [2022-03-09T22:05:07.221Z] #29 11.62 Setting up jq (1.6-2.1) ... [2022-03-09T22:05:07.221Z] #29 11.64 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-03-09T22:05:07.221Z] #29 11.65 Setting up curl (7.74.0-1.3+deb11u1) ... [2022-03-09T22:05:07.221Z] #29 11.67 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-09T22:05:07.221Z] #29 11.70 Processing triggers for ca-certificates (20210119) ... [2022-03-09T22:05:07.221Z] #29 11.71 Updating certificates in /etc/ssl/certs... [2022-03-09T22:05:07.837Z] #11 ... [2022-03-09T22:05:07.837Z] [2022-03-09T22:05:07.837Z] #68 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-03-09T22:05:07.837Z] #68 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-03-09T22:05:07.837Z] #68 DONE 0.7s [2022-03-09T22:05:07.837Z] [2022-03-09T22:05:07.837Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-09T22:05:07.837Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-09T22:05:07.919Z] #58 13.77 Building dependency tree... [2022-03-09T22:05:07.922Z] #11 ... [2022-03-09T22:05:07.922Z] [2022-03-09T22:05:07.922Z] #68 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-03-09T22:05:07.922Z] #68 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-03-09T22:05:07.922Z] #68 DONE 1.0s [2022-03-09T22:05:07.922Z] [2022-03-09T22:05:07.922Z] #70 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-03-09T22:05:07.922Z] #70 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-03-09T22:05:08.097Z] #11 extracting sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 8.9s done [2022-03-09T22:05:08.161Z] #29 12.46 0 added, 0 removed; done. [2022-03-09T22:05:08.161Z] #29 12.46 Running hooks in /etc/ca-certificates/update.d... [2022-03-09T22:05:08.161Z] #29 12.46 done. [2022-03-09T22:05:08.453Z] #19 2.210 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-09T22:05:08.453Z] #19 2.259 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-09T22:05:08.453Z] #19 2.262 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-09T22:05:08.502Z] #70 DONE 0.7s [2022-03-09T22:05:08.502Z] [2022-03-09T22:05:08.502Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 [2022-03-09T22:05:08.502Z] #28 sha256:3af2a073cd6647345ef114a99d17cd59ea5b7278c32b92efaf29389f6ad8156c [2022-03-09T22:05:08.502Z] #28 extracting sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 8.8s done [2022-03-09T22:05:08.502Z] #28 DONE 12.2s [2022-03-09T22:05:08.502Z] [2022-03-09T22:05:08.502Z] #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-09T22:05:08.502Z] #29 sha256:fcbce562298c56a7b226d0dc42cee1302927c83d920a49e10453c042b66010f8 [2022-03-09T22:05:08.664Z] #11 ... [2022-03-09T22:05:08.665Z] [2022-03-09T22:05:08.665Z] #70 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-03-09T22:05:08.665Z] #70 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-03-09T22:05:08.665Z] #70 DONE 0.6s [2022-03-09T22:05:08.665Z] [2022-03-09T22:05:08.665Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 [2022-03-09T22:05:08.665Z] #28 sha256:3af2a073cd6647345ef114a99d17cd59ea5b7278c32b92efaf29389f6ad8156c [2022-03-09T22:05:08.665Z] #28 DONE 11.8s [2022-03-09T22:05:08.665Z] [2022-03-09T22:05:08.665Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-09T22:05:08.665Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-09T22:05:08.665Z] #11 extracting sha256:4ff1945c672b08a1791df62afaaf8aff14d3047155365f9c3646902937f7ffe6 [2022-03-09T22:05:09.477Z] #19 3.534 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-09T22:05:09.603Z] #11 extracting sha256:4ff1945c672b08a1791df62afaaf8aff14d3047155365f9c3646902937f7ffe6 0.9s done [2022-03-09T22:05:09.861Z] #58 17.00 The following additional packages will be installed: [2022-03-09T22:05:09.861Z] #58 17.01 libbtrfs0 [2022-03-09T22:05:09.861Z] #58 17.14 The following NEW packages will be installed: [2022-03-09T22:05:09.861Z] #58 17.15 libbtrfs-dev libbtrfs0 [2022-03-09T22:05:09.864Z] #11 extracting sha256:ff5b10aec998344606441aec43a335ab6326f32aae331aab27da16a6bb4ec2be [2022-03-09T22:05:09.883Z] #29 1.573 Get:1 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-09T22:05:09.883Z] #29 1.587 Get:2 http://deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-09T22:05:10.122Z] #58 17.50 0 upgraded, 2 newly installed, 0 to remove and 1 not upgraded. [2022-03-09T22:05:10.122Z] #58 17.50 Need to get 454 kB of archives. [2022-03-09T22:05:10.122Z] #58 17.50 After this operation, 1275 kB of additional disk space will be used. [2022-03-09T22:05:10.122Z] #58 17.50 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs0 arm64 5.10.1-2 [197 kB] [2022-03-09T22:05:10.122Z] #58 17.51 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs-dev arm64 5.10.1-2 [258 kB] [2022-03-09T22:05:10.143Z] #29 1.587 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-09T22:05:10.143Z] #29 1.779 Get:4 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [122 kB] [2022-03-09T22:05:10.402Z] #29 2.036 Get:5 http://deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-09T22:05:10.808Z] #11 extracting sha256:ff5b10aec998344606441aec43a335ab6326f32aae331aab27da16a6bb4ec2be 1.0s done [2022-03-09T22:05:10.971Z] #29 2.537 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-09T22:05:11.063Z] #58 18.37 debconf: delaying package configuration, since apt-utils is not installed [2022-03-09T22:05:11.066Z] #11 extracting sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 [2022-03-09T22:05:11.323Z] #58 18.54 Fetched 454 kB in 0s (1510 kB/s) [2022-03-09T22:05:11.324Z] #58 18.67 Selecting previously unselected package libbtrfs0:arm64. [2022-03-09T22:05:11.324Z] #58 18.67 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15700 files and directories currently installed.) [2022-03-09T22:05:11.324Z] #58 18.71 Preparing to unpack .../libbtrfs0_5.10.1-2_arm64.deb ... [2022-03-09T22:05:11.324Z] #58 18.72 Unpacking libbtrfs0:arm64 (5.10.1-2) ... [2022-03-09T22:05:11.442Z] #19 5.094 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-03-09T22:05:11.442Z] #19 ... [2022-03-09T22:05:11.442Z] [2022-03-09T22:05:11.442Z] #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-09T22:05:11.442Z] #43 sha256:1a322aeb375907460771228690496c9bd75bc4f5b786e16a514617ac12af97a8 [2022-03-09T22:05:11.442Z] #43 18.73 tomll can be used in two ways: [2022-03-09T22:05:11.442Z] #43 18.73 Writing to STDIN and reading from STDOUT: [2022-03-09T22:05:11.442Z] #43 18.73 cat file.toml | tomll > file.toml [2022-03-09T22:05:11.442Z] #43 18.73 [2022-03-09T22:05:11.442Z] #43 18.73 Reading and updating a list of files: [2022-03-09T22:05:11.442Z] #43 18.73 tomll a.toml b.toml c.toml [2022-03-09T22:05:11.442Z] #43 18.73 [2022-03-09T22:05:11.442Z] #43 18.73 When given a list of files, tomll will modify all files in place without asking. [2022-03-09T22:05:11.442Z] #43 DONE 19.0s [2022-03-09T22:05:11.442Z] [2022-03-09T22:05:11.442Z] #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-09T22:05:11.442Z] #56 sha256:d6e75598c47eb2854ce9867f0ec88a37b6431f473d93d817a33a33011fbf05a2 [2022-03-09T22:05:11.442Z] #56 11.71 go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-03-09T22:05:11.442Z] #56 11.84 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-03-09T22:05:11.442Z] #56 12.08 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-03-09T22:05:11.442Z] #56 13.66 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-03-09T22:05:11.442Z] #56 13.66 go: downloading golang.org/x/mod v0.3.0 [2022-03-09T22:05:11.460Z] #29 DONE 15.6s [2022-03-09T22:05:11.460Z] [2022-03-09T22:05:11.460Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-03-09T22:05:11.460Z] #30 sha256:2fad85f7f78f90bb52c757021644a000c529f87402485b8763548aac8f7f5a78 [2022-03-09T22:05:11.460Z] #30 DONE 0.2s [2022-03-09T22:05:11.460Z] [2022-03-09T22:05:11.460Z] #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-09T22:05:11.460Z] #31 sha256:addafb596379ee47fa5c612debe0baee12e30adf75ac51cd4d4de70459ef92df [2022-03-09T22:05:11.584Z] #58 18.92 Selecting previously unselected package libbtrfs-dev:arm64. [2022-03-09T22:05:11.585Z] #58 18.92 Preparing to unpack .../libbtrfs-dev_5.10.1-2_arm64.deb ... [2022-03-09T22:05:11.585Z] #58 18.95 Unpacking libbtrfs-dev:arm64 (5.10.1-2) ... [2022-03-09T22:05:11.845Z] #58 19.23 Setting up libbtrfs0:arm64 (5.10.1-2) ... [2022-03-09T22:05:11.845Z] #58 19.27 Setting up libbtrfs-dev:arm64 (5.10.1-2) ... [2022-03-09T22:05:11.845Z] #58 19.29 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-09T22:05:11.845Z] #58 ... [2022-03-09T22:05:11.845Z] [2022-03-09T22:05:11.845Z] #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-09T22:05:11.845Z] #31 sha256:63c9c3209f95c0bfbba8fcec1bc93173277f322c8385d05b7cae983dc8efb8c7 [2022-03-09T22:05:11.845Z] #31 14.01 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2022-03-09T22:05:11.845Z] #31 15.33 [2022-03-09T22:05:11.845Z] #31 15.63 #=#=# #################################################################### 95.5% ######################################################################## 100.0% [2022-03-09T22:05:11.845Z] #31 16.84 [2022-03-09T22:05:12.358Z] #29 3.665 Fetched 8507 kB in 2s (3607 kB/s) [2022-03-09T22:05:12.385Z] #56 ... [2022-03-09T22:05:12.385Z] [2022-03-09T22:05:12.385Z] #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-09T22:05:12.385Z] #19 sha256:306936fe72a1e45426452ae066606808492a2e9eb55b90c51c6a2e50cd890142 [2022-03-09T22:05:12.385Z] #19 6.454 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-03-09T22:05:12.788Z] #31 ... [2022-03-09T22:05:12.788Z] [2022-03-09T22:05:12.788Z] #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-09T22:05:12.788Z] #58 sha256:1cd422a8c117a9fdaf88f240a4447d054d247ebd64a7e5dfa3b81a1c639ce1c0 [2022-03-09T22:05:12.788Z] #58 DONE 20.0s [2022-03-09T22:05:12.788Z] [2022-03-09T22:05:12.788Z] #59 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-03-09T22:05:12.788Z] #59 sha256:51bf875f15fda369af8bc3a2ac26815105bcfcc5bda8e42c287e1d594c644448 [2022-03-09T22:05:12.788Z] #59 DONE 0.1s [2022-03-09T22:05:12.788Z] [2022-03-09T22:05:12.788Z] #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-09T22:05:12.788Z] #60 sha256:7b01f85e372eb0d3341ba45cdaa2bb3be5eb2c54d844c8cfd0cabeb61d5157d4 [2022-03-09T22:05:12.788Z] #60 ... [2022-03-09T22:05:12.788Z] [2022-03-09T22:05:12.788Z] #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-09T22:05:12.788Z] #63 sha256:aac82c225cd199d52df6b8d08e9e25b097e08ddd51ea3108676655db0fc86a56 [2022-03-09T22:05:12.788Z] #63 9.790 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-03-09T22:05:12.788Z] #63 9.930 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-03-09T22:05:12.788Z] #63 10.07 go: downloading golang.org/x/net v0.0.0-20211105192438-b53810dc28af [2022-03-09T22:05:12.788Z] #63 11.16 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-03-09T22:05:12.924Z] #29 3.665 Reading package lists... [2022-03-09T22:05:13.049Z] #63 ... [2022-03-09T22:05:13.049Z] [2022-03-09T22:05:13.049Z] #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-09T22:05:13.049Z] #43 sha256:a45cc70e46ee27c278a69b1a58980f87923f0aa87cddb5eb8b9c0b4d2e4e3136 [2022-03-09T22:05:13.049Z] #43 17.45 + git checkout -q v2.3.0 [2022-03-09T22:05:13.049Z] #43 18.80 + 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-09T22:05:13.365Z] #31 ... [2022-03-09T22:05:13.365Z] [2022-03-09T22:05:13.365Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-09T22:05:13.365Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-09T22:05:13.365Z] #11 extracting sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 6.3s done [2022-03-09T22:05:13.365Z] #11 extracting sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 3.2s [2022-03-09T22:05:13.863Z] #29 4.466 Reading package lists... [2022-03-09T22:05:13.863Z] #29 5.320 Building dependency tree... [2022-03-09T22:05:13.936Z] #11 ... [2022-03-09T22:05:13.936Z] [2022-03-09T22:05:13.936Z] #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-09T22:05:13.936Z] #31 sha256:addafb596379ee47fa5c612debe0baee12e30adf75ac51cd4d4de70459ef92df [2022-03-09T22:05:13.936Z] #31 2.554 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2022-03-09T22:05:14.122Z] #29 5.688 The following additional packages will be installed: [2022-03-09T22:05:14.122Z] #29 5.688 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2022-03-09T22:05:14.122Z] #29 5.688 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2022-03-09T22:05:14.122Z] #29 5.688 Recommended packages: [2022-03-09T22:05:14.122Z] #29 5.688 libldap-common publicsuffix libsasl2-modules [2022-03-09T22:05:14.309Z] #19 7.904 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-03-09T22:05:14.382Z] #29 5.856 The following NEW packages will be installed: [2022-03-09T22:05:14.382Z] #29 5.856 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2022-03-09T22:05:14.382Z] #29 5.857 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2022-03-09T22:05:14.382Z] #29 5.857 libssh2-1 openssl [2022-03-09T22:05:14.508Z] #31 2.983 [2022-03-09T22:05:14.508Z] #31 3.211 #=#=# ######################################################################## 100.0% [2022-03-09T22:05:14.643Z] #29 6.169 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2022-03-09T22:05:14.643Z] #29 6.169 Need to get 3038 kB of archives. [2022-03-09T22:05:14.643Z] #29 6.169 After this operation, 6650 kB of additional disk space will be used. [2022-03-09T22:05:14.643Z] #29 6.169 Get:1 http://deb.debian.org/debian bullseye/main amd64 openssl amd64 1.1.1k-1+deb11u1 [851 kB] [2022-03-09T22:05:14.643Z] #29 6.169 Get:2 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-09T22:05:14.643Z] #29 6.169 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-09T22:05:14.643Z] #29 6.180 Get:4 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB] [2022-03-09T22:05:14.643Z] #29 6.180 Get:5 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB] [2022-03-09T22:05:14.643Z] #29 6.180 Get:6 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3 [232 kB] [2022-03-09T22:05:14.643Z] #29 6.180 Get:7 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB] [2022-03-09T22:05:14.643Z] #29 6.181 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB] [2022-03-09T22:05:14.643Z] #29 6.182 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] [2022-03-09T22:05:14.643Z] #29 6.183 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB] [2022-03-09T22:05:14.643Z] #29 6.187 Get:11 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u1 [341 kB] [2022-03-09T22:05:14.643Z] #29 6.196 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+deb11u1 [267 kB] [2022-03-09T22:05:14.643Z] #29 6.200 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-03-09T22:05:14.643Z] #29 6.200 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-03-09T22:05:14.643Z] #29 6.216 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-03-09T22:05:14.904Z] #29 6.403 debconf: delaying package configuration, since apt-utils is not installed [2022-03-09T22:05:14.904Z] #29 6.440 Fetched 3038 kB in 0s (8906 kB/s) [2022-03-09T22:05:14.904Z] #29 6.468 Selecting previously unselected package openssl. [2022-03-09T22:05:14.905Z] #29 6.468 (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-09T22:05:14.905Z] #29 6.469 Preparing to unpack .../00-openssl_1.1.1k-1+deb11u1_amd64.deb ... [2022-03-09T22:05:14.905Z] #29 6.476 Unpacking openssl (1.1.1k-1+deb11u1) ... [2022-03-09T22:05:14.972Z] #43 ... [2022-03-09T22:05:14.972Z] [2022-03-09T22:05:14.972Z] #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-09T22:05:14.972Z] #14 sha256:6b2cc1b0c2d83e7729273911d50139e728f8218ae589b99e56a7a2c5acb8e969 [2022-03-09T22:05:14.972Z] #14 12.15 Fetched 8393 kB in 9s (923 kB/s) [2022-03-09T22:05:14.972Z] #14 12.15 Reading package lists... [2022-03-09T22:05:14.972Z] #14 16.25 Reading package lists... [2022-03-09T22:05:14.972Z] #14 19.91 Building dependency tree... [2022-03-09T22:05:14.972Z] #14 ... [2022-03-09T22:05:14.972Z] [2022-03-09T22:05:14.973Z] #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-09T22:05:14.973Z] #47 sha256:747e4ca90c931a1b44bbaca0c84e804c844f4b42df9bd45fd78b7879660b92b0 [2022-03-09T22:05:14.973Z] #47 11.95 Get:8 https://mirrorcache.opensuse.org/repositories/devel:/tools:/criu/Debian_11 Packages [2154 B] [2022-03-09T22:05:14.973Z] #47 13.89 Fetched 8397 kB in 10s (832 kB/s) [2022-03-09T22:05:14.973Z] #47 13.89 Reading package lists... [2022-03-09T22:05:14.973Z] #47 17.83 Reading package lists... [2022-03-09T22:05:14.973Z] #47 21.78 Building dependency tree... [2022-03-09T22:05:14.973Z] #47 ... [2022-03-09T22:05:14.973Z] [2022-03-09T22:05:14.973Z] #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-09T22:05:14.973Z] #60 sha256:7b01f85e372eb0d3341ba45cdaa2bb3be5eb2c54d844c8cfd0cabeb61d5157d4 [2022-03-09T22:05:14.973Z] #60 0.629 + RM_GOPATH=0 [2022-03-09T22:05:14.973Z] #60 0.630 + TMP_GOPATH= [2022-03-09T22:05:14.973Z] #60 0.630 + : /build [2022-03-09T22:05:14.973Z] #60 0.631 + '[' -z '' ']' [2022-03-09T22:05:14.973Z] #60 0.631 ++ mktemp -d [2022-03-09T22:05:14.973Z] #60 0.635 + export GOPATH=/tmp/tmp.0gMHJyxzB3 [2022-03-09T22:05:14.973Z] #60 0.635 + GOPATH=/tmp/tmp.0gMHJyxzB3 [2022-03-09T22:05:14.973Z] #60 0.635 + RM_GOPATH=1 [2022-03-09T22:05:14.973Z] #60 0.635 + case "$(go env GOARCH)" in [2022-03-09T22:05:14.973Z] #60 0.636 ++ go env GOARCH [2022-03-09T22:05:14.973Z] #60 0.647 + export GO_BUILDMODE=-buildmode=pie [2022-03-09T22:05:14.973Z] #60 0.647 + GO_BUILDMODE=-buildmode=pie [2022-03-09T22:05:14.973Z] #60 0.647 ++ dirname /install.sh [2022-03-09T22:05:14.973Z] #60 0.648 + dir=/ [2022-03-09T22:05:14.973Z] #60 0.653 + bin=containerd [2022-03-09T22:05:14.973Z] #60 0.653 + shift [2022-03-09T22:05:14.973Z] #60 0.653 + '[' '!' -f //containerd.installer ']' [2022-03-09T22:05:14.973Z] #60 0.654 + . //containerd.installer [2022-03-09T22:05:14.973Z] #60 0.654 ++ set -e [2022-03-09T22:05:14.973Z] #60 0.654 ++ : v1.5.10 [2022-03-09T22:05:14.973Z] #60 0.654 + install_containerd [2022-03-09T22:05:14.973Z] #60 0.655 + echo 'Install containerd version v1.5.10' [2022-03-09T22:05:14.973Z] #60 0.657 Install containerd version v1.5.10 [2022-03-09T22:05:14.973Z] #60 0.657 + git clone https://github.com/containerd/containerd.git /tmp/tmp.0gMHJyxzB3/src/github.com/containerd/containerd [2022-03-09T22:05:14.973Z] #60 0.659 Cloning into '/tmp/tmp.0gMHJyxzB3/src/github.com/containerd/containerd'... [2022-03-09T22:05:15.078Z] #31 3.691 [2022-03-09T22:05:15.164Z] #29 6.657 Selecting previously unselected package ca-certificates. [2022-03-09T22:05:15.164Z] #29 6.657 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2022-03-09T22:05:15.164Z] #29 6.668 Unpacking ca-certificates (20210119) ... [2022-03-09T22:05:15.164Z] #29 6.750 Selecting previously unselected package libbrotli1:amd64. [2022-03-09T22:05:15.164Z] #29 6.750 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ... [2022-03-09T22:05:15.164Z] #29 6.761 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ... [2022-03-09T22:05:15.235Z] #60 ... [2022-03-09T22:05:15.235Z] [2022-03-09T22:05:15.235Z] #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-09T22:05:15.235Z] #38 sha256:2b03f7df4257c7ba58fb500fb5842cfead1c86b9434f96c22d67c7246114511c [2022-03-09T22:05:15.235Z] #38 12.67 Fetched 8393 kB in 9s (952 kB/s) [2022-03-09T22:05:15.235Z] #38 12.67 Reading package lists... [2022-03-09T22:05:15.235Z] #38 16.97 Reading package lists... [2022-03-09T22:05:15.235Z] #38 21.00 Building dependency tree... [2022-03-09T22:05:15.424Z] #29 6.843 Selecting previously unselected package libsasl2-modules-db:amd64. [2022-03-09T22:05:15.424Z] #29 6.843 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-03-09T22:05:15.424Z] #29 6.852 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-09T22:05:15.424Z] #29 6.894 Selecting previously unselected package libsasl2-2:amd64. [2022-03-09T22:05:15.424Z] #29 6.894 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-03-09T22:05:15.424Z] #29 6.902 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-09T22:05:15.424Z] #29 6.953 Selecting previously unselected package libldap-2.4-2:amd64. [2022-03-09T22:05:15.424Z] #29 6.954 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3_amd64.deb ... [2022-03-09T22:05:15.424Z] #29 6.962 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2022-03-09T22:05:15.424Z] #29 7.037 Selecting previously unselected package libnghttp2-14:amd64. [2022-03-09T22:05:15.424Z] #29 7.037 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ... [2022-03-09T22:05:15.424Z] #29 7.041 Unpacking libnghttp2-14:amd64 (1.43.0-1) ... [2022-03-09T22:05:15.424Z] #29 7.098 Selecting previously unselected package libpsl5:amd64. [2022-03-09T22:05:15.424Z] #29 7.099 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ... [2022-03-09T22:05:15.424Z] #29 7.103 Unpacking libpsl5:amd64 (0.21.0-1.2) ... [2022-03-09T22:05:15.424Z] #29 7.151 Selecting previously unselected package librtmp1:amd64. [2022-03-09T22:05:15.424Z] #29 7.151 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... [2022-03-09T22:05:15.424Z] #29 7.168 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-03-09T22:05:15.499Z] #38 ... [2022-03-09T22:05:15.499Z] [2022-03-09T22:05:15.499Z] #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-09T22:05:15.499Z] #31 sha256:63c9c3209f95c0bfbba8fcec1bc93173277f322c8385d05b7cae983dc8efb8c7 [2022-03-09T22:05:15.499Z] #31 20.90 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2022-03-09T22:05:15.682Z] #29 7.210 Selecting previously unselected package libssh2-1:amd64. [2022-03-09T22:05:15.682Z] #29 7.210 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ... [2022-03-09T22:05:15.682Z] #29 7.217 Unpacking libssh2-1:amd64 (1.9.0-2) ... [2022-03-09T22:05:15.682Z] #29 7.272 Selecting previously unselected package libcurl4:amd64. [2022-03-09T22:05:15.682Z] #29 7.272 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_amd64.deb ... [2022-03-09T22:05:15.682Z] #29 7.275 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-03-09T22:05:15.682Z] #29 7.355 Selecting previously unselected package curl. [2022-03-09T22:05:15.682Z] #29 7.355 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_amd64.deb ... [2022-03-09T22:05:15.682Z] #29 7.356 Unpacking curl (7.74.0-1.3+deb11u1) ... [2022-03-09T22:05:15.682Z] #29 7.434 Selecting previously unselected package libonig5:amd64. [2022-03-09T22:05:15.682Z] #29 7.434 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ... [2022-03-09T22:05:15.703Z] #19 9.402 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7943 kB] [2022-03-09T22:05:15.942Z] #29 7.438 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-03-09T22:05:15.942Z] #29 7.512 Selecting previously unselected package libjq1:amd64. [2022-03-09T22:05:15.942Z] #29 7.512 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ... [2022-03-09T22:05:15.942Z] #29 7.516 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-03-09T22:05:15.942Z] #29 7.565 Selecting previously unselected package jq. [2022-03-09T22:05:15.942Z] #29 7.565 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ... [2022-03-09T22:05:15.942Z] #29 7.572 Unpacking jq (1.6-2.1) ... [2022-03-09T22:05:15.942Z] #29 7.655 Setting up libpsl5:amd64 (0.21.0-1.2) ... [2022-03-09T22:05:15.942Z] #29 7.667 Setting up libbrotli1:amd64 (1.0.9-2+b2) ... [2022-03-09T22:05:16.203Z] #29 7.706 Setting up libnghttp2-14:amd64 (1.43.0-1) ... [2022-03-09T22:05:16.203Z] #29 7.715 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-09T22:05:16.203Z] #29 7.727 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-03-09T22:05:16.203Z] #29 7.738 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-09T22:05:16.203Z] #29 7.748 Setting up libssh2-1:amd64 (1.9.0-2) ... [2022-03-09T22:05:16.203Z] #29 7.757 Setting up openssl (1.1.1k-1+deb11u1) ... [2022-03-09T22:05:16.203Z] #29 7.771 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-03-09T22:05:16.203Z] #29 7.781 Setting up libjq1:amd64 (1.6-2.1) ... [2022-03-09T22:05:16.203Z] #29 7.791 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2022-03-09T22:05:16.203Z] #29 7.800 Setting up ca-certificates (20210119) ... [2022-03-09T22:05:16.345Z] #11 extracting sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 5.1s [2022-03-09T22:05:16.654Z] #19 10.60 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-03-09T22:05:16.895Z] #31 22.18 [2022-03-09T22:05:17.041Z] #31 5.562 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2022-03-09T22:05:17.143Z] #29 8.527 Updating certificates in /etc/ssl/certs... [2022-03-09T22:05:17.227Z] #19 ... [2022-03-09T22:05:17.227Z] [2022-03-09T22:05:17.227Z] #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-09T22:05:17.227Z] #54 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-09T22:05:17.227Z] #54 14.59 Get:8 https://mirrorcache.opensuse.org/repositories/devel:/tools:/criu/Debian_11 Packages [2154 B] [2022-03-09T22:05:17.227Z] #54 20.43 Fetched 8510 kB in 15s (562 kB/s) [2022-03-09T22:05:17.227Z] #54 20.43 Reading package lists... [2022-03-09T22:05:17.227Z] #54 ... [2022-03-09T22:05:17.227Z] [2022-03-09T22:05:17.227Z] #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-09T22:05:17.227Z] #50 sha256:8cd2c7b9899112f5f652fc771a50789fe1c1fae32cb81969d03efa57167cba02 [2022-03-09T22:05:17.487Z] #50 24.76 Updating files: 92% (1691/1837) Updating files: 93% (1709/1837) Updating files: 94% (1727/1837) Updating files: 95% (1746/1837) Updating files: 96% (1764/1837) Updating files: 97% (1782/1837) Updating files: 98% (1801/1837) Updating files: 99% (1819/1837) Updating files: 100% (1837/1837) Updating files: 100% (1837/1837), done. [2022-03-09T22:05:17.487Z] #50 25.01 + git checkout -q v2.3.0 [2022-03-09T22:05:17.630Z] #31 6.163 [2022-03-09T22:05:17.892Z] #31 6.441 #=#=# # 2.4% ######################################################################## 100.0% [2022-03-09T22:05:18.209Z] #31 22.49 #=#=# 0.2% ######## 11.6% ############ 17.7% ######################## 33.7% ################################# 46.8% ######################################### 57.0% ################################################# 69.3% ################################################### 71.0% ###################################################### 76.4% ########################################################## 81.8% ####################################################################### 99.3% ######################################################################## 100.0% [2022-03-09T22:05:18.300Z] #11 ... [2022-03-09T22:05:18.300Z] [2022-03-09T22:05:18.300Z] #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-09T22:05:18.300Z] #29 sha256:fcbce562298c56a7b226d0dc42cee1302927c83d920a49e10453c042b66010f8 [2022-03-09T22:05:18.300Z] #29 1.364 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-09T22:05:18.300Z] #29 1.364 Get:2 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-09T22:05:18.300Z] #29 1.388 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-09T22:05:18.300Z] #29 1.533 Get:4 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [122 kB] [2022-03-09T22:05:18.300Z] #29 1.752 Get:5 http://deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-09T22:05:18.300Z] #29 1.970 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-09T22:05:18.300Z] #29 3.511 Fetched 8507 kB in 2s (3512 kB/s) [2022-03-09T22:05:18.300Z] #29 3.511 Reading package lists... [2022-03-09T22:05:18.300Z] #29 4.345 Reading package lists... [2022-03-09T22:05:18.300Z] #29 5.192 Building dependency tree... [2022-03-09T22:05:18.300Z] #29 5.565 The following additional packages will be installed: [2022-03-09T22:05:18.300Z] #29 5.565 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2022-03-09T22:05:18.300Z] #29 5.565 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2022-03-09T22:05:18.300Z] #29 5.566 Recommended packages: [2022-03-09T22:05:18.300Z] #29 5.566 libldap-common publicsuffix libsasl2-modules [2022-03-09T22:05:18.300Z] #29 5.764 The following NEW packages will be installed: [2022-03-09T22:05:18.300Z] #29 5.764 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2022-03-09T22:05:18.300Z] #29 5.764 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2022-03-09T22:05:18.300Z] #29 5.764 libssh2-1 openssl [2022-03-09T22:05:18.300Z] #29 6.053 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2022-03-09T22:05:18.300Z] #29 6.053 Need to get 3038 kB of archives. [2022-03-09T22:05:18.300Z] #29 6.053 After this operation, 6650 kB of additional disk space will be used. [2022-03-09T22:05:18.300Z] #29 6.053 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-09T22:05:18.300Z] #29 6.057 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-09T22:05:18.300Z] #29 6.057 Get:3 http://deb.debian.org/debian bullseye/main amd64 openssl amd64 1.1.1k-1+deb11u1 [851 kB] [2022-03-09T22:05:18.300Z] #29 6.072 Get:4 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB] [2022-03-09T22:05:18.300Z] #29 6.072 Get:5 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB] [2022-03-09T22:05:18.300Z] #29 6.080 Get:6 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3 [232 kB] [2022-03-09T22:05:18.300Z] #29 6.080 Get:7 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB] [2022-03-09T22:05:18.300Z] #29 6.080 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB] [2022-03-09T22:05:18.300Z] #29 6.088 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] [2022-03-09T22:05:18.300Z] #29 6.088 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB] [2022-03-09T22:05:18.300Z] #29 6.088 Get:11 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u1 [341 kB] [2022-03-09T22:05:18.300Z] #29 6.099 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+deb11u1 [267 kB] [2022-03-09T22:05:18.300Z] #29 6.099 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-03-09T22:05:18.300Z] #29 6.099 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-03-09T22:05:18.300Z] #29 6.099 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-03-09T22:05:18.300Z] #29 6.288 debconf: delaying package configuration, since apt-utils is not installed [2022-03-09T22:05:18.300Z] #29 6.329 Fetched 3038 kB in 0s (9165 kB/s) [2022-03-09T22:05:18.300Z] #29 6.359 Selecting previously unselected package openssl. [2022-03-09T22:05:18.300Z] #29 6.359 (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-09T22:05:18.300Z] #29 6.359 Preparing to unpack .../00-openssl_1.1.1k-1+deb11u1_amd64.deb ... [2022-03-09T22:05:18.300Z] #29 6.364 Unpacking openssl (1.1.1k-1+deb11u1) ... [2022-03-09T22:05:18.300Z] #29 6.572 Selecting previously unselected package ca-certificates. [2022-03-09T22:05:18.300Z] #29 6.572 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2022-03-09T22:05:18.300Z] #29 6.576 Unpacking ca-certificates (20210119) ... [2022-03-09T22:05:18.300Z] #29 6.681 Selecting previously unselected package libbrotli1:amd64. [2022-03-09T22:05:18.300Z] #29 6.681 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ... [2022-03-09T22:05:18.300Z] #29 6.691 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ... [2022-03-09T22:05:18.300Z] #29 6.787 Selecting previously unselected package libsasl2-modules-db:amd64. [2022-03-09T22:05:18.300Z] #29 6.787 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-03-09T22:05:18.300Z] #29 6.790 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-09T22:05:18.300Z] #29 6.848 Selecting previously unselected package libsasl2-2:amd64. [2022-03-09T22:05:18.300Z] #29 6.848 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-03-09T22:05:18.300Z] #29 6.864 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-09T22:05:18.300Z] #29 6.906 Selecting previously unselected package libldap-2.4-2:amd64. [2022-03-09T22:05:18.300Z] #29 6.906 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3_amd64.deb ... [2022-03-09T22:05:18.300Z] #29 6.909 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2022-03-09T22:05:18.300Z] #29 6.999 Selecting previously unselected package libnghttp2-14:amd64. [2022-03-09T22:05:18.300Z] #29 6.999 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ... [2022-03-09T22:05:18.300Z] #29 7.003 Unpacking libnghttp2-14:amd64 (1.43.0-1) ... [2022-03-09T22:05:18.300Z] #29 7.051 Selecting previously unselected package libpsl5:amd64. [2022-03-09T22:05:18.300Z] #29 7.051 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ... [2022-03-09T22:05:18.300Z] #29 7.063 Unpacking libpsl5:amd64 (0.21.0-1.2) ... [2022-03-09T22:05:18.300Z] #29 7.113 Selecting previously unselected package librtmp1:amd64. [2022-03-09T22:05:18.300Z] #29 7.113 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... [2022-03-09T22:05:18.300Z] #29 7.117 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-03-09T22:05:18.300Z] #29 7.166 Selecting previously unselected package libssh2-1:amd64. [2022-03-09T22:05:18.300Z] #29 7.166 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ... [2022-03-09T22:05:18.300Z] #29 7.198 Unpacking libssh2-1:amd64 (1.9.0-2) ... [2022-03-09T22:05:18.300Z] #29 7.244 Selecting previously unselected package libcurl4:amd64. [2022-03-09T22:05:18.300Z] #29 7.244 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_amd64.deb ... [2022-03-09T22:05:18.300Z] #29 7.249 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-03-09T22:05:18.300Z] #29 7.326 Selecting previously unselected package curl. [2022-03-09T22:05:18.300Z] #29 7.326 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_amd64.deb ... [2022-03-09T22:05:18.300Z] #29 7.330 Unpacking curl (7.74.0-1.3+deb11u1) ... [2022-03-09T22:05:18.300Z] #29 7.409 Selecting previously unselected package libonig5:amd64. [2022-03-09T22:05:18.300Z] #29 7.409 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ... [2022-03-09T22:05:18.300Z] #29 7.420 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-03-09T22:05:18.300Z] #29 7.493 Selecting previously unselected package libjq1:amd64. [2022-03-09T22:05:18.300Z] #29 7.493 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ... [2022-03-09T22:05:18.300Z] #29 7.496 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-03-09T22:05:18.300Z] #29 7.562 Selecting previously unselected package jq. [2022-03-09T22:05:18.300Z] #29 7.562 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ... [2022-03-09T22:05:18.300Z] #29 7.565 Unpacking jq (1.6-2.1) ... [2022-03-09T22:05:18.300Z] #29 7.629 Setting up libpsl5:amd64 (0.21.0-1.2) ... [2022-03-09T22:05:18.300Z] #29 7.642 Setting up libbrotli1:amd64 (1.0.9-2+b2) ... [2022-03-09T22:05:18.300Z] #29 7.653 Setting up libnghttp2-14:amd64 (1.43.0-1) ... [2022-03-09T22:05:18.300Z] #29 7.665 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-09T22:05:18.300Z] #29 7.677 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-03-09T22:05:18.300Z] #29 7.688 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-09T22:05:18.300Z] #29 7.702 Setting up libssh2-1:amd64 (1.9.0-2) ... [2022-03-09T22:05:18.300Z] #29 7.717 Setting up openssl (1.1.1k-1+deb11u1) ... [2022-03-09T22:05:18.300Z] #29 7.729 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-03-09T22:05:18.300Z] #29 7.756 Setting up libjq1:amd64 (1.6-2.1) ... [2022-03-09T22:05:18.300Z] #29 7.756 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2022-03-09T22:05:18.300Z] #29 7.787 Setting up ca-certificates (20210119) ... [2022-03-09T22:05:18.300Z] #29 8.486 Updating certificates in /etc/ssl/certs... [2022-03-09T22:05:18.300Z] #29 9.790 129 added, 0 removed; done. [2022-03-09T22:05:18.300Z] #29 9.830 Setting up jq (1.6-2.1) ... [2022-03-09T22:05:18.301Z] #29 9.843 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-03-09T22:05:18.301Z] #29 9.853 Setting up curl (7.74.0-1.3+deb11u1) ... [2022-03-09T22:05:18.301Z] #29 9.864 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-09T22:05:18.301Z] #29 9.888 Processing triggers for ca-certificates (20210119) ... [2022-03-09T22:05:18.465Z] #31 6.966 [2022-03-09T22:05:18.528Z] #29 9.869 129 added, 0 removed; done. [2022-03-09T22:05:18.528Z] #29 ... [2022-03-09T22:05:18.528Z] [2022-03-09T22:05:18.528Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-09T22:05:18.528Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-09T22:05:18.528Z] #11 extracting sha256:4ff1945c672b08a1791df62afaaf8aff14d3047155365f9c3646902937f7ffe6 0.9s done [2022-03-09T22:05:18.528Z] #11 extracting sha256:ff5b10aec998344606441aec43a335ab6326f32aae331aab27da16a6bb4ec2be 1.0s done [2022-03-09T22:05:18.528Z] #11 extracting sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 7.2s [2022-03-09T22:05:18.528Z] #11 extracting sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 7.6s done [2022-03-09T22:05:18.528Z] #11 ... [2022-03-09T22:05:18.528Z] [2022-03-09T22:05:18.528Z] #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-09T22:05:18.528Z] #29 sha256:fcbce562298c56a7b226d0dc42cee1302927c83d920a49e10453c042b66010f8 [2022-03-09T22:05:18.528Z] #29 9.917 Setting up jq (1.6-2.1) ... [2022-03-09T22:05:18.528Z] #29 9.924 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-03-09T22:05:18.528Z] #29 9.934 Setting up curl (7.74.0-1.3+deb11u1) ... [2022-03-09T22:05:18.528Z] #29 9.943 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-09T22:05:18.528Z] #29 9.962 Processing triggers for ca-certificates (20210119) ... [2022-03-09T22:05:18.528Z] #29 9.970 Updating certificates in /etc/ssl/certs... [2022-03-09T22:05:18.560Z] #29 9.902 Updating certificates in /etc/ssl/certs... [2022-03-09T22:05:19.131Z] #29 10.71 0 added, 0 removed; done. [2022-03-09T22:05:19.131Z] #29 10.71 Running hooks in /etc/ca-certificates/update.d... [2022-03-09T22:05:19.131Z] #29 10.71 done. [2022-03-09T22:05:19.390Z] #29 ... [2022-03-09T22:05:19.390Z] [2022-03-09T22:05:19.390Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-09T22:05:19.390Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-09T22:05:19.390Z] #11 extracting sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 7.2s done [2022-03-09T22:05:19.390Z] #11 extracting sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 0.8s [2022-03-09T22:05:19.397Z] #50 26.68 + 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-09T22:05:19.468Z] #29 10.99 0 added, 0 removed; done. [2022-03-09T22:05:19.468Z] #29 10.99 Running hooks in /etc/ca-certificates/update.d... [2022-03-09T22:05:19.468Z] #29 10.99 done. [2022-03-09T22:05:19.597Z] #31 24.81 [2022-03-09T22:05:19.860Z] #31 8.412 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2022-03-09T22:05:20.120Z] #31 8.917 [2022-03-09T22:05:20.120Z] #31 ... [2022-03-09T22:05:20.120Z] [2022-03-09T22:05:20.120Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-09T22:05:20.120Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-09T22:05:20.120Z] #11 extracting sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 10.1s [2022-03-09T22:05:20.414Z] #29 DONE 12.0s [2022-03-09T22:05:20.414Z] [2022-03-09T22:05:20.414Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-09T22:05:20.414Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-09T22:05:20.414Z] #11 extracting sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 1.7s [2022-03-09T22:05:20.414Z] #11 ... [2022-03-09T22:05:20.414Z] [2022-03-09T22:05:20.414Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-03-09T22:05:20.414Z] #30 sha256:6662a3f704d2efc0e03ba51e0f6c8a6c814ce476b3900818afb90e1972bf3a0c [2022-03-09T22:05:20.414Z] #30 DONE 0.1s [2022-03-09T22:05:20.414Z] [2022-03-09T22:05:20.414Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-09T22:05:20.414Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-09T22:05:20.779Z] #11 ... [2022-03-09T22:05:20.779Z] [2022-03-09T22:05:20.779Z] #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-09T22:05:20.780Z] #29 sha256:fcbce562298c56a7b226d0dc42cee1302927c83d920a49e10453c042b66010f8 [2022-03-09T22:05:20.780Z] #29 DONE 12.2s [2022-03-09T22:05:20.780Z] [2022-03-09T22:05:20.780Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-03-09T22:05:20.780Z] #30 sha256:890bf3573e7998b2d297f043a833b61a7c7484a7f8e5a527a8e469e66f9d05c9 [2022-03-09T22:05:20.780Z] #30 DONE 0.2s [2022-03-09T22:05:20.780Z] [2022-03-09T22:05:20.780Z] #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-09T22:05:20.780Z] #31 sha256:45cb3b5620cc2159ced673cf67fdf477500f6fec317dd3476e518a42ef26f4e7 [2022-03-09T22:05:22.147Z] #31 27.60 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2022-03-09T22:05:22.724Z] #31 ... [2022-03-09T22:05:22.724Z] [2022-03-09T22:05:22.724Z] #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-09T22:05:22.724Z] #34 sha256:620509505b9ba232340bea86f8a6a413cbbe1040cdef04c4eace1707d8fa01f3 [2022-03-09T22:05:22.724Z] #34 29.76 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2022-03-09T22:05:22.985Z] #34 30.08 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-03-09T22:05:23.317Z] #31 2.060 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2022-03-09T22:05:23.317Z] #31 2.379 [2022-03-09T22:05:23.557Z] #34 ... [2022-03-09T22:05:23.557Z] [2022-03-09T22:05:23.557Z] #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-09T22:05:23.557Z] #51 sha256:7e886a43c3741841e41ebabce8488931375aaa4f3d3c86112f4cd8891884996a [2022-03-09T22:05:23.557Z] #51 20.97 go: downloading github.com/fatih/color v1.13.0 [2022-03-09T22:05:23.557Z] #51 20.97 go: downloading github.com/gofrs/flock v0.8.1 [2022-03-09T22:05:23.557Z] #51 20.99 go: downloading github.com/spf13/cobra v1.3.0 [2022-03-09T22:05:23.557Z] #51 21.04 go: downloading github.com/spf13/pflag v1.0.5 [2022-03-09T22:05:23.557Z] #51 21.20 go: downloading github.com/spf13/viper v1.10.1 [2022-03-09T22:05:23.557Z] #51 21.30 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-03-09T22:05:23.557Z] #51 21.68 go: downloading github.com/mattn/go-colorable v0.1.12 [2022-03-09T22:05:23.557Z] #51 21.68 go: downloading github.com/mattn/go-isatty v0.0.14 [2022-03-09T22:05:23.557Z] #51 21.75 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da [2022-03-09T22:05:23.557Z] #51 21.77 go: downloading github.com/go-critic/go-critic v0.6.2 [2022-03-09T22:05:23.557Z] #51 22.45 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-03-09T22:05:23.557Z] #51 22.49 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-03-09T22:05:23.557Z] #51 25.10 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-03-09T22:05:23.557Z] #51 25.13 go: downloading github.com/stretchr/testify v1.7.0 [2022-03-09T22:05:23.557Z] #51 25.39 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2022-03-09T22:05:23.557Z] #51 25.53 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2 [2022-03-09T22:05:23.557Z] #51 25.73 go: downloading github.com/fsnotify/fsnotify v1.5.1 [2022-03-09T22:05:23.557Z] #51 25.87 go: downloading github.com/magiconair/properties v1.8.5 [2022-03-09T22:05:23.557Z] #51 25.91 go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-03-09T22:05:23.557Z] #51 25.92 go: downloading github.com/spf13/afero v1.6.0 [2022-03-09T22:05:23.557Z] #51 26.02 go: downloading github.com/spf13/cast v1.4.1 [2022-03-09T22:05:23.557Z] #51 26.04 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2022-03-09T22:05:23.557Z] #51 26.05 go: downloading github.com/subosito/gotenv v1.2.0 [2022-03-09T22:05:23.557Z] #51 26.22 go: downloading gopkg.in/ini.v1 v1.66.2 [2022-03-09T22:05:23.557Z] #51 26.32 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e [2022-03-09T22:05:23.557Z] #51 26.38 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2022-03-09T22:05:23.557Z] #51 26.41 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2022-03-09T22:05:23.557Z] #51 26.43 go: downloading github.com/go-toolsmith/astequal v1.0.1 [2022-03-09T22:05:23.557Z] #51 26.44 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2022-03-09T22:05:23.557Z] #51 26.46 go: downloading github.com/go-toolsmith/astp v1.0.0 [2022-03-09T22:05:23.557Z] #51 26.48 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2022-03-09T22:05:23.557Z] #51 26.54 go: downloading github.com/go-toolsmith/typep v1.0.2 [2022-03-09T22:05:23.557Z] #51 26.65 go: downloading github.com/quasilyte/go-ruleguard v0.3.15 [2022-03-09T22:05:23.557Z] #51 27.09 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2022-03-09T22:05:23.557Z] #51 27.14 go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-03-09T22:05:23.557Z] #51 27.18 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2022-03-09T22:05:23.557Z] #51 27.24 go: downloading github.com/Antonboom/errname v0.1.5 [2022-03-09T22:05:23.557Z] #51 27.33 go: downloading github.com/Antonboom/nilnil v0.1.0 [2022-03-09T22:05:23.557Z] #51 27.33 go: downloading github.com/BurntSushi/toml v1.0.0 [2022-03-09T22:05:23.557Z] #51 28.27 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2022-03-09T22:05:23.557Z] #51 28.32 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2022-03-09T22:05:23.557Z] #51 28.35 go: downloading github.com/alexkohler/prealloc v1.0.0 [2022-03-09T22:05:23.557Z] #51 28.38 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2022-03-09T22:05:23.557Z] #51 28.58 go: downloading github.com/ashanbrown/makezero v1.1.0 [2022-03-09T22:05:23.557Z] #51 28.94 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2022-03-09T22:05:23.557Z] #51 29.31 go: downloading github.com/blizzy78/varnamelen v0.5.0 [2022-03-09T22:05:23.557Z] #51 29.38 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2022-03-09T22:05:23.557Z] #51 29.42 go: downloading github.com/breml/bidichk v0.2.1 [2022-03-09T22:05:23.557Z] #51 29.47 go: downloading github.com/breml/errchkjson v0.2.1 [2022-03-09T22:05:23.557Z] #51 29.48 go: downloading github.com/butuzov/ireturn v0.1.1 [2022-03-09T22:05:23.557Z] #51 29.51 go: downloading github.com/charithe/durationcheck v0.0.9 [2022-03-09T22:05:23.557Z] #51 29.56 go: downloading github.com/daixiang0/gci v0.2.9 [2022-03-09T22:05:23.557Z] #51 29.56 go: downloading github.com/denis-tingajkin/go-header v0.4.2 [2022-03-09T22:05:23.557Z] #51 29.62 go: downloading github.com/esimonov/ifshort v1.0.4 [2022-03-09T22:05:23.557Z] #51 29.63 go: downloading github.com/fzipp/gocyclo v0.4.0 [2022-03-09T22:05:23.557Z] #51 29.64 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2022-03-09T22:05:23.557Z] #51 29.70 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2022-03-09T22:05:23.557Z] #51 29.71 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2022-03-09T22:05:23.557Z] #51 29.76 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2022-03-09T22:05:23.557Z] #51 30.46 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2022-03-09T22:05:23.557Z] #51 30.46 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2022-03-09T22:05:23.557Z] #51 30.48 go: downloading github.com/golangci/misspell v0.3.5 [2022-03-09T22:05:23.557Z] #51 30.58 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2022-03-09T22:05:23.557Z] #51 30.59 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2022-03-09T22:05:23.557Z] #51 30.64 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2022-03-09T22:05:23.557Z] #51 30.66 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2022-03-09T22:05:23.557Z] #51 30.68 go: downloading github.com/jgautheron/goconst v1.5.1 [2022-03-09T22:05:23.557Z] #51 30.71 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2022-03-09T22:05:23.557Z] #51 30.74 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2022-03-09T22:05:23.557Z] #51 30.77 go: downloading github.com/julz/importas v0.1.0 [2022-03-09T22:05:23.557Z] #51 30.81 go: downloading github.com/kisielk/errcheck v1.6.0 [2022-03-09T22:05:23.557Z] #51 30.89 go: downloading github.com/kulti/thelper v0.5.0 [2022-03-09T22:05:23.557Z] #51 30.93 go: downloading github.com/kunwardeep/paralleltest v1.0.3 [2022-03-09T22:05:23.557Z] #51 30.96 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2022-03-09T22:05:23.557Z] #51 31.04 go: downloading github.com/ldez/gomoddirectives v0.2.2 [2022-03-09T22:05:23.580Z] #31 2.605 #=#=# ######################################################################## 100.0% [2022-03-09T22:05:23.840Z] #31 2.927 [2022-03-09T22:05:23.848Z] #51 31.08 go: downloading github.com/ldez/tagliatelle v0.3.0 [2022-03-09T22:05:23.848Z] #51 31.08 go: downloading github.com/leonklingele/grouper v1.1.0 [2022-03-09T22:05:23.848Z] #51 ... [2022-03-09T22:05:23.848Z] [2022-03-09T22:05:23.848Z] #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-09T22:05:23.848Z] #31 sha256:63c9c3209f95c0bfbba8fcec1bc93173277f322c8385d05b7cae983dc8efb8c7 [2022-03-09T22:05:23.848Z] #31 28.87 [2022-03-09T22:05:23.848Z] #31 29.14 #=#=# ######################################################################## 100.0% [2022-03-09T22:05:24.175Z] #31 ... [2022-03-09T22:05:24.175Z] [2022-03-09T22:05:24.175Z] #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-09T22:05:24.175Z] #53 sha256:816e54f3e4cada04102342468422afe632a8e165b0c111e555401b5d012c569c [2022-03-09T22:05:24.175Z] #53 27.62 v3.0.2 [2022-03-09T22:05:24.175Z] #53 DONE 31.3s [2022-03-09T22:05:24.175Z] [2022-03-09T22:05:24.175Z] #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-09T22:05:24.175Z] #51 sha256:7e886a43c3741841e41ebabce8488931375aaa4f3d3c86112f4cd8891884996a [2022-03-09T22:05:24.175Z] #51 31.17 go: downloading github.com/maratori/testpackage v1.0.1 [2022-03-09T22:05:24.175Z] #51 31.18 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2022-03-09T22:05:24.175Z] #51 31.22 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2022-03-09T22:05:24.175Z] #51 31.25 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517 [2022-03-09T22:05:24.175Z] #51 31.28 go: downloading github.com/mgechev/revive v1.1.3 [2022-03-09T22:05:24.673Z] #50 ... [2022-03-09T22:05:24.673Z] [2022-03-09T22:05:24.673Z] #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-09T22:05:24.673Z] #58 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-09T22:05:24.673Z] #58 32.18 go: downloading github.com/fatih/color v1.13.0 [2022-03-09T22:05:24.673Z] #58 32.19 go: downloading github.com/gofrs/flock v0.8.1 [2022-03-09T22:05:24.673Z] #58 32.24 go: downloading github.com/spf13/cobra v1.3.0 [2022-03-09T22:05:24.673Z] #58 32.27 go: downloading github.com/spf13/pflag v1.0.5 [2022-03-09T22:05:24.673Z] #58 32.40 go: downloading github.com/spf13/viper v1.10.1 [2022-03-09T22:05:24.776Z] #51 32.12 go: downloading github.com/moricho/tparallel v0.2.1 [2022-03-09T22:05:24.776Z] #51 32.17 go: downloading github.com/nakabonne/nestif v0.3.1 [2022-03-09T22:05:24.776Z] #51 32.17 go: downloading github.com/nishanths/exhaustive v0.7.11 [2022-03-09T22:05:24.776Z] #51 32.32 go: downloading github.com/nishanths/predeclared v0.2.1 [2022-03-09T22:05:24.780Z] #31 4.028 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2022-03-09T22:05:24.933Z] #58 32.55 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-03-09T22:05:25.039Z] #51 32.39 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b [2022-03-09T22:05:25.039Z] #51 32.43 go: downloading github.com/ryancurrah/gomodguard v1.2.3 [2022-03-09T22:05:25.039Z] #51 32.46 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2022-03-09T22:05:25.039Z] #51 32.49 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2022-03-09T22:05:25.039Z] #51 32.51 go: downloading github.com/securego/gosec/v2 v2.9.6 [2022-03-09T22:05:25.039Z] #51 ... [2022-03-09T22:05:25.039Z] [2022-03-09T22:05:25.039Z] #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-09T22:05:25.039Z] #14 sha256:6b2cc1b0c2d83e7729273911d50139e728f8218ae589b99e56a7a2c5acb8e969 [2022-03-09T22:05:25.039Z] #14 22.54 The following additional packages will be installed: [2022-03-09T22:05:25.039Z] #14 22.54 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-03-09T22:05:25.039Z] #14 22.54 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-03-09T22:05:25.039Z] #14 22.54 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-03-09T22:05:25.039Z] #14 22.54 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-03-09T22:05:25.039Z] #14 22.54 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-03-09T22:05:25.039Z] #14 22.54 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-03-09T22:05:25.039Z] #14 22.54 mingw-w64-common mingw-w64-x86-64-dev [2022-03-09T22:05:25.039Z] #14 22.56 Suggested packages: [2022-03-09T22:05:25.039Z] #14 22.56 gcc-10-locales seccomp wine64 [2022-03-09T22:05:25.039Z] #14 23.60 The following NEW packages will be installed: [2022-03-09T22:05:25.039Z] #14 23.60 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-03-09T22:05:25.039Z] #14 23.61 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-03-09T22:05:25.039Z] #14 23.61 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-03-09T22:05:25.039Z] #14 23.62 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-03-09T22:05:25.039Z] #14 23.62 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-03-09T22:05:25.039Z] #14 23.62 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-03-09T22:05:25.039Z] #14 23.62 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-03-09T22:05:25.039Z] #14 23.62 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-03-09T22:05:25.039Z] #14 23.62 mingw-w64-x86-64-dev [2022-03-09T22:05:25.039Z] #14 24.01 0 upgraded, 30 newly installed, 0 to remove and 1 not upgraded. [2022-03-09T22:05:25.039Z] #14 24.01 Need to get 108 MB of archives. [2022-03-09T22:05:25.039Z] #14 24.01 After this operation, 620 MB of additional disk space will be used. [2022-03-09T22:05:25.039Z] #14 24.01 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 binutils-mingw-w64-i686 arm64 2.35.2-2+8.11+b3 [2316 kB] [2022-03-09T22:05:25.039Z] #14 24.11 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 binutils-mingw-w64-x86-64 arm64 2.35.2-2+8.11+b3 [2634 kB] [2022-03-09T22:05:25.039Z] #14 24.19 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB] [2022-03-09T22:05:25.039Z] #14 24.19 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libdevmapper1.02.1 arm64 2:1.02.175-2.1 [126 kB] [2022-03-09T22:05:25.039Z] #14 24.20 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 dmsetup arm64 2:1.02.175-2.1 [85.1 kB] [2022-03-09T22:05:25.039Z] #14 24.21 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-03-09T22:05:25.039Z] #14 24.38 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB] [2022-03-09T22:05:25.039Z] #14 24.52 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-base arm64 10.2.1-6+24.2 [186 kB] [2022-03-09T22:05:25.039Z] #14 24.52 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-x86-64-posix-runtime arm64 10.2.1-6+24.2 [11.5 MB] [2022-03-09T22:05:25.039Z] #14 25.21 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-x86-64-posix arm64 10.2.1-6+24.2 [24.4 MB] [2022-03-09T22:05:25.039Z] #14 26.68 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 g++-mingw-w64-x86-64-posix arm64 10.2.1-6+24.2 [9885 kB] [2022-03-09T22:05:25.039Z] #14 27.06 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-x86-64-win32-runtime arm64 10.2.1-6+24.2 [11.4 MB] [2022-03-09T22:05:25.039Z] #14 27.52 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-x86-64-win32 arm64 10.2.1-6+24.2 [24.4 MB] [2022-03-09T22:05:25.039Z] #14 29.55 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 g++-mingw-w64-x86-64-win32 arm64 10.2.1-6+24.2 [9885 kB] [2022-03-09T22:05:25.039Z] #14 30.25 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 g++-mingw-w64-x86-64 all 10.2.1-6+24.2 [186 kB] [2022-03-09T22:05:25.039Z] #14 30.31 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor1 arm64 2.13.6-10 [98.5 kB] [2022-03-09T22:05:25.039Z] #14 30.45 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor-dev arm64 2.13.6-10 [141 kB] [2022-03-09T22:05:25.039Z] #14 30.47 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs0 arm64 5.10.1-2 [197 kB] [2022-03-09T22:05:25.039Z] #14 30.51 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs-dev arm64 5.10.1-2 [258 kB] [2022-03-09T22:05:25.039Z] #14 30.52 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libdevmapper-event1.02.1 arm64 2:1.02.175-2.1 [22.4 kB] [2022-03-09T22:05:25.039Z] #14 30.58 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libudev-dev arm64 247.3-6 [123 kB] [2022-03-09T22:05:25.039Z] #14 30.58 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsepol1-dev arm64 3.1-1 [329 kB] [2022-03-09T22:05:25.039Z] #14 30.64 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-16-0 arm64 10.36-2 [202 kB] [2022-03-09T22:05:25.039Z] #14 30.65 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-32-0 arm64 10.36-2 [193 kB] [2022-03-09T22:05:25.039Z] #14 30.66 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-posix2 arm64 10.36-2 [49.0 kB] [2022-03-09T22:05:25.039Z] #14 30.66 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-dev arm64 10.36-2 [645 kB] [2022-03-09T22:05:25.039Z] #14 30.68 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libselinux1-dev arm64 3.1-3 [171 kB] [2022-03-09T22:05:25.039Z] #14 30.68 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libdevmapper-dev arm64 2:1.02.175-2.1 [52.0 kB] [2022-03-09T22:05:25.039Z] #14 30.68 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB] [2022-03-09T22:05:25.039Z] #14 30.69 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsystemd-dev arm64 247.3-6 [401 kB] [2022-03-09T22:05:25.039Z] #14 31.52 debconf: delaying package configuration, since apt-utils is not installed [2022-03-09T22:05:25.039Z] #14 32.00 Fetched 108 MB in 7s (15.5 MB/s) [2022-03-09T22:05:25.039Z] #14 32.10 Selecting previously unselected package binutils-mingw-w64-i686. [2022-03-09T22:05:25.040Z] #14 32.10 (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 ... 15700 files and directories currently installed.) [2022-03-09T22:05:25.040Z] #14 32.23 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_arm64.deb ... [2022-03-09T22:05:25.040Z] #14 32.24 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-03-09T22:05:25.194Z] #58 32.76 go: downloading github.com/mattn/go-colorable v0.1.12 [2022-03-09T22:05:25.194Z] #58 32.76 go: downloading github.com/mattn/go-isatty v0.0.14 [2022-03-09T22:05:25.194Z] #58 32.84 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da [2022-03-09T22:05:25.194Z] #58 32.91 go: downloading github.com/go-critic/go-critic v0.6.2 [2022-03-09T22:05:25.300Z] #14 ... [2022-03-09T22:05:25.300Z] [2022-03-09T22:05:25.300Z] #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-09T22:05:25.300Z] #51 sha256:7e886a43c3741841e41ebabce8488931375aaa4f3d3c86112f4cd8891884996a [2022-03-09T22:05:25.300Z] #51 32.71 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2022-03-09T22:05:25.300Z] #51 32.72 go: downloading github.com/sivchari/containedctx v1.0.1 [2022-03-09T22:05:25.300Z] #51 32.72 go: downloading github.com/sivchari/tenv v1.4.7 [2022-03-09T22:05:25.300Z] #51 32.73 go: downloading github.com/sonatard/noctx v0.0.1 [2022-03-09T22:05:25.300Z] #51 32.74 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2022-03-09T22:05:25.300Z] #51 32.75 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2022-03-09T22:05:25.300Z] #51 32.80 go: downloading github.com/sylvia7788/contextcheck v1.0.4 [2022-03-09T22:05:25.351Z] #31 4.340 [2022-03-09T22:05:25.395Z] #11 extracting sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 14.3s done [2022-03-09T22:05:25.396Z] #11 extracting sha256:debee5da592d2d2e96de757c5aff0cf0723782cf20a78682c7c85aa53064b702 done [2022-03-09T22:05:25.561Z] #51 32.86 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2022-03-09T22:05:25.561Z] #51 32.89 go: downloading github.com/tetafro/godot v1.4.11 [2022-03-09T22:05:25.561Z] #51 32.95 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2022-03-09T22:05:25.561Z] #51 32.98 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0 [2022-03-09T22:05:25.612Z] #31 4.569 #=#=# ######################################################################## 100.0% [2022-03-09T22:05:25.612Z] #31 4.917 [2022-03-09T22:05:25.681Z] #11 DONE 42.3s [2022-03-09T22:05:25.681Z] [2022-03-09T22:05:25.681Z] #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-09T22:05:25.681Z] #31 sha256:addafb596379ee47fa5c612debe0baee12e30adf75ac51cd4d4de70459ef92df [2022-03-09T22:05:25.681Z] #31 9.144 #=#=# ################## 25.9% ######################################### 57.9% ################################################################ 89.6% ######################################################################## 100.0% [2022-03-09T22:05:25.681Z] #31 9.692 [2022-03-09T22:05:25.681Z] #31 10.59 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2022-03-09T22:05:25.681Z] #31 10.89 [2022-03-09T22:05:25.681Z] #31 11.11 #=#=# ######################################################################## 100.0% [2022-03-09T22:05:25.681Z] #31 11.48 [2022-03-09T22:05:25.681Z] #31 12.19 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2022-03-09T22:05:25.681Z] #31 12.52 [2022-03-09T22:05:25.681Z] #31 12.75 #=#=# ######################################################################## 100.0% [2022-03-09T22:05:25.681Z] #31 13.08 [2022-03-09T22:05:25.681Z] #31 13.15 Download of images into '/build' complete. [2022-03-09T22:05:25.681Z] #31 13.15 Use something like the following to load the result into a Docker daemon: [2022-03-09T22:05:25.681Z] #31 13.15 tar -cC '/build' . | docker load [2022-03-09T22:05:25.681Z] #31 DONE 14.4s [2022-03-09T22:05:25.681Z] [2022-03-09T22:05:25.681Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-03-09T22:05:25.681Z] #12 sha256:d2262cb5e289fcb8ec2e6ec5bbc28e4da9c0f7843486f275d70eab98043bbd87 [2022-03-09T22:05:25.717Z] #11 extracting sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 6.7s [2022-03-09T22:05:25.821Z] #51 32.99 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2022-03-09T22:05:25.821Z] #51 33.16 go: downloading github.com/ultraware/funlen v0.0.3 [2022-03-09T22:05:25.821Z] #51 33.17 go: downloading github.com/ultraware/whitespace v0.0.4 [2022-03-09T22:05:25.822Z] #51 33.18 go: downloading github.com/uudashr/gocognit v1.0.5 [2022-03-09T22:05:25.822Z] #51 33.21 go: downloading github.com/yagipy/maintidx v1.0.0 [2022-03-09T22:05:25.822Z] #51 33.22 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1 [2022-03-09T22:05:26.084Z] #51 ... [2022-03-09T22:05:26.084Z] [2022-03-09T22:05:26.084Z] #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-09T22:05:26.084Z] #47 sha256:747e4ca90c931a1b44bbaca0c84e804c844f4b42df9bd45fd78b7879660b92b0 [2022-03-09T22:05:26.084Z] #47 21.78 Building dependency tree... [2022-03-09T22:05:26.084Z] #47 25.37 The following additional packages will be installed: [2022-03-09T22:05:26.084Z] #47 25.38 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-03-09T22:05:26.084Z] #47 25.39 python3-protobuf python3-six [2022-03-09T22:05:26.084Z] #47 25.41 Suggested packages: [2022-03-09T22:05:26.084Z] #47 25.42 python3-setuptools [2022-03-09T22:05:26.084Z] #47 25.42 Recommended packages: [2022-03-09T22:05:26.084Z] #47 25.42 iproute2 | iproute [2022-03-09T22:05:26.084Z] #47 25.97 The following NEW packages will be installed: [2022-03-09T22:05:26.084Z] #47 25.97 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-03-09T22:05:26.084Z] #47 25.98 python3-protobuf python3-six [2022-03-09T22:05:26.084Z] #47 26.43 0 upgraded, 8 newly installed, 0 to remove and 1 not upgraded. [2022-03-09T22:05:26.084Z] #47 26.43 Need to get 2115 kB of archives. [2022-03-09T22:05:26.084Z] #47 26.43 After this operation, 10.7 MB of additional disk space will be used. [2022-03-09T22:05:26.084Z] #47 26.43 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf23 arm64 3.12.4-1 [780 kB] [2022-03-09T22:05:26.084Z] #47 26.45 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-03-09T22:05:26.084Z] #47 26.45 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-six all 1.16.0-2 [17.5 kB] [2022-03-09T22:05:26.084Z] #47 26.45 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-protobuf arm64 3.12.4-1 [375 kB] [2022-03-09T22:05:26.084Z] #47 26.45 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB] [2022-03-09T22:05:26.084Z] #47 26.47 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnl-3-200 arm64 3.4.0-1+b1 [60.6 kB] [2022-03-09T22:05:26.084Z] #47 26.48 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c1 arm64 1.3.3-1+b2 [26.8 kB] [2022-03-09T22:05:26.084Z] #47 29.37 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 criu 3.16.1-3 [609 kB] [2022-03-09T22:05:26.084Z] #47 30.77 debconf: delaying package configuration, since apt-utils is not installed [2022-03-09T22:05:26.084Z] #47 31.03 Fetched 2115 kB in 4s (534 kB/s) [2022-03-09T22:05:26.084Z] #47 31.25 Selecting previously unselected package libprotobuf23:arm64. [2022-03-09T22:05:26.084Z] #47 31.25 (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 ... 15700 files and directories currently installed.) [2022-03-09T22:05:26.084Z] #47 31.30 Preparing to unpack .../0-libprotobuf23_3.12.4-1_arm64.deb ... [2022-03-09T22:05:26.084Z] #47 31.31 Unpacking libprotobuf23:arm64 (3.12.4-1) ... [2022-03-09T22:05:26.084Z] #47 32.32 Selecting previously unselected package python3-pkg-resources. [2022-03-09T22:05:26.084Z] #47 32.32 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2022-03-09T22:05:26.084Z] #47 32.34 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-03-09T22:05:26.084Z] #47 32.57 Selecting previously unselected package python3-six. [2022-03-09T22:05:26.084Z] #47 32.58 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ... [2022-03-09T22:05:26.084Z] #47 32.58 Unpacking python3-six (1.16.0-2) ... [2022-03-09T22:05:26.084Z] #47 32.68 Selecting previously unselected package python3-protobuf. [2022-03-09T22:05:26.084Z] #47 32.69 Preparing to unpack .../3-python3-protobuf_3.12.4-1_arm64.deb ... [2022-03-09T22:05:26.084Z] #47 32.70 Unpacking python3-protobuf (3.12.4-1) ... [2022-03-09T22:05:26.084Z] #47 33.15 Selecting previously unselected package libnet1:arm64. [2022-03-09T22:05:26.084Z] #47 33.15 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_arm64.deb ... [2022-03-09T22:05:26.084Z] #47 33.16 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ... [2022-03-09T22:05:26.286Z] #11 extracting sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 7.4s done [2022-03-09T22:05:26.344Z] #47 33.28 Selecting previously unselected package libnl-3-200:arm64. [2022-03-09T22:05:26.344Z] #47 33.28 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_arm64.deb ... [2022-03-09T22:05:26.344Z] #47 33.29 Unpacking libnl-3-200:arm64 (3.4.0-1+b1) ... [2022-03-09T22:05:26.344Z] #47 ... [2022-03-09T22:05:26.344Z] [2022-03-09T22:05:26.344Z] #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-09T22:05:26.344Z] #51 sha256:7e886a43c3741841e41ebabce8488931375aaa4f3d3c86112f4cd8891884996a [2022-03-09T22:05:26.344Z] #51 33.58 go: downloading gitlab.com/bosi/decorder v0.2.1 [2022-03-09T22:05:26.344Z] #51 33.71 go: downloading honnef.co/go/tools v0.2.2 [2022-03-09T22:05:26.544Z] #11 extracting sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 0.1s [2022-03-09T22:05:26.576Z] #58 34.29 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-03-09T22:05:26.606Z] #51 ... [2022-03-09T22:05:26.606Z] [2022-03-09T22:05:26.606Z] #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-09T22:05:26.606Z] #38 sha256:2b03f7df4257c7ba58fb500fb5842cfead1c86b9434f96c22d67c7246114511c [2022-03-09T22:05:26.606Z] #38 24.10 The following additional packages will be installed: [2022-03-09T22:05:26.606Z] #38 24.11 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2022-03-09T22:05:26.606Z] #38 24.13 Suggested packages: [2022-03-09T22:05:26.606Z] #38 24.15 cmake-doc ninja-build lrzip [2022-03-09T22:05:26.606Z] #38 24.15 Recommended packages: [2022-03-09T22:05:26.606Z] #38 24.15 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-03-09T22:05:26.606Z] #38 24.89 The following NEW packages will be installed: [2022-03-09T22:05:26.606Z] #38 24.91 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2022-03-09T22:05:26.606Z] #38 24.91 vim-common xxd [2022-03-09T22:05:26.606Z] #38 25.44 0 upgraded, 10 newly installed, 0 to remove and 1 not upgraded. [2022-03-09T22:05:26.606Z] #38 25.44 Need to get 15.6 MB of archives. [2022-03-09T22:05:26.606Z] #38 25.44 After this operation, 67.4 MB of additional disk space will be used. [2022-03-09T22:05:26.606Z] #38 25.44 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xxd arm64 2:8.2.2434-3+deb11u1 [192 kB] [2022-03-09T22:05:26.606Z] #38 25.46 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-03-09T22:05:26.606Z] #38 25.46 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-03-09T22:05:26.606Z] #38 25.60 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libicu67 arm64 67.1-7 [8467 kB] [2022-03-09T22:05:26.606Z] #38 26.18 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libxml2 arm64 2.9.10+dfsg-6.7 [629 kB] [2022-03-09T22:05:26.606Z] #38 26.19 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libarchive13 arm64 3.4.3-2+b1 [320 kB] [2022-03-09T22:05:26.606Z] #38 26.19 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libjsoncpp24 arm64 1.9.4-4 [72.5 kB] [2022-03-09T22:05:26.606Z] #38 26.20 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 librhash0 arm64 1.4.1-2 [127 kB] [2022-03-09T22:05:26.606Z] #38 26.20 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libuv1 arm64 1.40.0-2 [126 kB] [2022-03-09T22:05:26.606Z] #38 26.20 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 cmake arm64 3.18.4-2+deb11u1 [3673 kB] [2022-03-09T22:05:26.606Z] #38 27.18 debconf: delaying package configuration, since apt-utils is not installed [2022-03-09T22:05:26.606Z] #38 27.36 Fetched 15.6 MB in 1s (11.5 MB/s) [2022-03-09T22:05:26.606Z] #38 27.54 Selecting previously unselected package xxd. [2022-03-09T22:05:26.606Z] #38 27.54 (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 ... 15700 files and directories currently installed.) [2022-03-09T22:05:26.606Z] #38 27.60 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_arm64.deb ... [2022-03-09T22:05:26.606Z] #38 27.61 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-03-09T22:05:26.606Z] #38 29.47 Selecting previously unselected package vim-common. [2022-03-09T22:05:26.606Z] #38 29.48 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-03-09T22:05:26.606Z] #38 29.57 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-09T22:05:26.606Z] #38 30.83 Selecting previously unselected package cmake-data. [2022-03-09T22:05:26.606Z] #38 30.84 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-03-09T22:05:26.606Z] #38 30.90 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-03-09T22:05:26.649Z] #12 DONE 0.9s [2022-03-09T22:05:26.649Z] [2022-03-09T22:05:26.649Z] #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-09T22:05:26.649Z] #13 sha256:841b9c1595ca58032e4810480afa5303241fe19d3a7af7071441e821968bc31d [2022-03-09T22:05:26.837Z] #58 34.30 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-03-09T22:05:26.868Z] #38 34.27 Selecting previously unselected package libicu67:arm64. [2022-03-09T22:05:26.868Z] #38 ... [2022-03-09T22:05:26.868Z] [2022-03-09T22:05:26.868Z] #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-09T22:05:26.868Z] #47 sha256:747e4ca90c931a1b44bbaca0c84e804c844f4b42df9bd45fd78b7879660b92b0 [2022-03-09T22:05:26.868Z] #47 33.40 Selecting previously unselected package libprotobuf-c1:arm64. [2022-03-09T22:05:26.868Z] #47 33.41 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_arm64.deb ... [2022-03-09T22:05:26.868Z] #47 33.41 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2022-03-09T22:05:26.868Z] #47 33.55 Selecting previously unselected package criu. [2022-03-09T22:05:26.868Z] #47 33.56 Preparing to unpack .../7-criu_3.16.1-3_arm64.deb ... [2022-03-09T22:05:26.868Z] #47 33.57 Unpacking criu (3.16.1-3) ... [2022-03-09T22:05:26.994Z] #31 5.878 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2022-03-09T22:05:26.994Z] #31 6.180 [2022-03-09T22:05:27.131Z] #47 34.24 Setting up python3-pkg-resources (52.0.0-4) ... [2022-03-09T22:05:27.237Z] #13 DONE 0.7s [2022-03-09T22:05:27.501Z] [2022-03-09T22:05:27.501Z] #62 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-03-09T22:05:27.501Z] #62 sha256:504e8150debb770c6d4026af7958d9fc01fe339421082ed474013bd0192987b6 [2022-03-09T22:05:27.501Z] #62 DONE 0.1s [2022-03-09T22:05:27.501Z] [2022-03-09T22:05:27.501Z] #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-09T22:05:27.501Z] #63 sha256:132873679c61ff27426e656ae5b9c0c7392a90760f711d437d5edd34d5d95a19 [2022-03-09T22:05:27.501Z] #63 ... [2022-03-09T22:05:27.501Z] [2022-03-09T22:05:27.501Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-03-09T22:05:27.501Z] #33 sha256:bddc18464da662668d8c69de9d42214f652feeee14f0e8b6fdf60bc38ca0e6dc [2022-03-09T22:05:27.501Z] #33 DONE 0.2s [2022-03-09T22:05:27.501Z] [2022-03-09T22:05:27.501Z] #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-09T22:05:27.501Z] #46 sha256:67ba994b1836bf9393e53dde77cc6c5676194c01186247253d0c9102c049e812 [2022-03-09T22:05:27.501Z] #46 DONE 0.3s [2022-03-09T22:05:27.516Z] #31 6.393 #=#=# ################# 23.8% ######################################### 58.2% ################################################################ 89.9% ######################################################################## 100.0% [2022-03-09T22:05:27.775Z] #31 6.949 [2022-03-09T22:05:27.775Z] #31 ... [2022-03-09T22:05:27.775Z] [2022-03-09T22:05:27.775Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-09T22:05:27.776Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-09T22:05:27.776Z] #11 extracting sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 6.6s done [2022-03-09T22:05:27.776Z] #11 extracting sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 2.3s [2022-03-09T22:05:27.781Z] #58 ... [2022-03-09T22:05:27.781Z] [2022-03-09T22:05:27.781Z] #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-09T22:05:27.781Z] #19 sha256:306936fe72a1e45426452ae066606808492a2e9eb55b90c51c6a2e50cd890142 [2022-03-09T22:05:27.781Z] #19 11.72 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [124 kB] [2022-03-09T22:05:27.781Z] #19 11.72 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [116 kB] [2022-03-09T22:05:27.781Z] #19 11.72 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [123 kB] [2022-03-09T22:05:27.781Z] #19 11.72 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [116 kB] [2022-03-09T22:05:27.781Z] #19 11.74 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [121 kB] [2022-03-09T22:05:27.781Z] #19 11.77 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [122 kB] [2022-03-09T22:05:27.781Z] #19 11.80 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2604 B] [2022-03-09T22:05:27.781Z] #19 11.80 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2604 B] [2022-03-09T22:05:27.781Z] #19 11.80 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-03-09T22:05:27.781Z] #19 11.80 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-09T22:05:27.781Z] #19 11.81 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-03-09T22:05:27.781Z] #19 11.81 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-03-09T22:05:27.781Z] #19 ... [2022-03-09T22:05:27.781Z] [2022-03-09T22:05:27.781Z] #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-09T22:05:27.781Z] #54 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-09T22:05:27.781Z] #54 20.43 Reading package lists... [2022-03-09T22:05:27.781Z] #54 26.68 Reading package lists... [2022-03-09T22:05:27.781Z] #54 31.19 Building dependency tree... [2022-03-09T22:05:27.781Z] #54 34.12 The following additional packages will be installed: [2022-03-09T22:05:27.781Z] #54 34.12 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-03-09T22:05:27.781Z] #54 34.13 python3-protobuf python3-six [2022-03-09T22:05:27.781Z] #54 34.14 Suggested packages: [2022-03-09T22:05:27.781Z] #54 34.14 python3-setuptools [2022-03-09T22:05:27.781Z] #54 34.14 Recommended packages: [2022-03-09T22:05:27.781Z] #54 34.14 iproute2 | iproute [2022-03-09T22:05:27.781Z] #54 34.82 The following NEW packages will be installed: [2022-03-09T22:05:27.781Z] #54 34.82 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-03-09T22:05:27.781Z] #54 34.84 python3-protobuf python3-six [2022-03-09T22:05:27.781Z] #54 35.38 0 upgraded, 8 newly installed, 0 to remove and 1 not upgraded. [2022-03-09T22:05:27.781Z] #54 35.38 Need to get 2292 kB of archives. [2022-03-09T22:05:27.781Z] #54 35.38 After this operation, 11.0 MB of additional disk space will be used. [2022-03-09T22:05:27.781Z] #54 35.38 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB] [2022-03-09T22:05:27.781Z] [2022-03-09T22:05:27.781Z] #42 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-03-09T22:05:27.781Z] #42 sha256:32590bd141d0574a7286cd7615e7ce5dbd7a860411bdc30d9e37cda4cfa7488b [2022-03-09T22:05:27.781Z] #42 DONE 0.3s [2022-03-09T22:05:27.781Z] [2022-03-09T22:05:27.781Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-03-09T22:05:27.781Z] #25 sha256:e130878074990cb308a0f802394423260910bdb45cf5b14d416cce7f90e36120 [2022-03-09T22:05:27.781Z] #25 DONE 0.4s [2022-03-09T22:05:27.781Z] [2022-03-09T22:05:27.781Z] #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-09T22:05:27.781Z] #43 sha256:8cd2c7b9899112f5f652fc771a50789fe1c1fae32cb81969d03efa57167cba02 [2022-03-09T22:05:28.040Z] #54 35.40 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-03-09T22:05:28.040Z] #54 35.40 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB] [2022-03-09T22:05:28.040Z] #54 35.41 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB] [2022-03-09T22:05:28.040Z] #54 35.44 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-09T22:05:28.040Z] #54 35.45 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-09T22:05:28.040Z] #54 35.46 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-09T22:05:28.714Z] #11 ... [2022-03-09T22:05:28.715Z] [2022-03-09T22:05:28.715Z] #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-09T22:05:28.715Z] #31 sha256:45cb3b5620cc2159ced673cf67fdf477500f6fec317dd3476e518a42ef26f4e7 [2022-03-09T22:05:28.715Z] #31 7.945 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2022-03-09T22:05:28.979Z] #54 ... [2022-03-09T22:05:28.979Z] [2022-03-09T22:05:28.979Z] #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-09T22:05:28.979Z] #60 sha256:6dd8ff98f3953af4790562a2c0cc846740a3d37349fa5a08e644cfca8188eab3 [2022-03-09T22:05:28.979Z] #60 36.35 v3.0.2 [2022-03-09T22:05:29.062Z] #47 35.72 Setting up libprotobuf23:arm64 (3.12.4-1) ... [2022-03-09T22:05:29.062Z] #47 35.74 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ... [2022-03-09T22:05:29.062Z] #47 35.77 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2022-03-09T22:05:29.062Z] #47 35.78 Setting up python3-six (1.16.0-2) ... [2022-03-09T22:05:29.241Z] #60 DONE 37.1s [2022-03-09T22:05:29.241Z] [2022-03-09T22:05:29.241Z] #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-09T22:05:29.241Z] #54 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-09T22:05:29.283Z] #31 8.274 [2022-03-09T22:05:29.283Z] #31 8.497 #=#=# ######################################################################## 100.0% [2022-03-09T22:05:29.503Z] #54 ... [2022-03-09T22:05:29.503Z] [2022-03-09T22:05:29.503Z] #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-09T22:05:29.503Z] #58 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-09T22:05:29.503Z] #58 37.18 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-03-09T22:05:29.503Z] #58 37.22 go: downloading github.com/stretchr/testify v1.7.0 [2022-03-09T22:05:29.763Z] #58 37.35 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2 [2022-03-09T22:05:29.763Z] #58 37.44 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2022-03-09T22:05:29.763Z] #58 37.46 go: downloading github.com/fsnotify/fsnotify v1.5.1 [2022-03-09T22:05:29.763Z] #58 37.50 go: downloading github.com/magiconair/properties v1.8.5 [2022-03-09T22:05:29.763Z] #58 37.52 go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-03-09T22:05:29.763Z] #58 37.54 go: downloading github.com/spf13/afero v1.6.0 [2022-03-09T22:05:29.852Z] #31 8.773 [2022-03-09T22:05:30.008Z] #47 36.87 Setting up libnl-3-200:arm64 (3.4.0-1+b1) ... [2022-03-09T22:05:30.008Z] #47 36.94 Setting up python3-protobuf (3.12.4-1) ... [2022-03-09T22:05:30.023Z] #58 37.64 go: downloading github.com/spf13/cast v1.4.1 [2022-03-09T22:05:30.023Z] #58 37.71 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2022-03-09T22:05:30.023Z] #58 37.71 go: downloading github.com/subosito/gotenv v1.2.0 [2022-03-09T22:05:30.023Z] #58 37.74 go: downloading gopkg.in/ini.v1 v1.66.2 [2022-03-09T22:05:30.283Z] #58 37.89 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e [2022-03-09T22:05:30.283Z] #58 37.91 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2022-03-09T22:05:30.283Z] #58 38.02 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2022-03-09T22:05:30.283Z] #58 38.06 go: downloading github.com/go-toolsmith/astequal v1.0.1 [2022-03-09T22:05:30.283Z] #58 38.08 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2022-03-09T22:05:30.283Z] #58 38.10 go: downloading github.com/go-toolsmith/astp v1.0.0 [2022-03-09T22:05:30.283Z] #58 38.14 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2022-03-09T22:05:30.430Z] #31 9.612 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2022-03-09T22:05:30.543Z] #58 38.19 go: downloading github.com/go-toolsmith/typep v1.0.2 [2022-03-09T22:05:30.691Z] #31 9.941 [2022-03-09T22:05:30.744Z] #11 ... [2022-03-09T22:05:30.744Z] [2022-03-09T22:05:30.744Z] #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-09T22:05:30.744Z] #31 sha256:6f8f3cc6bda86c1f391e49cd82bfbeeef050f8af012aacf205430a7f4ecb5069 [2022-03-09T22:05:30.744Z] #31 2.057 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2022-03-09T22:05:30.744Z] #31 2.383 [2022-03-09T22:05:30.744Z] #31 2.608 #=#=# ######################################################################## 100.0% [2022-03-09T22:05:30.744Z] #31 2.902 [2022-03-09T22:05:30.744Z] #31 3.904 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2022-03-09T22:05:30.744Z] #31 4.190 [2022-03-09T22:05:30.744Z] #31 4.416 #=#=# ######################################################################## 100.0% [2022-03-09T22:05:30.744Z] #31 4.758 [2022-03-09T22:05:30.744Z] #31 5.814 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2022-03-09T22:05:30.744Z] #31 6.163 [2022-03-09T22:05:30.744Z] #31 6.399 #=#=# ################## 25.6% ######################################### 57.9% ################################################################ 89.5% ######################################################################## 100.0% [2022-03-09T22:05:30.744Z] #31 6.984 [2022-03-09T22:05:30.744Z] #31 8.006 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2022-03-09T22:05:30.744Z] #31 8.352 [2022-03-09T22:05:30.744Z] #31 8.589 #=#=# ######################################################################## 100.0% [2022-03-09T22:05:30.744Z] #31 8.858 [2022-03-09T22:05:30.744Z] #31 9.613 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2022-03-09T22:05:30.744Z] #31 9.930 [2022-03-09T22:05:30.744Z] #31 10.16 #=#=# [2022-03-09T22:05:30.744Z] #31 ... [2022-03-09T22:05:30.744Z] [2022-03-09T22:05:30.744Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-09T22:05:30.744Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-09T22:05:30.803Z] #58 38.39 go: downloading github.com/quasilyte/go-ruleguard v0.3.15 [2022-03-09T22:05:31.068Z] #58 38.76 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2022-03-09T22:05:31.212Z] #31 10.17 #=#=# ######################################################################## 100.0% [2022-03-09T22:05:31.330Z] #58 38.99 go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-03-09T22:05:31.330Z] #58 39.02 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2022-03-09T22:05:31.330Z] #58 39.11 go: downloading github.com/Antonboom/errname v0.1.5 [2022-03-09T22:05:31.474Z] #31 10.48 [2022-03-09T22:05:31.474Z] #31 10.57 Download of images into '/build' complete. [2022-03-09T22:05:31.474Z] #31 10.57 Use something like the following to load the result into a Docker daemon: [2022-03-09T22:05:31.474Z] #31 10.57 tar -cC '/build' . | docker load [2022-03-09T22:05:31.591Z] #58 39.13 go: downloading github.com/Antonboom/nilnil v0.1.0 [2022-03-09T22:05:31.591Z] #58 39.16 go: downloading github.com/BurntSushi/toml v1.0.0 [2022-03-09T22:05:31.698Z] #11 extracting sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 5.3s [2022-03-09T22:05:32.158Z] #58 39.86 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2022-03-09T22:05:32.158Z] #58 39.99 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2022-03-09T22:05:32.418Z] #58 40.02 go: downloading github.com/alexkohler/prealloc v1.0.0 [2022-03-09T22:05:32.418Z] #58 40.08 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2022-03-09T22:05:32.418Z] #58 40.11 go: downloading github.com/ashanbrown/makezero v1.1.0 [2022-03-09T22:05:32.418Z] #58 40.15 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2022-03-09T22:05:32.418Z] #58 40.17 go: downloading github.com/blizzy78/varnamelen v0.5.0 [2022-03-09T22:05:32.418Z] #58 40.20 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2022-03-09T22:05:32.418Z] #58 40.22 go: downloading github.com/breml/bidichk v0.2.1 [2022-03-09T22:05:32.560Z] #47 ... [2022-03-09T22:05:32.560Z] [2022-03-09T22:05:32.560Z] #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-09T22:05:32.560Z] #31 sha256:63c9c3209f95c0bfbba8fcec1bc93173277f322c8385d05b7cae983dc8efb8c7 [2022-03-09T22:05:32.560Z] #31 30.82 [2022-03-09T22:05:32.560Z] #31 32.79 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2022-03-09T22:05:32.560Z] #31 34.07 [2022-03-09T22:05:32.560Z] #31 34.38 #=#=# ######################################################################## 100.0% [2022-03-09T22:05:32.560Z] #31 35.46 [2022-03-09T22:05:32.560Z] #31 35.80 Download of images into '/build' complete. [2022-03-09T22:05:32.560Z] #31 35.80 Use something like the following to load the result into a Docker daemon: [2022-03-09T22:05:32.560Z] #31 35.80 tar -cC '/build' . | docker load [2022-03-09T22:05:32.677Z] #58 40.26 go: downloading github.com/breml/errchkjson v0.2.1 [2022-03-09T22:05:32.677Z] #58 40.28 go: downloading github.com/butuzov/ireturn v0.1.1 [2022-03-09T22:05:32.677Z] #58 40.39 go: downloading github.com/charithe/durationcheck v0.0.9 [2022-03-09T22:05:32.677Z] #58 40.39 go: downloading github.com/daixiang0/gci v0.2.9 [2022-03-09T22:05:32.677Z] #58 40.41 go: downloading github.com/denis-tingajkin/go-header v0.4.2 [2022-03-09T22:05:32.677Z] #58 40.46 go: downloading github.com/esimonov/ifshort v1.0.4 [2022-03-09T22:05:32.677Z] #58 40.47 go: downloading github.com/fzipp/gocyclo v0.4.0 [2022-03-09T22:05:32.677Z] #58 40.50 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2022-03-09T22:05:32.936Z] #58 40.52 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2022-03-09T22:05:32.936Z] #58 40.53 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2022-03-09T22:05:32.936Z] #58 40.65 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2022-03-09T22:05:32.936Z] #58 40.77 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2022-03-09T22:05:33.070Z] #43 ... [2022-03-09T22:05:33.070Z] [2022-03-09T22:05:33.070Z] #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-09T22:05:33.070Z] #26 sha256:e18cb623d02dc95094d247340aad5a0d52c36a171d400badcc06bfde058ade57 [2022-03-09T22:05:33.070Z] #26 4.669 + RM_GOPATH=0 [2022-03-09T22:05:33.070Z] #26 4.669 + TMP_GOPATH= [2022-03-09T22:05:33.070Z] #26 4.669 + : /build [2022-03-09T22:05:33.070Z] #26 4.669 + '[' -z '' ']' [2022-03-09T22:05:33.070Z] #26 4.669 ++ mktemp -d [2022-03-09T22:05:33.070Z] #26 4.669 + export GOPATH=/tmp/tmp.cicFFRbfv2 [2022-03-09T22:05:33.070Z] #26 4.669 + GOPATH=/tmp/tmp.cicFFRbfv2 [2022-03-09T22:05:33.070Z] #26 4.669 + RM_GOPATH=1 [2022-03-09T22:05:33.070Z] #26 4.669 + case "$(go env GOARCH)" in [2022-03-09T22:05:33.070Z] #26 4.684 Install docker/cli version 17.06.2-ce from stable [2022-03-09T22:05:33.070Z] #26 4.694 ++ go env GOARCH [2022-03-09T22:05:33.070Z] #26 4.694 + export GO_BUILDMODE=-buildmode=pie [2022-03-09T22:05:33.070Z] #26 4.694 + GO_BUILDMODE=-buildmode=pie [2022-03-09T22:05:33.070Z] #26 4.694 ++ dirname /install.sh [2022-03-09T22:05:33.070Z] #26 4.694 + dir=/ [2022-03-09T22:05:33.070Z] #26 4.694 + bin=dockercli [2022-03-09T22:05:33.070Z] #26 4.694 + shift [2022-03-09T22:05:33.070Z] #26 4.694 + '[' '!' -f //dockercli.installer ']' [2022-03-09T22:05:33.070Z] #26 4.694 + . //dockercli.installer [2022-03-09T22:05:33.070Z] #26 4.694 ++ : stable [2022-03-09T22:05:33.070Z] #26 4.694 ++ : 17.06.2-ce [2022-03-09T22:05:33.070Z] #26 4.694 + install_dockercli [2022-03-09T22:05:33.070Z] #26 4.694 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-03-09T22:05:33.070Z] #26 4.694 ++ uname -m [2022-03-09T22:05:33.070Z] #26 4.694 + arch=x86_64 [2022-03-09T22:05:33.070Z] #26 4.694 + '[' x86_64 '!=' x86_64 ']' [2022-03-09T22:05:33.070Z] #26 4.694 + url=https://download.docker.com/linux/static [2022-03-09T22:05:33.070Z] #26 4.694 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2022-03-09T22:05:33.070Z] #26 4.711 + tar -xz docker/docker [2022-03-09T22:05:33.070Z] #26 ... [2022-03-09T22:05:33.070Z] [2022-03-09T22:05:33.070Z] #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-09T22:05:33.070Z] #63 sha256:132873679c61ff27426e656ae5b9c0c7392a90760f711d437d5edd34d5d95a19 [2022-03-09T22:05:33.070Z] #63 5.803 + RM_GOPATH=0 [2022-03-09T22:05:33.070Z] #63 5.803 + TMP_GOPATH= [2022-03-09T22:05:33.070Z] #63 5.803 + : /build [2022-03-09T22:05:33.070Z] #63 5.803 + '[' -z '' ']' [2022-03-09T22:05:33.070Z] #63 5.807 ++ mktemp -d [2022-03-09T22:05:33.070Z] #63 5.812 + export GOPATH=/tmp/tmp.v7tuPqb5iD [2022-03-09T22:05:33.070Z] #63 5.812 + GOPATH=/tmp/tmp.v7tuPqb5iD [2022-03-09T22:05:33.070Z] #63 5.812 + RM_GOPATH=1 [2022-03-09T22:05:33.070Z] #63 5.812 + case "$(go env GOARCH)" in [2022-03-09T22:05:33.070Z] #63 5.813 ++ go env GOARCH [2022-03-09T22:05:33.070Z] #63 5.836 + export GO_BUILDMODE=-buildmode=pie [2022-03-09T22:05:33.070Z] #63 5.836 + GO_BUILDMODE=-buildmode=pie [2022-03-09T22:05:33.132Z] #31 DONE 38.4s [2022-03-09T22:05:33.132Z] [2022-03-09T22:05:33.132Z] #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-09T22:05:33.132Z] #14 sha256:6b2cc1b0c2d83e7729273911d50139e728f8218ae589b99e56a7a2c5acb8e969 [2022-03-09T22:05:33.132Z] #14 34.37 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-03-09T22:05:33.132Z] #14 34.38 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_arm64.deb ... [2022-03-09T22:05:33.132Z] #14 34.39 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-03-09T22:05:33.132Z] #14 36.60 Selecting previously unselected package binutils-mingw-w64. [2022-03-09T22:05:33.132Z] #14 36.62 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-03-09T22:05:33.132Z] #14 36.63 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-03-09T22:05:33.132Z] #14 36.79 Selecting previously unselected package libdevmapper1.02.1:arm64. [2022-03-09T22:05:33.132Z] #14 36.79 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_arm64.deb ... [2022-03-09T22:05:33.132Z] #14 36.80 Unpacking libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ... [2022-03-09T22:05:33.132Z] #14 36.96 Selecting previously unselected package dmsetup. [2022-03-09T22:05:33.132Z] #14 36.99 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_arm64.deb ... [2022-03-09T22:05:33.132Z] #14 37.00 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-03-09T22:05:33.132Z] #14 37.18 Selecting previously unselected package mingw-w64-common. [2022-03-09T22:05:33.132Z] #14 37.18 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-03-09T22:05:33.132Z] #14 37.19 Unpacking mingw-w64-common (8.0.0-1) ... [2022-03-09T22:05:33.195Z] #58 40.87 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2022-03-09T22:05:33.195Z] #58 40.91 go: downloading github.com/golangci/misspell v0.3.5 [2022-03-09T22:05:33.195Z] #58 40.92 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2022-03-09T22:05:33.195Z] #58 40.95 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2022-03-09T22:05:33.195Z] #58 40.99 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2022-03-09T22:05:33.195Z] #58 41.03 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2022-03-09T22:05:33.329Z] #63 5.842 ++ dirname /install.sh [2022-03-09T22:05:33.329Z] #63 5.848 + dir=/ [2022-03-09T22:05:33.329Z] #63 5.848 + bin=rootlesskit [2022-03-09T22:05:33.329Z] #63 5.848 + shift [2022-03-09T22:05:33.329Z] #63 5.848 + '[' '!' -f //rootlesskit.installer ']' [2022-03-09T22:05:33.329Z] #63 5.848 + . //rootlesskit.installer [2022-03-09T22:05:33.329Z] #63 5.848 ++ : v0.14.6 [2022-03-09T22:05:33.329Z] #63 5.848 + install_rootlesskit [2022-03-09T22:05:33.329Z] #63 5.848 + case "$1" in [2022-03-09T22:05:33.329Z] #63 5.848 + export CGO_ENABLED=0 [2022-03-09T22:05:33.329Z] #63 5.848 + CGO_ENABLED=0 [2022-03-09T22:05:33.329Z] #63 5.848 + _install_rootlesskit [2022-03-09T22:05:33.329Z] #63 5.848 + echo 'Install rootlesskit version v0.14.6' [2022-03-09T22:05:33.329Z] #63 5.848 Install rootlesskit version v0.14.6 [2022-03-09T22:05:33.329Z] #63 5.850 + for f in rootlesskit rootlesskit-docker-proxy [2022-03-09T22:05:33.329Z] #63 5.851 + GOBIN=/build [2022-03-09T22:05:33.329Z] #63 5.851 + GO111MODULE=on [2022-03-09T22:05:33.329Z] #63 5.851 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.6 [2022-03-09T22:05:33.393Z] #14 ... [2022-03-09T22:05:33.393Z] [2022-03-09T22:05:33.393Z] #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-09T22:05:33.393Z] #47 sha256:747e4ca90c931a1b44bbaca0c84e804c844f4b42df9bd45fd78b7879660b92b0 [2022-03-09T22:05:33.393Z] #47 40.50 Setting up criu (3.16.1-3) ... [2022-03-09T22:05:33.454Z] #58 41.04 go: downloading github.com/jgautheron/goconst v1.5.1 [2022-03-09T22:05:33.454Z] #58 41.09 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2022-03-09T22:05:33.588Z] #63 6.354 go: downloading github.com/rootless-containers/rootlesskit v0.14.6 [2022-03-09T22:05:33.713Z] #58 41.20 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2022-03-09T22:05:33.713Z] #58 41.20 go: downloading github.com/julz/importas v0.1.0 [2022-03-09T22:05:33.713Z] #58 41.24 go: downloading github.com/kisielk/errcheck v1.6.0 [2022-03-09T22:05:33.713Z] #58 41.25 go: downloading github.com/kulti/thelper v0.5.0 [2022-03-09T22:05:33.713Z] #58 41.27 go: downloading github.com/kunwardeep/paralleltest v1.0.3 [2022-03-09T22:05:33.713Z] #58 41.28 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2022-03-09T22:05:33.713Z] #58 41.33 go: downloading github.com/ldez/gomoddirectives v0.2.2 [2022-03-09T22:05:33.713Z] #58 41.35 go: downloading github.com/ldez/tagliatelle v0.3.0 [2022-03-09T22:05:33.713Z] #58 41.38 go: downloading github.com/leonklingele/grouper v1.1.0 [2022-03-09T22:05:33.713Z] #58 41.39 go: downloading github.com/maratori/testpackage v1.0.1 [2022-03-09T22:05:33.713Z] #58 41.41 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2022-03-09T22:05:33.713Z] #58 41.43 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2022-03-09T22:05:33.973Z] #58 41.49 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517 [2022-03-09T22:05:33.973Z] #58 41.51 go: downloading github.com/mgechev/revive v1.1.3 [2022-03-09T22:05:34.233Z] #58 41.93 go: downloading github.com/moricho/tparallel v0.2.1 [2022-03-09T22:05:34.233Z] #58 41.99 go: downloading github.com/nakabonne/nestif v0.3.1 [2022-03-09T22:05:34.233Z] #58 42.00 go: downloading github.com/nishanths/exhaustive v0.7.11 [2022-03-09T22:05:34.233Z] #58 42.03 go: downloading github.com/nishanths/predeclared v0.2.1 [2022-03-09T22:05:34.238Z] #11 ... [2022-03-09T22:05:34.238Z] [2022-03-09T22:05:34.238Z] #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-09T22:05:34.239Z] #31 sha256:6f8f3cc6bda86c1f391e49cd82bfbeeef050f8af012aacf205430a7f4ecb5069 [2022-03-09T22:05:34.239Z] #31 10.16 #=#=# ######################################################################## 100.0% [2022-03-09T22:05:34.239Z] #31 10.45 [2022-03-09T22:05:34.239Z] #31 10.52 Download of images into '/build' complete. [2022-03-09T22:05:34.239Z] #31 10.52 Use something like the following to load the result into a Docker daemon: [2022-03-09T22:05:34.239Z] #31 10.52 tar -cC '/build' . | docker load [2022-03-09T22:05:34.239Z] #31 DONE 13.9s [2022-03-09T22:05:34.239Z] [2022-03-09T22:05:34.239Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-09T22:05:34.239Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-09T22:05:34.492Z] #58 42.13 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b [2022-03-09T22:05:34.492Z] #58 42.16 go: downloading github.com/ryancurrah/gomodguard v1.2.3 [2022-03-09T22:05:34.492Z] #58 42.20 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2022-03-09T22:05:34.492Z] #58 42.21 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2022-03-09T22:05:34.492Z] #58 42.24 go: downloading github.com/securego/gosec/v2 v2.9.6 [2022-03-09T22:05:34.751Z] #58 42.49 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2022-03-09T22:05:34.751Z] #58 42.50 go: downloading github.com/sivchari/containedctx v1.0.1 [2022-03-09T22:05:34.751Z] #58 42.51 go: downloading github.com/sivchari/tenv v1.4.7 [2022-03-09T22:05:34.751Z] #58 42.54 go: downloading github.com/sonatard/noctx v0.0.1 [2022-03-09T22:05:34.751Z] #58 42.57 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2022-03-09T22:05:34.758Z] #31 DONE 13.9s [2022-03-09T22:05:34.758Z] [2022-03-09T22:05:34.758Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-09T22:05:34.758Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-09T22:05:34.758Z] #11 extracting sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 9.0s [2022-03-09T22:05:35.012Z] #58 42.59 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2022-03-09T22:05:35.012Z] #58 42.61 go: downloading github.com/sylvia7788/contextcheck v1.0.4 [2022-03-09T22:05:35.012Z] #58 42.64 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2022-03-09T22:05:35.012Z] #58 42.67 go: downloading github.com/tetafro/godot v1.4.11 [2022-03-09T22:05:35.012Z] #58 42.74 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2022-03-09T22:05:35.012Z] #58 42.74 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0 [2022-03-09T22:05:35.012Z] #58 42.77 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2022-03-09T22:05:35.039Z] #47 41.88 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-09T22:05:35.271Z] #58 42.98 go: downloading github.com/ultraware/funlen v0.0.3 [2022-03-09T22:05:35.271Z] #58 42.99 go: downloading github.com/ultraware/whitespace v0.0.4 [2022-03-09T22:05:35.271Z] #58 42.99 go: downloading github.com/uudashr/gocognit v1.0.5 [2022-03-09T22:05:35.271Z] #58 43.02 go: downloading github.com/yagipy/maintidx v1.0.0 [2022-03-09T22:05:35.271Z] #58 43.05 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1 [2022-03-09T22:05:35.300Z] #47 DONE 42.4s [2022-03-09T22:05:35.300Z] [2022-03-09T22:05:35.300Z] #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-09T22:05:35.300Z] #51 sha256:7e886a43c3741841e41ebabce8488931375aaa4f3d3c86112f4cd8891884996a [2022-03-09T22:05:35.300Z] #51 34.61 go: downloading mvdan.cc/gofumpt v0.2.1 [2022-03-09T22:05:35.300Z] #51 34.62 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2022-03-09T22:05:35.300Z] #51 34.71 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5 [2022-03-09T22:05:35.300Z] #51 34.77 go: downloading github.com/davecgh/go-spew v1.1.1 [2022-03-09T22:05:35.300Z] #51 34.82 go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-03-09T22:05:35.300Z] #51 34.84 go: downloading github.com/stretchr/objx v0.1.1 [2022-03-09T22:05:35.300Z] #51 34.92 go: downloading golang.org/x/text v0.3.7 [2022-03-09T22:05:35.300Z] #51 40.02 go: downloading github.com/hashicorp/hcl v1.0.0 [2022-03-09T22:05:35.300Z] #51 40.21 go: downloading github.com/pelletier/go-toml v1.9.4 [2022-03-09T22:05:35.300Z] #51 40.22 go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-03-09T22:05:35.300Z] #51 40.31 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3 [2022-03-09T22:05:35.300Z] #51 40.51 go: downloading github.com/gobwas/glob v0.2.3 [2022-03-09T22:05:35.300Z] #51 40.53 go: downloading github.com/kisielk/gotool v1.0.0 [2022-03-09T22:05:35.300Z] #51 40.61 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2022-03-09T22:05:35.300Z] #51 40.76 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2022-03-09T22:05:35.300Z] #51 40.79 go: downloading golang.org/x/mod v0.5.1 [2022-03-09T22:05:35.300Z] #51 40.87 go: downloading github.com/ettle/strcase v0.1.1 [2022-03-09T22:05:35.300Z] #51 40.93 go: downloading github.com/fatih/structtag v1.2.0 [2022-03-09T22:05:35.300Z] #51 40.95 go: downloading github.com/Masterminds/semver v1.5.0 [2022-03-09T22:05:35.300Z] #51 40.97 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2022-03-09T22:05:35.300Z] #51 41.00 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2022-03-09T22:05:35.300Z] #51 41.19 go: downloading github.com/prometheus/client_golang v1.7.1 [2022-03-09T22:05:35.300Z] #51 41.45 go: downloading github.com/prometheus/client_model v0.2.0 [2022-03-09T22:05:35.300Z] #51 41.51 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2022-03-09T22:05:35.300Z] #51 41.53 go: downloading github.com/google/go-cmp v0.5.6 [2022-03-09T22:05:35.300Z] #51 41.90 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af [2022-03-09T22:05:35.300Z] #51 41.95 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2022-03-09T22:05:35.300Z] #51 42.04 go: downloading github.com/beorn7/perks v1.0.1 [2022-03-09T22:05:35.300Z] #51 42.04 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-03-09T22:05:35.300Z] #51 42.05 go: downloading github.com/cespare/xxhash v1.1.0 [2022-03-09T22:05:35.300Z] #51 42.07 go: downloading github.com/golang/protobuf v1.5.2 [2022-03-09T22:05:35.300Z] #51 42.22 go: downloading github.com/prometheus/common v0.10.0 [2022-03-09T22:05:35.300Z] #51 42.37 go: downloading github.com/prometheus/procfs v0.6.0 [2022-03-09T22:05:35.300Z] #51 42.43 go: downloading github.com/mattn/go-runewidth v0.0.9 [2022-03-09T22:05:35.300Z] #51 42.49 go: downloading google.golang.org/protobuf v1.27.1 [2022-03-09T22:05:35.530Z] #58 ... [2022-03-09T22:05:35.530Z] [2022-03-09T22:05:35.530Z] #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-09T22:05:35.530Z] #41 sha256:e1e84836270b676cbc39863b69a1644104ba3030344ce6b70a016ea3d8688228 [2022-03-09T22:05:35.530Z] #41 42.97 Updating files: 92% (1409/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-09T22:05:35.530Z] #41 43.11 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2022-03-09T22:05:36.101Z] #41 43.45 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-03-09T22:05:36.117Z] #63 8.806 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-03-09T22:05:36.243Z] #51 ... [2022-03-09T22:05:36.243Z] [2022-03-09T22:05:36.243Z] #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-09T22:05:36.243Z] #49 sha256:2091bf311a2680210b8be5f35515c5ae9a070f0d398a8c1273941818a5e66041 [2022-03-09T22:05:36.243Z] #49 43.51 gotestsum version dev [2022-03-09T22:05:36.244Z] #49 DONE 43.7s [2022-03-09T22:05:36.244Z] [2022-03-09T22:05:36.244Z] #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-09T22:05:36.244Z] #14 sha256:6b2cc1b0c2d83e7729273911d50139e728f8218ae589b99e56a7a2c5acb8e969 [2022-03-09T22:05:36.244Z] #14 43.40 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-03-09T22:05:36.244Z] #14 43.40 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-03-09T22:05:36.244Z] #14 43.40 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-03-09T22:05:36.376Z] #63 8.868 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-03-09T22:05:36.637Z] #63 9.397 go: downloading golang.org/x/sys v0.0.0-20211107104306-e0b2ad06fe42 [2022-03-09T22:05:36.777Z] #11 extracting sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 10.4s [2022-03-09T22:05:36.820Z] #14 ... [2022-03-09T22:05:36.820Z] [2022-03-09T22:05:36.820Z] #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-09T22:05:36.820Z] #38 sha256:2b03f7df4257c7ba58fb500fb5842cfead1c86b9434f96c22d67c7246114511c [2022-03-09T22:05:36.820Z] #38 34.27 Preparing to unpack .../3-libicu67_67.1-7_arm64.deb ... [2022-03-09T22:05:36.820Z] #38 34.30 Unpacking libicu67:arm64 (67.1-7) ... [2022-03-09T22:05:36.820Z] #38 39.74 Selecting previously unselected package libxml2:arm64. [2022-03-09T22:05:36.820Z] #38 39.74 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7_arm64.deb ... [2022-03-09T22:05:36.820Z] #38 39.78 Unpacking libxml2:arm64 (2.9.10+dfsg-6.7) ... [2022-03-09T22:05:36.820Z] #38 40.40 Selecting previously unselected package libarchive13:arm64. [2022-03-09T22:05:36.820Z] #38 40.41 Preparing to unpack .../5-libarchive13_3.4.3-2+b1_arm64.deb ... [2022-03-09T22:05:36.820Z] #38 40.42 Unpacking libarchive13:arm64 (3.4.3-2+b1) ... [2022-03-09T22:05:36.820Z] #38 40.86 Selecting previously unselected package libjsoncpp24:arm64. [2022-03-09T22:05:36.820Z] #38 40.86 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_arm64.deb ... [2022-03-09T22:05:36.820Z] #38 40.88 Unpacking libjsoncpp24:arm64 (1.9.4-4) ... [2022-03-09T22:05:36.820Z] #38 40.99 Selecting previously unselected package librhash0:arm64. [2022-03-09T22:05:36.820Z] #38 40.99 Preparing to unpack .../7-librhash0_1.4.1-2_arm64.deb ... [2022-03-09T22:05:36.820Z] #38 41.00 Unpacking librhash0:arm64 (1.4.1-2) ... [2022-03-09T22:05:36.820Z] #38 41.13 Selecting previously unselected package libuv1:arm64. [2022-03-09T22:05:36.820Z] #38 41.14 Preparing to unpack .../8-libuv1_1.40.0-2_arm64.deb ... [2022-03-09T22:05:36.820Z] #38 41.14 Unpacking libuv1:arm64 (1.40.0-2) ... [2022-03-09T22:05:36.820Z] #38 41.28 Selecting previously unselected package cmake. [2022-03-09T22:05:36.820Z] #38 41.32 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_arm64.deb ... [2022-03-09T22:05:36.820Z] #38 41.33 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-03-09T22:05:36.820Z] #38 43.75 Setting up libicu67:arm64 (67.1-7) ... [2022-03-09T22:05:36.820Z] #38 43.79 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-03-09T22:05:36.820Z] #38 43.81 Setting up libuv1:arm64 (1.40.0-2) ... [2022-03-09T22:05:36.820Z] #38 43.85 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-09T22:05:36.820Z] #38 43.90 Setting up libjsoncpp24:arm64 (1.9.4-4) ... [2022-03-09T22:05:36.820Z] #38 43.92 Setting up librhash0:arm64 (1.4.1-2) ... [2022-03-09T22:05:36.820Z] #38 43.94 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-03-09T22:05:36.820Z] #38 43.96 Setting up libxml2:arm64 (2.9.10+dfsg-6.7) ... [2022-03-09T22:05:36.820Z] #38 43.98 Setting up libarchive13:arm64 (3.4.3-2+b1) ... [2022-03-09T22:05:36.820Z] #38 44.00 Setting up cmake (3.18.4-2+deb11u1) ... [2022-03-09T22:05:36.820Z] #38 44.02 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-09T22:05:37.082Z] #38 ... [2022-03-09T22:05:37.082Z] [2022-03-09T22:05:37.082Z] #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-09T22:05:37.082Z] #51 sha256:7e886a43c3741841e41ebabce8488931375aaa4f3d3c86112f4cd8891884996a [2022-03-09T22:05:37.082Z] #51 44.30 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2022-03-09T22:05:37.082Z] #51 ... [2022-03-09T22:05:37.082Z] [2022-03-09T22:05:37.082Z] #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-09T22:05:37.082Z] #38 sha256:2b03f7df4257c7ba58fb500fb5842cfead1c86b9434f96c22d67c7246114511c [2022-03-09T22:05:37.082Z] #38 DONE 44.5s [2022-03-09T22:05:37.207Z] #63 ... [2022-03-09T22:05:37.207Z] [2022-03-09T22:05:37.207Z] #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-09T22:05:37.207Z] #53 sha256:6dd8ff98f3953af4790562a2c0cc846740a3d37349fa5a08e644cfca8188eab3 [2022-03-09T22:05:37.207Z] #53 5.006 go: downloading mvdan.cc/sh/v3 v3.0.2 [2022-03-09T22:05:37.207Z] #53 5.993 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2022-03-09T22:05:37.207Z] #53 5.993 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2022-03-09T22:05:37.207Z] #53 6.044 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2022-03-09T22:05:37.207Z] #53 7.466 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2022-03-09T22:05:37.344Z] [2022-03-09T22:05:37.344Z] #39 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-03-09T22:05:37.344Z] #39 sha256:730615359606b23861f4c41d04696976fce239208d53608a20ac2875bcfaae1b [2022-03-09T22:05:37.344Z] #39 DONE 0.2s [2022-03-09T22:05:37.344Z] [2022-03-09T22:05:37.344Z] #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-09T22:05:37.344Z] #40 sha256:de5a16d547683c13d7e19386fc1f002d5ccf0c6e0a708947db868da5c5cfe0e5 [2022-03-09T22:05:37.448Z] #11 extracting sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 11.9s done [2022-03-09T22:05:37.466Z] #53 ... [2022-03-09T22:05:37.466Z] [2022-03-09T22:05:37.466Z] #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-09T22:05:37.466Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-09T22:05:37.466Z] #51 5.877 go: downloading github.com/golangci/golangci-lint v1.44.0 [2022-03-09T22:05:37.714Z] #11 extracting sha256:debee5da592d2d2e96de757c5aff0cf0723782cf20a78682c7c85aa53064b702 done [2022-03-09T22:05:37.742Z] #51 ... [2022-03-09T22:05:37.742Z] [2022-03-09T22:05:37.742Z] #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-09T22:05:37.742Z] #49 sha256:d6e75598c47eb2854ce9867f0ec88a37b6431f473d93d817a33a33011fbf05a2 [2022-03-09T22:05:37.742Z] #49 6.086 go: downloading gotest.tools/gotestsum v1.7.0 [2022-03-09T22:05:37.742Z] #49 7.689 go: downloading github.com/fatih/color v1.10.0 [2022-03-09T22:05:37.742Z] #49 7.695 go: downloading github.com/dnephin/pflag v1.0.7 [2022-03-09T22:05:37.742Z] #49 7.726 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-03-09T22:05:37.742Z] #49 7.825 go: downloading github.com/pkg/errors v0.9.1 [2022-03-09T22:05:37.742Z] #49 8.261 go: downloading golang.org/x/tools v0.1.0 [2022-03-09T22:05:37.742Z] #49 8.403 go: downloading github.com/mattn/go-colorable v0.1.8 [2022-03-09T22:05:37.742Z] #49 8.584 go: downloading github.com/mattn/go-isatty v0.0.12 [2022-03-09T22:05:37.742Z] #49 8.613 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-03-09T22:05:37.742Z] #49 8.762 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-03-09T22:05:37.742Z] #49 ... [2022-03-09T22:05:37.742Z] [2022-03-09T22:05:37.742Z] #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-09T22:05:37.742Z] #34 sha256:e1e84836270b676cbc39863b69a1644104ba3030344ce6b70a016ea3d8688228 [2022-03-09T22:05:37.742Z] #34 4.344 + git clone https://github.com/kolyshkin/go-swagger.git . [2022-03-09T22:05:37.742Z] #34 4.345 Cloning into '.'... [2022-03-09T22:05:37.917Z] #40 0.571 + RM_GOPATH=0 [2022-03-09T22:05:37.917Z] #40 0.572 + TMP_GOPATH= [2022-03-09T22:05:37.917Z] #40 0.572 + : /build [2022-03-09T22:05:37.917Z] #40 0.572 + '[' -z '' ']' [2022-03-09T22:05:37.917Z] #40 0.572 ++ mktemp -d [2022-03-09T22:05:37.917Z] #40 0.573 + export GOPATH=/tmp/tmp.HFRgShwXS5 [2022-03-09T22:05:37.917Z] #40 0.573 + GOPATH=/tmp/tmp.HFRgShwXS5 [2022-03-09T22:05:37.917Z] #40 0.573 + RM_GOPATH=1 [2022-03-09T22:05:37.917Z] #40 0.573 + case "$(go env GOARCH)" in [2022-03-09T22:05:37.917Z] #40 0.574 ++ go env GOARCH [2022-03-09T22:05:37.917Z] #40 0.578 + export GO_BUILDMODE=-buildmode=pie [2022-03-09T22:05:37.917Z] #40 0.581 + GO_BUILDMODE=-buildmode=pie [2022-03-09T22:05:37.917Z] #40 0.581 ++ dirname /install.sh [2022-03-09T22:05:37.917Z] #40 0.589 + dir=/ [2022-03-09T22:05:37.917Z] #40 0.594 + bin=tini [2022-03-09T22:05:37.917Z] #40 0.595 + shift [2022-03-09T22:05:37.917Z] #40 0.595 + '[' '!' -f //tini.installer ']' [2022-03-09T22:05:37.917Z] #40 0.595 + . //tini.installer [2022-03-09T22:05:37.917Z] #40 0.595 ++ : v0.19.0 [2022-03-09T22:05:37.917Z] #40 0.595 + install_tini [2022-03-09T22:05:37.917Z] #40 0.595 Install tini version v0.19.0 [2022-03-09T22:05:37.917Z] #40 0.595 + echo 'Install tini version v0.19.0' [2022-03-09T22:05:37.917Z] #40 0.595 + git clone https://github.com/krallin/tini.git /tmp/tmp.HFRgShwXS5/tini [2022-03-09T22:05:37.917Z] #40 0.596 Cloning into '/tmp/tmp.HFRgShwXS5/tini'... [2022-03-09T22:05:37.974Z] #11 DONE 41.4s [2022-03-09T22:05:37.974Z] [2022-03-09T22:05:37.974Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-03-09T22:05:37.974Z] #12 sha256:d2262cb5e289fcb8ec2e6ec5bbc28e4da9c0f7843486f275d70eab98043bbd87 [2022-03-09T22:05:38.010Z] #34 ... [2022-03-09T22:05:38.010Z] [2022-03-09T22:05:38.010Z] #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-09T22:05:38.010Z] #58 sha256:17a1712948a1ab19d9c3c60f4a8ea087cd708e0a6731076282664644d0d48f4e [2022-03-09T22:05:38.010Z] #58 4.677 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-09T22:05:38.010Z] #58 4.693 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-09T22:05:38.010Z] #58 4.693 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-09T22:05:38.010Z] #58 5.125 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-09T22:05:38.010Z] #58 6.203 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [122 kB] [2022-03-09T22:05:38.010Z] #58 7.746 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-09T22:05:38.010Z] #58 ... [2022-03-09T22:05:38.010Z] [2022-03-09T22:05:38.010Z] #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-09T22:05:38.010Z] #36 sha256:1a322aeb375907460771228690496c9bd75bc4f5b786e16a514617ac12af97a8 [2022-03-09T22:05:38.010Z] #36 6.458 go: downloading github.com/pelletier/go-toml v1.8.1 [2022-03-09T22:05:38.154Z] #11 extracting sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 11.6s done [2022-03-09T22:05:38.270Z] #36 ... [2022-03-09T22:05:38.270Z] [2022-03-09T22:05:38.270Z] #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-09T22:05:38.270Z] #38 sha256:e5cbd602869136911dd6a99bdd9a40d0507fbcc4294df9c42cbc6740a37cb7ab [2022-03-09T22:05:38.270Z] #38 4.079 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-09T22:05:38.270Z] #38 4.101 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-09T22:05:38.270Z] #38 4.101 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-09T22:05:38.270Z] #38 4.314 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-09T22:05:38.270Z] #38 5.109 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [122 kB] [2022-03-09T22:05:38.270Z] #38 6.230 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-09T22:05:38.270Z] #38 ... [2022-03-09T22:05:38.270Z] [2022-03-09T22:05:38.270Z] #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-09T22:05:38.270Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-09T22:05:38.270Z] #14 6.701 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-09T22:05:38.270Z] #14 6.739 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-09T22:05:38.270Z] #14 6.740 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-09T22:05:38.270Z] #14 7.456 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-09T22:05:38.270Z] #14 10.11 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [122 kB] [2022-03-09T22:05:38.414Z] #11 extracting sha256:debee5da592d2d2e96de757c5aff0cf0723782cf20a78682c7c85aa53064b702 done [2022-03-09T22:05:38.414Z] #11 DONE 42.3s [2022-03-09T22:05:38.490Z] #40 1.186 + cd /tmp/tmp.HFRgShwXS5/tini [2022-03-09T22:05:38.490Z] #40 1.186 + git checkout -q v0.19.0 [2022-03-09T22:05:38.490Z] #40 1.194 + cmake . [2022-03-09T22:05:38.532Z] #14 ... [2022-03-09T22:05:38.532Z] [2022-03-09T22:05:38.532Z] #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-09T22:05:38.532Z] #47 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-09T22:05:38.532Z] #47 5.470 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-09T22:05:38.532Z] #47 5.534 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-09T22:05:38.532Z] #47 5.534 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-09T22:05:38.532Z] #47 6.073 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 InRelease [1540 B] [2022-03-09T22:05:38.532Z] #47 6.305 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-09T22:05:38.532Z] #47 8.064 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [122 kB] [2022-03-09T22:05:38.532Z] #47 10.77 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-09T22:05:38.673Z] [2022-03-09T22:05:38.673Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-03-09T22:05:38.673Z] #12 sha256:d2262cb5e289fcb8ec2e6ec5bbc28e4da9c0f7843486f275d70eab98043bbd87 [2022-03-09T22:05:38.754Z] #40 1.534 -- The C compiler identification is GNU 10.2.1 [2022-03-09T22:05:38.754Z] #40 1.569 -- Detecting C compiler ABI info [2022-03-09T22:05:38.792Z] #47 ... [2022-03-09T22:05:38.792Z] [2022-03-09T22:05:38.792Z] #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-09T22:05:38.792Z] #43 sha256:8cd2c7b9899112f5f652fc771a50789fe1c1fae32cb81969d03efa57167cba02 [2022-03-09T22:05:38.792Z] #43 5.781 + git clone https://github.com/docker/distribution.git . [2022-03-09T22:05:38.792Z] #43 5.792 Cloning into '.'... [2022-03-09T22:05:38.911Z] #12 DONE 0.8s [2022-03-09T22:05:38.911Z] [2022-03-09T22:05:38.911Z] #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-09T22:05:38.911Z] #13 sha256:841b9c1595ca58032e4810480afa5303241fe19d3a7af7071441e821968bc31d [2022-03-09T22:05:39.332Z] #40 1.903 -- Detecting C compiler ABI info - done [2022-03-09T22:05:39.332Z] #40 1.987 -- Check for working C compiler: /usr/bin/cc - skipped [2022-03-09T22:05:39.332Z] #40 1.987 -- Detecting C compile features [2022-03-09T22:05:39.332Z] #40 1.988 -- Detecting C compile features - done [2022-03-09T22:05:39.332Z] #40 2.000 -- Performing Test HAS_BUILTIN_FORTIFY [2022-03-09T22:05:39.332Z] #40 2.102 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-03-09T22:05:39.594Z] #40 2.143 -- Configuring done [2022-03-09T22:05:39.594Z] #40 2.163 -- Generating done [2022-03-09T22:05:39.594Z] #40 2.165 -- Build files have been written to: /tmp/tmp.HFRgShwXS5/tini [2022-03-09T22:05:39.594Z] #40 2.176 + make tini-static [2022-03-09T22:05:39.732Z] #43 ... [2022-03-09T22:05:39.732Z] [2022-03-09T22:05:39.732Z] #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-09T22:05:39.732Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-09T22:05:39.732Z] #14 12.28 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-09T22:05:39.849Z] #13 DONE 1.0s [2022-03-09T22:05:39.849Z] [2022-03-09T22:05:39.849Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-03-09T22:05:39.849Z] #33 sha256:bddc18464da662668d8c69de9d42214f652feeee14f0e8b6fdf60bc38ca0e6dc [2022-03-09T22:05:39.855Z] #40 2.442 Scanning dependencies of target tini-static [2022-03-09T22:05:39.855Z] #40 2.499 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-03-09T22:05:40.050Z] #12 DONE 1.3s [2022-03-09T22:05:40.050Z] [2022-03-09T22:05:40.050Z] #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-09T22:05:40.050Z] #13 sha256:841b9c1595ca58032e4810480afa5303241fe19d3a7af7071441e821968bc31d [2022-03-09T22:05:40.108Z] #33 DONE 0.4s [2022-03-09T22:05:40.108Z] [2022-03-09T22:05:40.108Z] #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-09T22:05:40.108Z] #34 sha256:e1e84836270b676cbc39863b69a1644104ba3030344ce6b70a016ea3d8688228 [2022-03-09T22:05:40.369Z] #34 ... [2022-03-09T22:05:40.369Z] [2022-03-09T22:05:40.369Z] #42 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-03-09T22:05:40.369Z] #42 sha256:32590bd141d0574a7286cd7615e7ce5dbd7a860411bdc30d9e37cda4cfa7488b [2022-03-09T22:05:40.369Z] #42 DONE 0.4s [2022-03-09T22:05:40.369Z] [2022-03-09T22:05:40.369Z] #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-09T22:05:40.369Z] #46 sha256:67ba994b1836bf9393e53dde77cc6c5676194c01186247253d0c9102c049e812 [2022-03-09T22:05:40.369Z] #46 DONE 0.5s [2022-03-09T22:05:40.369Z] [2022-03-09T22:05:40.369Z] #62 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-03-09T22:05:40.369Z] #62 sha256:4935dad22f3a8a9a7e926aa09b4d7c7cdc7a9d15d197145866b39dcfc5ab7724 [2022-03-09T22:05:40.370Z] #62 DONE 0.6s [2022-03-09T22:05:40.370Z] [2022-03-09T22:05:40.370Z] #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-09T22:05:40.370Z] #47 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-09T22:05:40.429Z] #40 3.297 [100%] Linking C executable tini-static [2022-03-09T22:05:40.634Z] #47 ... [2022-03-09T22:05:40.634Z] [2022-03-09T22:05:40.634Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-03-09T22:05:40.634Z] #25 sha256:c625fd3317802123eeb567aaddbd8631ca4fcea695953c5da3a6c306eb2ed79e [2022-03-09T22:05:40.634Z] #25 DONE 0.6s [2022-03-09T22:05:40.634Z] [2022-03-09T22:05:40.635Z] #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-09T22:05:40.635Z] #26 sha256:f4f998a9196ddf4f9ad4f7af65e29a406874fa2f6c33c65ce73869512ed7e73a [2022-03-09T22:05:40.989Z] #13 DONE 1.1s [2022-03-09T22:05:40.989Z] [2022-03-09T22:05:40.989Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-03-09T22:05:40.989Z] #25 sha256:59c4f2e786c27feb14ac68d2256cc5b1894fa2413aaf8aba6ac653ab1393a912 [2022-03-09T22:05:41.004Z] #40 3.627 [100%] Built target tini-static [2022-03-09T22:05:41.004Z] #40 3.669 + mkdir -p /build [2022-03-09T22:05:41.004Z] #40 3.673 + cp tini-static /build/docker-init [2022-03-09T22:05:41.250Z] #25 ... [2022-03-09T22:05:41.250Z] [2022-03-09T22:05:41.250Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-03-09T22:05:41.250Z] #33 sha256:bddc18464da662668d8c69de9d42214f652feeee14f0e8b6fdf60bc38ca0e6dc [2022-03-09T22:05:41.250Z] #33 DONE 0.4s [2022-03-09T22:05:41.385Z] #41 ... [2022-03-09T22:05:41.385Z] [2022-03-09T22:05:41.385Z] #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-09T22:05:41.385Z] #54 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-09T22:05:41.385Z] #54 38.56 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 criu 3.16.1-3 [660 kB] [2022-03-09T22:05:41.385Z] #54 40.04 debconf: delaying package configuration, since apt-utils is not installed [2022-03-09T22:05:41.385Z] #54 40.30 Fetched 2292 kB in 4s (578 kB/s) [2022-03-09T22:05:41.385Z] #54 40.56 Selecting previously unselected package libprotobuf23:amd64. [2022-03-09T22:05:41.385Z] #54 40.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-09T22:05:41.385Z] #54 40.61 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ... [2022-03-09T22:05:41.385Z] #54 40.62 Unpacking libprotobuf23:amd64 (3.12.4-1) ... [2022-03-09T22:05:41.385Z] #54 41.39 Selecting previously unselected package python3-pkg-resources. [2022-03-09T22:05:41.385Z] #54 41.39 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2022-03-09T22:05:41.385Z] #54 41.40 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-03-09T22:05:41.385Z] #54 41.61 Selecting previously unselected package python3-six. [2022-03-09T22:05:41.385Z] #54 41.61 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ... [2022-03-09T22:05:41.385Z] #54 41.62 Unpacking python3-six (1.16.0-2) ... [2022-03-09T22:05:41.385Z] #54 41.74 Selecting previously unselected package python3-protobuf. [2022-03-09T22:05:41.385Z] #54 41.74 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ... [2022-03-09T22:05:41.385Z] #54 41.75 Unpacking python3-protobuf (3.12.4-1) ... [2022-03-09T22:05:41.385Z] #54 42.30 Selecting previously unselected package libnet1:amd64. [2022-03-09T22:05:41.385Z] #54 42.30 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-03-09T22:05:41.385Z] #54 42.32 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-03-09T22:05:41.385Z] #54 42.51 Selecting previously unselected package libnl-3-200:amd64. [2022-03-09T22:05:41.385Z] #54 42.52 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-03-09T22:05:41.385Z] #54 42.55 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-03-09T22:05:41.385Z] #54 42.69 Selecting previously unselected package libprotobuf-c1:amd64. [2022-03-09T22:05:41.385Z] #54 42.71 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-03-09T22:05:41.385Z] #54 42.72 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-03-09T22:05:41.385Z] #54 43.03 Selecting previously unselected package criu. [2022-03-09T22:05:41.385Z] #54 43.03 Preparing to unpack .../7-criu_3.16.1-3_amd64.deb ... [2022-03-09T22:05:41.385Z] #54 43.06 Unpacking criu (3.16.1-3) ... [2022-03-09T22:05:41.385Z] #54 44.10 Setting up python3-pkg-resources (52.0.0-4) ... [2022-03-09T22:05:41.385Z] #54 45.71 Setting up libprotobuf23:amd64 (3.12.4-1) ... [2022-03-09T22:05:41.385Z] #54 45.79 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-03-09T22:05:41.385Z] #54 45.86 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-03-09T22:05:41.385Z] #54 45.88 Setting up python3-six (1.16.0-2) ... [2022-03-09T22:05:41.385Z] #54 46.81 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-03-09T22:05:41.385Z] #54 46.86 Setting up python3-protobuf (3.12.4-1) ... [2022-03-09T22:05:41.509Z] [2022-03-09T22:05:41.509Z] #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-09T22:05:41.509Z] #46 sha256:67ba994b1836bf9393e53dde77cc6c5676194c01186247253d0c9102c049e812 [2022-03-09T22:05:41.509Z] #46 DONE 0.4s [2022-03-09T22:05:41.509Z] [2022-03-09T22:05:41.509Z] #42 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-03-09T22:05:41.509Z] #42 sha256:32590bd141d0574a7286cd7615e7ce5dbd7a860411bdc30d9e37cda4cfa7488b [2022-03-09T22:05:41.509Z] #42 DONE 0.4s [2022-03-09T22:05:41.509Z] [2022-03-09T22:05:41.509Z] #62 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-03-09T22:05:41.509Z] #62 sha256:1add80ae3e27441a19b55c035d285ed5e59e591238297e3e042603befe4f73f0 [2022-03-09T22:05:41.509Z] #62 DONE 0.5s [2022-03-09T22:05:41.509Z] [2022-03-09T22:05:41.509Z] #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-09T22:05:41.509Z] #63 sha256:91079ff9a12f74d6cebf274b8123edcd40fe14723f442f100a15ac6a8746dc4e [2022-03-09T22:05:41.509Z] #63 ... [2022-03-09T22:05:41.509Z] [2022-03-09T22:05:41.509Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-03-09T22:05:41.509Z] #25 sha256:59c4f2e786c27feb14ac68d2256cc5b1894fa2413aaf8aba6ac653ab1393a912 [2022-03-09T22:05:41.509Z] #25 DONE 0.6s [2022-03-09T22:05:41.577Z] #40 DONE 4.1s [2022-03-09T22:05:41.577Z] [2022-03-09T22:05:41.577Z] #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-09T22:05:41.577Z] #14 sha256:6b2cc1b0c2d83e7729273911d50139e728f8218ae589b99e56a7a2c5acb8e969 [2022-03-09T22:05:41.577Z] #14 48.55 Selecting previously unselected package gcc-mingw-w64-base. [2022-03-09T22:05:41.577Z] #14 48.56 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_arm64.deb ... [2022-03-09T22:05:41.577Z] #14 48.57 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-03-09T22:05:41.577Z] #14 48.73 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-03-09T22:05:41.577Z] #14 48.73 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_arm64.deb ... [2022-03-09T22:05:41.577Z] #14 48.74 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-03-09T22:05:41.772Z] [2022-03-09T22:05:41.772Z] #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-09T22:05:41.772Z] #26 sha256:df44276b1520c08d2b022f9282533c9828be3b1b8cfd62235c2264db25ccd43e [2022-03-09T22:05:42.279Z] #14 ... [2022-03-09T22:05:42.279Z] [2022-03-09T22:05:42.279Z] #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-09T22:05:42.279Z] #26 sha256:e18cb623d02dc95094d247340aad5a0d52c36a171d400badcc06bfde058ade57 [2022-03-09T22:05:42.279Z] #26 12.47 + mkdir -p /build [2022-03-09T22:05:42.279Z] #26 12.49 + mv docker/docker /build/ [2022-03-09T22:05:42.279Z] #26 12.49 + rmdir docker [2022-03-09T22:05:42.279Z] #26 DONE 14.1s [2022-03-09T22:05:42.279Z] [2022-03-09T22:05:42.280Z] #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-09T22:05:42.280Z] #63 sha256:132873679c61ff27426e656ae5b9c0c7392a90760f711d437d5edd34d5d95a19 [2022-03-09T22:05:42.280Z] #63 12.96 go: downloading github.com/insomniacslk/dhcp v0.0.0-20211026125128-ad197bcd36fd [2022-03-09T22:05:42.280Z] #63 13.53 go: downloading github.com/google/uuid v1.3.0 [2022-03-09T22:05:42.280Z] #63 13.56 go: downloading github.com/moby/vpnkit v0.5.0 [2022-03-09T22:05:42.280Z] #63 13.64 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-03-09T22:05:42.280Z] #63 13.75 go: downloading github.com/gofrs/flock v0.8.1 [2022-03-09T22:05:42.280Z] #63 13.81 go: downloading github.com/gorilla/mux v1.8.0 [2022-03-09T22:05:42.280Z] #63 14.09 go: downloading github.com/moby/sys/mountinfo v0.5.0 [2022-03-09T22:05:42.280Z] #63 14.60 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-03-09T22:05:42.280Z] #63 14.78 go: downloading golang.org/x/net v0.0.0-20211105192438-b53810dc28af [2022-03-09T22:05:42.768Z] #54 50.23 Setting up criu (3.16.1-3) ... [2022-03-09T22:05:44.149Z] #54 51.65 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-09T22:05:44.184Z] #63 16.75 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-03-09T22:05:44.442Z] #63 17.07 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-03-09T22:05:45.529Z] #54 DONE 52.8s [2022-03-09T22:05:45.529Z] [2022-03-09T22:05:45.529Z] #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-09T22:05:45.529Z] #58 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-09T22:05:45.529Z] #58 43.42 go: downloading gitlab.com/bosi/decorder v0.2.1 [2022-03-09T22:05:45.529Z] #58 43.54 go: downloading honnef.co/go/tools v0.2.2 [2022-03-09T22:05:45.529Z] #58 44.66 go: downloading mvdan.cc/gofumpt v0.2.1 [2022-03-09T22:05:45.529Z] #58 44.66 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2022-03-09T22:05:45.529Z] #58 44.71 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5 [2022-03-09T22:05:45.529Z] #58 44.77 go: downloading github.com/davecgh/go-spew v1.1.1 [2022-03-09T22:05:45.529Z] #58 44.89 go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-03-09T22:05:45.529Z] #58 44.89 go: downloading github.com/stretchr/objx v0.1.1 [2022-03-09T22:05:45.529Z] #58 44.97 go: downloading golang.org/x/text v0.3.7 [2022-03-09T22:05:45.529Z] #58 50.12 go: downloading github.com/hashicorp/hcl v1.0.0 [2022-03-09T22:05:45.529Z] #58 50.35 go: downloading github.com/pelletier/go-toml v1.9.4 [2022-03-09T22:05:45.529Z] #58 50.35 go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-03-09T22:05:45.529Z] #58 50.49 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3 [2022-03-09T22:05:45.529Z] #58 50.59 go: downloading github.com/gobwas/glob v0.2.3 [2022-03-09T22:05:45.529Z] #58 50.61 go: downloading github.com/kisielk/gotool v1.0.0 [2022-03-09T22:05:45.529Z] #58 50.65 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2022-03-09T22:05:45.529Z] #58 50.76 go: downloading golang.org/x/mod v0.5.1 [2022-03-09T22:05:45.529Z] #58 50.76 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2022-03-09T22:05:45.529Z] #58 50.86 go: downloading github.com/ettle/strcase v0.1.1 [2022-03-09T22:05:45.529Z] #58 50.90 go: downloading github.com/fatih/structtag v1.2.0 [2022-03-09T22:05:45.529Z] #58 50.93 go: downloading github.com/Masterminds/semver v1.5.0 [2022-03-09T22:05:45.529Z] #58 51.01 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2022-03-09T22:05:45.529Z] #58 51.03 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2022-03-09T22:05:45.529Z] #58 51.11 go: downloading github.com/prometheus/client_golang v1.7.1 [2022-03-09T22:05:45.529Z] #58 51.40 go: downloading github.com/prometheus/client_model v0.2.0 [2022-03-09T22:05:45.529Z] #58 51.45 go: downloading github.com/google/go-cmp v0.5.6 [2022-03-09T22:05:45.529Z] #58 51.75 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2022-03-09T22:05:45.529Z] #58 51.81 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af [2022-03-09T22:05:45.529Z] #58 51.86 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2022-03-09T22:05:45.529Z] #58 51.95 go: downloading github.com/beorn7/perks v1.0.1 [2022-03-09T22:05:45.529Z] #58 51.99 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-03-09T22:05:45.529Z] #58 51.99 go: downloading github.com/golang/protobuf v1.5.2 [2022-03-09T22:05:45.529Z] #58 52.02 go: downloading github.com/cespare/xxhash v1.1.0 [2022-03-09T22:05:45.529Z] #58 52.13 go: downloading github.com/prometheus/common v0.10.0 [2022-03-09T22:05:45.529Z] #58 52.28 go: downloading github.com/prometheus/procfs v0.6.0 [2022-03-09T22:05:45.529Z] #58 52.38 go: downloading github.com/mattn/go-runewidth v0.0.9 [2022-03-09T22:05:45.529Z] #58 52.44 go: downloading google.golang.org/protobuf v1.27.1 [2022-03-09T22:05:45.908Z] #26 5.115 + RM_GOPATH=0 [2022-03-09T22:05:45.908Z] #26 5.115 + TMP_GOPATH= [2022-03-09T22:05:45.908Z] #26 5.115 + : /build [2022-03-09T22:05:45.908Z] #26 5.115 + '[' -z '' ']' [2022-03-09T22:05:45.908Z] #26 5.115 ++ mktemp -d [2022-03-09T22:05:45.908Z] #26 5.115 + export GOPATH=/tmp/tmp.ZrRltnR0Zn [2022-03-09T22:05:45.908Z] #26 5.115 + GOPATH=/tmp/tmp.ZrRltnR0Zn [2022-03-09T22:05:45.908Z] #26 5.115 + RM_GOPATH=1 [2022-03-09T22:05:45.908Z] #26 5.115 + case "$(go env GOARCH)" in [2022-03-09T22:05:45.908Z] #26 5.115 ++ go env GOARCH [2022-03-09T22:05:45.908Z] #26 5.171 + export GO_BUILDMODE=-buildmode=pie [2022-03-09T22:05:45.908Z] #26 5.171 + GO_BUILDMODE=-buildmode=pie [2022-03-09T22:05:45.908Z] #26 5.171 ++ dirname /install.sh [2022-03-09T22:05:45.908Z] #26 5.171 + dir=/ [2022-03-09T22:05:45.908Z] #26 5.171 + bin=dockercli [2022-03-09T22:05:45.908Z] #26 5.171 + shift [2022-03-09T22:05:45.908Z] #26 5.171 + '[' '!' -f //dockercli.installer ']' [2022-03-09T22:05:45.908Z] #26 5.171 + . //dockercli.installer [2022-03-09T22:05:45.908Z] #26 5.171 ++ : stable [2022-03-09T22:05:45.908Z] #26 5.171 ++ : 17.06.2-ce [2022-03-09T22:05:45.908Z] #26 5.171 + install_dockercli [2022-03-09T22:05:45.908Z] #26 5.171 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-03-09T22:05:45.908Z] #26 5.171 ++ uname -m [2022-03-09T22:05:45.908Z] #26 5.171 Install docker/cli version 17.06.2-ce from stable [2022-03-09T22:05:45.908Z] #26 5.198 + arch=x86_64 [2022-03-09T22:05:45.908Z] #26 5.198 + '[' x86_64 '!=' x86_64 ']' [2022-03-09T22:05:45.908Z] #26 5.198 + url=https://download.docker.com/linux/static [2022-03-09T22:05:45.908Z] #26 5.198 + tar -xz docker/docker [2022-03-09T22:05:45.908Z] #26 5.228 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2022-03-09T22:05:45.908Z] #26 ... [2022-03-09T22:05:45.908Z] [2022-03-09T22:05:45.908Z] #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-09T22:05:45.908Z] #47 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-09T22:05:45.908Z] #47 5.730 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-09T22:05:46.096Z] #58 ... [2022-03-09T22:05:46.096Z] [2022-03-09T22:05:46.096Z] #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-09T22:05:46.096Z] #56 sha256:d6e75598c47eb2854ce9867f0ec88a37b6431f473d93d817a33a33011fbf05a2 [2022-03-09T22:05:46.096Z] #56 53.69 gotestsum version dev [2022-03-09T22:05:46.167Z] #47 5.790 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-09T22:05:46.167Z] #47 5.795 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-09T22:05:46.355Z] #56 DONE 54.0s [2022-03-09T22:05:46.355Z] [2022-03-09T22:05:46.355Z] #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-09T22:05:46.355Z] #58 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-09T22:05:46.355Z] #58 53.83 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2022-03-09T22:05:46.366Z] #63 ... [2022-03-09T22:05:46.367Z] [2022-03-09T22:05:46.367Z] #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-09T22:05:46.367Z] #36 sha256:1a322aeb375907460771228690496c9bd75bc4f5b786e16a514617ac12af97a8 [2022-03-09T22:05:46.367Z] #36 18.24 tomll can be used in two ways: [2022-03-09T22:05:46.367Z] #36 18.24 Writing to STDIN and reading from STDOUT: [2022-03-09T22:05:46.367Z] #36 18.24 cat file.toml | tomll > file.toml [2022-03-09T22:05:46.367Z] #36 18.24 [2022-03-09T22:05:46.367Z] #36 18.24 Reading and updating a list of files: [2022-03-09T22:05:46.367Z] #36 18.24 tomll a.toml b.toml c.toml [2022-03-09T22:05:46.367Z] #36 18.24 [2022-03-09T22:05:46.367Z] #36 18.24 When given a list of files, tomll will modify all files in place without asking. [2022-03-09T22:05:46.367Z] #36 DONE 18.9s [2022-03-09T22:05:46.367Z] [2022-03-09T22:05:46.367Z] #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-09T22:05:46.367Z] #49 sha256:d6e75598c47eb2854ce9867f0ec88a37b6431f473d93d817a33a33011fbf05a2 [2022-03-09T22:05:46.367Z] #49 12.57 go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-03-09T22:05:46.367Z] #49 12.62 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-03-09T22:05:46.367Z] #49 12.69 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-03-09T22:05:46.367Z] #49 15.02 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-03-09T22:05:46.367Z] #49 15.04 go: downloading golang.org/x/mod v0.3.0 [2022-03-09T22:05:46.736Z] #47 6.341 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 InRelease [1540 B] [2022-03-09T22:05:46.874Z] #14 53.65 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-03-09T22:05:46.874Z] #14 53.65 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_arm64.deb ... [2022-03-09T22:05:46.874Z] #14 53.66 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-09T22:05:47.056Z] #26 4.791 + RM_GOPATH=0 [2022-03-09T22:05:47.056Z] #26 4.791 + TMP_GOPATH= [2022-03-09T22:05:47.056Z] #26 4.791 + : /build [2022-03-09T22:05:47.056Z] #26 4.791 + '[' -z '' ']' [2022-03-09T22:05:47.056Z] #26 4.791 ++ mktemp -d [2022-03-09T22:05:47.056Z] #26 4.791 + export GOPATH=/tmp/tmp.N5gRzVlZG9 [2022-03-09T22:05:47.056Z] #26 4.791 + GOPATH=/tmp/tmp.N5gRzVlZG9 [2022-03-09T22:05:47.056Z] #26 4.791 + RM_GOPATH=1 [2022-03-09T22:05:47.056Z] #26 4.791 + case "$(go env GOARCH)" in [2022-03-09T22:05:47.056Z] #26 4.809 ++ go env GOARCH [2022-03-09T22:05:47.056Z] #26 4.849 Install docker/cli version 17.06.2-ce from stable [2022-03-09T22:05:47.056Z] #26 4.852 + export GO_BUILDMODE=-buildmode=pie [2022-03-09T22:05:47.056Z] #26 4.852 + GO_BUILDMODE=-buildmode=pie [2022-03-09T22:05:47.056Z] #26 4.852 ++ dirname /install.sh [2022-03-09T22:05:47.056Z] #26 4.852 + dir=/ [2022-03-09T22:05:47.056Z] #26 4.852 + bin=dockercli [2022-03-09T22:05:47.056Z] #26 4.852 + shift [2022-03-09T22:05:47.056Z] #26 4.852 + '[' '!' -f //dockercli.installer ']' [2022-03-09T22:05:47.056Z] #26 4.852 + . //dockercli.installer [2022-03-09T22:05:47.056Z] #26 4.852 ++ : stable [2022-03-09T22:05:47.056Z] #26 4.852 ++ : 17.06.2-ce [2022-03-09T22:05:47.056Z] #26 4.852 + install_dockercli [2022-03-09T22:05:47.056Z] #26 4.852 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-03-09T22:05:47.056Z] #26 4.852 ++ uname -m [2022-03-09T22:05:47.056Z] #26 4.859 + arch=x86_64 [2022-03-09T22:05:47.056Z] #26 4.859 + '[' x86_64 '!=' x86_64 ']' [2022-03-09T22:05:47.056Z] #26 4.859 + url=https://download.docker.com/linux/static [2022-03-09T22:05:47.056Z] #26 4.859 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2022-03-09T22:05:47.056Z] #26 4.861 + tar -xz docker/docker [2022-03-09T22:05:47.056Z] #26 ... [2022-03-09T22:05:47.056Z] [2022-03-09T22:05:47.056Z] #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-09T22:05:47.056Z] #63 sha256:91079ff9a12f74d6cebf274b8123edcd40fe14723f442f100a15ac6a8746dc4e [2022-03-09T22:05:47.056Z] #63 5.081 + RM_GOPATH=0 [2022-03-09T22:05:47.056Z] #63 5.081 + TMP_GOPATH= [2022-03-09T22:05:47.056Z] #63 5.081 + : /build [2022-03-09T22:05:47.056Z] #63 5.081 + '[' -z '' ']' [2022-03-09T22:05:47.056Z] #63 5.087 ++ mktemp -d [2022-03-09T22:05:47.056Z] #63 5.091 + export GOPATH=/tmp/tmp.OT3JNgP0bU [2022-03-09T22:05:47.056Z] #63 5.091 + GOPATH=/tmp/tmp.OT3JNgP0bU [2022-03-09T22:05:47.056Z] #63 5.091 + RM_GOPATH=1 [2022-03-09T22:05:47.056Z] #63 5.091 + case "$(go env GOARCH)" in [2022-03-09T22:05:47.056Z] #63 5.091 ++ go env GOARCH [2022-03-09T22:05:47.056Z] #63 5.107 + export GO_BUILDMODE=-buildmode=pie [2022-03-09T22:05:47.056Z] #63 5.107 + GO_BUILDMODE=-buildmode=pie [2022-03-09T22:05:47.056Z] #63 5.108 ++ dirname /install.sh [2022-03-09T22:05:47.056Z] #63 5.109 + dir=/ [2022-03-09T22:05:47.056Z] #63 5.109 + bin=rootlesskit [2022-03-09T22:05:47.056Z] #63 5.109 + shift [2022-03-09T22:05:47.056Z] #63 5.109 + '[' '!' -f //rootlesskit.installer ']' [2022-03-09T22:05:47.056Z] #63 5.109 + . //rootlesskit.installer [2022-03-09T22:05:47.056Z] #63 5.109 ++ : v0.14.6 [2022-03-09T22:05:47.056Z] #63 5.109 + install_rootlesskit [2022-03-09T22:05:47.056Z] #63 5.109 + case "$1" in [2022-03-09T22:05:47.056Z] #63 5.109 + export CGO_ENABLED=0 [2022-03-09T22:05:47.056Z] #63 5.109 + CGO_ENABLED=0 [2022-03-09T22:05:47.056Z] #63 5.109 + _install_rootlesskit [2022-03-09T22:05:47.056Z] #63 5.109 + echo 'Install rootlesskit version v0.14.6' [2022-03-09T22:05:47.056Z] #63 5.110 Install rootlesskit version v0.14.6 [2022-03-09T22:05:47.056Z] #63 5.110 + for f in rootlesskit rootlesskit-docker-proxy [2022-03-09T22:05:47.056Z] #63 5.110 + GOBIN=/build [2022-03-09T22:05:47.056Z] #63 5.110 + GO111MODULE=on [2022-03-09T22:05:47.056Z] #63 5.110 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.6 [2022-03-09T22:05:47.056Z] #63 5.675 go: downloading github.com/rootless-containers/rootlesskit v0.14.6 [2022-03-09T22:05:47.678Z] #47 7.400 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-09T22:05:47.833Z] #49 ... [2022-03-09T22:05:47.833Z] [2022-03-09T22:05:47.833Z] #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-09T22:05:47.833Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-09T22:05:47.833Z] #14 20.35 Fetched 8507 kB in 14s (611 kB/s) [2022-03-09T22:05:48.809Z] #14 ... [2022-03-09T22:05:48.809Z] [2022-03-09T22:05:48.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-09T22:05:48.809Z] #60 sha256:7b01f85e372eb0d3341ba45cdaa2bb3be5eb2c54d844c8cfd0cabeb61d5157d4 [2022-03-09T22:05:49.073Z] #60 36.14 Updating files: 77% (3656/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-09T22:05:49.337Z] #60 36.61 + cd /tmp/tmp.0gMHJyxzB3/src/github.com/containerd/containerd [2022-03-09T22:05:49.337Z] #60 36.61 + git checkout -q v1.5.10 [2022-03-09T22:05:50.215Z] #47 ... [2022-03-09T22:05:50.215Z] [2022-03-09T22:05:50.215Z] #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-09T22:05:50.215Z] #58 sha256:17a1712948a1ab19d9c3c60f4a8ea087cd708e0a6731076282664644d0d48f4e [2022-03-09T22:05:50.215Z] #58 4.517 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-09T22:05:50.215Z] #58 4.529 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-09T22:05:50.215Z] #58 4.529 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-09T22:05:50.215Z] #58 4.909 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-09T22:05:50.215Z] #58 6.683 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [122 kB] [2022-03-09T22:05:50.215Z] #58 9.070 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-09T22:05:50.215Z] #58 ... [2022-03-09T22:05:50.215Z] [2022-03-09T22:05:50.215Z] #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-09T22:05:50.215Z] #53 sha256:6dd8ff98f3953af4790562a2c0cc846740a3d37349fa5a08e644cfca8188eab3 [2022-03-09T22:05:50.215Z] #53 5.721 go: downloading mvdan.cc/sh/v3 v3.0.2 [2022-03-09T22:05:50.215Z] #53 6.860 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2022-03-09T22:05:50.215Z] #53 6.868 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2022-03-09T22:05:50.215Z] #53 6.935 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2022-03-09T22:05:50.215Z] #53 9.327 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2022-03-09T22:05:50.215Z] #53 ... [2022-03-09T22:05:50.215Z] [2022-03-09T22:05:50.215Z] #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-09T22:05:50.215Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-09T22:05:50.215Z] #51 6.247 go: downloading github.com/golangci/golangci-lint v1.44.0 [2022-03-09T22:05:50.215Z] #51 ... [2022-03-09T22:05:50.215Z] [2022-03-09T22:05:50.215Z] #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-09T22:05:50.215Z] #43 sha256:8cd2c7b9899112f5f652fc771a50789fe1c1fae32cb81969d03efa57167cba02 [2022-03-09T22:05:50.215Z] #43 5.358 + git clone https://github.com/docker/distribution.git . [2022-03-09T22:05:50.215Z] #43 5.378 Cloning into '.'... [2022-03-09T22:05:50.285Z] #60 37.56 + export 'BUILDTAGS=netgo osusergo static_build' [2022-03-09T22:05:50.285Z] #60 37.56 + BUILDTAGS='netgo osusergo static_build' [2022-03-09T22:05:50.285Z] #60 37.56 + export EXTRA_FLAGS=-buildmode=pie [2022-03-09T22:05:50.285Z] #60 37.56 + EXTRA_FLAGS=-buildmode=pie [2022-03-09T22:05:50.285Z] #60 37.57 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-03-09T22:05:50.285Z] #60 37.57 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-03-09T22:05:50.285Z] #60 37.57 + '[' '' = dynamic ']' [2022-03-09T22:05:50.285Z] #60 37.57 + make [2022-03-09T22:05:50.351Z] #63 8.698 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-03-09T22:05:50.351Z] #63 8.763 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-03-09T22:05:50.476Z] #43 ... [2022-03-09T22:05:50.476Z] [2022-03-09T22:05:50.476Z] #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-09T22:05:50.476Z] #36 sha256:1a322aeb375907460771228690496c9bd75bc4f5b786e16a514617ac12af97a8 [2022-03-09T22:05:50.476Z] #36 5.404 go: downloading github.com/pelletier/go-toml v1.8.1 [2022-03-09T22:05:50.476Z] #36 ... [2022-03-09T22:05:50.476Z] [2022-03-09T22:05:50.476Z] #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-09T22:05:50.476Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-09T22:05:50.476Z] #14 4.573 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-09T22:05:50.476Z] #14 4.596 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-09T22:05:50.476Z] #14 4.596 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-09T22:05:50.476Z] #14 5.107 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-09T22:05:50.476Z] #14 6.871 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [122 kB] [2022-03-09T22:05:50.476Z] #14 9.648 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-09T22:05:50.736Z] #14 ... [2022-03-09T22:05:50.736Z] [2022-03-09T22:05:50.736Z] #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-09T22:05:50.736Z] #38 sha256:e5cbd602869136911dd6a99bdd9a40d0507fbcc4294df9c42cbc6740a37cb7ab [2022-03-09T22:05:50.736Z] #38 5.905 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-09T22:05:50.736Z] #38 5.954 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-09T22:05:50.736Z] #38 5.954 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-09T22:05:50.736Z] #38 7.243 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-09T22:05:50.923Z] #63 9.498 go: downloading golang.org/x/sys v0.0.0-20211107104306-e0b2ad06fe42 [2022-03-09T22:05:50.923Z] #63 ... [2022-03-09T22:05:50.923Z] [2022-03-09T22:05:50.923Z] #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-09T22:05:50.923Z] #36 sha256:1a322aeb375907460771228690496c9bd75bc4f5b786e16a514617ac12af97a8 [2022-03-09T22:05:50.923Z] #36 4.439 go: downloading github.com/pelletier/go-toml v1.8.1 [2022-03-09T22:05:50.923Z] #36 ... [2022-03-09T22:05:50.923Z] [2022-03-09T22:05:50.923Z] #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-09T22:05:50.923Z] #38 sha256:e5cbd602869136911dd6a99bdd9a40d0507fbcc4294df9c42cbc6740a37cb7ab [2022-03-09T22:05:50.923Z] #38 5.918 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-09T22:05:50.923Z] #38 5.981 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-09T22:05:50.923Z] #38 5.982 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-09T22:05:50.923Z] #38 7.575 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-09T22:05:50.996Z] #38 ... [2022-03-09T22:05:50.996Z] [2022-03-09T22:05:50.996Z] #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-09T22:05:50.996Z] #63 sha256:7b7bae356506a6c7f5ee51ea47bfc94f49d15e6eb986ae2c1a6252bf0e46eefd [2022-03-09T22:05:50.996Z] #63 4.038 + RM_GOPATH=0 [2022-03-09T22:05:50.996Z] #63 4.038 + TMP_GOPATH= [2022-03-09T22:05:50.996Z] #63 4.038 + : /build [2022-03-09T22:05:50.996Z] #63 4.038 + '[' -z '' ']' [2022-03-09T22:05:50.996Z] #63 4.038 ++ mktemp -d [2022-03-09T22:05:50.996Z] #63 4.038 + export GOPATH=/tmp/tmp.sqRCL93Rrc [2022-03-09T22:05:50.996Z] #63 4.038 + GOPATH=/tmp/tmp.sqRCL93Rrc [2022-03-09T22:05:50.996Z] #63 4.038 + RM_GOPATH=1 [2022-03-09T22:05:50.996Z] #63 4.038 + case "$(go env GOARCH)" in [2022-03-09T22:05:50.996Z] #63 4.038 ++ go env GOARCH [2022-03-09T22:05:50.996Z] #63 4.073 + export GO_BUILDMODE=-buildmode=pie [2022-03-09T22:05:50.996Z] #63 4.073 + GO_BUILDMODE=-buildmode=pie [2022-03-09T22:05:50.996Z] #63 4.074 ++ dirname /install.sh [2022-03-09T22:05:50.996Z] #63 4.078 + dir=/ [2022-03-09T22:05:50.996Z] #63 4.078 + bin=rootlesskit [2022-03-09T22:05:50.996Z] #63 4.078 + shift [2022-03-09T22:05:50.996Z] #63 4.078 + '[' '!' -f //rootlesskit.installer ']' [2022-03-09T22:05:50.996Z] #63 4.078 + . //rootlesskit.installer [2022-03-09T22:05:50.996Z] #63 4.078 ++ : v0.14.6 [2022-03-09T22:05:50.996Z] #63 4.078 + install_rootlesskit [2022-03-09T22:05:50.996Z] #63 4.078 + case "$1" in [2022-03-09T22:05:50.996Z] #63 4.078 + export CGO_ENABLED=0 [2022-03-09T22:05:50.996Z] #63 4.078 + CGO_ENABLED=0 [2022-03-09T22:05:50.996Z] #63 4.078 + _install_rootlesskit [2022-03-09T22:05:50.996Z] #63 4.078 + echo 'Install rootlesskit version v0.14.6' [2022-03-09T22:05:50.996Z] #63 4.078 + for f in rootlesskit rootlesskit-docker-proxy [2022-03-09T22:05:50.996Z] #63 4.078 + GOBIN=/build [2022-03-09T22:05:50.996Z] #63 4.078 + GO111MODULE=on [2022-03-09T22:05:50.996Z] #63 4.078 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.6 [2022-03-09T22:05:50.996Z] #63 4.078 Install rootlesskit version v0.14.6 [2022-03-09T22:05:50.996Z] #63 4.514 go: downloading github.com/rootless-containers/rootlesskit v0.14.6 [2022-03-09T22:05:50.996Z] #63 7.534 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-03-09T22:05:50.996Z] #63 7.548 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-03-09T22:05:50.996Z] #63 8.966 go: downloading golang.org/x/sys v0.0.0-20211107104306-e0b2ad06fe42 [2022-03-09T22:05:50.996Z] #63 ... [2022-03-09T22:05:50.996Z] [2022-03-09T22:05:50.996Z] #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-09T22:05:50.996Z] #49 sha256:d6e75598c47eb2854ce9867f0ec88a37b6431f473d93d817a33a33011fbf05a2 [2022-03-09T22:05:50.996Z] #49 6.293 go: downloading gotest.tools/gotestsum v1.7.0 [2022-03-09T22:05:50.996Z] #49 9.152 go: downloading github.com/fatih/color v1.10.0 [2022-03-09T22:05:50.996Z] #49 9.464 go: downloading github.com/dnephin/pflag v1.0.7 [2022-03-09T22:05:50.996Z] #49 9.787 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-03-09T22:05:50.996Z] #49 9.833 go: downloading github.com/pkg/errors v0.9.1 [2022-03-09T22:05:50.996Z] #49 9.932 go: downloading golang.org/x/tools v0.1.0 [2022-03-09T22:05:50.996Z] #49 10.03 go: downloading github.com/mattn/go-colorable v0.1.8 [2022-03-09T22:05:50.996Z] #49 10.27 go: downloading github.com/mattn/go-isatty v0.0.12 [2022-03-09T22:05:50.996Z] #49 10.67 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-03-09T22:05:50.996Z] #49 10.93 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-03-09T22:05:51.186Z] #38 10.28 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [122 kB] [2022-03-09T22:05:51.186Z] #38 ... [2022-03-09T22:05:51.186Z] [2022-03-09T22:05:51.186Z] #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-09T22:05:51.186Z] #53 sha256:6dd8ff98f3953af4790562a2c0cc846740a3d37349fa5a08e644cfca8188eab3 [2022-03-09T22:05:51.186Z] #53 4.528 go: downloading mvdan.cc/sh/v3 v3.0.2 [2022-03-09T22:05:51.186Z] #53 5.422 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2022-03-09T22:05:51.186Z] #53 5.422 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2022-03-09T22:05:51.186Z] #53 5.502 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2022-03-09T22:05:51.186Z] #53 7.208 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2022-03-09T22:05:51.186Z] #53 ... [2022-03-09T22:05:51.186Z] [2022-03-09T22:05:51.186Z] #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-09T22:05:51.186Z] #34 sha256:e1e84836270b676cbc39863b69a1644104ba3030344ce6b70a016ea3d8688228 [2022-03-09T22:05:51.186Z] #34 5.140 + git clone https://github.com/kolyshkin/go-swagger.git . [2022-03-09T22:05:51.186Z] #34 5.142 Cloning into '.'... [2022-03-09T22:05:51.231Z] #60 38.51 + bin/ctr [2022-03-09T22:05:51.256Z] #49 ... [2022-03-09T22:05:51.256Z] [2022-03-09T22:05:51.256Z] #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-09T22:05:51.256Z] #38 sha256:e5cbd602869136911dd6a99bdd9a40d0507fbcc4294df9c42cbc6740a37cb7ab [2022-03-09T22:05:51.256Z] #38 11.26 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [122 kB] [2022-03-09T22:05:51.451Z] #34 ... [2022-03-09T22:05:51.452Z] [2022-03-09T22:05:51.452Z] #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-09T22:05:51.452Z] #58 sha256:17a1712948a1ab19d9c3c60f4a8ea087cd708e0a6731076282664644d0d48f4e [2022-03-09T22:05:51.452Z] #58 5.044 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-09T22:05:51.452Z] #58 5.068 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-09T22:05:51.452Z] #58 5.084 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-09T22:05:51.452Z] #58 5.944 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-09T22:05:51.452Z] #58 9.274 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [122 kB] [2022-03-09T22:05:51.713Z] #58 ... [2022-03-09T22:05:51.713Z] [2022-03-09T22:05:51.713Z] #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-09T22:05:51.713Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-09T22:05:51.713Z] #14 5.249 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-09T22:05:51.713Z] #14 5.269 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-09T22:05:51.713Z] #14 5.269 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-09T22:05:51.713Z] #14 6.307 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-09T22:05:51.713Z] #14 9.486 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [122 kB] [2022-03-09T22:05:51.713Z] #14 ... [2022-03-09T22:05:51.713Z] [2022-03-09T22:05:51.713Z] #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-09T22:05:51.713Z] #47 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-09T22:05:51.713Z] #47 5.708 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-09T22:05:51.713Z] #47 5.742 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-09T22:05:51.713Z] #47 5.742 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-09T22:05:51.713Z] #47 6.329 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 InRelease [1540 B] [2022-03-09T22:05:51.713Z] #47 7.281 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-09T22:05:51.974Z] #47 ... [2022-03-09T22:05:51.975Z] [2022-03-09T22:05:51.975Z] #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-09T22:05:51.975Z] #49 sha256:d6e75598c47eb2854ce9867f0ec88a37b6431f473d93d817a33a33011fbf05a2 [2022-03-09T22:05:51.975Z] #49 5.085 go: downloading gotest.tools/gotestsum v1.7.0 [2022-03-09T22:05:51.975Z] #49 6.514 go: downloading github.com/fatih/color v1.10.0 [2022-03-09T22:05:51.975Z] #49 6.865 go: downloading github.com/dnephin/pflag v1.0.7 [2022-03-09T22:05:51.975Z] #49 6.982 go: downloading golang.org/x/tools v0.1.0 [2022-03-09T22:05:51.975Z] #49 7.402 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-03-09T22:05:51.975Z] #49 7.459 go: downloading github.com/pkg/errors v0.9.1 [2022-03-09T22:05:51.975Z] #49 7.573 go: downloading github.com/mattn/go-colorable v0.1.8 [2022-03-09T22:05:51.975Z] #49 7.661 go: downloading github.com/mattn/go-isatty v0.0.12 [2022-03-09T22:05:51.975Z] #49 8.125 go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-03-09T22:05:51.975Z] #49 8.334 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-03-09T22:05:51.975Z] #49 8.644 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-03-09T22:05:51.975Z] #49 8.711 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-03-09T22:05:51.975Z] #49 8.905 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-03-09T22:05:51.975Z] #49 ... [2022-03-09T22:05:51.975Z] [2022-03-09T22:05:51.975Z] #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-09T22:05:51.975Z] #43 sha256:8cd2c7b9899112f5f652fc771a50789fe1c1fae32cb81969d03efa57167cba02 [2022-03-09T22:05:51.975Z] #43 5.145 + git clone https://github.com/docker/distribution.git . [2022-03-09T22:05:51.975Z] #43 5.155 Cloning into '.'... [2022-03-09T22:05:52.028Z] #14 20.35 Reading package lists... [2022-03-09T22:05:52.028Z] #14 ... [2022-03-09T22:05:52.028Z] [2022-03-09T22:05:52.028Z] #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-09T22:05:52.028Z] #38 sha256:e5cbd602869136911dd6a99bdd9a40d0507fbcc4294df9c42cbc6740a37cb7ab [2022-03-09T22:05:52.028Z] #38 14.47 Fetched 8507 kB in 11s (799 kB/s) [2022-03-09T22:05:52.028Z] #38 14.47 Reading package lists... [2022-03-09T22:05:52.028Z] #38 20.50 Reading package lists... [2022-03-09T22:05:52.028Z] #38 ... [2022-03-09T22:05:52.028Z] [2022-03-09T22:05:52.028Z] #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-09T22:05:52.028Z] #43 sha256:8cd2c7b9899112f5f652fc771a50789fe1c1fae32cb81969d03efa57167cba02 [2022-03-09T22:05:52.028Z] #43 24.32 Updating files: 92% (1704/1837) Updating files: 93% (1709/1837) Updating files: 94% (1727/1837) Updating files: 95% (1746/1837) Updating files: 96% (1764/1837) Updating files: 97% (1782/1837) Updating files: 98% (1801/1837) Updating files: 99% (1819/1837) Updating files: 100% (1837/1837) [2022-03-09T22:05:52.028Z] #43 ... [2022-03-09T22:05:52.028Z] [2022-03-09T22:05:52.028Z] #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-09T22:05:52.028Z] #47 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-09T22:05:52.028Z] #47 14.50 Get:8 https://mirrorcache.opensuse.org/repositories/devel:/tools:/criu/Debian_11 Packages [2154 B] [2022-03-09T22:05:52.028Z] #47 19.28 Fetched 8510 kB in 14s (604 kB/s) [2022-03-09T22:05:52.235Z] #43 ... [2022-03-09T22:05:52.235Z] [2022-03-09T22:05:52.235Z] #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-09T22:05:52.235Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-09T22:05:52.235Z] #51 5.133 go: downloading github.com/golangci/golangci-lint v1.44.0 [2022-03-09T22:05:52.288Z] #47 19.28 Reading package lists... [2022-03-09T22:05:52.288Z] #47 ... [2022-03-09T22:05:52.288Z] [2022-03-09T22:05:52.288Z] #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-09T22:05:52.288Z] #43 sha256:8cd2c7b9899112f5f652fc771a50789fe1c1fae32cb81969d03efa57167cba02 [2022-03-09T22:05:52.288Z] #43 24.32 Updating files: 92% (1704/1837) Updating files: 93% (1709/1837) Updating files: 94% (1727/1837) Updating files: 95% (1746/1837) Updating files: 96% (1764/1837) Updating files: 97% (1782/1837) Updating files: 98% (1801/1837) Updating files: 99% (1819/1837) Updating files: 100% (1837/1837) Updating files: 100% (1837/1837), done. [2022-03-09T22:05:52.288Z] #43 24.51 + git checkout -q v2.3.0 [2022-03-09T22:05:52.496Z] #51 ... [2022-03-09T22:05:52.496Z] [2022-03-09T22:05:52.496Z] #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-09T22:05:52.496Z] #47 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-09T22:05:52.496Z] #47 11.32 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [122 kB] [2022-03-09T22:05:53.671Z] #43 ... [2022-03-09T22:05:53.671Z] [2022-03-09T22:05:53.671Z] #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-09T22:05:53.671Z] #58 sha256:17a1712948a1ab19d9c3c60f4a8ea087cd708e0a6731076282664644d0d48f4e [2022-03-09T22:05:53.671Z] #58 16.24 Fetched 8507 kB in 12s (721 kB/s) [2022-03-09T22:05:53.671Z] #58 16.24 Reading package lists... [2022-03-09T22:05:53.671Z] #58 22.43 Reading package lists... [2022-03-09T22:05:53.671Z] #58 ... [2022-03-09T22:05:53.671Z] [2022-03-09T22:05:53.671Z] #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-09T22:05:53.671Z] #38 sha256:e5cbd602869136911dd6a99bdd9a40d0507fbcc4294df9c42cbc6740a37cb7ab [2022-03-09T22:05:53.671Z] #38 20.50 Reading package lists... [2022-03-09T22:05:53.810Z] #38 13.61 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-09T22:05:54.582Z] #58 ... [2022-03-09T22:05:54.582Z] [2022-03-09T22:05:54.582Z] #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-09T22:05:54.582Z] #19 sha256:306936fe72a1e45426452ae066606808492a2e9eb55b90c51c6a2e50cd890142 [2022-03-09T22:05:54.582Z] #19 48.11 Fetched 48.9 MB in 46s (1058 kB/s) [2022-03-09T22:05:54.613Z] #38 25.92 Building dependency tree... [2022-03-09T22:05:55.195Z] #38 ... [2022-03-09T22:05:55.195Z] [2022-03-09T22:05:55.195Z] #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-09T22:05:55.195Z] #34 sha256:e1e84836270b676cbc39863b69a1644104ba3030344ce6b70a016ea3d8688228 [2022-03-09T22:05:55.195Z] #34 4.611 + git clone https://github.com/kolyshkin/go-swagger.git . [2022-03-09T22:05:55.195Z] #34 4.611 Cloning into '.'... [2022-03-09T22:05:55.195Z] #34 ... [2022-03-09T22:05:55.195Z] [2022-03-09T22:05:55.195Z] #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-09T22:05:55.195Z] #63 sha256:7b7bae356506a6c7f5ee51ea47bfc94f49d15e6eb986ae2c1a6252bf0e46eefd [2022-03-09T22:05:55.195Z] #63 13.34 go: downloading github.com/insomniacslk/dhcp v0.0.0-20211026125128-ad197bcd36fd [2022-03-09T22:05:55.195Z] #63 14.34 go: downloading github.com/google/uuid v1.3.0 [2022-03-09T22:05:55.195Z] #63 14.51 go: downloading github.com/moby/vpnkit v0.5.0 [2022-03-09T22:05:55.195Z] #63 14.51 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-03-09T22:05:55.195Z] #63 14.75 go: downloading github.com/gofrs/flock v0.8.1 [2022-03-09T22:05:55.447Z] #60 ... [2022-03-09T22:05:55.447Z] [2022-03-09T22:05:55.447Z] #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-09T22:05:55.447Z] #14 sha256:6b2cc1b0c2d83e7729273911d50139e728f8218ae589b99e56a7a2c5acb8e969 [2022-03-09T22:05:55.447Z] #14 62.46 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-03-09T22:05:55.447Z] #14 62.46 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_arm64.deb ... [2022-03-09T22:05:55.447Z] #14 62.47 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-09T22:05:55.454Z] #63 14.91 go: downloading github.com/gorilla/mux v1.8.0 [2022-03-09T22:05:55.713Z] #63 15.26 go: downloading github.com/moby/sys/mountinfo v0.5.0 [2022-03-09T22:05:55.806Z] #47 13.94 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-09T22:05:56.519Z] #38 29.04 The following additional packages will be installed: [2022-03-09T22:05:56.519Z] #38 29.06 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2022-03-09T22:05:56.519Z] #38 29.06 Suggested packages: [2022-03-09T22:05:56.519Z] #38 29.06 cmake-doc ninja-build lrzip [2022-03-09T22:05:56.519Z] #38 29.06 Recommended packages: [2022-03-09T22:05:56.519Z] #38 29.06 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-03-09T22:05:57.094Z] #63 16.30 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-03-09T22:05:57.094Z] #63 16.46 go: downloading golang.org/x/net v0.0.0-20211105192438-b53810dc28af [2022-03-09T22:05:57.456Z] #38 29.95 The following NEW packages will be installed: [2022-03-09T22:05:57.456Z] #38 29.95 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2022-03-09T22:05:57.456Z] #38 29.98 vim-common xxd [2022-03-09T22:05:57.714Z] #47 ... [2022-03-09T22:05:57.714Z] [2022-03-09T22:05:57.714Z] #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-09T22:05:57.714Z] #49 sha256:d6e75598c47eb2854ce9867f0ec88a37b6431f473d93d817a33a33011fbf05a2 [2022-03-09T22:05:57.714Z] #49 16.84 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-03-09T22:05:57.715Z] #38 30.35 0 upgraded, 10 newly installed, 0 to remove and 1 not upgraded. [2022-03-09T22:05:57.715Z] #38 30.35 Need to get 17.7 MB of archives. [2022-03-09T22:05:57.715Z] #38 30.35 After this operation, 70.7 MB of additional disk space will be used. [2022-03-09T22:05:57.715Z] #38 30.35 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-03-09T22:05:57.715Z] #38 30.36 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-09T22:05:57.715Z] #38 30.36 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-03-09T22:05:57.715Z] #38 30.46 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-03-09T22:05:57.972Z] #49 17.02 go: downloading golang.org/x/mod v0.3.0 [2022-03-09T22:05:58.292Z] #38 30.92 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7 [693 kB] [2022-03-09T22:05:58.293Z] #38 30.95 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+b1 [343 kB] [2022-03-09T22:05:58.293Z] #38 30.98 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2022-03-09T22:05:58.293Z] #38 30.98 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2022-03-09T22:05:58.293Z] #38 30.99 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2022-03-09T22:05:58.293Z] #38 30.99 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB] [2022-03-09T22:05:59.651Z] #14 66.67 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-03-09T22:05:59.651Z] #14 66.68 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_arm64.deb ... [2022-03-09T22:05:59.651Z] #14 66.68 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-03-09T22:05:59.672Z] #38 32.27 debconf: delaying package configuration, since apt-utils is not installed [2022-03-09T22:05:59.932Z] #38 32.52 Fetched 17.7 MB in 1s (14.1 MB/s) [2022-03-09T22:05:59.932Z] #38 32.60 Selecting previously unselected package xxd. [2022-03-09T22:06:00.194Z] #38 32.60 (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-09T22:06:00.194Z] #38 32.72 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-03-09T22:06:00.194Z] #38 32.73 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-03-09T22:06:00.194Z] #38 32.93 Selecting previously unselected package vim-common. [2022-03-09T22:06:00.194Z] #38 32.93 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-03-09T22:06:00.194Z] #38 32.95 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-09T22:06:00.396Z] #63 19.71 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-03-09T22:06:00.396Z] #63 ... [2022-03-09T22:06:00.396Z] [2022-03-09T22:06:00.396Z] #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-09T22:06:00.396Z] #58 sha256:17a1712948a1ab19d9c3c60f4a8ea087cd708e0a6731076282664644d0d48f4e [2022-03-09T22:06:00.396Z] #58 20.67 Fetched 8507 kB in 16s (520 kB/s) [2022-03-09T22:06:00.455Z] #38 ... [2022-03-09T22:06:00.455Z] [2022-03-09T22:06:00.455Z] #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-09T22:06:00.455Z] #58 sha256:17a1712948a1ab19d9c3c60f4a8ea087cd708e0a6731076282664644d0d48f4e [2022-03-09T22:06:00.455Z] #58 22.43 Reading package lists... [2022-03-09T22:06:00.455Z] #58 27.62 Building dependency tree... [2022-03-09T22:06:00.455Z] #58 30.66 The following additional packages will be installed: [2022-03-09T22:06:00.455Z] #58 30.68 libbtrfs0 [2022-03-09T22:06:00.455Z] #58 30.88 The following NEW packages will be installed: [2022-03-09T22:06:00.455Z] #58 30.89 libbtrfs-dev libbtrfs0 [2022-03-09T22:06:00.455Z] #58 31.31 0 upgraded, 2 newly installed, 0 to remove and 1 not upgraded. [2022-03-09T22:06:00.455Z] #58 31.31 Need to get 460 kB of archives. [2022-03-09T22:06:00.455Z] #58 31.31 After this operation, 1237 kB of additional disk space will be used. [2022-03-09T22:06:00.455Z] #58 31.31 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-03-09T22:06:00.455Z] #58 31.32 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-03-09T22:06:00.455Z] #58 32.20 debconf: delaying package configuration, since apt-utils is not installed [2022-03-09T22:06:00.455Z] #58 32.46 Fetched 460 kB in 0s (1395 kB/s) [2022-03-09T22:06:00.455Z] #58 32.58 Selecting previously unselected package libbtrfs0:amd64. [2022-03-09T22:06:00.455Z] #58 32.58 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-03-09T22:06:00.455Z] #58 32.64 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2022-03-09T22:06:00.455Z] #58 32.66 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-03-09T22:06:00.455Z] #58 32.86 Selecting previously unselected package libbtrfs-dev:amd64. [2022-03-09T22:06:00.455Z] #58 32.87 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-03-09T22:06:00.455Z] #58 32.87 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-09T22:06:00.715Z] #58 33.21 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-03-09T22:06:00.716Z] #58 33.23 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-09T22:06:00.716Z] #58 33.25 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-09T22:06:00.716Z] #58 ... [2022-03-09T22:06:00.716Z] [2022-03-09T22:06:00.716Z] #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-09T22:06:00.716Z] #38 sha256:e5cbd602869136911dd6a99bdd9a40d0507fbcc4294df9c42cbc6740a37cb7ab [2022-03-09T22:06:00.716Z] #38 33.28 Selecting previously unselected package cmake-data. [2022-03-09T22:06:00.716Z] #38 33.28 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-03-09T22:06:00.716Z] #38 33.30 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-03-09T22:06:00.975Z] #38 ... [2022-03-09T22:06:00.975Z] [2022-03-09T22:06:00.975Z] #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-09T22:06:00.975Z] #53 sha256:6dd8ff98f3953af4790562a2c0cc846740a3d37349fa5a08e644cfca8188eab3 [2022-03-09T22:06:00.975Z] #53 33.54 v3.0.2 [2022-03-09T22:06:00.975Z] #53 DONE 33.7s [2022-03-09T22:06:00.975Z] [2022-03-09T22:06:00.975Z] #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-09T22:06:00.975Z] #58 sha256:17a1712948a1ab19d9c3c60f4a8ea087cd708e0a6731076282664644d0d48f4e [2022-03-09T22:06:00.975Z] #58 DONE 33.7s [2022-03-09T22:06:00.984Z] #58 20.67 Reading package lists... [2022-03-09T22:06:00.984Z] #58 ... [2022-03-09T22:06:00.984Z] [2022-03-09T22:06:00.984Z] #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-09T22:06:00.984Z] #26 sha256:f4f998a9196ddf4f9ad4f7af65e29a406874fa2f6c33c65ce73869512ed7e73a [2022-03-09T22:06:00.984Z] #26 18.26 + mkdir -p /build [2022-03-09T22:06:00.984Z] #26 18.29 + mv docker/docker /build/ [2022-03-09T22:06:00.984Z] #26 18.30 + rmdir docker [2022-03-09T22:06:00.984Z] #26 DONE 20.2s [2022-03-09T22:06:00.984Z] [2022-03-09T22:06:00.984Z] #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-09T22:06:00.984Z] #63 sha256:7b7bae356506a6c7f5ee51ea47bfc94f49d15e6eb986ae2c1a6252bf0e46eefd [2022-03-09T22:06:00.984Z] #63 20.18 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-03-09T22:06:01.236Z] [2022-03-09T22:06:01.236Z] #59 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-03-09T22:06:01.236Z] #59 sha256:29ca978f99bdb8ccc8829f34bb53488bd87364c9910e5198dee9b0e456a711c0 [2022-03-09T22:06:01.551Z] #63 ... [2022-03-09T22:06:01.551Z] [2022-03-09T22:06:01.551Z] #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-09T22:06:01.551Z] #36 sha256:1a322aeb375907460771228690496c9bd75bc4f5b786e16a514617ac12af97a8 [2022-03-09T22:06:01.551Z] #36 21.31 tomll can be used in two ways: [2022-03-09T22:06:01.551Z] #36 21.31 Writing to STDIN and reading from STDOUT: [2022-03-09T22:06:01.551Z] #36 21.31 cat file.toml | tomll > file.toml [2022-03-09T22:06:01.551Z] #36 21.31 [2022-03-09T22:06:01.551Z] #36 21.31 Reading and updating a list of files: [2022-03-09T22:06:01.551Z] #36 21.31 tomll a.toml b.toml c.toml [2022-03-09T22:06:01.551Z] #36 21.31 [2022-03-09T22:06:01.551Z] #36 21.31 When given a list of files, tomll will modify all files in place without asking. [2022-03-09T22:06:01.551Z] #36 DONE 21.5s [2022-03-09T22:06:01.551Z] [2022-03-09T22:06:01.551Z] #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-09T22:06:01.551Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-09T22:06:01.551Z] #14 21.21 Fetched 8507 kB in 17s (505 kB/s) [2022-03-09T22:06:01.807Z] #59 DONE 0.6s [2022-03-09T22:06:01.807Z] [2022-03-09T22:06:01.807Z] #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-09T22:06:01.807Z] #60 sha256:97649a1a77e818c9c1acb38549aef529bdfe32609a19963f3f5b35cfaf2cedd9 [2022-03-09T22:06:02.118Z] #14 21.21 Reading package lists... [2022-03-09T22:06:02.118Z] #14 ... [2022-03-09T22:06:02.118Z] [2022-03-09T22:06:02.118Z] #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-09T22:06:02.118Z] #47 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-09T22:06:02.118Z] #47 11.61 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [122 kB] [2022-03-09T22:06:02.118Z] #47 14.37 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-09T22:06:02.118Z] #47 18.17 Get:8 https://mirrorcache.opensuse.org/repositories/devel:/tools:/criu/Debian_11 Packages [2154 B] [2022-03-09T22:06:02.118Z] #47 ... [2022-03-09T22:06:02.118Z] [2022-03-09T22:06:02.118Z] #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-09T22:06:02.118Z] #49 sha256:d6e75598c47eb2854ce9867f0ec88a37b6431f473d93d817a33a33011fbf05a2 [2022-03-09T22:06:02.118Z] #49 16.49 go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-03-09T22:06:02.118Z] #49 16.69 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-03-09T22:06:02.118Z] #49 16.86 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-03-09T22:06:02.118Z] #49 18.74 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-03-09T22:06:02.118Z] #49 18.82 go: downloading golang.org/x/mod v0.3.0 [2022-03-09T22:06:02.375Z] #60 ... [2022-03-09T22:06:02.375Z] [2022-03-09T22:06:02.375Z] #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-09T22:06:02.375Z] #47 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-09T22:06:02.375Z] #47 24.83 Reading package lists... [2022-03-09T22:06:02.375Z] #47 29.57 Building dependency tree... [2022-03-09T22:06:02.375Z] #47 32.41 The following additional packages will be installed: [2022-03-09T22:06:02.375Z] #47 32.42 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-03-09T22:06:02.375Z] #47 32.43 python3-protobuf python3-six [2022-03-09T22:06:02.375Z] #47 32.43 Suggested packages: [2022-03-09T22:06:02.375Z] #47 32.43 python3-setuptools [2022-03-09T22:06:02.375Z] #47 32.43 Recommended packages: [2022-03-09T22:06:02.375Z] #47 32.43 iproute2 | iproute [2022-03-09T22:06:02.375Z] #47 33.11 The following NEW packages will be installed: [2022-03-09T22:06:02.375Z] #47 33.13 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-03-09T22:06:02.375Z] #47 33.14 python3-protobuf python3-six [2022-03-09T22:06:02.375Z] #47 33.54 0 upgraded, 8 newly installed, 0 to remove and 1 not upgraded. [2022-03-09T22:06:02.375Z] #47 33.54 Need to get 2292 kB of archives. [2022-03-09T22:06:02.375Z] #47 33.54 After this operation, 11.0 MB of additional disk space will be used. [2022-03-09T22:06:02.375Z] #47 33.54 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB] [2022-03-09T22:06:02.375Z] #47 33.59 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-03-09T22:06:02.375Z] #47 33.62 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB] [2022-03-09T22:06:02.375Z] #47 33.62 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB] [2022-03-09T22:06:02.375Z] #47 33.64 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-09T22:06:02.375Z] #47 33.64 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-09T22:06:02.375Z] #47 33.65 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-09T22:06:02.636Z] #47 ... [2022-03-09T22:06:02.636Z] [2022-03-09T22:06:02.636Z] #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-09T22:06:02.636Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-09T22:06:02.636Z] #14 20.35 Reading package lists... [2022-03-09T22:06:02.636Z] #14 25.60 Reading package lists... [2022-03-09T22:06:02.636Z] #14 30.60 Building dependency tree... [2022-03-09T22:06:02.636Z] #14 33.77 The following additional packages will be installed: [2022-03-09T22:06:02.636Z] #14 33.77 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-03-09T22:06:02.636Z] #14 33.77 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-03-09T22:06:02.636Z] #14 33.77 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-03-09T22:06:02.636Z] #14 33.77 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-03-09T22:06:02.636Z] #14 33.77 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-03-09T22:06:02.636Z] #14 33.77 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-03-09T22:06:02.636Z] #14 33.77 mingw-w64-common mingw-w64-x86-64-dev [2022-03-09T22:06:02.636Z] #14 33.77 Suggested packages: [2022-03-09T22:06:02.636Z] #14 33.77 gcc-10-locales seccomp wine64 [2022-03-09T22:06:02.636Z] #14 35.08 The following NEW packages will be installed: [2022-03-09T22:06:02.636Z] #14 35.08 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-03-09T22:06:02.636Z] #14 35.08 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-03-09T22:06:02.636Z] #14 35.08 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-03-09T22:06:02.636Z] #14 35.08 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-03-09T22:06:02.636Z] #14 35.08 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-03-09T22:06:02.636Z] #14 35.08 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-03-09T22:06:02.636Z] #14 35.08 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-03-09T22:06:02.636Z] #14 35.08 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-03-09T22:06:02.636Z] #14 35.08 mingw-w64-x86-64-dev [2022-03-09T22:06:02.895Z] #14 35.52 0 upgraded, 30 newly installed, 0 to remove and 1 not upgraded. [2022-03-09T22:06:02.895Z] #14 35.52 Need to get 115 MB of archives. [2022-03-09T22:06:02.895Z] #14 35.52 After this operation, 645 MB of additional disk space will be used. [2022-03-09T22:06:02.895Z] #14 35.52 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-09T22:06:02.895Z] #14 ... [2022-03-09T22:06:02.895Z] [2022-03-09T22:06:02.895Z] #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-09T22:06:02.895Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-09T22:06:02.895Z] #51 29.09 go: downloading github.com/fatih/color v1.13.0 [2022-03-09T22:06:02.895Z] #51 29.09 go: downloading github.com/gofrs/flock v0.8.1 [2022-03-09T22:06:02.895Z] #51 29.14 go: downloading github.com/spf13/cobra v1.3.0 [2022-03-09T22:06:02.895Z] #51 29.16 go: downloading github.com/spf13/pflag v1.0.5 [2022-03-09T22:06:02.895Z] #51 29.40 go: downloading github.com/spf13/viper v1.10.1 [2022-03-09T22:06:02.895Z] #51 29.61 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-03-09T22:06:02.895Z] #51 29.77 go: downloading github.com/mattn/go-colorable v0.1.12 [2022-03-09T22:06:02.895Z] #51 29.79 go: downloading github.com/mattn/go-isatty v0.0.14 [2022-03-09T22:06:02.895Z] #51 29.85 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da [2022-03-09T22:06:02.895Z] #51 29.87 go: downloading github.com/go-critic/go-critic v0.6.2 [2022-03-09T22:06:02.895Z] #51 30.89 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-03-09T22:06:02.895Z] #51 30.94 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-03-09T22:06:02.895Z] #51 33.86 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-03-09T22:06:02.895Z] #51 33.89 go: downloading github.com/stretchr/testify v1.7.0 [2022-03-09T22:06:02.895Z] #51 34.02 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2022-03-09T22:06:02.895Z] #51 34.08 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2 [2022-03-09T22:06:02.895Z] #51 34.13 go: downloading github.com/fsnotify/fsnotify v1.5.1 [2022-03-09T22:06:02.895Z] #51 34.20 go: downloading github.com/magiconair/properties v1.8.5 [2022-03-09T22:06:02.895Z] #51 34.25 go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-03-09T22:06:02.895Z] #51 34.28 go: downloading github.com/spf13/afero v1.6.0 [2022-03-09T22:06:02.895Z] #51 34.35 go: downloading github.com/spf13/cast v1.4.1 [2022-03-09T22:06:02.895Z] #51 34.38 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2022-03-09T22:06:02.895Z] #51 34.47 go: downloading github.com/subosito/gotenv v1.2.0 [2022-03-09T22:06:02.895Z] #51 34.47 go: downloading gopkg.in/ini.v1 v1.66.2 [2022-03-09T22:06:02.895Z] #51 34.55 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e [2022-03-09T22:06:02.895Z] #51 34.69 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2022-03-09T22:06:02.895Z] #51 34.72 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2022-03-09T22:06:02.895Z] #51 34.75 go: downloading github.com/go-toolsmith/astequal v1.0.1 [2022-03-09T22:06:02.895Z] #51 34.78 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2022-03-09T22:06:02.895Z] #51 34.81 go: downloading github.com/go-toolsmith/astp v1.0.0 [2022-03-09T22:06:02.895Z] #51 34.81 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2022-03-09T22:06:02.895Z] #51 34.83 go: downloading github.com/go-toolsmith/typep v1.0.2 [2022-03-09T22:06:02.895Z] #51 34.93 go: downloading github.com/quasilyte/go-ruleguard v0.3.15 [2022-03-09T22:06:02.895Z] #51 35.40 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2022-03-09T22:06:02.895Z] #51 35.56 go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-03-09T22:06:02.895Z] #51 35.57 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2022-03-09T22:06:02.895Z] #51 35.58 go: downloading github.com/Antonboom/errname v0.1.5 [2022-03-09T22:06:02.895Z] #51 ... [2022-03-09T22:06:02.895Z] [2022-03-09T22:06:02.895Z] #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-09T22:06:02.895Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-09T22:06:02.896Z] #14 35.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-09T22:06:03.154Z] #14 35.79 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-09T22:06:03.154Z] #14 35.80 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-09T22:06:03.154Z] #14 35.88 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-09T22:06:03.154Z] #14 35.88 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-03-09T22:06:03.260Z] #49 ... [2022-03-09T22:06:03.260Z] [2022-03-09T22:06:03.260Z] #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-09T22:06:03.260Z] #36 sha256:1a322aeb375907460771228690496c9bd75bc4f5b786e16a514617ac12af97a8 [2022-03-09T22:06:03.260Z] #36 20.05 tomll can be used in two ways: [2022-03-09T22:06:03.260Z] #36 20.05 Writing to STDIN and reading from STDOUT: [2022-03-09T22:06:03.260Z] #36 20.05 cat file.toml | tomll > file.toml [2022-03-09T22:06:03.260Z] #36 20.05 [2022-03-09T22:06:03.260Z] #36 20.05 Reading and updating a list of files: [2022-03-09T22:06:03.260Z] #36 20.05 tomll a.toml b.toml c.toml [2022-03-09T22:06:03.260Z] #36 20.05 [2022-03-09T22:06:03.260Z] #36 20.05 When given a list of files, tomll will modify all files in place without asking. [2022-03-09T22:06:03.260Z] #36 DONE 21.7s [2022-03-09T22:06:03.260Z] [2022-03-09T22:06:03.260Z] #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-09T22:06:03.260Z] #26 sha256:df44276b1520c08d2b022f9282533c9828be3b1b8cfd62235c2264db25ccd43e [2022-03-09T22:06:03.260Z] #26 18.90 + mkdir -p /build [2022-03-09T22:06:03.260Z] #26 18.90 + mv docker/docker /build/ [2022-03-09T22:06:03.260Z] #26 18.92 + rmdir docker [2022-03-09T22:06:03.260Z] #26 DONE 21.2s [2022-03-09T22:06:03.260Z] [2022-03-09T22:06:03.260Z] #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-09T22:06:03.260Z] #63 sha256:91079ff9a12f74d6cebf274b8123edcd40fe14723f442f100a15ac6a8746dc4e [2022-03-09T22:06:03.260Z] #63 13.89 go: downloading github.com/insomniacslk/dhcp v0.0.0-20211026125128-ad197bcd36fd [2022-03-09T22:06:03.260Z] #63 14.68 go: downloading github.com/google/uuid v1.3.0 [2022-03-09T22:06:03.260Z] #63 14.68 go: downloading github.com/moby/vpnkit v0.5.0 [2022-03-09T22:06:03.260Z] #63 14.84 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-03-09T22:06:03.260Z] #63 15.05 go: downloading github.com/gofrs/flock v0.8.1 [2022-03-09T22:06:03.260Z] #63 15.11 go: downloading github.com/gorilla/mux v1.8.0 [2022-03-09T22:06:03.260Z] #63 15.42 go: downloading github.com/moby/sys/mountinfo v0.5.0 [2022-03-09T22:06:03.260Z] #63 16.02 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-03-09T22:06:03.260Z] #63 16.21 go: downloading golang.org/x/net v0.0.0-20211105192438-b53810dc28af [2022-03-09T22:06:03.260Z] #63 20.10 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-03-09T22:06:03.260Z] #63 20.40 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-03-09T22:06:03.260Z] #63 ... [2022-03-09T22:06:03.260Z] [2022-03-09T22:06:03.260Z] #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-09T22:06:03.260Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-09T22:06:03.260Z] #14 12.29 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-09T22:06:03.260Z] #14 ... [2022-03-09T22:06:03.260Z] [2022-03-09T22:06:03.261Z] #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-09T22:06:03.261Z] #47 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-09T22:06:03.261Z] #47 17.78 Get:8 https://mirrorcache.opensuse.org/repositories/devel:/tools:/criu/Debian_11 Packages [2154 B] [2022-03-09T22:06:03.413Z] #14 36.05 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-09T22:06:03.518Z] #47 ... [2022-03-09T22:06:03.518Z] [2022-03-09T22:06:03.518Z] #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-09T22:06:03.518Z] #58 sha256:17a1712948a1ab19d9c3c60f4a8ea087cd708e0a6731076282664644d0d48f4e [2022-03-09T22:06:03.518Z] #58 12.63 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-09T22:06:03.675Z] #14 36.30 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-09T22:06:03.675Z] #14 36.30 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-09T22:06:03.776Z] #58 ... [2022-03-09T22:06:03.776Z] [2022-03-09T22:06:03.776Z] #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-09T22:06:03.776Z] #38 sha256:e5cbd602869136911dd6a99bdd9a40d0507fbcc4294df9c42cbc6740a37cb7ab [2022-03-09T22:06:03.776Z] #38 12.88 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-09T22:06:03.776Z] #38 ... [2022-03-09T22:06:03.776Z] [2022-03-09T22:06:03.776Z] #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-09T22:06:03.776Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-09T22:06:03.776Z] #14 22.86 Fetched 8507 kB in 18s (476 kB/s) [2022-03-09T22:06:03.857Z] #14 71.05 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-03-09T22:06:03.857Z] #14 71.06 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_arm64.deb ... [2022-03-09T22:06:03.857Z] #14 71.06 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-09T22:06:04.243Z] #14 36.84 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-09T22:06:04.812Z] #14 ... [2022-03-09T22:06:04.812Z] [2022-03-09T22:06:04.812Z] #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-09T22:06:04.812Z] #43 sha256:8cd2c7b9899112f5f652fc771a50789fe1c1fae32cb81969d03efa57167cba02 [2022-03-09T22:06:04.812Z] #43 26.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-09T22:06:04.812Z] #43 ... [2022-03-09T22:06:04.812Z] [2022-03-09T22:06:04.812Z] #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-09T22:06:04.812Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-09T22:06:04.812Z] #51 35.65 go: downloading github.com/Antonboom/nilnil v0.1.0 [2022-03-09T22:06:04.812Z] #51 35.71 go: downloading github.com/BurntSushi/toml v1.0.0 [2022-03-09T22:06:04.812Z] #51 36.42 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2022-03-09T22:06:04.812Z] #51 36.43 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2022-03-09T22:06:04.812Z] #51 36.52 go: downloading github.com/alexkohler/prealloc v1.0.0 [2022-03-09T22:06:04.812Z] #51 36.60 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2022-03-09T22:06:04.812Z] #51 36.66 go: downloading github.com/ashanbrown/makezero v1.1.0 [2022-03-09T22:06:04.812Z] #51 36.69 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2022-03-09T22:06:04.812Z] #51 36.69 go: downloading github.com/blizzy78/varnamelen v0.5.0 [2022-03-09T22:06:04.812Z] #51 36.74 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2022-03-09T22:06:04.812Z] #51 36.77 go: downloading github.com/breml/bidichk v0.2.1 [2022-03-09T22:06:04.812Z] #51 36.83 go: downloading github.com/breml/errchkjson v0.2.1 [2022-03-09T22:06:04.812Z] #51 36.90 go: downloading github.com/butuzov/ireturn v0.1.1 [2022-03-09T22:06:04.812Z] #51 36.90 go: downloading github.com/charithe/durationcheck v0.0.9 [2022-03-09T22:06:04.812Z] #51 36.90 go: downloading github.com/daixiang0/gci v0.2.9 [2022-03-09T22:06:04.812Z] #51 36.94 go: downloading github.com/denis-tingajkin/go-header v0.4.2 [2022-03-09T22:06:04.812Z] #51 36.94 go: downloading github.com/esimonov/ifshort v1.0.4 [2022-03-09T22:06:04.812Z] #51 36.99 go: downloading github.com/fzipp/gocyclo v0.4.0 [2022-03-09T22:06:04.812Z] #51 37.03 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2022-03-09T22:06:04.812Z] #51 37.18 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2022-03-09T22:06:04.812Z] #51 37.18 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2022-03-09T22:06:04.812Z] #51 37.18 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2022-03-09T22:06:04.812Z] #51 37.24 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2022-03-09T22:06:04.812Z] #51 37.28 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2022-03-09T22:06:04.812Z] #51 37.28 go: downloading github.com/golangci/misspell v0.3.5 [2022-03-09T22:06:04.812Z] #51 37.38 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2022-03-09T22:06:04.812Z] #51 37.55 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2022-03-09T22:06:04.812Z] #51 37.55 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2022-03-09T22:06:04.812Z] #51 37.63 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2022-03-09T22:06:04.812Z] #51 37.63 go: downloading github.com/jgautheron/goconst v1.5.1 [2022-03-09T22:06:04.812Z] #51 37.63 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2022-03-09T22:06:04.812Z] #51 37.63 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2022-03-09T22:06:04.812Z] #51 37.63 go: downloading github.com/julz/importas v0.1.0 [2022-03-09T22:06:05.070Z] #51 37.72 go: downloading github.com/kisielk/errcheck v1.6.0 [2022-03-09T22:06:05.070Z] #51 37.72 go: downloading github.com/kulti/thelper v0.5.0 [2022-03-09T22:06:05.070Z] #51 37.81 go: downloading github.com/kunwardeep/paralleltest v1.0.3 [2022-03-09T22:06:05.070Z] #51 37.81 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2022-03-09T22:06:05.070Z] #51 37.81 go: downloading github.com/ldez/gomoddirectives v0.2.2 [2022-03-09T22:06:05.070Z] #51 37.81 go: downloading github.com/ldez/tagliatelle v0.3.0 [2022-03-09T22:06:05.070Z] #51 37.85 go: downloading github.com/leonklingele/grouper v1.1.0 [2022-03-09T22:06:05.070Z] #51 37.85 go: downloading github.com/maratori/testpackage v1.0.1 [2022-03-09T22:06:05.330Z] #51 37.96 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2022-03-09T22:06:05.330Z] #51 37.97 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2022-03-09T22:06:05.330Z] #51 37.98 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517 [2022-03-09T22:06:05.590Z] #51 38.05 go: downloading github.com/mgechev/revive v1.1.3 [2022-03-09T22:06:05.849Z] #51 38.61 go: downloading github.com/moricho/tparallel v0.2.1 [2022-03-09T22:06:05.849Z] #51 38.65 go: downloading github.com/nakabonne/nestif v0.3.1 [2022-03-09T22:06:05.849Z] #51 38.65 go: downloading github.com/nishanths/exhaustive v0.7.11 [2022-03-09T22:06:05.849Z] #51 38.65 go: downloading github.com/nishanths/predeclared v0.2.1 [2022-03-09T22:06:05.849Z] #51 38.65 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b [2022-03-09T22:06:06.109Z] #51 38.66 go: downloading github.com/ryancurrah/gomodguard v1.2.3 [2022-03-09T22:06:06.109Z] #51 38.70 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2022-03-09T22:06:06.109Z] #51 38.78 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2022-03-09T22:06:06.109Z] #51 38.86 go: downloading github.com/securego/gosec/v2 v2.9.6 [2022-03-09T22:06:06.307Z] #49 ... [2022-03-09T22:06:06.307Z] [2022-03-09T22:06:06.307Z] #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-09T22:06:06.307Z] #38 sha256:e5cbd602869136911dd6a99bdd9a40d0507fbcc4294df9c42cbc6740a37cb7ab [2022-03-09T22:06:06.307Z] #38 25.69 Fetched 8507 kB in 20s (423 kB/s) [2022-03-09T22:06:06.369Z] #51 39.03 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2022-03-09T22:06:06.369Z] #51 39.05 go: downloading github.com/sivchari/containedctx v1.0.1 [2022-03-09T22:06:06.369Z] #51 39.08 go: downloading github.com/sivchari/tenv v1.4.7 [2022-03-09T22:06:06.369Z] #51 39.08 go: downloading github.com/sonatard/noctx v0.0.1 [2022-03-09T22:06:06.369Z] #51 39.11 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2022-03-09T22:06:06.369Z] #51 39.17 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2022-03-09T22:06:06.634Z] #51 39.20 go: downloading github.com/sylvia7788/contextcheck v1.0.4 [2022-03-09T22:06:06.634Z] #51 39.24 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2022-03-09T22:06:06.634Z] #51 39.30 go: downloading github.com/tetafro/godot v1.4.11 [2022-03-09T22:06:06.634Z] #51 39.36 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2022-03-09T22:06:06.634Z] #51 39.40 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0 [2022-03-09T22:06:06.634Z] #51 39.42 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2022-03-09T22:06:06.791Z] #19 48.11 Reading package lists... [2022-03-09T22:06:06.905Z] #51 39.57 go: downloading github.com/ultraware/funlen v0.0.3 [2022-03-09T22:06:06.905Z] #51 39.58 go: downloading github.com/ultraware/whitespace v0.0.4 [2022-03-09T22:06:06.905Z] #51 39.61 go: downloading github.com/uudashr/gocognit v1.0.5 [2022-03-09T22:06:06.905Z] #51 39.62 go: downloading github.com/yagipy/maintidx v1.0.0 [2022-03-09T22:06:06.905Z] #51 39.66 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1 [2022-03-09T22:06:07.474Z] #51 39.96 go: downloading gitlab.com/bosi/decorder v0.2.1 [2022-03-09T22:06:07.474Z] #51 40.08 go: downloading honnef.co/go/tools v0.2.2 [2022-03-09T22:06:08.040Z] #51 ... [2022-03-09T22:06:08.040Z] [2022-03-09T22:06:08.040Z] #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-09T22:06:08.040Z] #34 sha256:e1e84836270b676cbc39863b69a1644104ba3030344ce6b70a016ea3d8688228 [2022-03-09T22:06:08.326Z] #34 40.55 Updating files: 92% (1403/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-09T22:06:08.326Z] #34 40.82 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2022-03-09T22:06:08.587Z] #34 40.96 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-03-09T22:06:10.343Z] #14 22.86 Reading package lists... [2022-03-09T22:06:10.343Z] #14 ... [2022-03-09T22:06:10.343Z] [2022-03-09T22:06:10.344Z] #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-09T22:06:10.344Z] #47 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-09T22:06:10.344Z] #47 25.68 Fetched 8510 kB in 20s (419 kB/s) [2022-03-09T22:06:10.441Z] #14 ... [2022-03-09T22:06:10.441Z] [2022-03-09T22:06:10.441Z] #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-09T22:06:10.441Z] #63 sha256:aac82c225cd199d52df6b8d08e9e25b097e08ddd51ea3108676655db0fc86a56 [2022-03-09T22:06:10.441Z] #63 76.92 + for f in rootlesskit rootlesskit-docker-proxy [2022-03-09T22:06:10.441Z] #63 76.92 + GOBIN=/build [2022-03-09T22:06:10.441Z] #63 76.92 + GO111MODULE=on [2022-03-09T22:06:10.441Z] #63 76.92 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.6 [2022-03-09T22:06:11.590Z] #38 25.69 Reading package lists... [2022-03-09T22:06:11.590Z] #38 ... [2022-03-09T22:06:11.590Z] [2022-03-09T22:06:11.590Z] #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-09T22:06:11.590Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-09T22:06:11.590Z] #14 21.21 Reading package lists... [2022-03-09T22:06:12.253Z] #47 25.68 Reading package lists... [2022-03-09T22:06:12.253Z] #47 ... [2022-03-09T22:06:12.253Z] [2022-03-09T22:06:12.253Z] #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-09T22:06:12.253Z] #43 sha256:8cd2c7b9899112f5f652fc771a50789fe1c1fae32cb81969d03efa57167cba02 [2022-03-09T22:06:12.574Z] #43 30.45 Updating files: 71% (1318/1837) Updating files: 72% (1323/1837) Updating files: 73% (1342/1837) Updating files: 74% (1360/1837) Updating files: 75% (1378/1837) Updating files: 76% (1397/1837) Updating files: 77% (1415/1837) Updating files: 78% (1433/1837) Updating files: 79% (1452/1837) Updating files: 80% (1470/1837) Updating files: 81% (1488/1837) Updating files: 82% (1507/1837) Updating files: 83% (1525/1837) Updating files: 84% (1544/1837) Updating files: 85% (1562/1837) Updating files: 86% (1580/1837) Updating files: 87% (1599/1837) Updating files: 88% (1617/1837) Updating files: 89% (1635/1837) Updating files: 90% (1654/1837) Updating files: 91% (1672/1837) Updating files: 92% (1691/1837) Updating files: 93% (1709/1837) Updating files: 94% (1727/1837) Updating files: 95% (1746/1837) Updating files: 96% (1764/1837) Updating files: 97% (1782/1837) Updating files: 98% (1801/1837) Updating files: 99% (1819/1837) Updating files: 100% (1837/1837) Updating files: 100% (1837/1837), done. [2022-03-09T22:06:12.574Z] #43 31.32 + git checkout -q v2.3.0 [2022-03-09T22:06:13.877Z] #34 ... [2022-03-09T22:06:13.877Z] [2022-03-09T22:06:13.877Z] #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-09T22:06:13.877Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-09T22:06:13.877Z] #14 38.39 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-09T22:06:13.877Z] #14 38.98 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-09T22:06:13.877Z] #14 39.63 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-09T22:06:13.877Z] #14 41.42 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-09T22:06:13.877Z] #14 42.09 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-09T22:06:13.877Z] #14 42.10 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2022-03-09T22:06:13.877Z] #14 42.10 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2022-03-09T22:06:13.877Z] #14 42.12 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-03-09T22:06:13.877Z] #14 42.13 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-03-09T22:06:13.877Z] #14 42.15 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-09T22:06:13.877Z] #14 42.16 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-6 [123 kB] [2022-03-09T22:06:13.877Z] #14 42.16 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2022-03-09T22:06:13.877Z] #14 42.16 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB] [2022-03-09T22:06:13.877Z] #14 42.17 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB] [2022-03-09T22:06:13.877Z] #14 42.17 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB] [2022-03-09T22:06:13.877Z] #14 42.19 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB] [2022-03-09T22:06:13.877Z] #14 42.26 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2022-03-09T22:06:13.877Z] #14 42.29 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-09T22:06:13.877Z] #14 42.29 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-09T22:06:13.877Z] #14 42.29 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-6 [401 kB] [2022-03-09T22:06:13.877Z] #14 43.30 debconf: delaying package configuration, since apt-utils is not installed [2022-03-09T22:06:13.877Z] #14 43.52 Fetched 115 MB in 7s (16.1 MB/s) [2022-03-09T22:06:13.877Z] #14 43.61 Selecting previously unselected package binutils-mingw-w64-i686. [2022-03-09T22:06:13.877Z] #14 43.61 (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-09T22:06:13.877Z] #14 43.69 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2022-03-09T22:06:13.877Z] #14 43.69 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-03-09T22:06:13.877Z] #14 45.77 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-03-09T22:06:13.877Z] #14 45.78 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2022-03-09T22:06:13.877Z] #14 45.79 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-03-09T22:06:14.129Z] #14 29.20 Reading package lists... [2022-03-09T22:06:14.129Z] #14 ... [2022-03-09T22:06:14.129Z] [2022-03-09T22:06:14.129Z] #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-09T22:06:14.129Z] #43 sha256:8cd2c7b9899112f5f652fc771a50789fe1c1fae32cb81969d03efa57167cba02 [2022-03-09T22:06:14.129Z] #43 31.91 Updating files: 71% (1318/1837) Updating files: 72% (1323/1837) Updating files: 73% (1342/1837) Updating files: 74% (1360/1837) Updating files: 75% (1378/1837) Updating files: 76% (1397/1837) Updating files: 77% (1415/1837) Updating files: 78% (1433/1837) Updating files: 79% (1452/1837) Updating files: 80% (1470/1837) Updating files: 81% (1488/1837) Updating files: 82% (1507/1837) Updating files: 83% (1525/1837) Updating files: 84% (1544/1837) Updating files: 85% (1562/1837) Updating files: 86% (1580/1837) Updating files: 87% (1599/1837) Updating files: 88% (1617/1837) Updating files: 89% (1635/1837) Updating files: 90% (1654/1837) Updating files: 91% (1672/1837) Updating files: 92% (1691/1837) Updating files: 93% (1709/1837) Updating files: 94% (1727/1837) Updating files: 95% (1746/1837) Updating files: 96% (1764/1837) Updating files: 97% (1782/1837) Updating files: 98% (1801/1837) Updating files: 99% (1819/1837) Updating files: 100% (1837/1837) Updating files: 100% (1837/1837), done. [2022-03-09T22:06:14.129Z] #43 32.57 + git checkout -q v2.3.0 [2022-03-09T22:06:14.137Z] #14 ... [2022-03-09T22:06:14.137Z] [2022-03-09T22:06:14.138Z] #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-09T22:06:14.138Z] #38 sha256:e5cbd602869136911dd6a99bdd9a40d0507fbcc4294df9c42cbc6740a37cb7ab [2022-03-09T22:06:14.138Z] #38 36.63 Selecting previously unselected package libicu67:amd64. [2022-03-09T22:06:14.138Z] #38 36.63 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ... [2022-03-09T22:06:14.138Z] #38 36.66 Unpacking libicu67:amd64 (67.1-7) ... [2022-03-09T22:06:14.138Z] #38 43.03 Selecting previously unselected package libxml2:amd64. [2022-03-09T22:06:14.138Z] #38 43.03 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7_amd64.deb ... [2022-03-09T22:06:14.138Z] #38 43.04 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7) ... [2022-03-09T22:06:14.138Z] #38 43.51 Selecting previously unselected package libarchive13:amd64. [2022-03-09T22:06:14.138Z] #38 43.52 Preparing to unpack .../5-libarchive13_3.4.3-2+b1_amd64.deb ... [2022-03-09T22:06:14.138Z] #38 43.52 Unpacking libarchive13:amd64 (3.4.3-2+b1) ... [2022-03-09T22:06:14.138Z] #38 43.84 Selecting previously unselected package libjsoncpp24:amd64. [2022-03-09T22:06:14.138Z] #38 43.84 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ... [2022-03-09T22:06:14.138Z] #38 43.86 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2022-03-09T22:06:14.138Z] #38 44.04 Selecting previously unselected package librhash0:amd64. [2022-03-09T22:06:14.138Z] #38 44.04 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ... [2022-03-09T22:06:14.138Z] #38 44.05 Unpacking librhash0:amd64 (1.4.1-2) ... [2022-03-09T22:06:14.138Z] #38 44.20 Selecting previously unselected package libuv1:amd64. [2022-03-09T22:06:14.138Z] #38 44.21 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ... [2022-03-09T22:06:14.138Z] #38 44.21 Unpacking libuv1:amd64 (1.40.0-2) ... [2022-03-09T22:06:14.138Z] #38 44.37 Selecting previously unselected package cmake. [2022-03-09T22:06:14.138Z] #38 44.39 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_amd64.deb ... [2022-03-09T22:06:14.138Z] #38 44.40 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-03-09T22:06:14.138Z] #38 ... [2022-03-09T22:06:14.138Z] [2022-03-09T22:06:14.138Z] #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-09T22:06:14.138Z] #47 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-09T22:06:14.138Z] #47 36.63 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 criu 3.16.1-3 [660 kB] [2022-03-09T22:06:14.138Z] #47 38.01 debconf: delaying package configuration, since apt-utils is not installed [2022-03-09T22:06:14.138Z] #47 38.34 Fetched 2292 kB in 4s (618 kB/s) [2022-03-09T22:06:14.138Z] #47 38.37 Selecting previously unselected package libprotobuf23:amd64. [2022-03-09T22:06:14.138Z] #47 38.37 (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-09T22:06:14.138Z] #47 38.43 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ... [2022-03-09T22:06:14.138Z] #47 38.43 Unpacking libprotobuf23:amd64 (3.12.4-1) ... [2022-03-09T22:06:14.138Z] #47 39.24 Selecting previously unselected package python3-pkg-resources. [2022-03-09T22:06:14.138Z] #47 39.25 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2022-03-09T22:06:14.138Z] #47 39.27 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-03-09T22:06:14.138Z] #47 39.48 Selecting previously unselected package python3-six. [2022-03-09T22:06:14.138Z] #47 39.48 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ... [2022-03-09T22:06:14.138Z] #47 39.51 Unpacking python3-six (1.16.0-2) ... [2022-03-09T22:06:14.138Z] #47 39.62 Selecting previously unselected package python3-protobuf. [2022-03-09T22:06:14.138Z] #47 39.62 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ... [2022-03-09T22:06:14.138Z] #47 39.64 Unpacking python3-protobuf (3.12.4-1) ... [2022-03-09T22:06:14.138Z] #47 40.31 Selecting previously unselected package libnet1:amd64. [2022-03-09T22:06:14.138Z] #47 40.31 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-03-09T22:06:14.138Z] #47 40.31 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-03-09T22:06:14.138Z] #47 40.57 Selecting previously unselected package libnl-3-200:amd64. [2022-03-09T22:06:14.138Z] #47 40.57 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-03-09T22:06:14.138Z] #47 40.57 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-03-09T22:06:14.138Z] #47 40.69 Selecting previously unselected package libprotobuf-c1:amd64. [2022-03-09T22:06:14.138Z] #47 40.69 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-03-09T22:06:14.138Z] #47 40.69 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-03-09T22:06:14.138Z] #47 41.15 Selecting previously unselected package criu. [2022-03-09T22:06:14.138Z] #47 41.15 Preparing to unpack .../7-criu_3.16.1-3_amd64.deb ... [2022-03-09T22:06:14.138Z] #47 41.18 Unpacking criu (3.16.1-3) ... [2022-03-09T22:06:14.138Z] #47 42.11 Setting up python3-pkg-resources (52.0.0-4) ... [2022-03-09T22:06:14.138Z] #47 43.66 Setting up libprotobuf23:amd64 (3.12.4-1) ... [2022-03-09T22:06:14.138Z] #47 43.69 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-03-09T22:06:14.138Z] #47 43.72 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-03-09T22:06:14.138Z] #47 43.75 Setting up python3-six (1.16.0-2) ... [2022-03-09T22:06:14.138Z] #47 44.73 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-03-09T22:06:14.138Z] #47 44.76 Setting up python3-protobuf (3.12.4-1) ... [2022-03-09T22:06:14.511Z] #43 ... [2022-03-09T22:06:14.511Z] [2022-03-09T22:06:14.511Z] #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-09T22:06:14.511Z] #58 sha256:17a1712948a1ab19d9c3c60f4a8ea087cd708e0a6731076282664644d0d48f4e [2022-03-09T22:06:14.511Z] #58 23.20 Fetched 8507 kB in 18s (463 kB/s) [2022-03-09T22:06:14.511Z] #58 23.20 Reading package lists... [2022-03-09T22:06:14.511Z] #58 30.81 Reading package lists... [2022-03-09T22:06:14.511Z] #58 ... [2022-03-09T22:06:14.511Z] [2022-03-09T22:06:14.511Z] #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-09T22:06:14.511Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-09T22:06:14.511Z] #14 22.86 Reading package lists... [2022-03-09T22:06:14.657Z] #63 80.99 rootlesskit version 0.14.6 [2022-03-09T22:06:14.657Z] #63 81.00 Usage of /build/rootlesskit-docker-proxy: [2022-03-09T22:06:14.657Z] #63 81.00 -container-ip string [2022-03-09T22:06:14.657Z] #63 81.00 container ip [2022-03-09T22:06:14.657Z] #63 81.00 -container-port int [2022-03-09T22:06:14.657Z] #63 81.00 container port (default -1) [2022-03-09T22:06:14.657Z] #63 81.00 -host-ip string [2022-03-09T22:06:14.657Z] #63 81.00 host ip [2022-03-09T22:06:14.657Z] #63 81.00 -host-port int [2022-03-09T22:06:14.657Z] #63 81.00 host port (default -1) [2022-03-09T22:06:14.657Z] #63 81.00 -proto string [2022-03-09T22:06:14.657Z] #63 81.00 proxy protocol (default "tcp") [2022-03-09T22:06:15.086Z] #14 30.24 Reading package lists... [2022-03-09T22:06:15.086Z] #14 ... [2022-03-09T22:06:15.086Z] [2022-03-09T22:06:15.086Z] #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-09T22:06:15.086Z] #38 sha256:e5cbd602869136911dd6a99bdd9a40d0507fbcc4294df9c42cbc6740a37cb7ab [2022-03-09T22:06:15.086Z] #38 24.15 Fetched 8507 kB in 18s (460 kB/s) [2022-03-09T22:06:15.086Z] #38 24.15 Reading package lists... [2022-03-09T22:06:15.506Z] #43 35.38 + 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-09T22:06:15.519Z] #47 ... [2022-03-09T22:06:15.519Z] [2022-03-09T22:06:15.519Z] #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-09T22:06:15.519Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-09T22:06:15.519Z] #51 41.75 go: downloading mvdan.cc/gofumpt v0.2.1 [2022-03-09T22:06:15.519Z] #51 41.76 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2022-03-09T22:06:15.519Z] #51 41.80 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5 [2022-03-09T22:06:15.519Z] #51 41.85 go: downloading github.com/davecgh/go-spew v1.1.1 [2022-03-09T22:06:15.519Z] #51 41.88 go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-03-09T22:06:15.519Z] #51 41.90 go: downloading github.com/stretchr/objx v0.1.1 [2022-03-09T22:06:15.519Z] #51 41.93 go: downloading github.com/hashicorp/hcl v1.0.0 [2022-03-09T22:06:15.519Z] #51 42.19 go: downloading github.com/pelletier/go-toml v1.9.4 [2022-03-09T22:06:15.519Z] #51 42.19 go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-03-09T22:06:15.519Z] #51 42.37 go: downloading golang.org/x/text v0.3.7 [2022-03-09T22:06:15.519Z] #51 47.68 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3 [2022-03-09T22:06:15.519Z] #51 47.77 go: downloading github.com/gobwas/glob v0.2.3 [2022-03-09T22:06:15.519Z] #51 47.77 go: downloading github.com/kisielk/gotool v1.0.0 [2022-03-09T22:06:15.519Z] #51 47.80 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2022-03-09T22:06:15.519Z] #51 47.91 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2022-03-09T22:06:15.519Z] #51 47.92 go: downloading github.com/ettle/strcase v0.1.1 [2022-03-09T22:06:15.519Z] #51 47.99 go: downloading golang.org/x/mod v0.5.1 [2022-03-09T22:06:15.519Z] #51 48.03 go: downloading github.com/fatih/structtag v1.2.0 [2022-03-09T22:06:15.519Z] #51 48.10 go: downloading github.com/Masterminds/semver v1.5.0 [2022-03-09T22:06:15.519Z] #51 48.20 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2022-03-09T22:06:15.519Z] #51 48.23 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2022-03-09T22:06:15.519Z] #51 ... [2022-03-09T22:06:15.519Z] [2022-03-09T22:06:15.519Z] #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-09T22:06:15.519Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-09T22:06:15.519Z] #14 48.21 Selecting previously unselected package binutils-mingw-w64. [2022-03-09T22:06:15.519Z] #14 48.25 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-03-09T22:06:15.519Z] #14 48.27 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-03-09T22:06:15.678Z] #38 32.84 Reading package lists... [2022-03-09T22:06:15.678Z] #38 ... [2022-03-09T22:06:15.678Z] [2022-03-09T22:06:15.678Z] #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-09T22:06:15.678Z] #47 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-09T22:06:15.678Z] #47 25.68 Reading package lists... [2022-03-09T22:06:15.778Z] #14 48.40 Selecting previously unselected package libdevmapper1.02.1:amd64. [2022-03-09T22:06:15.778Z] #14 48.40 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-03-09T22:06:15.778Z] #14 48.41 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-09T22:06:16.046Z] #14 48.61 Selecting previously unselected package dmsetup. [2022-03-09T22:06:16.046Z] #14 48.61 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2022-03-09T22:06:16.046Z] #14 48.62 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-03-09T22:06:16.311Z] #14 48.80 Selecting previously unselected package mingw-w64-common. [2022-03-09T22:06:16.311Z] #14 48.80 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-03-09T22:06:16.311Z] #14 48.81 Unpacking mingw-w64-common (8.0.0-1) ... [2022-03-09T22:06:16.311Z] #14 ... [2022-03-09T22:06:16.311Z] [2022-03-09T22:06:16.311Z] #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-09T22:06:16.311Z] #60 sha256:97649a1a77e818c9c1acb38549aef529bdfe32609a19963f3f5b35cfaf2cedd9 [2022-03-09T22:06:16.311Z] #60 4.611 + RM_GOPATH=0 [2022-03-09T22:06:16.311Z] #60 4.611 + TMP_GOPATH= [2022-03-09T22:06:16.311Z] #60 4.611 + : /build [2022-03-09T22:06:16.311Z] #60 4.611 + '[' -z '' ']' [2022-03-09T22:06:16.311Z] #60 4.611 ++ mktemp -d [2022-03-09T22:06:16.311Z] #60 4.611 + export GOPATH=/tmp/tmp.Lsx0zSxk2j [2022-03-09T22:06:16.311Z] #60 4.611 + GOPATH=/tmp/tmp.Lsx0zSxk2j [2022-03-09T22:06:16.311Z] #60 4.611 + RM_GOPATH=1 [2022-03-09T22:06:16.311Z] #60 4.611 + case "$(go env GOARCH)" in [2022-03-09T22:06:16.311Z] #60 4.611 ++ go env GOARCH [2022-03-09T22:06:16.311Z] #60 4.663 Install containerd version v1.5.10 [2022-03-09T22:06:16.311Z] #60 4.663 + export GO_BUILDMODE=-buildmode=pie [2022-03-09T22:06:16.311Z] #60 4.663 + GO_BUILDMODE=-buildmode=pie [2022-03-09T22:06:16.311Z] #60 4.663 ++ dirname /install.sh [2022-03-09T22:06:16.311Z] #60 4.663 + dir=/ [2022-03-09T22:06:16.311Z] #60 4.663 + bin=containerd [2022-03-09T22:06:16.311Z] #60 4.663 + shift [2022-03-09T22:06:16.311Z] #60 4.663 + '[' '!' -f //containerd.installer ']' [2022-03-09T22:06:16.311Z] #60 4.663 + . //containerd.installer [2022-03-09T22:06:16.311Z] #60 4.663 ++ set -e [2022-03-09T22:06:16.311Z] #60 4.663 ++ : v1.5.10 [2022-03-09T22:06:16.311Z] #60 4.663 + install_containerd [2022-03-09T22:06:16.311Z] #60 4.663 + echo 'Install containerd version v1.5.10' [2022-03-09T22:06:16.311Z] #60 4.663 + git clone https://github.com/containerd/containerd.git /tmp/tmp.Lsx0zSxk2j/src/github.com/containerd/containerd [2022-03-09T22:06:16.311Z] #60 4.663 Cloning into '/tmp/tmp.Lsx0zSxk2j/src/github.com/containerd/containerd'... [2022-03-09T22:06:16.311Z] #60 ... [2022-03-09T22:06:16.311Z] [2022-03-09T22:06:16.311Z] #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-09T22:06:16.311Z] #38 sha256:e5cbd602869136911dd6a99bdd9a40d0507fbcc4294df9c42cbc6740a37cb7ab [2022-03-09T22:06:16.311Z] #38 48.35 Setting up libicu67:amd64 (67.1-7) ... [2022-03-09T22:06:16.311Z] #38 48.41 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-03-09T22:06:16.311Z] #38 48.42 Setting up libuv1:amd64 (1.40.0-2) ... [2022-03-09T22:06:16.311Z] #38 48.44 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-09T22:06:16.311Z] #38 48.47 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2022-03-09T22:06:16.311Z] #38 48.49 Setting up librhash0:amd64 (1.4.1-2) ... [2022-03-09T22:06:16.311Z] #38 48.50 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-03-09T22:06:16.311Z] #38 48.53 Setting up libxml2:amd64 (2.9.10+dfsg-6.7) ... [2022-03-09T22:06:16.311Z] #38 48.56 Setting up libarchive13:amd64 (3.4.3-2+b1) ... [2022-03-09T22:06:16.311Z] #38 48.59 Setting up cmake (3.18.4-2+deb11u1) ... [2022-03-09T22:06:16.311Z] #38 48.62 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-09T22:06:16.773Z] #19 59.98 Reading package lists... [2022-03-09T22:06:16.881Z] #38 DONE 49.6s [2022-03-09T22:06:16.881Z] [2022-03-09T22:06:16.881Z] #39 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-03-09T22:06:16.881Z] #39 sha256:4ed99d3eca82a948c879629680040bb98348b74fb1fd96e9e49d1dbe66b9ac83 [2022-03-09T22:06:17.142Z] #39 DONE 0.1s [2022-03-09T22:06:17.142Z] [2022-03-09T22:06:17.142Z] #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-09T22:06:17.142Z] #40 sha256:661309ecf21f0da29cc36b671c197eae98193e413591ccb0cc91179566aa17a0 [2022-03-09T22:06:17.710Z] #19 69.35 Building dependency tree... [2022-03-09T22:06:18.040Z] #43 ... [2022-03-09T22:06:18.040Z] [2022-03-09T22:06:18.040Z] #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-09T22:06:18.040Z] #47 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-09T22:06:18.040Z] #47 27.43 Fetched 8510 kB in 22s (388 kB/s) [2022-03-09T22:06:18.040Z] #47 27.43 Reading package lists... [2022-03-09T22:06:18.040Z] #47 34.75 Reading package lists... [2022-03-09T22:06:18.040Z] #47 ... [2022-03-09T22:06:18.040Z] [2022-03-09T22:06:18.040Z] #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-09T22:06:18.040Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-09T22:06:18.040Z] #14 29.20 Reading package lists... [2022-03-09T22:06:18.606Z] #14 37.09 Building dependency tree... [2022-03-09T22:06:18.606Z] #14 ... [2022-03-09T22:06:18.606Z] [2022-03-09T22:06:18.606Z] #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-09T22:06:18.606Z] #58 sha256:17a1712948a1ab19d9c3c60f4a8ea087cd708e0a6731076282664644d0d48f4e [2022-03-09T22:06:18.606Z] #58 20.67 Reading package lists... [2022-03-09T22:06:18.606Z] #58 29.14 Reading package lists... [2022-03-09T22:06:18.606Z] #58 36.69 Building dependency tree... [2022-03-09T22:06:18.863Z] #58 ... [2022-03-09T22:06:18.863Z] [2022-03-09T22:06:18.863Z] #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-09T22:06:18.863Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-09T22:06:18.864Z] #14 37.09 Building dependency tree... [2022-03-09T22:06:18.891Z] #63 ... [2022-03-09T22:06:18.891Z] [2022-03-09T22:06:18.891Z] #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-09T22:06:18.891Z] #14 sha256:6b2cc1b0c2d83e7729273911d50139e728f8218ae589b99e56a7a2c5acb8e969 [2022-03-09T22:06:18.891Z] #14 79.43 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-03-09T22:06:18.891Z] #14 79.43 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_arm64.deb ... [2022-03-09T22:06:18.891Z] #14 79.44 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-09T22:06:18.891Z] #14 84.61 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-03-09T22:06:18.891Z] #14 84.62 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-03-09T22:06:18.891Z] #14 84.79 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-03-09T22:06:18.891Z] #14 85.42 Selecting previously unselected package libapparmor1:arm64. [2022-03-09T22:06:18.891Z] #14 85.42 Preparing to unpack .../15-libapparmor1_2.13.6-10_arm64.deb ... [2022-03-09T22:06:18.891Z] #14 85.44 Unpacking libapparmor1:arm64 (2.13.6-10) ... [2022-03-09T22:06:18.891Z] #14 85.65 Selecting previously unselected package libapparmor-dev:arm64. [2022-03-09T22:06:18.891Z] #14 85.65 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_arm64.deb ... [2022-03-09T22:06:18.891Z] #14 85.66 Unpacking libapparmor-dev:arm64 (2.13.6-10) ... [2022-03-09T22:06:18.891Z] #14 86.30 Selecting previously unselected package libbtrfs0:arm64. [2022-03-09T22:06:18.891Z] #14 86.30 Preparing to unpack .../17-libbtrfs0_5.10.1-2_arm64.deb ... [2022-03-09T22:06:18.891Z] #14 86.34 Unpacking libbtrfs0:arm64 (5.10.1-2) ... [2022-03-09T22:06:19.068Z] #40 ... [2022-03-09T22:06:19.068Z] [2022-03-09T22:06:19.068Z] #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-09T22:06:19.068Z] #47 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-09T22:06:19.068Z] #47 48.41 Setting up criu (3.16.1-3) ... [2022-03-09T22:06:19.068Z] #47 50.81 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-09T22:06:19.068Z] #47 DONE 51.3s [2022-03-09T22:06:19.068Z] [2022-03-09T22:06:19.068Z] #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-09T22:06:19.068Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-09T22:06:19.068Z] #51 48.40 go: downloading github.com/prometheus/client_golang v1.7.1 [2022-03-09T22:06:19.068Z] #51 48.82 go: downloading github.com/prometheus/client_model v0.2.0 [2022-03-09T22:06:19.068Z] #51 48.90 go: downloading github.com/google/go-cmp v0.5.6 [2022-03-09T22:06:19.068Z] #51 49.27 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2022-03-09T22:06:19.068Z] #51 49.30 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af [2022-03-09T22:06:19.068Z] #51 49.31 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2022-03-09T22:06:19.068Z] #51 49.48 go: downloading github.com/beorn7/perks v1.0.1 [2022-03-09T22:06:19.068Z] #51 49.48 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-03-09T22:06:19.068Z] #51 49.52 go: downloading github.com/cespare/xxhash v1.1.0 [2022-03-09T22:06:19.068Z] #51 49.53 go: downloading github.com/golang/protobuf v1.5.2 [2022-03-09T22:06:19.068Z] #51 49.81 go: downloading github.com/prometheus/common v0.10.0 [2022-03-09T22:06:19.068Z] #51 50.05 go: downloading github.com/prometheus/procfs v0.6.0 [2022-03-09T22:06:19.068Z] #51 50.07 go: downloading github.com/mattn/go-runewidth v0.0.9 [2022-03-09T22:06:19.068Z] #51 50.14 go: downloading google.golang.org/protobuf v1.27.1 [2022-03-09T22:06:19.156Z] #14 ... [2022-03-09T22:06:19.156Z] [2022-03-09T22:06:19.156Z] #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-09T22:06:19.156Z] #63 sha256:aac82c225cd199d52df6b8d08e9e25b097e08ddd51ea3108676655db0fc86a56 [2022-03-09T22:06:19.156Z] #63 DONE 86.1s [2022-03-09T22:06:19.156Z] [2022-03-09T22:06:19.156Z] #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-09T22:06:19.156Z] #14 sha256:6b2cc1b0c2d83e7729273911d50139e728f8218ae589b99e56a7a2c5acb8e969 [2022-03-09T22:06:19.156Z] #14 86.54 Selecting previously unselected package libbtrfs-dev:arm64. [2022-03-09T22:06:19.156Z] #14 86.54 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_arm64.deb ... [2022-03-09T22:06:19.156Z] #14 86.55 Unpacking libbtrfs-dev:arm64 (5.10.1-2) ... [2022-03-09T22:06:19.156Z] #14 ... [2022-03-09T22:06:19.156Z] [2022-03-09T22:06:19.156Z] #64 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-03-09T22:06:19.156Z] #64 sha256:978ed5656309f65c8e2056d84c5488b246fff4ab1f2b87db55c156dcb8403a6e [2022-03-09T22:06:19.331Z] #51 51.99 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2022-03-09T22:06:19.416Z] #64 DONE 0.1s [2022-03-09T22:06:19.416Z] [2022-03-09T22:06:19.416Z] #65 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-03-09T22:06:19.416Z] #65 sha256:bcb12fd38f21961eea2a9d15de2aff79ffa777731358d7232e4bc40d2f3a480d [2022-03-09T22:06:19.416Z] #65 DONE 0.1s [2022-03-09T22:06:19.416Z] [2022-03-09T22:06:19.416Z] #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-09T22:06:19.416Z] #14 sha256:6b2cc1b0c2d83e7729273911d50139e728f8218ae589b99e56a7a2c5acb8e969 [2022-03-09T22:06:19.416Z] #14 86.77 Selecting previously unselected package libdevmapper-event1.02.1:arm64. [2022-03-09T22:06:19.416Z] #14 86.78 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_arm64.deb ... [2022-03-09T22:06:19.416Z] #14 86.79 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ... [2022-03-09T22:06:19.416Z] #14 86.87 Selecting previously unselected package libudev-dev:arm64. [2022-03-09T22:06:19.676Z] #14 86.87 Preparing to unpack .../20-libudev-dev_247.3-6_arm64.deb ... [2022-03-09T22:06:19.676Z] #14 86.89 Unpacking libudev-dev:arm64 (247.3-6) ... [2022-03-09T22:06:19.676Z] #14 87.01 Selecting previously unselected package libsepol1-dev:arm64. [2022-03-09T22:06:19.676Z] #14 87.02 Preparing to unpack .../21-libsepol1-dev_3.1-1_arm64.deb ... [2022-03-09T22:06:19.676Z] #14 87.03 Unpacking libsepol1-dev:arm64 (3.1-1) ... [2022-03-09T22:06:20.249Z] #14 87.48 Selecting previously unselected package libpcre2-16-0:arm64. [2022-03-09T22:06:20.249Z] #14 87.49 Preparing to unpack .../22-libpcre2-16-0_10.36-2_arm64.deb ... [2022-03-09T22:06:20.249Z] #14 87.50 Unpacking libpcre2-16-0:arm64 (10.36-2) ... [2022-03-09T22:06:20.249Z] #14 87.68 Selecting previously unselected package libpcre2-32-0:arm64. [2022-03-09T22:06:20.249Z] #14 87.69 Preparing to unpack .../23-libpcre2-32-0_10.36-2_arm64.deb ... [2022-03-09T22:06:20.249Z] #14 87.70 Unpacking libpcre2-32-0:arm64 (10.36-2) ... [2022-03-09T22:06:20.329Z] #19 73.90 The following additional packages will be installed: [2022-03-09T22:06:20.329Z] #19 73.90 binutils-aarch64-linux-gnu binutils-arm-linux-gnueabi [2022-03-09T22:06:20.329Z] #19 73.90 binutils-arm-linux-gnueabihf binutils-powerpc64le-linux-gnu [2022-03-09T22:06:20.329Z] #19 73.90 binutils-s390x-linux-gnu bzip2 cpp-10-aarch64-linux-gnu [2022-03-09T22:06:20.329Z] #19 73.90 cpp-10-arm-linux-gnueabi cpp-10-arm-linux-gnueabihf [2022-03-09T22:06:20.329Z] #19 73.90 cpp-10-powerpc64le-linux-gnu cpp-10-s390x-linux-gnu cpp-aarch64-linux-gnu [2022-03-09T22:06:20.329Z] #19 73.90 cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf cpp-powerpc64le-linux-gnu [2022-03-09T22:06:20.329Z] #19 73.90 cpp-s390x-linux-gnu cross-config dpkg-cross dpkg-dev file [2022-03-09T22:06:20.329Z] #19 73.90 g++-10-aarch64-linux-gnu g++-10-arm-linux-gnueabi g++-10-arm-linux-gnueabihf [2022-03-09T22:06:20.329Z] #19 73.90 g++-10-powerpc64le-linux-gnu g++-10-s390x-linux-gnu g++-aarch64-linux-gnu [2022-03-09T22:06:20.329Z] #19 73.90 g++-arm-linux-gnueabi g++-arm-linux-gnueabihf g++-powerpc64le-linux-gnu [2022-03-09T22:06:20.329Z] #19 73.91 g++-s390x-linux-gnu gcc-10-aarch64-linux-gnu gcc-10-aarch64-linux-gnu-base [2022-03-09T22:06:20.329Z] #19 73.91 gcc-10-arm-linux-gnueabi gcc-10-arm-linux-gnueabi-base [2022-03-09T22:06:20.329Z] #19 73.91 gcc-10-arm-linux-gnueabihf gcc-10-arm-linux-gnueabihf-base gcc-10-cross-base [2022-03-09T22:06:20.329Z] #19 73.91 gcc-10-powerpc64le-linux-gnu gcc-10-powerpc64le-linux-gnu-base [2022-03-09T22:06:20.329Z] #19 73.91 gcc-10-s390x-linux-gnu gcc-10-s390x-linux-gnu-base gcc-aarch64-linux-gnu [2022-03-09T22:06:20.329Z] #19 73.91 gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf gcc-powerpc64le-linux-gnu [2022-03-09T22:06:20.329Z] #19 73.91 gcc-s390x-linux-gnu libasan6-arm64-cross libasan6-armel-cross [2022-03-09T22:06:20.329Z] #19 73.91 libasan6-armhf-cross libasan6-ppc64el-cross libasan6-s390x-cross [2022-03-09T22:06:20.329Z] #19 73.91 libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross [2022-03-09T22:06:20.329Z] #19 73.91 libatomic1-ppc64el-cross libatomic1-s390x-cross libc6-arm64-cross [2022-03-09T22:06:20.329Z] #19 73.91 libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross [2022-03-09T22:06:20.329Z] #19 73.91 libc6-dev-armel-cross libc6-dev-armhf-cross libc6-dev-ppc64el-cross [2022-03-09T22:06:20.329Z] #19 73.91 libc6-dev-s390x-cross libc6-ppc64el-cross libc6-s390x-cross [2022-03-09T22:06:20.329Z] #19 73.92 libconfig-auto-perl libconfig-inifiles-perl libdebian-dpkgcross-perl [2022-03-09T22:06:20.329Z] #19 73.92 libfile-homedir-perl libfile-which-perl libgcc-10-dev-arm64-cross [2022-03-09T22:06:20.329Z] #19 73.92 libgcc-10-dev-armel-cross libgcc-10-dev-armhf-cross [2022-03-09T22:06:20.329Z] #19 73.92 libgcc-10-dev-ppc64el-cross libgcc-10-dev-s390x-cross libgcc-s1-arm64-cross [2022-03-09T22:06:20.329Z] #19 73.92 libgcc-s1-armel-cross libgcc-s1-armhf-cross libgcc-s1-ppc64el-cross [2022-03-09T22:06:20.329Z] #19 73.92 libgcc-s1-s390x-cross libgomp1-arm64-cross libgomp1-armel-cross [2022-03-09T22:06:20.329Z] #19 73.92 libgomp1-armhf-cross libgomp1-ppc64el-cross libgomp1-s390x-cross libicu67 [2022-03-09T22:06:20.329Z] #19 73.92 libio-string-perl libitm1-arm64-cross libitm1-ppc64el-cross [2022-03-09T22:06:20.329Z] #19 73.92 libitm1-s390x-cross liblocale-gettext-perl liblsan0-arm64-cross [2022-03-09T22:06:20.329Z] #19 73.92 liblsan0-ppc64el-cross libmagic-mgc libmagic1 libquadmath0-ppc64el-cross [2022-03-09T22:06:20.329Z] #19 73.92 libstdc++-10-dev-arm64-cross libstdc++-10-dev-armel-cross [2022-03-09T22:06:20.329Z] #19 73.92 libstdc++-10-dev-armhf-cross libstdc++-10-dev-ppc64el-cross [2022-03-09T22:06:20.329Z] #19 73.92 libstdc++-10-dev-s390x-cross libstdc++6-arm64-cross libstdc++6-armel-cross [2022-03-09T22:06:20.329Z] #19 73.92 libstdc++6-armhf-cross libstdc++6-ppc64el-cross libstdc++6-s390x-cross [2022-03-09T22:06:20.329Z] #19 73.92 libtsan0-arm64-cross libtsan0-ppc64el-cross libubsan1-arm64-cross [2022-03-09T22:06:20.329Z] #19 73.92 libubsan1-armel-cross libubsan1-armhf-cross libubsan1-ppc64el-cross [2022-03-09T22:06:20.329Z] #19 73.92 libubsan1-s390x-cross libxml-libxml-perl libxml-namespacesupport-perl [2022-03-09T22:06:20.329Z] #19 73.92 libxml-sax-base-perl libxml-sax-perl libxml-simple-perl libxml2 libyaml-perl [2022-03-09T22:06:20.329Z] #19 73.93 linux-libc-dev-arm64-cross linux-libc-dev-armel-cross [2022-03-09T22:06:20.329Z] #19 73.93 linux-libc-dev-armhf-cross linux-libc-dev-ppc64el-cross [2022-03-09T22:06:20.329Z] #19 73.93 linux-libc-dev-s390x-cross patch xz-utils [2022-03-09T22:06:20.329Z] #19 73.96 Suggested packages: [2022-03-09T22:06:20.329Z] #19 73.97 binutils-doc bzip2-doc gcc-10-locales cpp-doc binutils-multiarch [2022-03-09T22:06:20.329Z] #19 73.97 debian-keyring gcc-10-doc g++-10-multilib-s390x-linux-gnu [2022-03-09T22:06:20.329Z] #19 73.97 gcc-10-multilib-s390x-linux-gnu manpages-dev autoconf automake libtool flex [2022-03-09T22:06:20.329Z] #19 73.97 bison gdb-aarch64-linux-gnu gcc-doc gdb-arm-linux-gnueabi [2022-03-09T22:06:20.329Z] #19 73.97 gdb-arm-linux-gnueabihf gdb-powerpc64le-linux-gnu gdb-s390x-linux-gnu [2022-03-09T22:06:20.329Z] #19 73.97 libyaml-shell-perl ed diffutils-doc [2022-03-09T22:06:20.329Z] #19 73.97 Recommended packages: [2022-03-09T22:06:20.329Z] #19 73.97 fakeroot build-essential libalgorithm-merge-perl libwww-perl [2022-03-09T22:06:20.329Z] #19 73.97 libxml-sax-expat-perl libyaml-libyaml-perl | libyaml-syck-perl [2022-03-09T22:06:20.510Z] #14 87.80 Selecting previously unselected package libpcre2-posix2:arm64. [2022-03-09T22:06:20.510Z] #14 87.80 Preparing to unpack .../24-libpcre2-posix2_10.36-2_arm64.deb ... [2022-03-09T22:06:20.510Z] #14 87.82 Unpacking libpcre2-posix2:arm64 (10.36-2) ... [2022-03-09T22:06:20.510Z] #14 87.91 Selecting previously unselected package libpcre2-dev:arm64. [2022-03-09T22:06:20.510Z] #14 87.92 Preparing to unpack .../25-libpcre2-dev_10.36-2_arm64.deb ... [2022-03-09T22:06:20.510Z] #14 87.92 Unpacking libpcre2-dev:arm64 (10.36-2) ... [2022-03-09T22:06:21.087Z] #14 88.20 Selecting previously unselected package libselinux1-dev:arm64. [2022-03-09T22:06:21.087Z] #14 88.22 Preparing to unpack .../26-libselinux1-dev_3.1-3_arm64.deb ... [2022-03-09T22:06:21.087Z] #14 88.23 Unpacking libselinux1-dev:arm64 (3.1-3) ... [2022-03-09T22:06:21.087Z] #14 88.41 Selecting previously unselected package libdevmapper-dev:arm64. [2022-03-09T22:06:21.087Z] #14 88.42 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_arm64.deb ... [2022-03-09T22:06:21.087Z] #14 88.42 Unpacking libdevmapper-dev:arm64 (2:1.02.175-2.1) ... [2022-03-09T22:06:21.214Z] #47 34.71 Reading package lists... [2022-03-09T22:06:21.214Z] #47 ... [2022-03-09T22:06:21.214Z] [2022-03-09T22:06:21.214Z] #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-09T22:06:21.214Z] #38 sha256:e5cbd602869136911dd6a99bdd9a40d0507fbcc4294df9c42cbc6740a37cb7ab [2022-03-09T22:06:21.214Z] #38 32.84 Reading package lists... [2022-03-09T22:06:21.377Z] #14 88.49 Selecting previously unselected package libseccomp-dev:arm64. [2022-03-09T22:06:21.377Z] #14 88.52 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ... [2022-03-09T22:06:21.377Z] #14 88.52 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2022-03-09T22:06:21.377Z] #14 88.59 Selecting previously unselected package libsystemd-dev:arm64. [2022-03-09T22:06:21.377Z] #14 88.63 Preparing to unpack .../29-libsystemd-dev_247.3-6_arm64.deb ... [2022-03-09T22:06:21.377Z] #14 88.64 Unpacking libsystemd-dev:arm64 (247.3-6) ... [2022-03-09T22:06:21.640Z] #14 89.07 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2022-03-09T22:06:21.640Z] #14 89.09 Setting up libapparmor1:arm64 (2.13.6-10) ... [2022-03-09T22:06:21.640Z] #14 89.10 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-03-09T22:06:21.640Z] #14 89.12 Setting up libsepol1-dev:arm64 (3.1-1) ... [2022-03-09T22:06:21.640Z] #14 89.13 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-03-09T22:06:21.640Z] #14 89.15 Setting up libpcre2-16-0:arm64 (10.36-2) ... [2022-03-09T22:06:21.640Z] #14 89.16 Setting up libbtrfs0:arm64 (5.10.1-2) ... [2022-03-09T22:06:21.902Z] #14 89.18 Setting up libpcre2-32-0:arm64 (10.36-2) ... [2022-03-09T22:06:21.902Z] #14 89.20 Setting up libudev-dev:arm64 (247.3-6) ... [2022-03-09T22:06:21.902Z] #14 89.24 Setting up libpcre2-posix2:arm64 (10.36-2) ... [2022-03-09T22:06:21.902Z] #14 89.30 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-03-09T22:06:21.902Z] #14 89.34 Setting up libbtrfs-dev:arm64 (5.10.1-2) ... [2022-03-09T22:06:21.903Z] #14 89.36 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-03-09T22:06:21.903Z] #14 89.37 Setting up libapparmor-dev:arm64 (2.13.6-10) ... [2022-03-09T22:06:21.903Z] #14 89.39 Setting up mingw-w64-common (8.0.0-1) ... [2022-03-09T22:06:22.155Z] #14 42.23 The following additional packages will be installed: [2022-03-09T22:06:22.155Z] #14 42.26 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-03-09T22:06:22.155Z] #14 42.26 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-03-09T22:06:22.155Z] #14 42.26 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-03-09T22:06:22.155Z] #14 42.26 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-03-09T22:06:22.155Z] #14 42.26 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-03-09T22:06:22.155Z] #14 42.26 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-03-09T22:06:22.155Z] #14 42.28 mingw-w64-common mingw-w64-x86-64-dev [2022-03-09T22:06:22.155Z] #14 42.34 Suggested packages: [2022-03-09T22:06:22.155Z] #14 42.34 gcc-10-locales seccomp wine64 [2022-03-09T22:06:22.165Z] #14 89.40 Setting up libsystemd-dev:arm64 (247.3-6) ... [2022-03-09T22:06:22.165Z] #14 89.41 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-03-09T22:06:22.165Z] #14 89.44 Setting up libpcre2-dev:arm64 (10.36-2) ... [2022-03-09T22:06:22.165Z] #14 89.45 Setting up libselinux1-dev:arm64 (3.1-3) ... [2022-03-09T22:06:22.165Z] #14 89.47 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-03-09T22:06:22.165Z] #14 89.53 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-09T22:06:22.165Z] #14 89.54 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-09T22:06:22.165Z] #14 89.55 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-09T22:06:22.165Z] #14 89.56 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-09T22:06:22.165Z] #14 89.57 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-03-09T22:06:22.165Z] #14 89.59 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-09T22:06:22.165Z] #14 89.60 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-09T22:06:22.165Z] #14 89.61 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-09T22:06:22.165Z] #14 89.63 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-03-09T22:06:22.430Z] #14 89.65 Setting up libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ... [2022-03-09T22:06:22.430Z] #14 89.67 Setting up dmsetup (2:1.02.175-2.1) ... [2022-03-09T22:06:22.430Z] #14 89.68 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ... [2022-03-09T22:06:22.430Z] #14 89.70 Setting up libdevmapper-dev:arm64 (2:1.02.175-2.1) ... [2022-03-09T22:06:22.430Z] #14 89.72 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-09T22:06:22.635Z] #51 ... [2022-03-09T22:06:22.635Z] [2022-03-09T22:06:22.635Z] #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-09T22:06:22.635Z] #40 sha256:661309ecf21f0da29cc36b671c197eae98193e413591ccb0cc91179566aa17a0 [2022-03-09T22:06:22.635Z] #40 3.022 + RM_GOPATH=0 [2022-03-09T22:06:22.635Z] #40 3.022 + TMP_GOPATH= [2022-03-09T22:06:22.635Z] #40 3.022 + : /build [2022-03-09T22:06:22.635Z] #40 3.022 + '[' -z '' ']' [2022-03-09T22:06:22.635Z] #40 3.022 ++ mktemp -d [2022-03-09T22:06:22.635Z] #40 3.023 + export GOPATH=/tmp/tmp.ISuKlNV46f [2022-03-09T22:06:22.635Z] #40 3.023 + GOPATH=/tmp/tmp.ISuKlNV46f [2022-03-09T22:06:22.635Z] #40 3.023 + RM_GOPATH=1 [2022-03-09T22:06:22.635Z] #40 3.023 + case "$(go env GOARCH)" in [2022-03-09T22:06:22.635Z] #40 3.025 ++ go env GOARCH [2022-03-09T22:06:22.635Z] #40 3.083 + export GO_BUILDMODE=-buildmode=pie [2022-03-09T22:06:22.635Z] #40 3.084 + GO_BUILDMODE=-buildmode=pie [2022-03-09T22:06:22.635Z] #40 3.085 ++ dirname /install.sh [2022-03-09T22:06:22.635Z] #40 3.087 + dir=/ [2022-03-09T22:06:22.635Z] #40 3.088 + bin=tini [2022-03-09T22:06:22.635Z] #40 3.089 + shift [2022-03-09T22:06:22.635Z] #40 3.092 + '[' '!' -f //tini.installer ']' [2022-03-09T22:06:22.635Z] #40 3.093 + . //tini.installer [2022-03-09T22:06:22.635Z] #40 3.093 ++ : v0.19.0 [2022-03-09T22:06:22.635Z] #40 3.093 + install_tini [2022-03-09T22:06:22.635Z] #40 3.093 + echo 'Install tini version v0.19.0' [2022-03-09T22:06:22.635Z] #40 3.093 Install tini version v0.19.0 [2022-03-09T22:06:22.635Z] #40 3.095 + git clone https://github.com/krallin/tini.git /tmp/tmp.ISuKlNV46f/tini [2022-03-09T22:06:22.635Z] #40 3.104 Cloning into '/tmp/tmp.ISuKlNV46f/tini'... [2022-03-09T22:06:22.635Z] #40 4.198 + cd /tmp/tmp.ISuKlNV46f/tini [2022-03-09T22:06:22.635Z] #40 4.198 + git checkout -q v0.19.0 [2022-03-09T22:06:22.635Z] #40 4.218 + cmake . [2022-03-09T22:06:22.635Z] #40 4.643 -- The C compiler identification is GNU 10.2.1 [2022-03-09T22:06:22.635Z] #40 4.701 -- Detecting C compiler ABI info [2022-03-09T22:06:22.635Z] #40 5.385 -- Detecting C compiler ABI info - done [2022-03-09T22:06:22.635Z] #40 5.515 -- Check for working C compiler: /usr/bin/cc - skipped [2022-03-09T22:06:22.635Z] #40 5.528 -- Detecting C compile features [2022-03-09T22:06:22.635Z] #40 5.529 -- Detecting C compile features - done [2022-03-09T22:06:22.635Z] #40 5.576 -- Performing Test HAS_BUILTIN_FORTIFY [2022-03-09T22:06:22.635Z] #40 5.753 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-03-09T22:06:22.692Z] #14 DONE 90.1s [2022-03-09T22:06:22.692Z] [2022-03-09T22:06:22.692Z] #55 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-03-09T22:06:22.692Z] #55 sha256:8a3b8b80f03fe493b9e1731c0e7e1ed79273c7d945dd55c19f7d77a7d0f05df4 [2022-03-09T22:06:22.895Z] #40 5.858 -- Configuring done [2022-03-09T22:06:22.895Z] #40 5.901 -- Generating done [2022-03-09T22:06:22.953Z] #55 DONE 0.2s [2022-03-09T22:06:22.954Z] [2022-03-09T22:06:22.954Z] #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-09T22:06:22.954Z] #56 sha256:2664cf1f96712ef139bb642dd0f6258917a43ceb31dbc6c145367fc90d272071 [2022-03-09T22:06:23.094Z] #14 ... [2022-03-09T22:06:23.094Z] [2022-03-09T22:06:23.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-09T22:06:23.094Z] #38 sha256:e5cbd602869136911dd6a99bdd9a40d0507fbcc4294df9c42cbc6740a37cb7ab [2022-03-09T22:06:23.094Z] #38 25.69 Reading package lists... [2022-03-09T22:06:23.094Z] #38 33.34 Reading package lists... [2022-03-09T22:06:23.094Z] #38 40.95 Building dependency tree... [2022-03-09T22:06:23.094Z] #38 ... [2022-03-09T22:06:23.094Z] [2022-03-09T22:06:23.094Z] #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-09T22:06:23.094Z] #47 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-09T22:06:23.094Z] #47 34.75 Reading package lists... [2022-03-09T22:06:23.126Z] #38 40.34 Building dependency tree... [2022-03-09T22:06:23.155Z] #40 5.909 -- Build files have been written to: /tmp/tmp.ISuKlNV46f/tini [2022-03-09T22:06:23.155Z] #40 5.932 + make tini-static [2022-03-09T22:06:23.415Z] #40 6.256 Scanning dependencies of target tini-static [2022-03-09T22:06:23.415Z] #40 6.371 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-03-09T22:06:23.534Z] #56 0.718 + RM_GOPATH=0 [2022-03-09T22:06:23.534Z] #56 0.718 + TMP_GOPATH= [2022-03-09T22:06:23.534Z] #56 0.718 + : /build [2022-03-09T22:06:23.615Z] #19 77.41 The following NEW packages will be installed: [2022-03-09T22:06:23.615Z] #19 77.42 binutils-aarch64-linux-gnu binutils-arm-linux-gnueabi [2022-03-09T22:06:23.615Z] #19 77.42 binutils-arm-linux-gnueabihf binutils-powerpc64le-linux-gnu [2022-03-09T22:06:23.615Z] #19 77.42 binutils-s390x-linux-gnu bzip2 cpp-10-aarch64-linux-gnu [2022-03-09T22:06:23.615Z] #19 77.42 cpp-10-arm-linux-gnueabi cpp-10-arm-linux-gnueabihf [2022-03-09T22:06:23.615Z] #19 77.42 cpp-10-powerpc64le-linux-gnu cpp-10-s390x-linux-gnu cpp-aarch64-linux-gnu [2022-03-09T22:06:23.615Z] #19 77.42 cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf cpp-powerpc64le-linux-gnu [2022-03-09T22:06:23.615Z] #19 77.42 cpp-s390x-linux-gnu cross-config crossbuild-essential-arm64 [2022-03-09T22:06:23.615Z] #19 77.42 crossbuild-essential-armel crossbuild-essential-armhf [2022-03-09T22:06:23.615Z] #19 77.42 crossbuild-essential-ppc64el crossbuild-essential-s390x dpkg-cross dpkg-dev [2022-03-09T22:06:23.615Z] #19 77.42 file g++-10-aarch64-linux-gnu g++-10-arm-linux-gnueabi [2022-03-09T22:06:23.615Z] #19 77.42 g++-10-arm-linux-gnueabihf g++-10-powerpc64le-linux-gnu [2022-03-09T22:06:23.615Z] #19 77.42 g++-10-s390x-linux-gnu g++-aarch64-linux-gnu g++-arm-linux-gnueabi [2022-03-09T22:06:23.615Z] #19 77.42 g++-arm-linux-gnueabihf g++-powerpc64le-linux-gnu g++-s390x-linux-gnu [2022-03-09T22:06:23.615Z] #19 77.42 gcc-10-aarch64-linux-gnu gcc-10-aarch64-linux-gnu-base [2022-03-09T22:06:23.615Z] #19 77.42 gcc-10-arm-linux-gnueabi gcc-10-arm-linux-gnueabi-base [2022-03-09T22:06:23.615Z] #19 77.42 gcc-10-arm-linux-gnueabihf gcc-10-arm-linux-gnueabihf-base gcc-10-cross-base [2022-03-09T22:06:23.615Z] #19 77.42 gcc-10-powerpc64le-linux-gnu gcc-10-powerpc64le-linux-gnu-base [2022-03-09T22:06:23.615Z] #19 77.42 gcc-10-s390x-linux-gnu gcc-10-s390x-linux-gnu-base gcc-aarch64-linux-gnu [2022-03-09T22:06:23.615Z] #19 77.42 gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf gcc-powerpc64le-linux-gnu [2022-03-09T22:06:23.615Z] #19 77.42 gcc-s390x-linux-gnu libasan6-arm64-cross libasan6-armel-cross [2022-03-09T22:06:23.615Z] #19 77.42 libasan6-armhf-cross libasan6-ppc64el-cross libasan6-s390x-cross [2022-03-09T22:06:23.615Z] #19 77.42 libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross [2022-03-09T22:06:23.615Z] #19 77.42 libatomic1-ppc64el-cross libatomic1-s390x-cross libc6-arm64-cross [2022-03-09T22:06:23.615Z] #19 77.42 libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross [2022-03-09T22:06:23.615Z] #19 77.42 libc6-dev-armel-cross libc6-dev-armhf-cross libc6-dev-ppc64el-cross [2022-03-09T22:06:23.615Z] #19 77.42 libc6-dev-s390x-cross libc6-ppc64el-cross libc6-s390x-cross [2022-03-09T22:06:23.615Z] #19 77.42 libconfig-auto-perl libconfig-inifiles-perl libdebian-dpkgcross-perl [2022-03-09T22:06:23.615Z] #19 77.42 libfile-homedir-perl libfile-which-perl libgcc-10-dev-arm64-cross [2022-03-09T22:06:23.615Z] #19 77.42 libgcc-10-dev-armel-cross libgcc-10-dev-armhf-cross [2022-03-09T22:06:23.615Z] #19 77.42 libgcc-10-dev-ppc64el-cross libgcc-10-dev-s390x-cross libgcc-s1-arm64-cross [2022-03-09T22:06:23.615Z] #19 77.42 libgcc-s1-armel-cross libgcc-s1-armhf-cross libgcc-s1-ppc64el-cross [2022-03-09T22:06:23.615Z] #19 77.42 libgcc-s1-s390x-cross libgomp1-arm64-cross libgomp1-armel-cross [2022-03-09T22:06:23.615Z] #19 77.42 libgomp1-armhf-cross libgomp1-ppc64el-cross libgomp1-s390x-cross libicu67 [2022-03-09T22:06:23.615Z] #19 77.42 libio-string-perl libitm1-arm64-cross libitm1-ppc64el-cross [2022-03-09T22:06:23.615Z] #19 77.43 libitm1-s390x-cross liblocale-gettext-perl liblsan0-arm64-cross [2022-03-09T22:06:23.615Z] #19 77.43 liblsan0-ppc64el-cross libmagic-mgc libmagic1 libquadmath0-ppc64el-cross [2022-03-09T22:06:23.615Z] #19 77.43 libstdc++-10-dev-arm64-cross libstdc++-10-dev-armel-cross [2022-03-09T22:06:23.615Z] #19 77.43 libstdc++-10-dev-armhf-cross libstdc++-10-dev-ppc64el-cross [2022-03-09T22:06:23.615Z] #19 77.43 libstdc++-10-dev-s390x-cross libstdc++6-arm64-cross libstdc++6-armel-cross [2022-03-09T22:06:23.615Z] #19 77.43 libstdc++6-armhf-cross libstdc++6-ppc64el-cross libstdc++6-s390x-cross [2022-03-09T22:06:23.615Z] #19 77.43 libtsan0-arm64-cross libtsan0-ppc64el-cross libubsan1-arm64-cross [2022-03-09T22:06:23.615Z] #19 77.43 libubsan1-armel-cross libubsan1-armhf-cross libubsan1-ppc64el-cross [2022-03-09T22:06:23.615Z] #19 77.44 libubsan1-s390x-cross libxml-libxml-perl libxml-namespacesupport-perl [2022-03-09T22:06:23.615Z] #19 77.44 libxml-sax-base-perl libxml-sax-perl libxml-simple-perl libxml2 libyaml-perl [2022-03-09T22:06:23.615Z] #19 77.44 linux-libc-dev-arm64-cross linux-libc-dev-armel-cross [2022-03-09T22:06:23.615Z] #19 77.44 linux-libc-dev-armhf-cross linux-libc-dev-ppc64el-cross [2022-03-09T22:06:23.615Z] #19 77.44 linux-libc-dev-s390x-cross patch xz-utils [2022-03-09T22:06:23.675Z] #40 ... [2022-03-09T22:06:23.675Z] [2022-03-09T22:06:23.675Z] #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-09T22:06:23.675Z] #49 sha256:d6e75598c47eb2854ce9867f0ec88a37b6431f473d93d817a33a33011fbf05a2 [2022-03-09T22:06:23.675Z] #49 55.79 gotestsum version dev [2022-03-09T22:06:23.675Z] #49 DONE 56.4s [2022-03-09T22:06:23.796Z] #56 ... [2022-03-09T22:06:23.796Z] [2022-03-09T22:06:23.796Z] #15 [dev-systemd-false 1/24] RUN groupadd -r docker [2022-03-09T22:06:23.796Z] #15 sha256:9fcee72a13afdc64193673faad22cfc8d635840bd59b8c3a85761ebc70bcc3c3 [2022-03-09T22:06:23.796Z] #15 DONE 1.0s [2022-03-09T22:06:23.796Z] [2022-03-09T22:06:23.796Z] #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-09T22:06:23.796Z] #56 sha256:2664cf1f96712ef139bb642dd0f6258917a43ceb31dbc6c145367fc90d272071 [2022-03-09T22:06:23.796Z] #56 0.718 + '[' -z '' ']' [2022-03-09T22:06:23.796Z] #56 0.718 ++ mktemp -d [2022-03-09T22:06:23.796Z] #56 0.720 + export GOPATH=/tmp/tmp.SmrTK0eSyC [2022-03-09T22:06:23.796Z] #56 0.720 + GOPATH=/tmp/tmp.SmrTK0eSyC [2022-03-09T22:06:23.796Z] #56 0.720 + RM_GOPATH=1 [2022-03-09T22:06:23.796Z] #56 0.720 + case "$(go env GOARCH)" in [2022-03-09T22:06:23.796Z] #56 0.721 ++ go env GOARCH [2022-03-09T22:06:23.796Z] #56 0.733 + export GO_BUILDMODE=-buildmode=pie [2022-03-09T22:06:23.796Z] #56 0.733 + GO_BUILDMODE=-buildmode=pie [2022-03-09T22:06:23.797Z] #56 0.733 ++ dirname /install.sh [2022-03-09T22:06:23.797Z] #56 0.734 + dir=/ [2022-03-09T22:06:23.797Z] #56 0.734 + bin=runc [2022-03-09T22:06:23.797Z] #56 0.734 + shift [2022-03-09T22:06:23.797Z] #56 0.734 + '[' '!' -f //runc.installer ']' [2022-03-09T22:06:23.797Z] #56 0.734 + . //runc.installer [2022-03-09T22:06:23.797Z] #56 0.734 ++ set -e [2022-03-09T22:06:23.797Z] #56 0.734 ++ : v1.1.0 [2022-03-09T22:06:23.797Z] #56 0.734 + install_runc [2022-03-09T22:06:23.797Z] #56 0.734 + RUNC_BUILDTAGS=seccomp [2022-03-09T22:06:23.797Z] #56 0.734 + echo 'Install runc version v1.1.0 (build tags: seccomp)' [2022-03-09T22:06:23.797Z] #56 0.734 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.SmrTK0eSyC/src/github.com/opencontainers/runc [2022-03-09T22:06:23.797Z] #56 0.734 Install runc version v1.1.0 (build tags: seccomp) [2022-03-09T22:06:23.797Z] #56 0.735 Cloning into '/tmp/tmp.SmrTK0eSyC/src/github.com/opencontainers/runc'... [2022-03-09T22:06:23.875Z] #19 77.84 0 upgraded, 133 newly installed, 0 to remove and 1 not upgraded. [2022-03-09T22:06:23.875Z] #19 77.84 Need to get 787 MB of archives. [2022-03-09T22:06:23.875Z] #19 77.84 After this operation, 3385 MB of additional disk space will be used. [2022-03-09T22:06:23.875Z] #19 77.84 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-09T22:06:23.875Z] #19 77.85 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-03-09T22:06:23.875Z] #19 77.85 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic-mgc amd64 1:5.39-3 [273 kB] [2022-03-09T22:06:23.875Z] #19 77.85 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic1 amd64 1:5.39-3 [126 kB] [2022-03-09T22:06:23.875Z] #19 77.86 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 file amd64 1:5.39-3 [69.1 kB] [2022-03-09T22:06:23.875Z] #19 77.86 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2 [220 kB] [2022-03-09T22:06:23.875Z] #19 77.87 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-09T22:06:23.875Z] #19 77.94 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-09T22:06:23.936Z] [2022-03-09T22:06:23.936Z] #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-09T22:06:23.936Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-09T22:06:23.936Z] #14 55.50 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-03-09T22:06:23.936Z] #14 55.50 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-03-09T22:06:23.936Z] #14 55.52 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-03-09T22:06:24.135Z] #19 78.04 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-09T22:06:24.135Z] #19 78.11 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-09T22:06:24.135Z] #19 78.17 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-09T22:06:24.135Z] #19 78.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-09T22:06:24.369Z] #56 ... [2022-03-09T22:06:24.369Z] [2022-03-09T22:06:24.369Z] #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-09T22:06:24.369Z] #16 sha256:0c80225504182bbac7a0e55e8c1aa3859d87336028874264d84ff9fa2df8a46a [2022-03-09T22:06:24.369Z] #16 DONE 0.7s [2022-03-09T22:06:24.395Z] #19 78.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-09T22:06:24.629Z] [2022-03-09T22:06:24.630Z] #17 [dev-systemd-false 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-03-09T22:06:24.630Z] #17 sha256:6d445e17e82a6afd8099c23fd61946d766c1342f7cb9d89c86708f3e96199681 [2022-03-09T22:06:24.891Z] #17 0.547 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-03-09T22:06:25.465Z] #17 DONE 0.9s [2022-03-09T22:06:25.465Z] [2022-03-09T22:06:25.465Z] #18 [dev-systemd-false 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-03-09T22:06:25.465Z] #18 sha256:0be824bad61d5c4f371287ba4ea9564b3a8b3e2fe93d6ace3c834395cc1bdf6d [2022-03-09T22:06:25.634Z] #47 42.83 Building dependency tree... [2022-03-09T22:06:25.667Z] #38 ... [2022-03-09T22:06:25.667Z] [2022-03-09T22:06:25.667Z] #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-09T22:06:25.667Z] #43 sha256:8cd2c7b9899112f5f652fc771a50789fe1c1fae32cb81969d03efa57167cba02 [2022-03-09T22:06:25.667Z] #43 34.34 + 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-09T22:06:25.784Z] #19 79.54 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-09T22:06:25.784Z] #19 79.54 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-09T22:06:25.845Z] #14 ... [2022-03-09T22:06:25.845Z] [2022-03-09T22:06:25.845Z] #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-09T22:06:25.845Z] #40 sha256:661309ecf21f0da29cc36b671c197eae98193e413591ccb0cc91179566aa17a0 [2022-03-09T22:06:25.845Z] #40 7.658 [100%] Linking C executable tini-static [2022-03-09T22:06:25.845Z] #40 8.209 [100%] Built target tini-static [2022-03-09T22:06:25.845Z] #40 8.254 + mkdir -p /build [2022-03-09T22:06:25.845Z] #40 8.254 + cp tini-static /build/docker-init [2022-03-09T22:06:25.845Z] #40 DONE 8.7s [2022-03-09T22:06:25.845Z] [2022-03-09T22:06:25.845Z] #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-09T22:06:25.845Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-09T22:06:25.926Z] #43 ... [2022-03-09T22:06:25.926Z] [2022-03-09T22:06:25.926Z] #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-09T22:06:25.926Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-09T22:06:25.926Z] #51 42.26 go: downloading github.com/gofrs/flock v0.8.1 [2022-03-09T22:06:25.926Z] #51 42.26 go: downloading github.com/fatih/color v1.13.0 [2022-03-09T22:06:25.926Z] #51 42.33 go: downloading github.com/spf13/cobra v1.3.0 [2022-03-09T22:06:25.926Z] #51 42.36 go: downloading github.com/spf13/pflag v1.0.5 [2022-03-09T22:06:25.926Z] #51 42.71 go: downloading github.com/spf13/viper v1.10.1 [2022-03-09T22:06:25.926Z] #51 42.99 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-03-09T22:06:25.926Z] #51 43.25 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da [2022-03-09T22:06:25.926Z] #51 43.25 go: downloading github.com/go-critic/go-critic v0.6.2 [2022-03-09T22:06:26.409Z] #18 DONE 0.8s [2022-03-09T22:06:26.409Z] [2022-03-09T22:06:26.409Z] #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-09T22:06:26.409Z] #26 sha256:f59fffe6f23916bb2b7637e425ad21c793f935d56c0a126a62515f8aa6da3c4f [2022-03-09T22:06:26.409Z] #26 ... [2022-03-09T22:06:26.409Z] [2022-03-09T22:06:26.409Z] #19 [dev-systemd-false 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-03-09T22:06:26.409Z] #19 sha256:0d803f813b44ffe2129290229a5c41393e6d4e3d0bc33dd512d88242a9059d4a [2022-03-09T22:06:26.495Z] #51 45.54 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-03-09T22:06:26.495Z] #51 45.62 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-03-09T22:06:27.014Z] #47 ... [2022-03-09T22:06:27.014Z] [2022-03-09T22:06:27.014Z] #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-09T22:06:27.014Z] #58 sha256:17a1712948a1ab19d9c3c60f4a8ea087cd708e0a6731076282664644d0d48f4e [2022-03-09T22:06:27.014Z] #58 42.11 The following additional packages will be installed: [2022-03-09T22:06:27.014Z] #58 42.11 libbtrfs0 [2022-03-09T22:06:27.014Z] #58 42.57 The following NEW packages will be installed: [2022-03-09T22:06:27.014Z] #58 42.64 libbtrfs-dev libbtrfs0 [2022-03-09T22:06:27.014Z] #58 43.08 0 upgraded, 2 newly installed, 0 to remove and 1 not upgraded. [2022-03-09T22:06:27.014Z] #58 43.08 Need to get 460 kB of archives. [2022-03-09T22:06:27.014Z] #58 43.08 After this operation, 1237 kB of additional disk space will be used. [2022-03-09T22:06:27.014Z] #58 43.08 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-03-09T22:06:27.014Z] #58 43.09 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-03-09T22:06:27.014Z] #58 44.97 debconf: delaying package configuration, since apt-utils is not installed [2022-03-09T22:06:27.014Z] #58 45.45 Fetched 460 kB in 0s (1315 kB/s) [2022-03-09T22:06:27.014Z] #58 45.62 Selecting previously unselected package libbtrfs0:amd64. [2022-03-09T22:06:27.014Z] #58 45.62 (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-09T22:06:27.014Z] #58 45.73 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2022-03-09T22:06:27.014Z] #58 45.78 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-03-09T22:06:27.014Z] #58 46.04 Selecting previously unselected package libbtrfs-dev:amd64. [2022-03-09T22:06:27.014Z] #58 46.04 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-03-09T22:06:27.014Z] #58 46.05 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-09T22:06:27.014Z] #58 46.61 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-03-09T22:06:27.014Z] #58 46.65 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-09T22:06:27.014Z] #58 46.66 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-09T22:06:27.014Z] #58 DONE 47.1s [2022-03-09T22:06:27.067Z] #51 ... [2022-03-09T22:06:27.067Z] [2022-03-09T22:06:27.067Z] #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-09T22:06:27.067Z] #53 sha256:6dd8ff98f3953af4790562a2c0cc846740a3d37349fa5a08e644cfca8188eab3 [2022-03-09T22:06:27.067Z] #53 46.02 v3.0.2 [2022-03-09T22:06:27.067Z] #53 DONE 46.1s [2022-03-09T22:06:27.067Z] [2022-03-09T22:06:27.067Z] #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-09T22:06:27.067Z] #38 sha256:e5cbd602869136911dd6a99bdd9a40d0507fbcc4294df9c42cbc6740a37cb7ab [2022-03-09T22:06:27.067Z] #38 46.18 The following additional packages will be installed: [2022-03-09T22:06:27.067Z] #38 46.23 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2022-03-09T22:06:27.067Z] #38 46.23 Suggested packages: [2022-03-09T22:06:27.067Z] #38 46.23 cmake-doc ninja-build lrzip [2022-03-09T22:06:27.067Z] #38 46.23 Recommended packages: [2022-03-09T22:06:27.067Z] #38 46.23 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-03-09T22:06:27.164Z] #19 80.96 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-09T22:06:27.164Z] #19 80.97 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-09T22:06:27.274Z] [2022-03-09T22:06:27.274Z] #59 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-03-09T22:06:27.274Z] #59 sha256:20f6f90843970d8699711c38f0e15718fc8b34e0c0ceaf280341edf55db8c8c1 [2022-03-09T22:06:27.274Z] #59 DONE 0.2s [2022-03-09T22:06:27.274Z] [2022-03-09T22:06:27.274Z] #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-09T22:06:27.274Z] #60 sha256:b22f856b54cf6e27029cdde3dd287d5537a22da66dd254448bda8b81748b8016 [2022-03-09T22:06:27.364Z] #19 DONE 0.9s [2022-03-09T22:06:27.365Z] [2022-03-09T22:06:27.365Z] #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-09T22:06:27.365Z] #26 sha256:f59fffe6f23916bb2b7637e425ad21c793f935d56c0a126a62515f8aa6da3c4f [2022-03-09T22:06:28.102Z] #19 82.18 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-09T22:06:28.102Z] #19 82.18 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-09T22:06:28.386Z] #51 ... [2022-03-09T22:06:28.386Z] [2022-03-09T22:06:28.386Z] #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-09T22:06:28.386Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-09T22:06:28.386Z] #14 60.93 Selecting previously unselected package gcc-mingw-w64-base. [2022-03-09T22:06:28.386Z] #14 60.98 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2022-03-09T22:06:28.386Z] #14 60.98 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-03-09T22:06:28.386Z] #14 61.05 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-03-09T22:06:28.386Z] #14 61.05 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2022-03-09T22:06:28.386Z] #14 61.07 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-03-09T22:06:28.449Z] #38 47.50 The following NEW packages will be installed: [2022-03-09T22:06:28.449Z] #38 47.53 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2022-03-09T22:06:28.449Z] #38 47.53 vim-common xxd [2022-03-09T22:06:28.655Z] #60 1.585 + RM_GOPATH=0 [2022-03-09T22:06:28.655Z] #60 1.585 + TMP_GOPATH= [2022-03-09T22:06:28.655Z] #60 1.585 + : /build [2022-03-09T22:06:28.655Z] #60 1.585 + '[' -z '' ']' [2022-03-09T22:06:28.655Z] #60 1.587 ++ mktemp -d [2022-03-09T22:06:28.655Z] #60 1.599 + export GOPATH=/tmp/tmp.uOxT77h43z [2022-03-09T22:06:28.655Z] #60 1.599 + GOPATH=/tmp/tmp.uOxT77h43z [2022-03-09T22:06:28.655Z] #60 1.599 + RM_GOPATH=1 [2022-03-09T22:06:28.655Z] #60 1.599 + case "$(go env GOARCH)" in [2022-03-09T22:06:28.655Z] #60 1.599 ++ go env GOARCH [2022-03-09T22:06:28.655Z] #60 1.667 + export GO_BUILDMODE=-buildmode=pie [2022-03-09T22:06:28.655Z] #60 1.667 + GO_BUILDMODE=-buildmode=pie [2022-03-09T22:06:28.655Z] #60 1.667 ++ dirname /install.sh [2022-03-09T22:06:28.655Z] #60 1.667 + dir=/ [2022-03-09T22:06:28.655Z] #60 1.667 + bin=containerd [2022-03-09T22:06:28.655Z] #60 1.667 + shift [2022-03-09T22:06:28.655Z] #60 1.667 + '[' '!' -f //containerd.installer ']' [2022-03-09T22:06:28.655Z] #60 1.667 + . //containerd.installer [2022-03-09T22:06:28.655Z] #60 1.667 ++ set -e [2022-03-09T22:06:28.655Z] #60 1.667 ++ : v1.5.10 [2022-03-09T22:06:28.655Z] #60 1.667 + install_containerd [2022-03-09T22:06:28.655Z] #60 1.667 + echo 'Install containerd version v1.5.10' [2022-03-09T22:06:28.655Z] #60 1.667 + git clone https://github.com/containerd/containerd.git /tmp/tmp.uOxT77h43z/src/github.com/containerd/containerd [2022-03-09T22:06:28.655Z] #60 1.667 Install containerd version v1.5.10 [2022-03-09T22:06:28.655Z] #60 1.676 Cloning into '/tmp/tmp.uOxT77h43z/src/github.com/containerd/containerd'... [2022-03-09T22:06:28.674Z] #26 93.81 Updating files: 22% (2608/11414) Updating files: 23% (2626/11414) Updating files: 24% (2740/11414) Updating files: 25% (2854/11414) Updating files: 26% (2968/11414) Updating files: 27% (3082/11414) Updating files: 28% (3196/11414) Updating files: 29% (3311/11414) Updating files: 30% (3425/11414) Updating files: 31% (3539/11414) Updating files: 32% (3653/11414) Updating files: 33% (3767/11414) Updating files: 34% (3881/11414) Updating files: 35% (3995/11414) Updating files: 36% (4110/11414) Updating files: 37% (4224/11414) Updating files: 38% (4338/11414) Updating files: 39% (4452/11414) Updating files: 40% (4566/11414) Updating files: 41% (4680/11414) Updating files: 42% (4794/11414) Updating files: 43% (4909/11414) Updating files: 44% (5023/11414) Updating files: 45% (5137/11414) Updating files: 45% (5239/11414) Updating files: 46% (5251/11414) Updating files: 47% (5365/11414) Updating files: 48% (5479/11414) Updating files: 49% (5593/11414) Updating files: 50% (5707/11414) Updating files: 51% (5822/11414) Updating files: 52% (5936/11414) Updating files: 53% (6050/11414) Updating files: 54% (6164/11414) Updating files: 55% (6278/11414) Updating files: 56% (6392/11414) Updating files: 57% (6506/11414) Updating files: 58% (6621/11414) Updating files: 59% (6735/11414) Updating files: 60% (6849/11414) Updating files: 61% (6963/11414) Updating files: 62% (7077/11414) Updating files: 63% (7191/11414) Updating files: 64% (7305/11414) Updating files: 65% (7420/11414) [2022-03-09T22:06:28.674Z] #26 ... [2022-03-09T22:06:28.674Z] [2022-03-09T22:06:28.674Z] #20 [dev-systemd-false 6/24] RUN ldconfig [2022-03-09T22:06:28.674Z] #20 sha256:3632c16c49cb9271406f3686f7bfc9cabcb81928521e8ce1c755c8632f702f99 [2022-03-09T22:06:28.674Z] #20 DONE 1.5s [2022-03-09T22:06:28.674Z] [2022-03-09T22:06:28.674Z] #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-09T22:06:28.674Z] #26 sha256:f59fffe6f23916bb2b7637e425ad21c793f935d56c0a126a62515f8aa6da3c4f [2022-03-09T22:06:29.023Z] #38 48.09 0 upgraded, 10 newly installed, 0 to remove and 1 not upgraded. [2022-03-09T22:06:29.023Z] #38 48.09 Need to get 17.7 MB of archives. [2022-03-09T22:06:29.023Z] #38 48.09 After this operation, 70.7 MB of additional disk space will be used. [2022-03-09T22:06:29.023Z] #38 48.09 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-03-09T22:06:29.023Z] #38 48.10 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-09T22:06:29.023Z] #38 48.10 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-03-09T22:06:29.282Z] #38 48.25 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-03-09T22:06:29.479Z] #19 83.57 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-09T22:06:29.552Z] #38 ... [2022-03-09T22:06:29.552Z] [2022-03-09T22:06:29.552Z] #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-09T22:06:29.552Z] #58 sha256:17a1712948a1ab19d9c3c60f4a8ea087cd708e0a6731076282664644d0d48f4e [2022-03-09T22:06:29.552Z] #58 30.81 Reading package lists... [2022-03-09T22:06:29.552Z] #58 38.75 Building dependency tree... [2022-03-09T22:06:29.552Z] #58 44.35 The following additional packages will be installed: [2022-03-09T22:06:29.552Z] #58 44.39 libbtrfs0 [2022-03-09T22:06:29.552Z] #58 44.61 The following NEW packages will be installed: [2022-03-09T22:06:29.552Z] #58 44.63 libbtrfs-dev libbtrfs0 [2022-03-09T22:06:29.552Z] #58 45.20 0 upgraded, 2 newly installed, 0 to remove and 1 not upgraded. [2022-03-09T22:06:29.552Z] #58 45.20 Need to get 460 kB of archives. [2022-03-09T22:06:29.552Z] #58 45.20 After this operation, 1237 kB of additional disk space will be used. [2022-03-09T22:06:29.552Z] #58 45.20 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-03-09T22:06:29.552Z] #58 45.20 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-03-09T22:06:29.552Z] #58 46.80 debconf: delaying package configuration, since apt-utils is not installed [2022-03-09T22:06:29.552Z] #58 47.20 Fetched 460 kB in 0s (1043 kB/s) [2022-03-09T22:06:29.552Z] #58 47.41 Selecting previously unselected package libbtrfs0:amd64. [2022-03-09T22:06:29.552Z] #58 47.41 (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-09T22:06:29.552Z] #58 47.50 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2022-03-09T22:06:29.552Z] #58 47.53 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-03-09T22:06:29.552Z] #58 48.01 Selecting previously unselected package libbtrfs-dev:amd64. [2022-03-09T22:06:29.552Z] #58 48.01 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-03-09T22:06:29.552Z] #58 48.03 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-09T22:06:29.552Z] #58 48.72 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-03-09T22:06:29.718Z] #26 93.81 Updating files: 22% (2608/11414) Updating files: 23% (2626/11414) Updating files: 24% (2740/11414) Updating files: 25% (2854/11414) Updating files: 26% (2968/11414) Updating files: 27% (3082/11414) Updating files: 28% (3196/11414) Updating files: 29% (3311/11414) Updating files: 30% (3425/11414) Updating files: 31% (3539/11414) Updating files: 32% (3653/11414) Updating files: 33% (3767/11414) Updating files: 34% (3881/11414) Updating files: 35% (3995/11414) Updating files: 36% (4110/11414) Updating files: 37% (4224/11414) Updating files: 38% (4338/11414) Updating files: 39% (4452/11414) Updating files: 40% (4566/11414) Updating files: 41% (4680/11414) Updating files: 42% (4794/11414) Updating files: 43% (4909/11414) Updating files: 44% (5023/11414) Updating files: 45% (5137/11414) Updating files: 45% (5239/11414) Updating files: 46% (5251/11414) Updating files: 47% (5365/11414) Updating files: 48% (5479/11414) Updating files: 49% (5593/11414) Updating files: 50% (5707/11414) Updating files: 51% (5822/11414) Updating files: 52% (5936/11414) Updating files: 53% (6050/11414) Updating files: 54% (6164/11414) Updating files: 55% (6278/11414) Updating files: 56% (6392/11414) Updating files: 57% (6506/11414) Updating files: 58% (6621/11414) Updating files: 59% (6735/11414) Updating files: 60% (6849/11414) Updating files: 61% (6963/11414) Updating files: 62% (7077/11414) Updating files: 63% (7191/11414) Updating files: 64% (7305/11414) Updating files: 65% (7420/11414) Updating files: 66% (7534/11414) Updating files: 66% (7636/11414) Updating files: 67% (7648/11414) Updating files: 68% (7762/11414) Updating files: 69% (7876/11414) Updating files: 70% (7990/11414) Updating files: 71% (8104/11414) Updating files: 72% (8219/11414) Updating files: 73% (8333/11414) Updating files: 74% (8447/11414) Updating files: 75% (8561/11414) Updating files: 76% (8675/11414) Updating files: 77% (8789/11414) Updating files: 78% (8903/11414) Updating files: 79% (9018/11414) Updating files: 80% (9132/11414) Updating files: 81% (9246/11414) Updating files: 82% (9360/11414) Updating files: 83% (9474/11414) Updating files: 84% (9588/11414) Updating files: 85% (9702/11414) Updating files: 86% (9817/11414) Updating files: 87% (9931/11414) Updating files: 88% (10045/11414) Updating files: 89% (10159/11414) Updating files: 90% (10273/11414) Updating files: 91% (10387/11414) Updating files: 92% (10501/11414) Updating files: 93% (10616/11414) Updating files: 94% (10730/11414) Updating files: 95% (10844/11414) Updating files: 96% (10958/11414) Updating files: 96% (11022/11414) Updating files: 97% (11072/11414) Updating files: 98% (11186/11414) Updating files: 99% (11300/11414) Updating files: 100% (11414/11414) Updating files: 100% (11414/11414), done. [2022-03-09T22:06:29.718Z] #26 97.03 + cd /tmp/tmp.ZPmWv5GS36/tmp/docker-ce [2022-03-09T22:06:29.737Z] #19 83.57 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-09T22:06:29.816Z] #58 48.75 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-09T22:06:29.816Z] #58 48.84 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-09T22:06:29.816Z] #58 ... [2022-03-09T22:06:29.816Z] [2022-03-09T22:06:29.816Z] #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-09T22:06:29.816Z] #38 sha256:e5cbd602869136911dd6a99bdd9a40d0507fbcc4294df9c42cbc6740a37cb7ab [2022-03-09T22:06:29.816Z] #38 48.92 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7 [693 kB] [2022-03-09T22:06:29.816Z] #38 48.98 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+b1 [343 kB] [2022-03-09T22:06:29.978Z] #26 97.03 + git checkout -q v17.06.2-ce [2022-03-09T22:06:30.041Z] #60 ... [2022-03-09T22:06:30.041Z] [2022-03-09T22:06:30.041Z] #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-09T22:06:30.041Z] #53 sha256:6dd8ff98f3953af4790562a2c0cc846740a3d37349fa5a08e644cfca8188eab3 [2022-03-09T22:06:30.041Z] #53 49.40 v3.0.2 [2022-03-09T22:06:30.041Z] #53 DONE 50.0s [2022-03-09T22:06:30.041Z] [2022-03-09T22:06:30.041Z] #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-09T22:06:30.041Z] #47 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-09T22:06:30.041Z] #47 48.23 The following additional packages will be installed: [2022-03-09T22:06:30.041Z] #47 48.25 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-03-09T22:06:30.041Z] #47 48.25 python3-protobuf python3-six [2022-03-09T22:06:30.041Z] #47 48.26 Suggested packages: [2022-03-09T22:06:30.041Z] #47 48.26 python3-setuptools [2022-03-09T22:06:30.041Z] #47 48.26 Recommended packages: [2022-03-09T22:06:30.041Z] #47 48.26 iproute2 | iproute [2022-03-09T22:06:30.041Z] #47 49.06 The following NEW packages will be installed: [2022-03-09T22:06:30.041Z] #47 49.06 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-03-09T22:06:30.041Z] #47 49.06 python3-protobuf python3-six [2022-03-09T22:06:30.041Z] #47 49.58 0 upgraded, 8 newly installed, 0 to remove and 1 not upgraded. [2022-03-09T22:06:30.041Z] #47 49.58 Need to get 2292 kB of archives. [2022-03-09T22:06:30.041Z] #47 49.58 After this operation, 11.0 MB of additional disk space will be used. [2022-03-09T22:06:30.041Z] #47 49.58 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB] [2022-03-09T22:06:30.041Z] #47 49.64 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-03-09T22:06:30.041Z] #47 49.74 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB] [2022-03-09T22:06:30.041Z] #47 49.74 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB] [2022-03-09T22:06:30.041Z] #47 49.83 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-09T22:06:30.041Z] #47 49.83 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-09T22:06:30.075Z] #38 49.00 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2022-03-09T22:06:30.075Z] #38 49.00 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2022-03-09T22:06:30.075Z] #38 49.02 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2022-03-09T22:06:30.075Z] #38 49.04 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB] [2022-03-09T22:06:30.075Z] #38 ... [2022-03-09T22:06:30.075Z] [2022-03-09T22:06:30.075Z] #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-09T22:06:30.075Z] #58 sha256:17a1712948a1ab19d9c3c60f4a8ea087cd708e0a6731076282664644d0d48f4e [2022-03-09T22:06:30.075Z] #58 DONE 49.2s [2022-03-09T22:06:30.300Z] #47 49.88 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-09T22:06:30.334Z] [2022-03-09T22:06:30.334Z] #59 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-03-09T22:06:30.334Z] #59 sha256:a88ead4ba24d7520a4e8e71bfe18ba3c18a1417e86f47bc4ff57b52f9393c9f4 [2022-03-09T22:06:30.334Z] #59 DONE 0.2s [2022-03-09T22:06:30.334Z] [2022-03-09T22:06:30.334Z] #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-09T22:06:30.334Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-09T22:06:30.334Z] #14 30.24 Reading package lists... [2022-03-09T22:06:30.334Z] #14 39.68 Building dependency tree... [2022-03-09T22:06:30.334Z] #14 44.94 The following additional packages will be installed: [2022-03-09T22:06:30.334Z] #14 44.94 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-03-09T22:06:30.334Z] #14 44.94 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-03-09T22:06:30.334Z] #14 44.94 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-03-09T22:06:30.334Z] #14 44.94 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-03-09T22:06:30.334Z] #14 44.94 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-03-09T22:06:30.334Z] #14 44.94 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-03-09T22:06:30.334Z] #14 44.98 mingw-w64-common mingw-w64-x86-64-dev [2022-03-09T22:06:30.334Z] #14 44.98 Suggested packages: [2022-03-09T22:06:30.334Z] #14 44.98 gcc-10-locales seccomp wine64 [2022-03-09T22:06:30.334Z] #14 47.00 The following NEW packages will be installed: [2022-03-09T22:06:30.334Z] #14 47.00 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-03-09T22:06:30.334Z] #14 47.00 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-03-09T22:06:30.334Z] #14 47.00 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-03-09T22:06:30.334Z] #14 47.00 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-03-09T22:06:30.334Z] #14 47.00 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-03-09T22:06:30.334Z] #14 47.00 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-03-09T22:06:30.334Z] #14 47.00 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-03-09T22:06:30.334Z] #14 47.00 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-03-09T22:06:30.334Z] #14 47.00 mingw-w64-x86-64-dev [2022-03-09T22:06:30.334Z] #14 47.57 0 upgraded, 30 newly installed, 0 to remove and 1 not upgraded. [2022-03-09T22:06:30.334Z] #14 47.57 Need to get 115 MB of archives. [2022-03-09T22:06:30.334Z] #14 47.57 After this operation, 645 MB of additional disk space will be used. [2022-03-09T22:06:30.334Z] #14 47.57 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-09T22:06:30.334Z] #14 47.77 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-09T22:06:30.334Z] #14 48.02 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-09T22:06:30.334Z] #14 48.03 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-09T22:06:30.334Z] #14 48.04 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-09T22:06:30.334Z] #14 48.04 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-03-09T22:06:30.334Z] #14 48.49 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-09T22:06:30.334Z] #14 48.84 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-09T22:06:30.334Z] #14 48.85 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-09T22:06:30.334Z] #14 ... [2022-03-09T22:06:30.334Z] [2022-03-09T22:06:30.334Z] #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-09T22:06:30.334Z] #60 sha256:e1c0aa1177c4b415aeff224c7e8cc51c5a6c0a0c902c7b05eb3ffc9fa4896c3a [2022-03-09T22:06:31.113Z] #19 85.04 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-09T22:06:31.113Z] #19 85.04 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-09T22:06:31.113Z] #19 85.04 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-09T22:06:31.113Z] #19 85.04 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-09T22:06:31.113Z] #19 85.04 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-09T22:06:31.113Z] #19 85.04 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cross-config all 2.6.18+nmu1 [31.5 kB] [2022-03-09T22:06:31.113Z] #19 85.04 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-09T22:06:31.113Z] #19 85.04 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-arm64-cross all 2.31-9cross4 [1233 kB] [2022-03-09T22:06:31.113Z] #19 85.08 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-09T22:06:31.113Z] #19 85.08 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-09T22:06:31.113Z] #19 85.09 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-09T22:06:31.113Z] #19 85.10 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-arm64-cross all 10.2.1-6cross1 [9240 B] [2022-03-09T22:06:31.113Z] #19 85.10 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-arm64-cross all 10.2.1-6cross1 [1994 kB] [2022-03-09T22:06:31.113Z] #19 85.15 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 liblsan0-arm64-cross all 10.2.1-6cross1 [793 kB] [2022-03-09T22:06:31.113Z] #19 85.18 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libtsan0-arm64-cross all 10.2.1-6cross1 [1949 kB] [2022-03-09T22:06:31.113Z] #19 85.24 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-09T22:06:31.113Z] #19 85.25 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-arm64-cross all 10.2.1-6cross1 [759 kB] [2022-03-09T22:06:31.113Z] #19 85.27 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-09T22:06:31.372Z] #19 85.29 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-09T22:06:32.239Z] #60 1.635 + RM_GOPATH=0 [2022-03-09T22:06:32.239Z] #60 1.635 + TMP_GOPATH= [2022-03-09T22:06:32.239Z] #60 1.635 + : /build [2022-03-09T22:06:32.239Z] #60 1.635 + '[' -z '' ']' [2022-03-09T22:06:32.239Z] #60 1.635 ++ mktemp -d [2022-03-09T22:06:32.239Z] #60 1.635 + export GOPATH=/tmp/tmp.7sICTMv1aU [2022-03-09T22:06:32.239Z] #60 1.635 + GOPATH=/tmp/tmp.7sICTMv1aU [2022-03-09T22:06:32.239Z] #60 1.635 + RM_GOPATH=1 [2022-03-09T22:06:32.239Z] #60 1.635 + case "$(go env GOARCH)" in [2022-03-09T22:06:32.239Z] #60 1.637 ++ go env GOARCH [2022-03-09T22:06:32.239Z] #60 1.694 + export GO_BUILDMODE=-buildmode=pie [2022-03-09T22:06:32.239Z] #60 1.694 + GO_BUILDMODE=-buildmode=pie [2022-03-09T22:06:32.239Z] #60 1.694 ++ dirname /install.sh [2022-03-09T22:06:32.239Z] #60 1.696 + dir=/ [2022-03-09T22:06:32.239Z] #60 1.696 + bin=containerd [2022-03-09T22:06:32.239Z] #60 1.696 + shift [2022-03-09T22:06:32.239Z] #60 1.696 + '[' '!' -f //containerd.installer ']' [2022-03-09T22:06:32.239Z] #60 1.696 + . //containerd.installer [2022-03-09T22:06:32.239Z] #60 1.696 ++ set -e [2022-03-09T22:06:32.239Z] #60 1.696 ++ : v1.5.10 [2022-03-09T22:06:32.239Z] #60 1.696 + install_containerd [2022-03-09T22:06:32.239Z] #60 1.696 + echo 'Install containerd version v1.5.10' [2022-03-09T22:06:32.239Z] #60 1.696 Install containerd version v1.5.10 [2022-03-09T22:06:32.239Z] #60 1.696 + git clone https://github.com/containerd/containerd.git /tmp/tmp.7sICTMv1aU/src/github.com/containerd/containerd [2022-03-09T22:06:32.240Z] #60 1.754 Cloning into '/tmp/tmp.7sICTMv1aU/src/github.com/containerd/containerd'... [2022-03-09T22:06:32.521Z] #26 ... [2022-03-09T22:06:32.521Z] [2022-03-09T22:06:32.521Z] #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-09T22:06:32.521Z] #34 sha256:620509505b9ba232340bea86f8a6a413cbbe1040cdef04c4eace1707d8fa01f3 [2022-03-09T22:06:32.521Z] #34 DONE 99.6s [2022-03-09T22:06:32.521Z] [2022-03-09T22:06:32.521Z] #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-09T22:06:32.521Z] #56 sha256:2664cf1f96712ef139bb642dd0f6258917a43ceb31dbc6c145367fc90d272071 [2022-03-09T22:06:32.521Z] #56 7.917 + cd /tmp/tmp.SmrTK0eSyC/src/github.com/opencontainers/runc [2022-03-09T22:06:32.521Z] #56 7.929 + git checkout -q v1.1.0 [2022-03-09T22:06:32.521Z] #56 8.281 + '[' -z '' ']' [2022-03-09T22:06:32.521Z] #56 8.282 + target=static [2022-03-09T22:06:32.521Z] #56 8.282 + make BUILDTAGS=seccomp static [2022-03-09T22:06:32.521Z] #56 8.650 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-09T22:06:33.273Z] #19 86.99 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-09T22:06:33.273Z] #19 86.99 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-09T22:06:33.273Z] #19 87.02 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-arm64-cross all 2.31-9cross4 [2030 kB] [2022-03-09T22:06:33.273Z] #19 87.07 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-09T22:06:33.273Z] #19 87.13 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-09T22:06:33.594Z] #47 ... [2022-03-09T22:06:33.594Z] [2022-03-09T22:06:33.594Z] #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-09T22:06:33.594Z] #38 sha256:e5cbd602869136911dd6a99bdd9a40d0507fbcc4294df9c42cbc6740a37cb7ab [2022-03-09T22:06:33.594Z] #38 40.95 Building dependency tree... [2022-03-09T22:06:33.594Z] #38 46.57 The following additional packages will be installed: [2022-03-09T22:06:33.594Z] #38 46.62 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2022-03-09T22:06:33.594Z] #38 46.64 Suggested packages: [2022-03-09T22:06:33.594Z] #38 46.64 cmake-doc ninja-build lrzip [2022-03-09T22:06:33.594Z] #38 46.64 Recommended packages: [2022-03-09T22:06:33.594Z] #38 46.64 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-03-09T22:06:33.594Z] #38 48.14 The following NEW packages will be installed: [2022-03-09T22:06:33.594Z] #38 48.15 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2022-03-09T22:06:33.594Z] #38 48.15 vim-common xxd [2022-03-09T22:06:33.594Z] #38 48.62 0 upgraded, 10 newly installed, 0 to remove and 1 not upgraded. [2022-03-09T22:06:33.594Z] #38 48.62 Need to get 17.7 MB of archives. [2022-03-09T22:06:33.594Z] #38 48.62 After this operation, 70.7 MB of additional disk space will be used. [2022-03-09T22:06:33.594Z] #38 48.62 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-03-09T22:06:33.594Z] #38 48.64 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-09T22:06:33.594Z] #38 48.64 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-03-09T22:06:33.594Z] #38 48.79 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-03-09T22:06:33.594Z] #38 49.40 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7 [693 kB] [2022-03-09T22:06:33.594Z] #38 49.48 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+b1 [343 kB] [2022-03-09T22:06:33.594Z] #38 49.54 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2022-03-09T22:06:33.594Z] #38 49.55 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2022-03-09T22:06:33.594Z] #38 49.57 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2022-03-09T22:06:33.594Z] #38 49.59 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB] [2022-03-09T22:06:33.594Z] #38 51.69 debconf: delaying package configuration, since apt-utils is not installed [2022-03-09T22:06:33.594Z] #38 52.06 Fetched 17.7 MB in 2s (10.6 MB/s) [2022-03-09T22:06:33.594Z] #38 52.18 Selecting previously unselected package xxd. [2022-03-09T22:06:33.594Z] #38 52.18 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-03-09T22:06:33.594Z] #38 52.31 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-03-09T22:06:33.594Z] #38 52.33 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-03-09T22:06:33.594Z] #38 52.72 Selecting previously unselected package vim-common. [2022-03-09T22:06:33.594Z] #38 52.72 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-03-09T22:06:33.594Z] #38 52.76 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-09T22:06:33.594Z] #38 53.27 Selecting previously unselected package cmake-data. [2022-03-09T22:06:33.594Z] #38 53.27 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-03-09T22:06:33.594Z] #38 53.30 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-03-09T22:06:33.594Z] #38 ... [2022-03-09T22:06:33.594Z] [2022-03-09T22:06:33.594Z] #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-09T22:06:33.594Z] #47 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-09T22:06:33.594Z] #47 53.02 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 criu 3.16.1-3 [660 kB] [2022-03-09T22:06:33.620Z] #60 ... [2022-03-09T22:06:33.620Z] [2022-03-09T22:06:33.620Z] #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-09T22:06:33.620Z] #47 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-09T22:06:33.620Z] #47 34.71 Reading package lists... [2022-03-09T22:06:33.620Z] #47 42.53 Building dependency tree... [2022-03-09T22:06:33.620Z] #47 48.22 The following additional packages will be installed: [2022-03-09T22:06:33.620Z] #47 48.22 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-03-09T22:06:33.620Z] #47 48.22 python3-protobuf python3-six [2022-03-09T22:06:33.620Z] #47 48.22 Suggested packages: [2022-03-09T22:06:33.620Z] #47 48.22 python3-setuptools [2022-03-09T22:06:33.620Z] #47 48.22 Recommended packages: [2022-03-09T22:06:33.620Z] #47 48.22 iproute2 | iproute [2022-03-09T22:06:33.620Z] #47 49.15 The following NEW packages will be installed: [2022-03-09T22:06:33.620Z] #47 49.16 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-03-09T22:06:33.620Z] #47 49.18 python3-protobuf python3-six [2022-03-09T22:06:33.620Z] #47 49.87 0 upgraded, 8 newly installed, 0 to remove and 1 not upgraded. [2022-03-09T22:06:33.620Z] #47 49.87 Need to get 2292 kB of archives. [2022-03-09T22:06:33.620Z] #47 49.87 After this operation, 11.0 MB of additional disk space will be used. [2022-03-09T22:06:33.620Z] #47 49.87 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB] [2022-03-09T22:06:33.620Z] #47 49.88 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-03-09T22:06:33.620Z] #47 49.91 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB] [2022-03-09T22:06:33.620Z] #47 49.91 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB] [2022-03-09T22:06:33.620Z] #47 49.95 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-09T22:06:33.620Z] #47 50.01 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-09T22:06:33.620Z] #47 50.03 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-09T22:06:33.881Z] #47 ... [2022-03-09T22:06:33.881Z] [2022-03-09T22:06:33.881Z] #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-09T22:06:33.881Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-09T22:06:33.881Z] #51 50.55 go: downloading github.com/mattn/go-colorable v0.1.12 [2022-03-09T22:06:33.881Z] #51 50.55 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-03-09T22:06:33.881Z] #51 50.57 go: downloading github.com/stretchr/testify v1.7.0 [2022-03-09T22:06:33.881Z] #51 50.71 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2022-03-09T22:06:33.881Z] #51 50.81 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2 [2022-03-09T22:06:33.881Z] #51 50.89 go: downloading github.com/mattn/go-isatty v0.0.14 [2022-03-09T22:06:33.881Z] #51 50.98 go: downloading github.com/fsnotify/fsnotify v1.5.1 [2022-03-09T22:06:33.881Z] #51 51.09 go: downloading github.com/magiconair/properties v1.8.5 [2022-03-09T22:06:33.881Z] #51 51.17 go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-03-09T22:06:33.881Z] #51 51.19 go: downloading github.com/spf13/afero v1.6.0 [2022-03-09T22:06:33.881Z] #51 51.19 go: downloading github.com/spf13/cast v1.4.1 [2022-03-09T22:06:33.881Z] #51 51.29 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2022-03-09T22:06:33.881Z] #51 51.37 go: downloading github.com/subosito/gotenv v1.2.0 [2022-03-09T22:06:33.881Z] #51 51.40 go: downloading gopkg.in/ini.v1 v1.66.2 [2022-03-09T22:06:33.881Z] #51 51.59 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2022-03-09T22:06:33.881Z] #51 51.64 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2022-03-09T22:06:33.881Z] #51 51.65 go: downloading github.com/go-toolsmith/astequal v1.0.1 [2022-03-09T22:06:33.881Z] #51 51.69 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2022-03-09T22:06:33.881Z] #51 51.75 go: downloading github.com/go-toolsmith/astp v1.0.0 [2022-03-09T22:06:33.881Z] #51 51.76 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2022-03-09T22:06:33.881Z] #51 51.78 go: downloading github.com/go-toolsmith/typep v1.0.2 [2022-03-09T22:06:33.881Z] #51 51.81 go: downloading github.com/quasilyte/go-ruleguard v0.3.15 [2022-03-09T22:06:33.881Z] #51 51.87 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2022-03-09T22:06:33.881Z] #51 52.02 go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-03-09T22:06:33.881Z] #51 52.15 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2022-03-09T22:06:33.881Z] #51 52.29 go: downloading github.com/Antonboom/errname v0.1.5 [2022-03-09T22:06:33.881Z] #51 52.33 go: downloading github.com/Antonboom/nilnil v0.1.0 [2022-03-09T22:06:33.881Z] #51 52.42 go: downloading github.com/BurntSushi/toml v1.0.0 [2022-03-09T22:06:33.881Z] #51 52.46 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2022-03-09T22:06:33.881Z] #51 52.65 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2022-03-09T22:06:33.881Z] #51 52.75 go: downloading github.com/alexkohler/prealloc v1.0.0 [2022-03-09T22:06:33.881Z] #51 52.83 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2022-03-09T22:06:33.881Z] #51 52.84 go: downloading github.com/ashanbrown/makezero v1.1.0 [2022-03-09T22:06:33.881Z] #51 52.87 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2022-03-09T22:06:33.881Z] #51 52.93 go: downloading github.com/blizzy78/varnamelen v0.5.0 [2022-03-09T22:06:33.881Z] #51 52.98 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2022-03-09T22:06:34.141Z] #51 53.18 go: downloading github.com/breml/bidichk v0.2.1 [2022-03-09T22:06:34.141Z] #51 53.23 go: downloading github.com/breml/errchkjson v0.2.1 [2022-03-09T22:06:34.141Z] #51 53.38 go: downloading github.com/butuzov/ireturn v0.1.1 [2022-03-09T22:06:34.401Z] #51 53.42 go: downloading github.com/charithe/durationcheck v0.0.9 [2022-03-09T22:06:34.401Z] #51 53.55 go: downloading github.com/daixiang0/gci v0.2.9 [2022-03-09T22:06:34.401Z] #51 53.56 go: downloading github.com/denis-tingajkin/go-header v0.4.2 [2022-03-09T22:06:34.401Z] #51 53.56 go: downloading github.com/esimonov/ifshort v1.0.4 [2022-03-09T22:06:34.401Z] #51 53.62 go: downloading github.com/fzipp/gocyclo v0.4.0 [2022-03-09T22:06:34.535Z] #47 ... [2022-03-09T22:06:34.535Z] [2022-03-09T22:06:34.535Z] #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-09T22:06:34.535Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-09T22:06:34.535Z] #14 44.69 The following NEW packages will be installed: [2022-03-09T22:06:34.535Z] #14 44.69 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-03-09T22:06:34.535Z] #14 44.69 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-03-09T22:06:34.535Z] #14 44.69 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-03-09T22:06:34.535Z] #14 44.69 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-03-09T22:06:34.535Z] #14 44.69 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-03-09T22:06:34.535Z] #14 44.69 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-03-09T22:06:34.535Z] #14 44.69 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-03-09T22:06:34.535Z] #14 44.69 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-03-09T22:06:34.535Z] #14 44.71 mingw-w64-x86-64-dev [2022-03-09T22:06:34.535Z] #14 45.34 0 upgraded, 30 newly installed, 0 to remove and 1 not upgraded. [2022-03-09T22:06:34.535Z] #14 45.34 Need to get 115 MB of archives. [2022-03-09T22:06:34.535Z] #14 45.34 After this operation, 645 MB of additional disk space will be used. [2022-03-09T22:06:34.535Z] #14 45.34 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-09T22:06:34.535Z] #14 45.61 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-09T22:06:34.535Z] #14 45.96 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-09T22:06:34.535Z] #14 45.96 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-09T22:06:34.535Z] #14 45.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-09T22:06:34.535Z] #14 46.02 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-03-09T22:06:34.535Z] #14 46.48 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-09T22:06:34.536Z] #14 46.82 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-09T22:06:34.536Z] #14 46.82 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-09T22:06:34.536Z] #14 47.99 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-09T22:06:34.536Z] #14 50.16 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-09T22:06:34.536Z] #14 51.13 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-09T22:06:34.536Z] #14 52.03 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-09T22:06:34.536Z] #14 53.83 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-09T22:06:34.536Z] #14 54.51 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-09T22:06:34.536Z] #14 54.51 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2022-03-09T22:06:34.536Z] #14 54.51 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2022-03-09T22:06:34.536Z] #14 54.52 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-03-09T22:06:34.536Z] #14 54.54 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-03-09T22:06:34.536Z] #14 54.55 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-09T22:06:34.536Z] #14 54.57 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-6 [123 kB] [2022-03-09T22:06:34.536Z] #14 54.57 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2022-03-09T22:06:34.536Z] #14 54.61 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB] [2022-03-09T22:06:34.536Z] #14 54.64 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB] [2022-03-09T22:06:34.536Z] #14 54.65 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB] [2022-03-09T22:06:34.536Z] #14 54.65 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB] [2022-03-09T22:06:34.536Z] #14 54.72 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2022-03-09T22:06:34.536Z] #14 54.73 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-09T22:06:34.536Z] #14 54.73 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-09T22:06:34.536Z] #14 54.75 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-6 [401 kB] [2022-03-09T22:06:34.653Z] #19 88.57 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-09T22:06:34.653Z] #19 ... [2022-03-09T22:06:34.653Z] [2022-03-09T22:06:34.653Z] #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-09T22:06:34.653Z] #41 sha256:e1e84836270b676cbc39863b69a1644104ba3030344ce6b70a016ea3d8688228 [2022-03-09T22:06:34.653Z] #41 DONE 102.2s [2022-03-09T22:06:34.653Z] [2022-03-09T22:06:34.653Z] #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-09T22:06:34.653Z] #19 sha256:306936fe72a1e45426452ae066606808492a2e9eb55b90c51c6a2e50cd890142 [2022-03-09T22:06:34.653Z] #19 88.57 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-03-09T22:06:34.653Z] #19 88.57 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dpkg-dev all 1.20.9 [2153 kB] [2022-03-09T22:06:34.653Z] #19 88.61 Get:49 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libconfig-inifiles-perl all 3.000003-1 [52.1 kB] [2022-03-09T22:06:34.653Z] #19 88.61 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-09T22:06:34.653Z] #19 88.61 Get:51 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-03-09T22:06:34.661Z] #51 53.65 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2022-03-09T22:06:34.661Z] #51 53.72 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2022-03-09T22:06:34.661Z] #51 53.77 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2022-03-09T22:06:34.661Z] #51 53.77 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2022-03-09T22:06:34.796Z] #14 ... [2022-03-09T22:06:34.796Z] [2022-03-09T22:06:34.796Z] #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-09T22:06:34.796Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-09T22:06:34.796Z] #51 45.05 go: downloading github.com/fatih/color v1.13.0 [2022-03-09T22:06:34.796Z] #51 45.05 go: downloading github.com/gofrs/flock v0.8.1 [2022-03-09T22:06:34.796Z] #51 45.11 go: downloading github.com/spf13/cobra v1.3.0 [2022-03-09T22:06:34.796Z] #51 45.12 go: downloading github.com/spf13/pflag v1.0.5 [2022-03-09T22:06:34.796Z] #51 45.67 go: downloading github.com/spf13/viper v1.10.1 [2022-03-09T22:06:34.796Z] #51 46.03 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-03-09T22:06:34.796Z] #51 46.62 go: downloading github.com/mattn/go-colorable v0.1.12 [2022-03-09T22:06:34.796Z] #51 46.65 go: downloading github.com/mattn/go-isatty v0.0.14 [2022-03-09T22:06:34.796Z] #51 46.75 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da [2022-03-09T22:06:34.796Z] #51 46.77 go: downloading github.com/go-critic/go-critic v0.6.2 [2022-03-09T22:06:34.796Z] #51 48.57 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-03-09T22:06:34.796Z] #51 48.57 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-03-09T22:06:34.796Z] #51 53.53 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-03-09T22:06:34.796Z] #51 53.56 go: downloading github.com/stretchr/testify v1.7.0 [2022-03-09T22:06:34.796Z] #51 53.98 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2022-03-09T22:06:34.796Z] #51 54.08 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2 [2022-03-09T22:06:34.796Z] #51 54.14 go: downloading github.com/fsnotify/fsnotify v1.5.1 [2022-03-09T22:06:34.796Z] #51 54.18 go: downloading github.com/magiconair/properties v1.8.5 [2022-03-09T22:06:34.796Z] #51 54.27 go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-03-09T22:06:34.796Z] #51 54.33 go: downloading github.com/spf13/afero v1.6.0 [2022-03-09T22:06:34.796Z] #51 54.44 go: downloading github.com/spf13/cast v1.4.1 [2022-03-09T22:06:34.796Z] #51 54.53 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2022-03-09T22:06:34.796Z] #51 54.56 go: downloading github.com/subosito/gotenv v1.2.0 [2022-03-09T22:06:34.796Z] #51 54.61 go: downloading gopkg.in/ini.v1 v1.66.2 [2022-03-09T22:06:34.796Z] #51 54.73 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e [2022-03-09T22:06:34.796Z] #51 54.85 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2022-03-09T22:06:34.796Z] #51 54.91 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2022-03-09T22:06:34.796Z] #51 54.94 go: downloading github.com/go-toolsmith/astequal v1.0.1 [2022-03-09T22:06:34.796Z] #51 54.98 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2022-03-09T22:06:34.796Z] #51 55.02 go: downloading github.com/go-toolsmith/astp v1.0.0 [2022-03-09T22:06:34.922Z] #51 54.06 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2022-03-09T22:06:34.922Z] #51 54.17 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2022-03-09T22:06:34.954Z] #14 67.71 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-03-09T22:06:34.954Z] #14 67.71 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-03-09T22:06:34.954Z] #14 67.74 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-09T22:06:35.057Z] #51 55.06 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2022-03-09T22:06:35.057Z] #51 55.11 go: downloading github.com/go-toolsmith/typep v1.0.2 [2022-03-09T22:06:35.057Z] #51 55.15 go: downloading github.com/quasilyte/go-ruleguard v0.3.15 [2022-03-09T22:06:35.057Z] #51 ... [2022-03-09T22:06:35.057Z] [2022-03-09T22:06:35.057Z] #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-09T22:06:35.057Z] #47 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-09T22:06:35.057Z] #47 54.59 debconf: delaying package configuration, since apt-utils is not installed [2022-03-09T22:06:35.182Z] #51 54.20 go: downloading github.com/golangci/misspell v0.3.5 [2022-03-09T22:06:35.223Z] #19 89.05 Get:52 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7 [693 kB] [2022-03-09T22:06:35.223Z] #19 89.07 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-09T22:06:35.223Z] #19 89.08 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-09T22:06:35.223Z] #19 89.09 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-09T22:06:35.223Z] #19 89.09 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-09T22:06:35.223Z] #19 89.10 Get:57 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-simple-perl all 2.25-1 [72.0 kB] [2022-03-09T22:06:35.223Z] #19 89.10 Get:58 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyaml-perl all 1.30-1 [67.7 kB] [2022-03-09T22:06:35.223Z] #19 89.10 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-09T22:06:35.223Z] #19 89.11 Get:60 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libfile-which-perl all 1.23-1 [16.6 kB] [2022-03-09T22:06:35.223Z] #19 89.11 Get:61 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libfile-homedir-perl all 1.006-1 [43.8 kB] [2022-03-09T22:06:35.223Z] #19 89.12 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-09T22:06:35.223Z] #19 89.12 Get:63 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dpkg-cross all 2.6.18+nmu1 [41.6 kB] [2022-03-09T22:06:35.223Z] #19 89.13 Get:64 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-arm64 all 12.9 [6708 B] [2022-03-09T22:06:35.223Z] #19 89.14 Get:65 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-armel-cross all 2.31-9cross4 [1114 kB] [2022-03-09T22:06:35.223Z] #19 89.17 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-09T22:06:35.223Z] #19 89.17 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-09T22:06:35.223Z] #19 89.18 Get:68 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-armel-cross all 10.2.1-6cross1 [8832 B] [2022-03-09T22:06:35.223Z] #19 89.20 Get:69 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-armel-cross all 10.2.1-6cross1 [1979 kB] [2022-03-09T22:06:35.317Z] #47 54.84 Fetched 2292 kB in 4s (544 kB/s) [2022-03-09T22:06:35.317Z] #47 55.00 Selecting previously unselected package libprotobuf23:amd64. [2022-03-09T22:06:35.442Z] #51 54.33 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2022-03-09T22:06:35.442Z] #51 54.34 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2022-03-09T22:06:35.442Z] #51 54.39 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2022-03-09T22:06:35.442Z] #51 54.48 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2022-03-09T22:06:35.442Z] #51 54.54 go: downloading github.com/jgautheron/goconst v1.5.1 [2022-03-09T22:06:35.442Z] #51 54.57 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2022-03-09T22:06:35.483Z] #19 89.29 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-09T22:06:35.483Z] #19 89.29 Get:71 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-armel-cross all 10.2.1-6cross1 [746 kB] [2022-03-09T22:06:35.483Z] #19 89.33 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-09T22:06:35.483Z] #19 89.34 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-09T22:06:35.577Z] #47 55.00 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-03-09T22:06:35.577Z] #47 55.08 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ... [2022-03-09T22:06:35.577Z] #47 55.11 Unpacking libprotobuf23:amd64 (3.12.4-1) ... [2022-03-09T22:06:35.702Z] #51 54.60 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2022-03-09T22:06:35.702Z] #51 54.75 go: downloading github.com/julz/importas v0.1.0 [2022-03-09T22:06:35.702Z] #51 54.87 go: downloading github.com/kisielk/errcheck v1.6.0 [2022-03-09T22:06:35.964Z] #51 54.89 go: downloading github.com/kulti/thelper v0.5.0 [2022-03-09T22:06:35.964Z] #51 55.06 go: downloading github.com/kunwardeep/paralleltest v1.0.3 [2022-03-09T22:06:36.237Z] #51 55.42 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2022-03-09T22:06:36.237Z] #51 55.42 go: downloading github.com/ldez/gomoddirectives v0.2.2 [2022-03-09T22:06:36.498Z] #51 55.45 go: downloading github.com/ldez/tagliatelle v0.3.0 [2022-03-09T22:06:36.498Z] #51 55.48 go: downloading github.com/leonklingele/grouper v1.1.0 [2022-03-09T22:06:36.498Z] #51 55.55 go: downloading github.com/maratori/testpackage v1.0.1 [2022-03-09T22:06:36.498Z] #51 55.59 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2022-03-09T22:06:36.498Z] #51 55.63 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2022-03-09T22:06:36.498Z] #51 55.69 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517 [2022-03-09T22:06:36.558Z] #47 56.14 Selecting previously unselected package python3-pkg-resources. [2022-03-09T22:06:36.558Z] #47 56.14 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2022-03-09T22:06:36.558Z] #47 56.18 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-03-09T22:06:36.789Z] #51 55.71 go: downloading github.com/mgechev/revive v1.1.3 [2022-03-09T22:06:37.267Z] #47 56.72 Selecting previously unselected package python3-six. [2022-03-09T22:06:37.267Z] #47 56.72 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ... [2022-03-09T22:06:37.267Z] #47 56.74 Unpacking python3-six (1.16.0-2) ... [2022-03-09T22:06:37.267Z] #47 57.04 Selecting previously unselected package python3-protobuf. [2022-03-09T22:06:37.267Z] #47 57.04 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ... [2022-03-09T22:06:37.368Z] #51 56.61 go: downloading github.com/moricho/tparallel v0.2.1 [2022-03-09T22:06:37.392Z] #19 91.43 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-09T22:06:37.392Z] #19 91.44 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-09T22:06:37.392Z] #19 91.47 Get:76 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-armel-cross all 2.31-9cross4 [1884 kB] [2022-03-09T22:06:37.392Z] #19 91.50 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-09T22:06:37.553Z] #47 57.11 Unpacking python3-protobuf (3.12.4-1) ... [2022-03-09T22:06:37.628Z] #51 56.61 go: downloading github.com/nakabonne/nestif v0.3.1 [2022-03-09T22:06:37.628Z] #51 56.62 go: downloading github.com/nishanths/exhaustive v0.7.11 [2022-03-09T22:06:37.628Z] #51 56.70 go: downloading github.com/nishanths/predeclared v0.2.1 [2022-03-09T22:06:37.652Z] #19 91.53 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-09T22:06:37.818Z] #56 ... [2022-03-09T22:06:37.818Z] [2022-03-09T22:06:37.818Z] #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-09T22:06:37.818Z] #21 sha256:8ae36b1e29ddf7eea5b1cc9f8f5940f544c5c02beb9f3614007f844197dc5850 [2022-03-09T22:06:37.818Z] #21 0.892 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-09T22:06:37.818Z] #21 0.901 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-09T22:06:37.818Z] #21 0.908 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-09T22:06:37.818Z] #21 1.273 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-03-09T22:06:37.818Z] #21 2.204 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [121 kB] [2022-03-09T22:06:37.818Z] #21 2.927 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-03-09T22:06:37.818Z] #21 5.037 Fetched 8393 kB in 4s (1901 kB/s) [2022-03-09T22:06:37.818Z] #21 5.037 Reading package lists... [2022-03-09T22:06:37.818Z] #21 6.765 Reading package lists... [2022-03-09T22:06:37.818Z] #21 8.385 Building dependency tree... [2022-03-09T22:06:37.889Z] #51 56.86 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b [2022-03-09T22:06:37.889Z] #51 56.92 go: downloading github.com/ryancurrah/gomodguard v1.2.3 [2022-03-09T22:06:37.889Z] #51 56.94 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2022-03-09T22:06:37.889Z] #51 57.00 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2022-03-09T22:06:37.889Z] #51 57.00 go: downloading github.com/securego/gosec/v2 v2.9.6 [2022-03-09T22:06:38.150Z] #51 57.15 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2022-03-09T22:06:38.150Z] #51 57.17 go: downloading github.com/sivchari/containedctx v1.0.1 [2022-03-09T22:06:38.150Z] #51 57.22 go: downloading github.com/sivchari/tenv v1.4.7 [2022-03-09T22:06:38.393Z] #21 9.695 The following additional packages will be installed: [2022-03-09T22:06:38.393Z] #21 9.702 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-03-09T22:06:38.393Z] #21 9.703 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2022-03-09T22:06:38.393Z] #21 9.704 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-03-09T22:06:38.393Z] #21 9.707 python3-pkg-resources vim-runtime xxd [2022-03-09T22:06:38.393Z] #21 9.712 Suggested packages: [2022-03-09T22:06:38.393Z] #21 9.716 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2022-03-09T22:06:38.393Z] #21 9.716 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2022-03-09T22:06:38.393Z] #21 9.716 acl attr quota [2022-03-09T22:06:38.393Z] #21 9.716 Recommended packages: [2022-03-09T22:06:38.393Z] #21 9.716 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-03-09T22:06:38.413Z] #51 57.35 go: downloading github.com/sonatard/noctx v0.0.1 [2022-03-09T22:06:38.413Z] #51 57.38 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2022-03-09T22:06:38.413Z] #51 57.38 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2022-03-09T22:06:38.413Z] #51 57.42 go: downloading github.com/sylvia7788/contextcheck v1.0.4 [2022-03-09T22:06:38.413Z] #51 57.47 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2022-03-09T22:06:38.413Z] #51 57.53 go: downloading github.com/tetafro/godot v1.4.11 [2022-03-09T22:06:38.413Z] #51 57.58 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2022-03-09T22:06:38.523Z] #47 58.21 Selecting previously unselected package libnet1:amd64. [2022-03-09T22:06:38.523Z] #47 58.22 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-03-09T22:06:38.523Z] #47 58.23 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-03-09T22:06:38.679Z] #51 57.67 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0 [2022-03-09T22:06:38.679Z] #51 57.70 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2022-03-09T22:06:38.783Z] #47 58.44 Selecting previously unselected package libnl-3-200:amd64. [2022-03-09T22:06:38.783Z] #47 58.44 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-03-09T22:06:38.783Z] #47 58.45 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-03-09T22:06:38.940Z] #51 58.11 go: downloading github.com/ultraware/funlen v0.0.3 [2022-03-09T22:06:38.940Z] #51 58.14 go: downloading github.com/ultraware/whitespace v0.0.4 [2022-03-09T22:06:38.940Z] #51 58.15 go: downloading github.com/uudashr/gocognit v1.0.5 [2022-03-09T22:06:39.032Z] #19 92.80 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-09T22:06:39.032Z] #19 92.80 Get:80 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-armel all 12.9 [6704 B] [2022-03-09T22:06:39.032Z] #19 92.81 Get:81 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-armhf-cross all 2.31-9cross4 [1094 kB] [2022-03-09T22:06:39.032Z] #19 92.83 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-09T22:06:39.032Z] #19 92.83 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-09T22:06:39.032Z] #19 92.83 Get:84 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-armhf-cross all 10.2.1-6cross1 [6688 B] [2022-03-09T22:06:39.032Z] #19 92.83 Get:85 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-armhf-cross all 10.2.1-6cross1 [2010 kB] [2022-03-09T22:06:39.032Z] #19 92.86 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-09T22:06:39.032Z] #19 92.87 Get:87 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-armhf-cross all 10.2.1-6cross1 [745 kB] [2022-03-09T22:06:39.032Z] #19 92.89 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-09T22:06:39.032Z] #19 92.90 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-09T22:06:39.042Z] #47 58.73 Selecting previously unselected package libprotobuf-c1:amd64. [2022-03-09T22:06:39.042Z] #47 58.74 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-03-09T22:06:39.042Z] #47 58.76 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-03-09T22:06:39.199Z] #51 58.25 go: downloading github.com/yagipy/maintidx v1.0.0 [2022-03-09T22:06:39.199Z] #51 58.29 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1 [2022-03-09T22:06:39.301Z] #47 58.97 Selecting previously unselected package criu. [2022-03-09T22:06:39.301Z] #47 58.97 Preparing to unpack .../7-criu_3.16.1-3_amd64.deb ... [2022-03-09T22:06:39.301Z] #47 58.99 Unpacking criu (3.16.1-3) ... [2022-03-09T22:06:39.338Z] #21 10.64 The following NEW packages will be installed: [2022-03-09T22:06:39.338Z] #21 10.64 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2022-03-09T22:06:39.338Z] #21 10.64 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-03-09T22:06:39.338Z] #21 10.65 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2022-03-09T22:06:39.338Z] #21 10.65 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch [2022-03-09T22:06:39.338Z] #21 10.65 pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip [2022-03-09T22:06:39.338Z] #21 10.65 python3-pkg-resources python3-setuptools python3-wheel sudo [2022-03-09T22:06:39.338Z] #21 10.65 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2022-03-09T22:06:39.338Z] #21 10.65 xz-utils zip zstd [2022-03-09T22:06:39.601Z] #21 10.95 0 upgraded, 48 newly installed, 0 to remove and 1 not upgraded. [2022-03-09T22:06:39.601Z] #21 10.95 Need to get 27.0 MB of archives. [2022-03-09T22:06:39.601Z] #21 10.95 After this operation, 105 MB of additional disk space will be used. [2022-03-09T22:06:39.601Z] #21 10.95 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 pigz arm64 2.6-1 [56.2 kB] [2022-03-09T22:06:39.601Z] #21 10.95 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libelf1 arm64 0.183-1 [164 kB] [2022-03-09T22:06:39.601Z] #21 10.95 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbpf0 arm64 1:0.3-2 [92.8 kB] [2022-03-09T22:06:39.601Z] #21 10.95 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2 arm64 1:2.44-1 [23.2 kB] [2022-03-09T22:06:39.601Z] #21 10.96 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libmnl0 arm64 1.0.4-3 [12.1 kB] [2022-03-09T22:06:39.601Z] #21 10.96 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libxtables12 arm64 1.8.7-1 [43.6 kB] [2022-03-09T22:06:39.601Z] #21 10.96 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2-bin arm64 1:2.44-1 [32.0 kB] [2022-03-09T22:06:39.601Z] #21 10.96 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 iproute2 arm64 5.10.0-4 [902 kB] [2022-03-09T22:06:39.601Z] #21 10.97 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xxd arm64 2:8.2.2434-3+deb11u1 [192 kB] [2022-03-09T22:06:39.601Z] #21 10.97 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-03-09T22:06:39.601Z] #21 10.98 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bash-completion all 1:2.11-2 [234 kB] [2022-03-09T22:06:39.768Z] #51 58.80 go: downloading gitlab.com/bosi/decorder v0.2.1 [2022-03-09T22:06:39.862Z] #21 10.99 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bzip2 arm64 1.0.8-4 [48.4 kB] [2022-03-09T22:06:39.862Z] #21 10.99 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xz-utils arm64 5.2.5-2 [219 kB] [2022-03-09T22:06:39.862Z] #21 11.00 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 apparmor arm64 2.13.6-10 [601 kB] [2022-03-09T22:06:39.862Z] #21 11.04 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 inetutils-ping arm64 2:2.0-1 [242 kB] [2022-03-09T22:06:39.862Z] #21 11.04 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libip4tc2 arm64 1.8.7-1 [34.1 kB] [2022-03-09T22:06:39.862Z] #21 11.05 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libip6tc2 arm64 1.8.7-1 [34.3 kB] [2022-03-09T22:06:39.862Z] #21 11.05 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnfnetlink0 arm64 1.0.1-3+b1 [12.0 kB] [2022-03-09T22:06:39.862Z] #21 11.05 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnetfilter-conntrack3 arm64 1.0.8-3 [38.2 kB] [2022-03-09T22:06:39.862Z] #21 11.05 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnftnl11 arm64 1.1.9-1 [59.8 kB] [2022-03-09T22:06:39.862Z] #21 11.05 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 iptables arm64 1.8.7-1 [368 kB] [2022-03-09T22:06:39.862Z] #21 11.05 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libonig5 arm64 6.9.6-1.1 [176 kB] [2022-03-09T22:06:39.862Z] #21 11.05 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libjq1 arm64 1.6-2.1 [121 kB] [2022-03-09T22:06:39.862Z] #21 11.06 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 jq arm64 1.6-2.1 [64.5 kB] [2022-03-09T22:06:39.862Z] #21 11.06 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libaio1 arm64 0.3.112-9 [12.3 kB] [2022-03-09T22:06:39.862Z] #21 11.06 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libgpm2 arm64 1.20.7-8 [35.9 kB] [2022-03-09T22:06:39.862Z] #21 11.06 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libicu67 arm64 67.1-7 [8467 kB] [2022-03-09T22:06:39.971Z] #19 94.14 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-09T22:06:40.027Z] #51 58.97 go: downloading honnef.co/go/tools v0.2.2 [2022-03-09T22:06:40.027Z] #51 ... [2022-03-09T22:06:40.027Z] [2022-03-09T22:06:40.027Z] #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-09T22:06:40.027Z] #34 sha256:e1e84836270b676cbc39863b69a1644104ba3030344ce6b70a016ea3d8688228 [2022-03-09T22:06:40.124Z] #21 11.37 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libinih1 arm64 53-1+b2 [6728 B] [2022-03-09T22:06:40.124Z] #21 11.40 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB] [2022-03-09T22:06:40.124Z] #21 11.40 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnl-3-200 arm64 3.4.0-1+b1 [60.6 kB] [2022-03-09T22:06:40.124Z] #21 11.40 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c1 arm64 1.3.3-1+b2 [26.8 kB] [2022-03-09T22:06:40.124Z] #21 11.40 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 net-tools arm64 1.60+git20181103.0eebece-1 [248 kB] [2022-03-09T22:06:40.124Z] #21 11.40 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 patch arm64 2.7.6-7 [121 kB] [2022-03-09T22:06:40.124Z] #21 11.40 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python-pip-whl all 20.3.4-4 [1948 kB] [2022-03-09T22:06:40.124Z] #21 11.43 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-03-09T22:06:40.124Z] #21 11.45 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-distutils all 3.9.2-1 [143 kB] [2022-03-09T22:06:40.124Z] #21 11.45 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-03-09T22:06:40.124Z] #21 11.46 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-setuptools all 52.0.0-4 [366 kB] [2022-03-09T22:06:40.124Z] #21 11.46 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-03-09T22:06:40.124Z] #21 11.49 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pip all 20.3.4-4 [337 kB] [2022-03-09T22:06:40.124Z] #21 11.50 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 sudo arm64 1.9.5p2-3 [995 kB] [2022-03-09T22:06:40.124Z] #21 11.52 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 thin-provisioning-tools arm64 0.9.0-1 [348 kB] [2022-03-09T22:06:40.229Z] #19 94.14 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-09T22:06:40.229Z] #19 94.16 Get:92 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-armhf-cross all 2.31-9cross4 [1845 kB] [2022-03-09T22:06:40.229Z] #19 94.21 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-09T22:06:40.229Z] #19 94.24 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-09T22:06:40.238Z] #47 59.77 Setting up python3-pkg-resources (52.0.0-4) ... [2022-03-09T22:06:40.385Z] #21 11.52 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 uidmap arm64 1:4.8.1-1 [222 kB] [2022-03-09T22:06:40.385Z] #21 11.53 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB] [2022-03-09T22:06:40.385Z] #21 11.75 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim arm64 2:8.2.2434-3+deb11u1 [1388 kB] [2022-03-09T22:06:40.385Z] #21 11.77 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xfsprogs arm64 5.10.0-4 [899 kB] [2022-03-09T22:06:40.385Z] #21 11.81 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 zip arm64 3.0-12 [228 kB] [2022-03-09T22:06:40.594Z] #34 58.67 Updating files: 85% (1298/1521) Updating files: 86% (1309/1521) Updating files: 87% (1324/1521) Updating files: 88% (1339/1521) Updating files: 89% (1354/1521) Updating files: 90% (1369/1521) Updating files: 91% (1385/1521) Updating files: 92% (1400/1521) Updating files: 93% (1415/1521) Updating files: 94% (1430/1521) Updating files: 95% (1445/1521) Updating files: 96% (1461/1521) Updating files: 97% (1476/1521) Updating files: 98% (1491/1521) Updating files: 99% (1506/1521) Updating files: 100% (1521/1521) Updating files: 100% (1521/1521), done. [2022-03-09T22:06:40.595Z] #34 ... [2022-03-09T22:06:40.595Z] [2022-03-09T22:06:40.595Z] #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-09T22:06:40.595Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-09T22:06:40.595Z] #14 49.76 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-09T22:06:40.595Z] #14 51.57 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-09T22:06:40.595Z] #14 52.18 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-09T22:06:40.595Z] #14 53.26 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-09T22:06:40.595Z] #14 55.43 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-09T22:06:40.595Z] #14 56.21 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-09T22:06:40.595Z] #14 56.22 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2022-03-09T22:06:40.595Z] #14 56.22 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2022-03-09T22:06:40.595Z] #14 56.22 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-03-09T22:06:40.595Z] #14 56.25 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-03-09T22:06:40.595Z] #14 56.26 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-09T22:06:40.595Z] #14 56.26 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-6 [123 kB] [2022-03-09T22:06:40.595Z] #14 56.26 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2022-03-09T22:06:40.595Z] #14 56.29 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB] [2022-03-09T22:06:40.595Z] #14 56.29 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB] [2022-03-09T22:06:40.595Z] #14 56.30 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB] [2022-03-09T22:06:40.595Z] #14 56.31 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB] [2022-03-09T22:06:40.595Z] #14 56.35 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2022-03-09T22:06:40.595Z] #14 56.36 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-09T22:06:40.595Z] #14 56.37 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-09T22:06:40.595Z] #14 56.38 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-6 [401 kB] [2022-03-09T22:06:40.595Z] #14 57.55 debconf: delaying package configuration, since apt-utils is not installed [2022-03-09T22:06:40.595Z] #14 57.88 Fetched 115 MB in 9s (12.5 MB/s) [2022-03-09T22:06:40.595Z] #14 58.05 Selecting previously unselected package binutils-mingw-w64-i686. [2022-03-09T22:06:40.595Z] #14 58.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-09T22:06:40.595Z] #14 58.10 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2022-03-09T22:06:40.595Z] #14 58.14 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-03-09T22:06:40.646Z] #21 11.81 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 zstd arm64 1.4.8+dfsg-2.1 [576 kB] [2022-03-09T22:06:40.854Z] #14 ... [2022-03-09T22:06:40.855Z] [2022-03-09T22:06:40.855Z] #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-09T22:06:40.855Z] #34 sha256:e1e84836270b676cbc39863b69a1644104ba3030344ce6b70a016ea3d8688228 [2022-03-09T22:06:40.855Z] #34 59.43 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2022-03-09T22:06:41.182Z] #47 ... [2022-03-09T22:06:41.182Z] [2022-03-09T22:06:41.182Z] #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-09T22:06:41.182Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-09T22:06:41.182Z] #51 56.05 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2022-03-09T22:06:41.182Z] #51 56.35 go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-03-09T22:06:41.182Z] #51 56.41 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2022-03-09T22:06:41.182Z] #51 56.59 go: downloading github.com/Antonboom/errname v0.1.5 [2022-03-09T22:06:41.182Z] #51 56.68 go: downloading github.com/Antonboom/nilnil v0.1.0 [2022-03-09T22:06:41.182Z] #51 56.69 go: downloading github.com/BurntSushi/toml v1.0.0 [2022-03-09T22:06:41.182Z] #51 57.75 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2022-03-09T22:06:41.182Z] #51 57.81 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2022-03-09T22:06:41.182Z] #51 57.86 go: downloading github.com/alexkohler/prealloc v1.0.0 [2022-03-09T22:06:41.182Z] #51 57.95 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2022-03-09T22:06:41.182Z] #51 57.98 go: downloading github.com/ashanbrown/makezero v1.1.0 [2022-03-09T22:06:41.182Z] #51 58.07 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2022-03-09T22:06:41.182Z] #51 58.10 go: downloading github.com/blizzy78/varnamelen v0.5.0 [2022-03-09T22:06:41.182Z] #51 58.20 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2022-03-09T22:06:41.182Z] #51 58.29 go: downloading github.com/breml/bidichk v0.2.1 [2022-03-09T22:06:41.182Z] #51 58.30 go: downloading github.com/breml/errchkjson v0.2.1 [2022-03-09T22:06:41.182Z] #51 58.45 go: downloading github.com/butuzov/ireturn v0.1.1 [2022-03-09T22:06:41.182Z] #51 58.58 go: downloading github.com/charithe/durationcheck v0.0.9 [2022-03-09T22:06:41.182Z] #51 58.67 go: downloading github.com/daixiang0/gci v0.2.9 [2022-03-09T22:06:41.182Z] #51 58.75 go: downloading github.com/denis-tingajkin/go-header v0.4.2 [2022-03-09T22:06:41.182Z] #51 58.85 go: downloading github.com/esimonov/ifshort v1.0.4 [2022-03-09T22:06:41.182Z] #51 58.92 go: downloading github.com/fzipp/gocyclo v0.4.0 [2022-03-09T22:06:41.182Z] #51 58.98 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2022-03-09T22:06:41.182Z] #51 59.03 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2022-03-09T22:06:41.182Z] #51 59.07 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2022-03-09T22:06:41.182Z] #51 59.11 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2022-03-09T22:06:41.182Z] #51 59.39 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2022-03-09T22:06:41.182Z] #51 59.39 go: downloading github.com/golangci/misspell v0.3.5 [2022-03-09T22:06:41.182Z] #51 59.43 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2022-03-09T22:06:41.182Z] #51 59.57 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2022-03-09T22:06:41.182Z] #51 59.59 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2022-03-09T22:06:41.182Z] #51 59.67 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2022-03-09T22:06:41.182Z] #51 59.69 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2022-03-09T22:06:41.182Z] #51 59.75 go: downloading github.com/jgautheron/goconst v1.5.1 [2022-03-09T22:06:41.182Z] #51 59.79 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2022-03-09T22:06:41.182Z] #51 59.83 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2022-03-09T22:06:41.182Z] #51 59.85 go: downloading github.com/julz/importas v0.1.0 [2022-03-09T22:06:41.182Z] #51 59.92 go: downloading github.com/kisielk/errcheck v1.6.0 [2022-03-09T22:06:41.182Z] #51 59.94 go: downloading github.com/kulti/thelper v0.5.0 [2022-03-09T22:06:41.182Z] #51 60.07 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2022-03-09T22:06:41.182Z] #51 60.07 go: downloading github.com/kunwardeep/paralleltest v1.0.3 [2022-03-09T22:06:41.182Z] #51 60.30 go: downloading github.com/ldez/gomoddirectives v0.2.2 [2022-03-09T22:06:41.182Z] #51 60.35 go: downloading github.com/ldez/tagliatelle v0.3.0 [2022-03-09T22:06:41.182Z] #51 60.35 go: downloading github.com/leonklingele/grouper v1.1.0 [2022-03-09T22:06:41.182Z] #51 60.40 go: downloading github.com/maratori/testpackage v1.0.1 [2022-03-09T22:06:41.182Z] #51 60.50 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2022-03-09T22:06:41.182Z] #51 60.60 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2022-03-09T22:06:41.182Z] #51 60.60 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517 [2022-03-09T22:06:41.182Z] #51 60.65 go: downloading github.com/mgechev/revive v1.1.3 [2022-03-09T22:06:41.182Z] #51 61.24 go: downloading github.com/moricho/tparallel v0.2.1 [2022-03-09T22:06:41.182Z] #51 61.25 go: downloading github.com/nakabonne/nestif v0.3.1 [2022-03-09T22:06:41.182Z] #51 61.29 go: downloading github.com/nishanths/exhaustive v0.7.11 [2022-03-09T22:06:41.182Z] #51 61.36 go: downloading github.com/nishanths/predeclared v0.2.1 [2022-03-09T22:06:41.182Z] #51 61.41 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b [2022-03-09T22:06:41.219Z] #21 12.43 debconf: delaying package configuration, since apt-utils is not installed [2022-03-09T22:06:41.219Z] #21 12.55 Fetched 27.0 MB in 1s (23.0 MB/s) [2022-03-09T22:06:41.219Z] #21 12.60 Selecting previously unselected package pigz. [2022-03-09T22:06:41.219Z] #21 12.60 (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 ... 24001 files and directories currently installed.) [2022-03-09T22:06:41.219Z] #21 12.64 Preparing to unpack .../00-pigz_2.6-1_arm64.deb ... [2022-03-09T22:06:41.219Z] #21 12.65 Unpacking pigz (2.6-1) ... [2022-03-09T22:06:41.372Z] #34 59.94 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-03-09T22:06:41.444Z] #51 61.58 go: downloading github.com/ryancurrah/gomodguard v1.2.3 [2022-03-09T22:06:41.480Z] #21 12.71 Selecting previously unselected package libelf1:arm64. [2022-03-09T22:06:41.480Z] #21 12.71 Preparing to unpack .../01-libelf1_0.183-1_arm64.deb ... [2022-03-09T22:06:41.480Z] #21 12.73 Unpacking libelf1:arm64 (0.183-1) ... [2022-03-09T22:06:41.480Z] #21 12.88 Selecting previously unselected package libbpf0:arm64. [2022-03-09T22:06:41.480Z] #21 12.88 Preparing to unpack .../02-libbpf0_1%3a0.3-2_arm64.deb ... [2022-03-09T22:06:41.480Z] #21 12.89 Unpacking libbpf0:arm64 (1:0.3-2) ... [2022-03-09T22:06:41.480Z] #21 12.97 Selecting previously unselected package libcap2:arm64. [2022-03-09T22:06:41.606Z] #19 95.40 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-09T22:06:41.606Z] #19 95.40 Get:96 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-armhf all 12.9 [6708 B] [2022-03-09T22:06:41.606Z] #19 95.40 Get:97 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-ppc64el-cross all 2.31-9cross4 [1534 kB] [2022-03-09T22:06:41.606Z] #19 95.43 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-09T22:06:41.606Z] #19 95.43 Get:99 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-ppc64el-cross all 10.2.1-6cross1 [106 kB] [2022-03-09T22:06:41.606Z] #19 95.44 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-09T22:06:41.606Z] #19 95.44 Get:101 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-ppc64el-cross all 10.2.1-6cross1 [9712 B] [2022-03-09T22:06:41.606Z] #19 95.44 Get:102 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-ppc64el-cross all 10.2.1-6cross1 [2096 kB] [2022-03-09T22:06:41.606Z] #19 95.47 Get:103 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 liblsan0-ppc64el-cross all 10.2.1-6cross1 [847 kB] [2022-03-09T22:06:41.606Z] #19 95.48 Get:104 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libtsan0-ppc64el-cross all 10.2.1-6cross1 [2025 kB] [2022-03-09T22:06:41.606Z] #19 95.51 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-09T22:06:41.606Z] #19 95.52 Get:106 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-ppc64el-cross all 10.2.1-6cross1 [798 kB] [2022-03-09T22:06:41.606Z] #19 95.53 Get:107 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libquadmath0-ppc64el-cross all 10.2.1-6cross1 [149 kB] [2022-03-09T22:06:41.606Z] #19 95.53 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-09T22:06:41.606Z] #19 95.55 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-09T22:06:41.704Z] #51 61.66 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2022-03-09T22:06:41.704Z] #51 61.71 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2022-03-09T22:06:41.704Z] #51 61.72 go: downloading github.com/securego/gosec/v2 v2.9.6 [2022-03-09T22:06:41.741Z] #21 12.97 Preparing to unpack .../03-libcap2_1%3a2.44-1_arm64.deb ... [2022-03-09T22:06:41.741Z] #21 12.98 Unpacking libcap2:arm64 (1:2.44-1) ... [2022-03-09T22:06:41.741Z] #21 13.04 Selecting previously unselected package libmnl0:arm64. [2022-03-09T22:06:41.741Z] #21 13.04 Preparing to unpack .../04-libmnl0_1.0.4-3_arm64.deb ... [2022-03-09T22:06:41.741Z] #21 13.06 Unpacking libmnl0:arm64 (1.0.4-3) ... [2022-03-09T22:06:41.741Z] #21 13.10 Selecting previously unselected package libxtables12:arm64. [2022-03-09T22:06:41.939Z] #34 ... [2022-03-09T22:06:41.939Z] [2022-03-09T22:06:41.939Z] #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-09T22:06:41.939Z] #38 sha256:e5cbd602869136911dd6a99bdd9a40d0507fbcc4294df9c42cbc6740a37cb7ab [2022-03-09T22:06:41.939Z] #38 50.99 debconf: delaying package configuration, since apt-utils is not installed [2022-03-09T22:06:41.939Z] #38 51.30 Fetched 17.7 MB in 2s (9465 kB/s) [2022-03-09T22:06:41.939Z] #38 51.43 Selecting previously unselected package xxd. [2022-03-09T22:06:41.939Z] #38 51.43 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-03-09T22:06:41.939Z] #38 51.56 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-03-09T22:06:41.940Z] #38 51.58 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-03-09T22:06:41.940Z] #38 51.96 Selecting previously unselected package vim-common. [2022-03-09T22:06:41.940Z] #38 51.96 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-03-09T22:06:41.940Z] #38 52.00 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-09T22:06:41.940Z] #38 52.60 Selecting previously unselected package cmake-data. [2022-03-09T22:06:41.940Z] #38 52.62 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-03-09T22:06:41.940Z] #38 52.69 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-03-09T22:06:41.940Z] #38 57.65 Selecting previously unselected package libicu67:amd64. [2022-03-09T22:06:41.940Z] #38 57.67 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ... [2022-03-09T22:06:41.940Z] #38 57.74 Unpacking libicu67:amd64 (67.1-7) ... [2022-03-09T22:06:41.963Z] #51 62.10 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2022-03-09T22:06:41.963Z] #51 62.11 go: downloading github.com/sivchari/containedctx v1.0.1 [2022-03-09T22:06:41.963Z] #51 62.17 go: downloading github.com/sivchari/tenv v1.4.7 [2022-03-09T22:06:41.963Z] #51 62.20 go: downloading github.com/sonatard/noctx v0.0.1 [2022-03-09T22:06:41.963Z] #51 62.22 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2022-03-09T22:06:42.002Z] #21 13.10 Preparing to unpack .../05-libxtables12_1.8.7-1_arm64.deb ... [2022-03-09T22:06:42.002Z] #21 13.11 Unpacking libxtables12:arm64 (1.8.7-1) ... [2022-03-09T22:06:42.002Z] #21 13.17 Selecting previously unselected package libcap2-bin. [2022-03-09T22:06:42.002Z] #21 13.18 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_arm64.deb ... [2022-03-09T22:06:42.002Z] #21 13.19 Unpacking libcap2-bin (1:2.44-1) ... [2022-03-09T22:06:42.002Z] #21 13.25 Selecting previously unselected package iproute2. [2022-03-09T22:06:42.002Z] #21 13.25 Preparing to unpack .../07-iproute2_5.10.0-4_arm64.deb ... [2022-03-09T22:06:42.002Z] #21 13.26 Unpacking iproute2 (5.10.0-4) ... [2022-03-09T22:06:42.198Z] #38 ... [2022-03-09T22:06:42.198Z] [2022-03-09T22:06:42.198Z] #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-09T22:06:42.198Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-09T22:06:42.198Z] #51 61.03 go: downloading mvdan.cc/gofumpt v0.2.1 [2022-03-09T22:06:42.198Z] #51 61.08 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2022-03-09T22:06:42.198Z] #51 61.16 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5 [2022-03-09T22:06:42.198Z] #51 61.22 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e [2022-03-09T22:06:42.227Z] #51 62.27 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2022-03-09T22:06:42.227Z] #51 62.51 go: downloading github.com/sylvia7788/contextcheck v1.0.4 [2022-03-09T22:06:42.264Z] #21 13.59 Selecting previously unselected package xxd. [2022-03-09T22:06:42.264Z] #21 13.59 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_arm64.deb ... [2022-03-09T22:06:42.264Z] #21 13.60 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-03-09T22:06:42.508Z] #51 62.64 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2022-03-09T22:06:42.508Z] #51 62.66 go: downloading github.com/tetafro/godot v1.4.11 [2022-03-09T22:06:42.509Z] #51 62.68 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2022-03-09T22:06:42.509Z] #51 62.76 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0 [2022-03-09T22:06:42.526Z] #21 13.71 Selecting previously unselected package vim-common. [2022-03-09T22:06:42.526Z] #21 13.71 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-03-09T22:06:42.526Z] #21 13.72 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-09T22:06:42.526Z] #21 13.85 Selecting previously unselected package bash-completion. [2022-03-09T22:06:42.526Z] #21 13.85 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-03-09T22:06:42.541Z] #19 96.70 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-09T22:06:42.767Z] #51 62.86 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2022-03-09T22:06:42.767Z] #51 ... [2022-03-09T22:06:42.767Z] [2022-03-09T22:06:42.767Z] #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-09T22:06:42.767Z] #47 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-09T22:06:42.767Z] #47 62.37 Setting up libprotobuf23:amd64 (3.12.4-1) ... [2022-03-09T22:06:42.800Z] #19 96.70 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-09T22:06:42.800Z] #19 96.73 Get:112 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-ppc64el-cross all 2.31-9cross4 [2382 kB] [2022-03-09T22:06:42.800Z] #19 96.77 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-09T22:06:42.800Z] #19 96.79 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-09T22:06:43.026Z] #47 62.56 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-03-09T22:06:43.026Z] #47 62.62 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-03-09T22:06:43.026Z] #47 62.66 Setting up python3-six (1.16.0-2) ... [2022-03-09T22:06:43.097Z] #21 ... [2022-03-09T22:06:43.097Z] [2022-03-09T22:06:43.097Z] #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-09T22:06:43.097Z] #26 sha256:f59fffe6f23916bb2b7637e425ad21c793f935d56c0a126a62515f8aa6da3c4f [2022-03-09T22:06:43.097Z] #26 100.4 + mkdir -p /tmp/tmp.ZPmWv5GS36/src/github.com/docker [2022-03-09T22:06:43.097Z] #26 100.4 + mv components/cli /tmp/tmp.ZPmWv5GS36/src/github.com/docker/cli [2022-03-09T22:06:43.097Z] #26 100.4 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker [2022-03-09T22:06:44.040Z] #26 ... [2022-03-09T22:06:44.040Z] [2022-03-09T22:06:44.040Z] #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-09T22:06:44.040Z] #21 sha256:8ae36b1e29ddf7eea5b1cc9f8f5940f544c5c02beb9f3614007f844197dc5850 [2022-03-09T22:06:44.040Z] #21 15.34 Unpacking bash-completion (1:2.11-2) ... [2022-03-09T22:06:44.177Z] #19 97.90 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-09T22:06:44.177Z] #19 97.90 Get:116 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-ppc64el all 12.9 [6716 B] [2022-03-09T22:06:44.177Z] #19 97.90 Get:117 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-s390x-cross all 2.31-9cross4 [1231 kB] [2022-03-09T22:06:44.177Z] #19 97.93 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-09T22:06:44.177Z] #19 97.93 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-09T22:06:44.177Z] #19 97.93 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-09T22:06:44.177Z] #19 97.94 Get:121 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-s390x-cross all 10.2.1-6cross1 [7944 B] [2022-03-09T22:06:44.177Z] #19 97.94 Get:122 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-s390x-cross all 10.2.1-6cross1 [1863 kB] [2022-03-09T22:06:44.177Z] #19 97.97 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-09T22:06:44.177Z] #19 97.97 Get:124 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-s390x-cross all 10.2.1-6cross1 [747 kB] [2022-03-09T22:06:44.177Z] #19 97.99 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-09T22:06:44.177Z] #19 97.99 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-09T22:06:44.301Z] #21 15.76 Selecting previously unselected package bzip2. [2022-03-09T22:06:44.562Z] #21 15.77 Preparing to unpack .../11-bzip2_1.0.8-4_arm64.deb ... [2022-03-09T22:06:44.562Z] #21 15.78 Unpacking bzip2 (1.0.8-4) ... [2022-03-09T22:06:44.562Z] #21 15.83 Selecting previously unselected package xz-utils. [2022-03-09T22:06:44.562Z] #21 15.83 Preparing to unpack .../12-xz-utils_5.2.5-2_arm64.deb ... [2022-03-09T22:06:44.562Z] #21 15.84 Unpacking xz-utils (5.2.5-2) ... [2022-03-09T22:06:44.562Z] #21 15.94 Selecting previously unselected package apparmor. [2022-03-09T22:06:44.562Z] #21 15.95 Preparing to unpack .../13-apparmor_2.13.6-10_arm64.deb ... [2022-03-09T22:06:44.562Z] #21 15.99 Unpacking apparmor (2.13.6-10) ... [2022-03-09T22:06:44.741Z] #51 63.51 go: downloading github.com/davecgh/go-spew v1.1.1 [2022-03-09T22:06:44.741Z] #51 63.51 go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-03-09T22:06:44.741Z] #51 63.62 go: downloading github.com/stretchr/objx v0.1.1 [2022-03-09T22:06:44.741Z] #51 63.69 go: downloading github.com/hashicorp/hcl v1.0.0 [2022-03-09T22:06:44.741Z] #51 ... [2022-03-09T22:06:44.741Z] [2022-03-09T22:06:44.741Z] #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-09T22:06:44.741Z] #47 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-09T22:06:44.741Z] #47 53.22 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 criu 3.16.1-3 [660 kB] [2022-03-09T22:06:44.741Z] #47 55.15 debconf: delaying package configuration, since apt-utils is not installed [2022-03-09T22:06:44.741Z] #47 55.57 Fetched 2292 kB in 4s (550 kB/s) [2022-03-09T22:06:44.741Z] #47 55.94 Selecting previously unselected package libprotobuf23:amd64. [2022-03-09T22:06:44.741Z] #47 55.94 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-03-09T22:06:44.741Z] #47 56.01 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ... [2022-03-09T22:06:44.741Z] #47 56.04 Unpacking libprotobuf23:amd64 (3.12.4-1) ... [2022-03-09T22:06:44.741Z] #47 57.07 Selecting previously unselected package python3-pkg-resources. [2022-03-09T22:06:44.741Z] #47 57.07 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2022-03-09T22:06:44.741Z] #47 57.07 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-03-09T22:06:44.741Z] #47 57.49 Selecting previously unselected package python3-six. [2022-03-09T22:06:44.741Z] #47 57.49 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ... [2022-03-09T22:06:44.741Z] #47 57.49 Unpacking python3-six (1.16.0-2) ... [2022-03-09T22:06:44.741Z] #47 57.78 Selecting previously unselected package python3-protobuf. [2022-03-09T22:06:44.741Z] #47 57.79 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ... [2022-03-09T22:06:44.741Z] #47 57.81 Unpacking python3-protobuf (3.12.4-1) ... [2022-03-09T22:06:44.741Z] #47 58.62 Selecting previously unselected package libnet1:amd64. [2022-03-09T22:06:44.741Z] #47 58.66 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-03-09T22:06:44.741Z] #47 58.67 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-03-09T22:06:44.741Z] #47 58.88 Selecting previously unselected package libnl-3-200:amd64. [2022-03-09T22:06:44.741Z] #47 58.88 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-03-09T22:06:44.741Z] #47 58.89 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-03-09T22:06:44.741Z] #47 59.17 Selecting previously unselected package libprotobuf-c1:amd64. [2022-03-09T22:06:44.741Z] #47 59.19 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-03-09T22:06:44.741Z] #47 59.21 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-03-09T22:06:44.741Z] #47 59.39 Selecting previously unselected package criu. [2022-03-09T22:06:44.741Z] #47 59.39 Preparing to unpack .../7-criu_3.16.1-3_amd64.deb ... [2022-03-09T22:06:44.741Z] #47 59.41 Unpacking criu (3.16.1-3) ... [2022-03-09T22:06:44.741Z] #47 60.57 Setting up python3-pkg-resources (52.0.0-4) ... [2022-03-09T22:06:44.741Z] #47 62.94 Setting up libprotobuf23:amd64 (3.12.4-1) ... [2022-03-09T22:06:44.741Z] #47 62.95 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-03-09T22:06:44.741Z] #47 63.00 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-03-09T22:06:44.741Z] #47 63.06 Setting up python3-six (1.16.0-2) ... [2022-03-09T22:06:44.937Z] #14 ... [2022-03-09T22:06:44.937Z] [2022-03-09T22:06:44.937Z] #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-09T22:06:44.937Z] #60 sha256:97649a1a77e818c9c1acb38549aef529bdfe32609a19963f3f5b35cfaf2cedd9 [2022-03-09T22:06:44.945Z] #47 64.43 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-03-09T22:06:44.945Z] #47 64.47 Setting up python3-protobuf (3.12.4-1) ... [2022-03-09T22:06:45.002Z] #47 ... [2022-03-09T22:06:45.002Z] [2022-03-09T22:06:45.002Z] #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-09T22:06:45.002Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-09T22:06:45.002Z] #51 64.12 go: downloading github.com/pelletier/go-toml v1.9.4 [2022-03-09T22:06:45.002Z] #51 64.15 go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-03-09T22:06:45.115Z] #19 99.04 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-09T22:06:45.115Z] #19 99.04 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-09T22:06:45.115Z] #19 99.06 Get:129 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-s390x-cross all 2.31-9cross4 [1943 kB] [2022-03-09T22:06:45.115Z] #19 99.09 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-09T22:06:45.115Z] #19 99.11 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-09T22:06:45.134Z] #21 16.37 Selecting previously unselected package inetutils-ping. [2022-03-09T22:06:45.134Z] #21 16.38 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_arm64.deb ... [2022-03-09T22:06:45.134Z] #21 16.38 Unpacking inetutils-ping (2:2.0-1) ... [2022-03-09T22:06:45.134Z] #21 16.47 Selecting previously unselected package libip4tc2:arm64. [2022-03-09T22:06:45.134Z] #21 16.48 Preparing to unpack .../15-libip4tc2_1.8.7-1_arm64.deb ... [2022-03-09T22:06:45.134Z] #21 16.49 Unpacking libip4tc2:arm64 (1.8.7-1) ... [2022-03-09T22:06:45.134Z] #21 16.56 Selecting previously unselected package libip6tc2:arm64. [2022-03-09T22:06:45.134Z] #21 16.56 Preparing to unpack .../16-libip6tc2_1.8.7-1_arm64.deb ... [2022-03-09T22:06:45.262Z] #51 64.33 go: downloading golang.org/x/text v0.3.7 [2022-03-09T22:06:45.396Z] #21 16.57 Unpacking libip6tc2:arm64 (1.8.7-1) ... [2022-03-09T22:06:45.396Z] #21 16.63 Selecting previously unselected package libnfnetlink0:arm64. [2022-03-09T22:06:45.396Z] #21 16.64 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_arm64.deb ... [2022-03-09T22:06:45.396Z] #21 16.64 Unpacking libnfnetlink0:arm64 (1.0.1-3+b1) ... [2022-03-09T22:06:45.396Z] #21 16.70 Selecting previously unselected package libnetfilter-conntrack3:arm64. [2022-03-09T22:06:45.396Z] #21 16.70 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_arm64.deb ... [2022-03-09T22:06:45.396Z] #21 16.70 Unpacking libnetfilter-conntrack3:arm64 (1.0.8-3) ... [2022-03-09T22:06:45.396Z] #21 16.77 Selecting previously unselected package libnftnl11:arm64. [2022-03-09T22:06:45.396Z] #21 16.77 Preparing to unpack .../19-libnftnl11_1.1.9-1_arm64.deb ... [2022-03-09T22:06:45.396Z] #21 16.79 Unpacking libnftnl11:arm64 (1.1.9-1) ... [2022-03-09T22:06:45.659Z] #21 16.85 Selecting previously unselected package iptables. [2022-03-09T22:06:45.659Z] #21 16.86 Preparing to unpack .../20-iptables_1.8.7-1_arm64.deb ... [2022-03-09T22:06:45.659Z] #21 16.87 Unpacking iptables (1.8.7-1) ... [2022-03-09T22:06:45.659Z] #21 17.06 Selecting previously unselected package libonig5:arm64. [2022-03-09T22:06:45.659Z] #21 17.07 Preparing to unpack .../21-libonig5_6.9.6-1.1_arm64.deb ... [2022-03-09T22:06:45.659Z] #21 17.07 Unpacking libonig5:arm64 (6.9.6-1.1) ... [2022-03-09T22:06:45.715Z] #60 43.14 Updating files: 59% (2813/4731) Updating files: 60% (2839/4731) Updating files: 61% (2886/4731) Updating files: 62% (2934/4731) Updating files: 63% (2981/4731) Updating files: 64% (3028/4731) Updating files: 65% (3076/4731) Updating files: 66% (3123/4731) Updating files: 67% (3170/4731) Updating files: 68% (3218/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-09T22:06:45.715Z] #60 44.17 + cd /tmp/tmp.Lsx0zSxk2j/src/github.com/containerd/containerd [2022-03-09T22:06:45.715Z] #60 44.17 + git checkout -q v1.5.10 [2022-03-09T22:06:45.892Z] #47 ... [2022-03-09T22:06:45.892Z] [2022-03-09T22:06:45.892Z] #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-09T22:06:45.892Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-09T22:06:45.892Z] #14 55.94 debconf: delaying package configuration, since apt-utils is not installed [2022-03-09T22:06:45.892Z] #14 56.46 Fetched 115 MB in 10s (11.6 MB/s) [2022-03-09T22:06:45.892Z] #14 56.65 Selecting previously unselected package binutils-mingw-w64-i686. [2022-03-09T22:06:45.892Z] #14 56.65 (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-09T22:06:45.892Z] #14 56.71 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2022-03-09T22:06:45.892Z] #14 56.72 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-03-09T22:06:45.892Z] #14 60.24 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-03-09T22:06:45.892Z] #14 60.25 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2022-03-09T22:06:45.892Z] #14 60.26 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-03-09T22:06:45.892Z] #14 63.88 Selecting previously unselected package binutils-mingw-w64. [2022-03-09T22:06:45.892Z] #14 63.88 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-03-09T22:06:45.892Z] #14 63.90 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-03-09T22:06:45.892Z] #14 64.17 Selecting previously unselected package libdevmapper1.02.1:amd64. [2022-03-09T22:06:45.892Z] #14 64.17 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-03-09T22:06:45.892Z] #14 64.18 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-09T22:06:45.892Z] #14 64.60 Selecting previously unselected package dmsetup. [2022-03-09T22:06:45.893Z] #14 64.62 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2022-03-09T22:06:45.893Z] #14 64.62 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-03-09T22:06:45.893Z] #14 64.97 Selecting previously unselected package mingw-w64-common. [2022-03-09T22:06:45.893Z] #14 64.97 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-03-09T22:06:45.893Z] #14 65.04 Unpacking mingw-w64-common (8.0.0-1) ... [2022-03-09T22:06:45.923Z] #21 17.22 Selecting previously unselected package libjq1:arm64. [2022-03-09T22:06:45.923Z] #21 17.22 Preparing to unpack .../22-libjq1_1.6-2.1_arm64.deb ... [2022-03-09T22:06:45.923Z] #21 17.23 Unpacking libjq1:arm64 (1.6-2.1) ... [2022-03-09T22:06:45.923Z] #21 17.29 Selecting previously unselected package jq. [2022-03-09T22:06:45.923Z] #21 17.29 Preparing to unpack .../23-jq_1.6-2.1_arm64.deb ... [2022-03-09T22:06:45.923Z] #21 17.31 Unpacking jq (1.6-2.1) ... [2022-03-09T22:06:46.185Z] #21 17.42 Selecting previously unselected package libaio1:arm64. [2022-03-09T22:06:46.185Z] #21 17.43 Preparing to unpack .../24-libaio1_0.3.112-9_arm64.deb ... [2022-03-09T22:06:46.185Z] #21 17.43 Unpacking libaio1:arm64 (0.3.112-9) ... [2022-03-09T22:06:46.446Z] #21 17.59 Selecting previously unselected package libgpm2:arm64. [2022-03-09T22:06:46.447Z] #21 17.59 Preparing to unpack .../25-libgpm2_1.20.7-8_arm64.deb ... [2022-03-09T22:06:46.447Z] #21 17.60 Unpacking libgpm2:arm64 (1.20.7-8) ... [2022-03-09T22:06:46.447Z] #21 17.65 Selecting previously unselected package libicu67:arm64. [2022-03-09T22:06:46.447Z] #21 17.66 Preparing to unpack .../26-libicu67_67.1-7_arm64.deb ... [2022-03-09T22:06:46.447Z] #21 17.67 Unpacking libicu67:arm64 (67.1-7) ... [2022-03-09T22:06:46.494Z] #19 100.1 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-09T22:06:46.494Z] #19 100.1 Get:133 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-s390x all 12.9 [6704 B] [2022-03-09T22:06:46.753Z] #19 100.7 debconf: delaying package configuration, since apt-utils is not installed [2022-03-09T22:06:47.014Z] #19 101.0 Fetched 787 MB in 23s (34.9 MB/s) [2022-03-09T22:06:47.014Z] #19 101.0 Selecting previously unselected package liblocale-gettext-perl. [2022-03-09T22:06:47.014Z] #19 101.0 (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-09T22:06:47.014Z] #19 101.0 Preparing to unpack .../000-liblocale-gettext-perl_1.07-4+b1_amd64.deb ... [2022-03-09T22:06:47.014Z] #19 101.0 Unpacking liblocale-gettext-perl (1.07-4+b1) ... [2022-03-09T22:06:47.273Z] #19 101.1 Selecting previously unselected package bzip2. [2022-03-09T22:06:47.273Z] #19 101.1 Preparing to unpack .../001-bzip2_1.0.8-4_amd64.deb ... [2022-03-09T22:06:47.273Z] #19 101.1 Unpacking bzip2 (1.0.8-4) ... [2022-03-09T22:06:47.273Z] #19 101.1 Selecting previously unselected package libmagic-mgc. [2022-03-09T22:06:47.273Z] #19 101.1 Preparing to unpack .../002-libmagic-mgc_1%3a5.39-3_amd64.deb ... [2022-03-09T22:06:47.273Z] #19 101.1 Unpacking libmagic-mgc (1:5.39-3) ... [2022-03-09T22:06:47.273Z] #19 101.3 Selecting previously unselected package libmagic1:amd64. [2022-03-09T22:06:47.273Z] #19 101.3 Preparing to unpack .../003-libmagic1_1%3a5.39-3_amd64.deb ... [2022-03-09T22:06:47.273Z] #19 101.3 Unpacking libmagic1:amd64 (1:5.39-3) ... [2022-03-09T22:06:47.534Z] #19 101.4 Selecting previously unselected package file. [2022-03-09T22:06:47.534Z] #19 101.4 Preparing to unpack .../004-file_1%3a5.39-3_amd64.deb ... [2022-03-09T22:06:47.534Z] #19 101.4 Unpacking file (1:5.39-3) ... [2022-03-09T22:06:47.534Z] #19 101.4 Selecting previously unselected package xz-utils. [2022-03-09T22:06:47.534Z] #19 101.5 Preparing to unpack .../005-xz-utils_5.2.5-2_amd64.deb ... [2022-03-09T22:06:47.534Z] #19 101.5 Unpacking xz-utils (5.2.5-2) ... [2022-03-09T22:06:47.534Z] #19 101.6 Selecting previously unselected package binutils-aarch64-linux-gnu. [2022-03-09T22:06:47.534Z] #19 101.6 Preparing to unpack .../006-binutils-aarch64-linux-gnu_2.35.2-2_amd64.deb ... [2022-03-09T22:06:47.534Z] #19 101.6 Unpacking binutils-aarch64-linux-gnu (2.35.2-2) ... [2022-03-09T22:06:47.620Z] #60 45.96 + export 'BUILDTAGS=netgo osusergo static_build' [2022-03-09T22:06:47.620Z] #60 45.96 + BUILDTAGS='netgo osusergo static_build' [2022-03-09T22:06:47.620Z] #60 45.96 + export EXTRA_FLAGS=-buildmode=pie [2022-03-09T22:06:47.620Z] #60 45.96 + EXTRA_FLAGS=-buildmode=pie [2022-03-09T22:06:47.620Z] #60 45.96 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-03-09T22:06:47.620Z] #60 45.96 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-03-09T22:06:47.620Z] #60 45.96 + '[' '' = dynamic ']' [2022-03-09T22:06:47.620Z] #60 45.96 + make [2022-03-09T22:06:47.818Z] #14 ... [2022-03-09T22:06:47.818Z] [2022-03-09T22:06:47.818Z] #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-09T22:06:47.818Z] #38 sha256:e5cbd602869136911dd6a99bdd9a40d0507fbcc4294df9c42cbc6740a37cb7ab [2022-03-09T22:06:47.818Z] #38 57.67 Selecting previously unselected package libicu67:amd64. [2022-03-09T22:06:47.818Z] #38 57.68 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ... [2022-03-09T22:06:47.818Z] #38 57.70 Unpacking libicu67:amd64 (67.1-7) ... [2022-03-09T22:06:47.818Z] #38 ... [2022-03-09T22:06:47.818Z] [2022-03-09T22:06:47.818Z] #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-09T22:06:47.818Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-09T22:06:47.818Z] #51 63.05 go: downloading github.com/ultraware/funlen v0.0.3 [2022-03-09T22:06:47.818Z] #51 63.08 go: downloading github.com/ultraware/whitespace v0.0.4 [2022-03-09T22:06:47.818Z] #51 63.17 go: downloading github.com/uudashr/gocognit v1.0.5 [2022-03-09T22:06:47.818Z] #51 63.27 go: downloading github.com/yagipy/maintidx v1.0.0 [2022-03-09T22:06:47.818Z] #51 63.38 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1 [2022-03-09T22:06:47.818Z] #51 63.59 go: downloading gitlab.com/bosi/decorder v0.2.1 [2022-03-09T22:06:47.818Z] #51 63.94 go: downloading honnef.co/go/tools v0.2.2 [2022-03-09T22:06:47.818Z] #51 65.89 go: downloading mvdan.cc/gofumpt v0.2.1 [2022-03-09T22:06:47.818Z] #51 65.92 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2022-03-09T22:06:47.818Z] #51 66.11 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5 [2022-03-09T22:06:47.818Z] #51 66.16 go: downloading github.com/davecgh/go-spew v1.1.1 [2022-03-09T22:06:47.818Z] #51 66.31 go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-03-09T22:06:47.818Z] #51 66.32 go: downloading github.com/stretchr/objx v0.1.1 [2022-03-09T22:06:47.818Z] #51 66.39 go: downloading github.com/hashicorp/hcl v1.0.0 [2022-03-09T22:06:47.818Z] #51 66.78 go: downloading github.com/pelletier/go-toml v1.9.4 [2022-03-09T22:06:47.818Z] #51 66.83 go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-03-09T22:06:47.818Z] #51 67.09 go: downloading golang.org/x/text v0.3.7 [2022-03-09T22:06:47.818Z] #51 ... [2022-03-09T22:06:47.818Z] [2022-03-09T22:06:47.818Z] #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-09T22:06:47.818Z] #34 sha256:e1e84836270b676cbc39863b69a1644104ba3030344ce6b70a016ea3d8688228 [2022-03-09T22:06:47.818Z] #34 57.72 Updating files: 84% (1288/1521) Updating files: 85% (1293/1521) Updating files: 86% (1309/1521) Updating files: 87% (1324/1521) Updating files: 88% (1339/1521) Updating files: 89% (1354/1521) Updating files: 90% (1369/1521) Updating files: 91% (1385/1521) Updating files: 92% (1400/1521) Updating files: 93% (1415/1521) Updating files: 93% (1422/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-09T22:06:47.818Z] #34 59.00 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2022-03-09T22:06:47.818Z] #34 59.14 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-03-09T22:06:48.290Z] Running on azwin-2-4ecfc0 in d:\jenkins\workspace\moby_PR-43352 [Pipeline] { [Pipeline] ws [2022-03-09T22:06:48.307Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2022-03-09T22:06:48.388Z] #34 ... [2022-03-09T22:06:48.388Z] [2022-03-09T22:06:48.388Z] #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-09T22:06:48.388Z] #38 sha256:e5cbd602869136911dd6a99bdd9a40d0507fbcc4294df9c42cbc6740a37cb7ab [2022-03-09T22:06:48.388Z] #38 68.49 Selecting previously unselected package libxml2:amd64. [2022-03-09T22:06:48.388Z] #38 68.50 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7_amd64.deb ... [2022-03-09T22:06:48.388Z] #38 68.52 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7) ... [2022-03-09T22:06:48.473Z] #19 102.4 Selecting previously unselected package binutils-arm-linux-gnueabi. [2022-03-09T22:06:48.473Z] #19 102.4 Preparing to unpack .../007-binutils-arm-linux-gnueabi_2.35.2-2_amd64.deb ... [2022-03-09T22:06:48.473Z] #19 102.4 Unpacking binutils-arm-linux-gnueabi (2.35.2-2) ... [2022-03-09T22:06:48.993Z] #21 20.22 Selecting previously unselected package libinih1:arm64. [2022-03-09T22:06:48.993Z] #21 20.22 Preparing to unpack .../27-libinih1_53-1+b2_arm64.deb ... [2022-03-09T22:06:48.993Z] #21 20.23 Unpacking libinih1:arm64 (53-1+b2) ... [2022-03-09T22:06:48.993Z] #21 20.29 Selecting previously unselected package libnet1:arm64. [2022-03-09T22:06:48.993Z] #21 20.29 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_arm64.deb ... [2022-03-09T22:06:48.993Z] #21 20.30 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ... [2022-03-09T22:06:49.055Z] #19 103.1 Selecting previously unselected package binutils-arm-linux-gnueabihf. [2022-03-09T22:06:49.055Z] #19 103.1 Preparing to unpack .../008-binutils-arm-linux-gnueabihf_2.35.2-2_amd64.deb ... [2022-03-09T22:06:49.055Z] #19 103.1 Unpacking binutils-arm-linux-gnueabihf (2.35.2-2) ... [2022-03-09T22:06:49.255Z] #21 20.40 Selecting previously unselected package libnl-3-200:arm64. [2022-03-09T22:06:49.255Z] #21 20.41 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_arm64.deb ... [2022-03-09T22:06:49.255Z] #21 20.41 Unpacking libnl-3-200:arm64 (3.4.0-1+b1) ... [2022-03-09T22:06:49.255Z] #21 20.48 Selecting previously unselected package libprotobuf-c1:arm64. [2022-03-09T22:06:49.255Z] #21 20.48 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_arm64.deb ... [2022-03-09T22:06:49.255Z] #21 20.49 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2022-03-09T22:06:49.255Z] #21 20.53 Selecting previously unselected package net-tools. [2022-03-09T22:06:49.255Z] #21 20.54 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_arm64.deb ... [2022-03-09T22:06:49.255Z] #21 20.55 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-03-09T22:06:49.350Z] #38 69.62 Selecting previously unselected package libarchive13:amd64. [2022-03-09T22:06:49.516Z] #21 20.71 Selecting previously unselected package patch. [2022-03-09T22:06:49.516Z] #21 20.72 Preparing to unpack .../32-patch_2.7.6-7_arm64.deb ... [2022-03-09T22:06:49.516Z] #21 20.73 Unpacking patch (2.7.6-7) ... [2022-03-09T22:06:49.516Z] #21 20.81 Selecting previously unselected package python-pip-whl. [2022-03-09T22:06:49.516Z] #21 20.81 Preparing to unpack .../33-python-pip-whl_20.3.4-4_all.deb ... [2022-03-09T22:06:49.516Z] #21 20.82 Unpacking python-pip-whl (20.3.4-4) ... [2022-03-09T22:06:49.527Z] #60 47.67 + bin/ctr [2022-03-09T22:06:49.610Z] #38 69.62 Preparing to unpack .../5-libarchive13_3.4.3-2+b1_amd64.deb ... [2022-03-09T22:06:49.610Z] #38 69.63 Unpacking libarchive13:amd64 (3.4.3-2+b1) ... [2022-03-09T22:06:49.624Z] #19 103.7 Selecting previously unselected package binutils-powerpc64le-linux-gnu. [2022-03-09T22:06:49.624Z] #19 103.7 Preparing to unpack .../009-binutils-powerpc64le-linux-gnu_2.35.2-2_amd64.deb ... [2022-03-09T22:06:49.778Z] #21 21.20 Selecting previously unselected package python3-lib2to3. [2022-03-09T22:06:49.778Z] #21 21.20 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ... [2022-03-09T22:06:49.869Z] #38 70.08 Selecting previously unselected package libjsoncpp24:amd64. [2022-03-09T22:06:49.869Z] #38 70.11 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ... [2022-03-09T22:06:49.869Z] #38 70.14 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2022-03-09T22:06:49.884Z] #19 103.7 Unpacking binutils-powerpc64le-linux-gnu (2.35.2-2) ... [2022-03-09T22:06:50.039Z] #21 21.21 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-03-09T22:06:50.039Z] #21 21.30 Selecting previously unselected package python3-distutils. [2022-03-09T22:06:50.040Z] #21 21.31 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ... [2022-03-09T22:06:50.040Z] #21 21.31 Unpacking python3-distutils (3.9.2-1) ... [2022-03-09T22:06:50.129Z] #38 70.44 Selecting previously unselected package librhash0:amd64. [2022-03-09T22:06:50.301Z] #21 21.43 Selecting previously unselected package python3-pkg-resources. [2022-03-09T22:06:50.301Z] #21 21.44 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ... [2022-03-09T22:06:50.301Z] #21 21.44 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-03-09T22:06:50.301Z] #21 21.56 Selecting previously unselected package python3-setuptools. [2022-03-09T22:06:50.301Z] #21 21.56 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ... [2022-03-09T22:06:50.301Z] #21 21.57 Unpacking python3-setuptools (52.0.0-4) ... [2022-03-09T22:06:50.389Z] #38 70.45 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ... [2022-03-09T22:06:50.389Z] #38 70.47 Unpacking librhash0:amd64 (1.4.1-2) ... [2022-03-09T22:06:50.424Z] The recommended git tool is: git [2022-03-09T22:06:50.452Z] #19 104.4 Selecting previously unselected package binutils-s390x-linux-gnu. [2022-03-09T22:06:50.452Z] #19 104.4 Preparing to unpack .../010-binutils-s390x-linux-gnu_2.35.2-2_amd64.deb ... [2022-03-09T22:06:50.452Z] #19 104.4 Unpacking binutils-s390x-linux-gnu (2.35.2-2) ... [2022-03-09T22:06:50.562Z] #21 21.78 Selecting previously unselected package python3-wheel. [2022-03-09T22:06:50.562Z] #21 21.78 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ... [2022-03-09T22:06:50.562Z] #21 21.80 Unpacking python3-wheel (0.34.2-1) ... [2022-03-09T22:06:50.562Z] #21 21.87 Selecting previously unselected package python3-pip. [2022-03-09T22:06:50.562Z] #21 21.88 Preparing to unpack .../39-python3-pip_20.3.4-4_all.deb ... [2022-03-09T22:06:50.562Z] #21 21.88 Unpacking python3-pip (20.3.4-4) ... [2022-03-09T22:06:50.565Z] #51 ... [2022-03-09T22:06:50.565Z] [2022-03-09T22:06:50.565Z] #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-09T22:06:50.565Z] #38 sha256:e5cbd602869136911dd6a99bdd9a40d0507fbcc4294df9c42cbc6740a37cb7ab [2022-03-09T22:06:50.565Z] #38 67.78 Selecting previously unselected package libxml2:amd64. [2022-03-09T22:06:50.565Z] #38 67.79 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7_amd64.deb ... [2022-03-09T22:06:50.565Z] #38 67.79 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7) ... [2022-03-09T22:06:50.565Z] #38 68.71 Selecting previously unselected package libarchive13:amd64. [2022-03-09T22:06:50.565Z] #38 68.72 Preparing to unpack .../5-libarchive13_3.4.3-2+b1_amd64.deb ... [2022-03-09T22:06:50.565Z] #38 68.72 Unpacking libarchive13:amd64 (3.4.3-2+b1) ... [2022-03-09T22:06:50.565Z] #38 69.42 Selecting previously unselected package libjsoncpp24:amd64. [2022-03-09T22:06:50.565Z] #38 69.42 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ... [2022-03-09T22:06:50.565Z] #38 69.43 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2022-03-09T22:06:50.565Z] #38 69.57 Selecting previously unselected package librhash0:amd64. [2022-03-09T22:06:50.565Z] #38 69.57 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ... [2022-03-09T22:06:50.565Z] #38 69.58 Unpacking librhash0:amd64 (1.4.1-2) ... [2022-03-09T22:06:50.824Z] #21 22.10 Selecting previously unselected package sudo. [2022-03-09T22:06:50.824Z] #21 22.10 Preparing to unpack .../40-sudo_1.9.5p2-3_arm64.deb ... [2022-03-09T22:06:50.824Z] #21 22.11 Unpacking sudo (1.9.5p2-3) ... [2022-03-09T22:06:50.836Z] #38 69.93 Selecting previously unselected package libuv1:amd64. [2022-03-09T22:06:50.836Z] #38 69.94 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ... [2022-03-09T22:06:50.836Z] #38 69.97 Unpacking libuv1:amd64 (1.40.0-2) ... [2022-03-09T22:06:50.956Z] #38 70.97 Selecting previously unselected package libuv1:amd64. [2022-03-09T22:06:50.956Z] #38 70.98 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ... [2022-03-09T22:06:50.956Z] #38 71.00 Unpacking libuv1:amd64 (1.40.0-2) ... [2022-03-09T22:06:51.019Z] #19 104.8 Selecting previously unselected package gcc-10-aarch64-linux-gnu-base:amd64. [2022-03-09T22:06:51.019Z] #19 104.8 Preparing to unpack .../011-gcc-10-aarch64-linux-gnu-base_10.2.1-6cross1_amd64.deb ... [2022-03-09T22:06:51.019Z] #19 104.8 Unpacking gcc-10-aarch64-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-03-09T22:06:51.019Z] #19 104.9 Selecting previously unselected package cpp-10-aarch64-linux-gnu. [2022-03-09T22:06:51.019Z] #19 104.9 Preparing to unpack .../012-cpp-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-03-09T22:06:51.019Z] #19 104.9 Unpacking cpp-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-03-09T22:06:51.395Z] #21 22.50 Selecting previously unselected package thin-provisioning-tools. [2022-03-09T22:06:51.396Z] #21 22.50 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_arm64.deb ... [2022-03-09T22:06:51.396Z] #21 22.51 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-03-09T22:06:51.396Z] #21 22.68 Selecting previously unselected package uidmap. [2022-03-09T22:06:51.396Z] #21 22.69 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_arm64.deb ... [2022-03-09T22:06:51.396Z] #21 22.70 Unpacking uidmap (1:4.8.1-1) ... [2022-03-09T22:06:51.396Z] #21 22.85 Selecting previously unselected package vim-runtime. [2022-03-09T22:06:51.396Z] #21 22.85 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-03-09T22:06:51.396Z] #21 22.88 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-09T22:06:51.403Z] #38 70.39 Selecting previously unselected package cmake. [2022-03-09T22:06:51.403Z] #38 70.40 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_amd64.deb ... [2022-03-09T22:06:51.403Z] #38 70.42 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-03-09T22:06:51.529Z] #38 71.45 Selecting previously unselected package cmake. [2022-03-09T22:06:51.529Z] #38 71.46 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_amd64.deb ... [2022-03-09T22:06:51.529Z] #38 71.47 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-03-09T22:06:51.656Z] #21 22.91 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-03-09T22:06:51.656Z] #21 22.93 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-03-09T22:06:52.786Z] #38 ... [2022-03-09T22:06:52.787Z] [2022-03-09T22:06:52.787Z] #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-09T22:06:52.787Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-09T22:06:52.787Z] #14 61.91 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-03-09T22:06:52.787Z] #14 61.92 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2022-03-09T22:06:52.787Z] #14 61.92 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-03-09T22:06:52.787Z] #14 65.79 Selecting previously unselected package binutils-mingw-w64. [2022-03-09T22:06:52.787Z] #14 65.81 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-03-09T22:06:52.787Z] #14 65.83 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-03-09T22:06:52.787Z] #14 66.16 Selecting previously unselected package libdevmapper1.02.1:amd64. [2022-03-09T22:06:52.787Z] #14 66.17 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-03-09T22:06:52.787Z] #14 66.21 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-09T22:06:52.787Z] #14 66.49 Selecting previously unselected package dmsetup. [2022-03-09T22:06:52.787Z] #14 66.50 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2022-03-09T22:06:52.787Z] #14 66.51 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-03-09T22:06:52.787Z] #14 66.84 Selecting previously unselected package mingw-w64-common. [2022-03-09T22:06:52.787Z] #14 66.84 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-03-09T22:06:52.787Z] #14 66.86 Unpacking mingw-w64-common (8.0.0-1) ... [2022-03-09T22:06:53.045Z] #14 ... [2022-03-09T22:06:53.045Z] [2022-03-09T22:06:53.045Z] #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-09T22:06:53.045Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-09T22:06:53.045Z] #51 72.15 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3 [2022-03-09T22:06:53.304Z] #51 72.43 go: downloading github.com/gobwas/glob v0.2.3 [2022-03-09T22:06:53.304Z] #51 72.51 go: downloading github.com/kisielk/gotool v1.0.0 [2022-03-09T22:06:53.563Z] #51 72.58 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2022-03-09T22:06:53.563Z] #51 72.63 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2022-03-09T22:06:53.563Z] #51 72.65 go: downloading golang.org/x/mod v0.5.1 [2022-03-09T22:06:53.563Z] #51 72.77 go: downloading github.com/ettle/strcase v0.1.1 [2022-03-09T22:06:53.822Z] #51 72.93 go: downloading github.com/fatih/structtag v1.2.0 [2022-03-09T22:06:53.822Z] #51 73.04 go: downloading github.com/Masterminds/semver v1.5.0 [2022-03-09T22:06:54.059Z] #38 ... [2022-03-09T22:06:54.059Z] [2022-03-09T22:06:54.059Z] #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-09T22:06:54.059Z] #47 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-09T22:06:54.059Z] #47 69.67 Setting up criu (3.16.1-3) ... [2022-03-09T22:06:54.059Z] #47 72.17 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-09T22:06:54.059Z] #47 DONE 73.6s [2022-03-09T22:06:54.059Z] [2022-03-09T22:06:54.059Z] #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-09T22:06:54.059Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-09T22:06:54.059Z] #14 73.57 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-03-09T22:06:54.059Z] #14 73.58 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-03-09T22:06:54.059Z] #14 73.62 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-03-09T22:06:54.081Z] #51 73.18 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2022-03-09T22:06:54.081Z] #51 73.21 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2022-03-09T22:06:54.081Z] #51 73.24 go: downloading github.com/prometheus/client_golang v1.7.1 [2022-03-09T22:06:54.200Z] #21 25.31 Selecting previously unselected package vim. [2022-03-09T22:06:54.200Z] #21 25.31 Preparing to unpack .../44-vim_2%3a8.2.2434-3+deb11u1_arm64.deb ... [2022-03-09T22:06:54.200Z] #21 25.33 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-03-09T22:06:54.360Z] Running on azwin-2-2e4960 in d:\jenkins\workspace\moby_PR-43352 [Pipeline] { [Pipeline] ws [2022-03-09T22:06:54.377Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2022-03-09T22:06:54.461Z] #21 25.82 Selecting previously unselected package xfsprogs. [2022-03-09T22:06:54.461Z] #21 25.82 Preparing to unpack .../45-xfsprogs_5.10.0-4_arm64.deb ... [2022-03-09T22:06:54.461Z] #21 25.83 Unpacking xfsprogs (5.10.0-4) ... [2022-03-09T22:06:54.655Z] #51 73.62 go: downloading github.com/prometheus/client_model v0.2.0 [2022-03-09T22:06:54.655Z] #51 73.79 go: downloading github.com/google/go-cmp v0.5.6 [2022-03-09T22:06:54.985Z] #21 26.16 Selecting previously unselected package zip. [2022-03-09T22:06:54.985Z] #21 26.18 Preparing to unpack .../46-zip_3.0-12_arm64.deb ... [2022-03-09T22:06:54.985Z] #21 26.18 Unpacking zip (3.0-12) ... [2022-03-09T22:06:54.985Z] #21 26.29 Selecting previously unselected package zstd. [2022-03-09T22:06:54.985Z] #21 26.32 Preparing to unpack .../47-zstd_1.4.8+dfsg-2.1_arm64.deb ... [2022-03-09T22:06:54.985Z] #21 26.32 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-03-09T22:06:55.223Z] #51 74.11 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2022-03-09T22:06:55.223Z] #51 ... [2022-03-09T22:06:55.223Z] [2022-03-09T22:06:55.223Z] #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-09T22:06:55.223Z] #47 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-09T22:06:55.223Z] #47 64.51 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-03-09T22:06:55.223Z] #47 64.72 Setting up python3-protobuf (3.12.4-1) ... [2022-03-09T22:06:55.223Z] #47 70.49 Setting up criu (3.16.1-3) ... [2022-03-09T22:06:55.223Z] #47 73.02 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-09T22:06:55.223Z] #47 DONE 73.8s [2022-03-09T22:06:55.223Z] [2022-03-09T22:06:55.223Z] #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-09T22:06:55.223Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-09T22:06:55.223Z] #51 74.21 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af [2022-03-09T22:06:55.223Z] #51 74.31 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2022-03-09T22:06:55.247Z] #21 26.59 Setting up python3-pkg-resources (52.0.0-4) ... [2022-03-09T22:06:55.483Z] #51 74.49 go: downloading github.com/beorn7/perks v1.0.1 [2022-03-09T22:06:55.483Z] #51 74.52 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-03-09T22:06:55.483Z] #51 74.56 go: downloading github.com/cespare/xxhash v1.1.0 [2022-03-09T22:06:55.483Z] #51 74.60 go: downloading github.com/golang/protobuf v1.5.2 [2022-03-09T22:06:55.727Z] The recommended git tool is: git [2022-03-09T22:06:55.832Z] #21 27.26 Setting up libip4tc2:arm64 (1.8.7-1) ... [2022-03-09T22:06:55.832Z] #21 27.27 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-03-09T22:06:55.832Z] #21 27.28 Setting up libgpm2:arm64 (1.20.7-8) ... [2022-03-09T22:06:56.054Z] #51 75.08 go: downloading github.com/prometheus/common v0.10.0 [2022-03-09T22:06:56.093Z] #21 27.30 Setting up libicu67:arm64 (67.1-7) ... [2022-03-09T22:06:56.093Z] #21 27.35 Setting up libip6tc2:arm64 (1.8.7-1) ... [2022-03-09T22:06:56.093Z] #21 27.36 Setting up libinih1:arm64 (53-1+b2) ... [2022-03-09T22:06:56.093Z] #21 27.37 Setting up uidmap (1:4.8.1-1) ... [2022-03-09T22:06:56.093Z] #21 27.39 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ... [2022-03-09T22:06:56.093Z] #21 27.40 Setting up bzip2 (1.0.8-4) ... [2022-03-09T22:06:56.093Z] #21 27.42 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2022-03-09T22:06:56.093Z] #21 27.43 Setting up python3-wheel (0.34.2-1) ... [2022-03-09T22:06:56.314Z] #51 75.24 go: downloading github.com/prometheus/procfs v0.6.0 [2022-03-09T22:06:56.314Z] #51 75.45 go: downloading github.com/mattn/go-runewidth v0.0.9 [2022-03-09T22:06:56.575Z] #51 75.64 go: downloading google.golang.org/protobuf v1.27.1 [2022-03-09T22:06:56.701Z] #21 27.95 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-03-09T22:06:56.701Z] #21 27.97 Setting up libcap2:arm64 (1:2.44-1) ... [2022-03-09T22:06:56.701Z] #21 27.98 Setting up libcap2-bin (1:2.44-1) ... [2022-03-09T22:06:56.701Z] #21 27.99 Setting up apparmor (2.13.6-10) ... [2022-03-09T22:06:57.642Z] #60 ... [2022-03-09T22:06:57.642Z] [2022-03-09T22:06:57.642Z] #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-09T22:06:57.642Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-09T22:06:57.642Z] #14 79.58 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-03-09T22:06:57.642Z] #14 79.59 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-03-09T22:06:57.642Z] #14 79.60 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-09T22:06:57.642Z] #14 85.17 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-03-09T22:06:57.642Z] #14 85.18 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2022-03-09T22:06:57.642Z] #14 85.20 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-03-09T22:06:58.262Z] #14 ... [2022-03-09T22:06:58.262Z] [2022-03-09T22:06:58.262Z] #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-09T22:06:58.262Z] #38 sha256:e5cbd602869136911dd6a99bdd9a40d0507fbcc4294df9c42cbc6740a37cb7ab [2022-03-09T22:06:58.262Z] #38 76.58 Setting up libicu67:amd64 (67.1-7) ... [2022-03-09T22:06:58.262Z] #38 76.60 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-03-09T22:06:58.262Z] #38 76.66 Setting up libuv1:amd64 (1.40.0-2) ... [2022-03-09T22:06:58.262Z] #38 76.92 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-09T22:06:58.262Z] #38 77.16 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2022-03-09T22:06:58.262Z] #38 77.30 Setting up librhash0:amd64 (1.4.1-2) ... [2022-03-09T22:06:58.262Z] #38 77.32 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-03-09T22:06:58.262Z] #38 77.34 Setting up libxml2:amd64 (2.9.10+dfsg-6.7) ... [2022-03-09T22:06:58.262Z] #38 77.37 Setting up libarchive13:amd64 (3.4.3-2+b1) ... [2022-03-09T22:06:58.262Z] #38 77.39 Setting up cmake (3.18.4-2+deb11u1) ... [2022-03-09T22:06:58.262Z] #38 77.41 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-09T22:06:58.262Z] #38 DONE 77.9s [2022-03-09T22:06:58.262Z] [2022-03-09T22:06:58.262Z] #39 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-03-09T22:06:58.262Z] #39 sha256:af411a11efff23dbacb654428cfe93ac1572aa5c3e07d607b9c7c991edb8f5d5 [2022-03-09T22:06:58.262Z] #39 DONE 0.2s [2022-03-09T22:06:58.262Z] [2022-03-09T22:06:58.262Z] #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-09T22:06:58.262Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-09T22:06:58.262Z] #51 74.50 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3 [2022-03-09T22:06:58.262Z] #51 74.59 go: downloading github.com/gobwas/glob v0.2.3 [2022-03-09T22:06:58.262Z] #51 74.61 go: downloading github.com/kisielk/gotool v1.0.0 [2022-03-09T22:06:58.262Z] #51 74.71 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2022-03-09T22:06:58.262Z] #51 74.78 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2022-03-09T22:06:58.262Z] #51 74.80 go: downloading golang.org/x/mod v0.5.1 [2022-03-09T22:06:58.262Z] #51 74.84 go: downloading github.com/ettle/strcase v0.1.1 [2022-03-09T22:06:58.262Z] #51 74.92 go: downloading github.com/fatih/structtag v1.2.0 [2022-03-09T22:06:58.262Z] #51 74.94 go: downloading github.com/Masterminds/semver v1.5.0 [2022-03-09T22:06:58.262Z] #51 75.06 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2022-03-09T22:06:58.262Z] #51 75.08 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2022-03-09T22:06:58.262Z] #51 75.47 go: downloading github.com/prometheus/client_golang v1.7.1 [2022-03-09T22:06:58.263Z] #51 75.79 go: downloading github.com/prometheus/client_model v0.2.0 [2022-03-09T22:06:58.263Z] #51 75.86 go: downloading github.com/google/go-cmp v0.5.6 [2022-03-09T22:06:58.263Z] #51 76.22 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2022-03-09T22:06:58.263Z] #51 76.36 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af [2022-03-09T22:06:58.263Z] #51 76.44 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2022-03-09T22:06:58.263Z] #51 76.57 go: downloading github.com/beorn7/perks v1.0.1 [2022-03-09T22:06:58.263Z] #51 76.61 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-03-09T22:06:58.263Z] #51 76.63 go: downloading github.com/cespare/xxhash v1.1.0 [2022-03-09T22:06:58.263Z] #51 76.67 go: downloading github.com/golang/protobuf v1.5.2 [2022-03-09T22:06:58.263Z] #51 76.95 go: downloading github.com/prometheus/common v0.10.0 [2022-03-09T22:06:58.263Z] #51 77.36 go: downloading github.com/prometheus/procfs v0.6.0 [2022-03-09T22:06:58.263Z] #51 77.38 go: downloading github.com/mattn/go-runewidth v0.0.9 [2022-03-09T22:06:58.263Z] #51 77.52 go: downloading google.golang.org/protobuf v1.27.1 [2022-03-09T22:06:58.482Z] #51 ... [2022-03-09T22:06:58.482Z] [2022-03-09T22:06:58.482Z] #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-09T22:06:58.482Z] #38 sha256:e5cbd602869136911dd6a99bdd9a40d0507fbcc4294df9c42cbc6740a37cb7ab [2022-03-09T22:06:58.482Z] #38 76.84 Setting up libicu67:amd64 (67.1-7) ... [2022-03-09T22:06:58.482Z] #38 76.95 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-03-09T22:06:58.482Z] #38 76.96 Setting up libuv1:amd64 (1.40.0-2) ... [2022-03-09T22:06:58.482Z] #38 76.97 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-09T22:06:58.482Z] #38 77.03 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2022-03-09T22:06:58.482Z] #38 77.09 Setting up librhash0:amd64 (1.4.1-2) ... [2022-03-09T22:06:58.482Z] #38 77.15 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-03-09T22:06:58.482Z] #38 77.21 Setting up libxml2:amd64 (2.9.10+dfsg-6.7) ... [2022-03-09T22:06:58.482Z] #38 77.22 Setting up libarchive13:amd64 (3.4.3-2+b1) ... [2022-03-09T22:06:58.482Z] #38 77.24 Setting up cmake (3.18.4-2+deb11u1) ... [2022-03-09T22:06:58.482Z] #38 77.28 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-09T22:06:58.482Z] #38 DONE 77.6s [2022-03-09T22:06:58.577Z] #14 91.00 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-03-09T22:06:58.577Z] #14 91.00 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-03-09T22:06:58.577Z] #14 91.00 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-09T22:06:58.619Z] #21 29.48 Setting up zip (3.0-12) ... [2022-03-09T22:06:58.619Z] #21 29.49 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-09T22:06:58.619Z] #21 29.53 Setting up bash-completion (1:2.11-2) ... [2022-03-09T22:06:58.745Z] [2022-03-09T22:06:58.745Z] #39 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-03-09T22:06:58.745Z] #39 sha256:4d2833f1e51cb63221d99f2597c2cec6f52fee96030b07ed4bce24ae3a64ab75 [2022-03-09T22:06:58.745Z] #39 DONE 0.2s [2022-03-09T22:06:58.745Z] [2022-03-09T22:06:58.745Z] #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-09T22:06:58.745Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-09T22:06:58.745Z] #14 74.76 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-03-09T22:06:58.745Z] #14 74.76 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-03-09T22:06:58.745Z] #14 74.77 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-03-09T22:06:59.283Z] #51 79.50 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2022-03-09T22:07:00.042Z] #21 31.39 Setting up xz-utils (5.2.5-2) ... [2022-03-09T22:07:00.042Z] #21 31.40 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-03-09T22:07:00.042Z] #21 31.42 Setting up libmnl0:arm64 (1.0.4-3) ... [2022-03-09T22:07:00.042Z] #21 31.43 Setting up patch (2.7.6-7) ... [2022-03-09T22:07:00.042Z] #21 31.45 Setting up sudo (1.9.5p2-3) ... [2022-03-09T22:07:00.304Z] #21 31.52 invoke-rc.d: could not determine current runlevel [2022-03-09T22:07:00.304Z] #21 31.54 invoke-rc.d: policy-rc.d denied execution of start. [2022-03-09T22:07:00.304Z] #21 31.55 Setting up xfsprogs (5.10.0-4) ... [2022-03-09T22:07:00.304Z] #21 31.56 Setting up libxtables12:arm64 (1.8.7-1) ... [2022-03-09T22:07:00.304Z] #21 31.59 Setting up inetutils-ping (2:2.0-1) ... [2022-03-09T22:07:00.304Z] #21 31.60 Setting up pigz (2.6-1) ... [2022-03-09T22:07:00.304Z] #21 31.61 Setting up libnfnetlink0:arm64 (1.0.1-3+b1) ... [2022-03-09T22:07:00.304Z] #21 31.63 Setting up libnl-3-200:arm64 (3.4.0-1+b1) ... [2022-03-09T22:07:00.304Z] #21 31.66 Setting up python-pip-whl (20.3.4-4) ... [2022-03-09T22:07:00.304Z] #21 31.68 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-03-09T22:07:00.877Z] #21 32.13 Setting up libaio1:arm64 (0.3.112-9) ... [2022-03-09T22:07:00.877Z] #21 32.16 Setting up python3-lib2to3 (3.9.2-1) ... [2022-03-09T22:07:01.003Z] #19 114.3 Selecting previously unselected package gcc-10-arm-linux-gnueabi-base:amd64. [2022-03-09T22:07:01.003Z] #19 114.3 Preparing to unpack .../013-gcc-10-arm-linux-gnueabi-base_10.2.1-6cross1_amd64.deb ... [2022-03-09T22:07:01.003Z] #19 114.3 Unpacking gcc-10-arm-linux-gnueabi-base:amd64 (10.2.1-6cross1) ... [2022-03-09T22:07:01.003Z] #19 114.3 Selecting previously unselected package cpp-10-arm-linux-gnueabi. [2022-03-09T22:07:01.003Z] #19 114.3 Preparing to unpack .../014-cpp-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ... [2022-03-09T22:07:01.003Z] #19 114.4 Unpacking cpp-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-03-09T22:07:01.408Z] #14 ... [2022-03-09T22:07:01.408Z] [2022-03-09T22:07:01.408Z] #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-09T22:07:01.408Z] #40 sha256:336217ed0e8c2e6d47002b16f7704418753f5e0598c0f936fd9824085ab08738 [2022-03-09T22:07:01.408Z] #40 1.661 + RM_GOPATH=0 [2022-03-09T22:07:01.408Z] #40 1.661 + TMP_GOPATH= [2022-03-09T22:07:01.408Z] #40 1.661 + : /build [2022-03-09T22:07:01.408Z] #40 1.661 + '[' -z '' ']' [2022-03-09T22:07:01.408Z] #40 1.661 ++ mktemp -d [2022-03-09T22:07:01.408Z] #40 1.664 + export GOPATH=/tmp/tmp.a1BIiiIjpr [2022-03-09T22:07:01.408Z] #40 1.664 + GOPATH=/tmp/tmp.a1BIiiIjpr [2022-03-09T22:07:01.408Z] #40 1.664 + RM_GOPATH=1 [2022-03-09T22:07:01.408Z] #40 1.664 + case "$(go env GOARCH)" in [2022-03-09T22:07:01.408Z] #40 1.664 ++ go env GOARCH [2022-03-09T22:07:01.408Z] #40 1.705 + export GO_BUILDMODE=-buildmode=pie [2022-03-09T22:07:01.408Z] #40 1.705 + GO_BUILDMODE=-buildmode=pie [2022-03-09T22:07:01.408Z] #40 1.705 ++ dirname /install.sh [2022-03-09T22:07:01.408Z] #40 1.729 + dir=/ [2022-03-09T22:07:01.408Z] #40 1.729 + bin=tini [2022-03-09T22:07:01.408Z] #40 1.729 + shift [2022-03-09T22:07:01.408Z] #40 1.729 + '[' '!' -f //tini.installer ']' [2022-03-09T22:07:01.408Z] #40 1.729 + . //tini.installer [2022-03-09T22:07:01.408Z] #40 1.729 ++ : v0.19.0 [2022-03-09T22:07:01.408Z] #40 1.729 + install_tini [2022-03-09T22:07:01.408Z] #40 1.729 + echo 'Install tini version v0.19.0' [2022-03-09T22:07:01.408Z] #40 1.729 Install tini version v0.19.0 [2022-03-09T22:07:01.408Z] #40 1.730 + git clone https://github.com/krallin/tini.git /tmp/tmp.a1BIiiIjpr/tini [2022-03-09T22:07:01.408Z] #40 1.736 Cloning into '/tmp/tmp.a1BIiiIjpr/tini'... [2022-03-09T22:07:01.408Z] #40 ... [2022-03-09T22:07:01.408Z] [2022-03-09T22:07:01.408Z] #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-09T22:07:01.408Z] #49 sha256:d6e75598c47eb2854ce9867f0ec88a37b6431f473d93d817a33a33011fbf05a2 [2022-03-09T22:07:01.408Z] #49 79.64 gotestsum version dev [2022-03-09T22:07:01.408Z] #49 DONE 80.1s [2022-03-09T22:07:01.408Z] [2022-03-09T22:07:01.408Z] #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-09T22:07:01.408Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-09T22:07:01.408Z] #51 78.15 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2022-03-09T22:07:01.451Z] #21 32.57 Setting up libelf1:arm64 (0.183-1) ... [2022-03-09T22:07:01.451Z] #21 32.63 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-03-09T22:07:01.451Z] #21 32.67 Setting up libonig5:arm64 (6.9.6-1.1) ... [2022-03-09T22:07:01.451Z] #21 32.69 Setting up python3-distutils (3.9.2-1) ... [2022-03-09T22:07:01.714Z] #21 33.03 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-03-09T22:07:01.714Z] #21 33.06 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-03-09T22:07:01.715Z] #21 33.06 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-03-09T22:07:01.715Z] #21 33.07 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-03-09T22:07:01.715Z] #21 33.08 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-03-09T22:07:01.828Z] #51 ... [2022-03-09T22:07:01.828Z] [2022-03-09T22:07:01.828Z] #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-09T22:07:01.828Z] #49 sha256:d6e75598c47eb2854ce9867f0ec88a37b6431f473d93d817a33a33011fbf05a2 [2022-03-09T22:07:01.828Z] #49 81.55 gotestsum version dev [2022-03-09T22:07:01.828Z] #49 DONE 82.1s [2022-03-09T22:07:01.828Z] [2022-03-09T22:07:01.828Z] #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-09T22:07:01.828Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-09T22:07:01.828Z] #14 82.01 Selecting previously unselected package gcc-mingw-w64-base. [2022-03-09T22:07:01.828Z] #14 82.01 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2022-03-09T22:07:01.828Z] #14 82.03 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-03-09T22:07:01.976Z] #21 33.08 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-03-09T22:07:01.976Z] #21 33.09 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-03-09T22:07:01.976Z] #21 33.10 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-03-09T22:07:01.976Z] #21 33.11 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-03-09T22:07:01.976Z] #21 33.13 Setting up python3-setuptools (52.0.0-4) ... [2022-03-09T22:07:02.088Z] #14 82.23 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-03-09T22:07:02.088Z] #14 82.25 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2022-03-09T22:07:02.088Z] #14 82.26 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-03-09T22:07:03.182Z] #21 34.40 Setting up libjq1:arm64 (1.6-2.1) ... [2022-03-09T22:07:03.182Z] #21 34.41 Setting up libnftnl11:arm64 (1.1.9-1) ... [2022-03-09T22:07:03.182Z] #21 34.44 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-03-09T22:07:03.182Z] #21 34.46 Setting up python3-pip (20.3.4-4) ... [2022-03-09T22:07:03.944Z] #51 ... [2022-03-09T22:07:03.945Z] [2022-03-09T22:07:03.945Z] #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-09T22:07:03.945Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-09T22:07:03.945Z] #14 82.97 Selecting previously unselected package gcc-mingw-w64-base. [2022-03-09T22:07:03.945Z] #14 82.98 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2022-03-09T22:07:03.945Z] #14 83.02 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-03-09T22:07:04.125Z] #21 35.50 Setting up libnetfilter-conntrack3:arm64 (1.0.8-3) ... [2022-03-09T22:07:04.125Z] #21 35.52 Setting up jq (1.6-2.1) ... [2022-03-09T22:07:04.125Z] #21 35.54 Setting up libbpf0:arm64 (1:0.3-2) ... [2022-03-09T22:07:04.202Z] #14 83.27 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-03-09T22:07:04.203Z] #14 83.27 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2022-03-09T22:07:04.203Z] #14 83.31 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-03-09T22:07:04.386Z] #21 35.55 Setting up iptables (1.8.7-1) ... [2022-03-09T22:07:04.386Z] #21 35.57 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-03-09T22:07:04.386Z] #21 35.57 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-03-09T22:07:04.386Z] #21 35.58 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-03-09T22:07:04.386Z] #21 35.58 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-03-09T22:07:04.386Z] #21 35.59 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-03-09T22:07:04.386Z] #21 35.60 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-03-09T22:07:04.386Z] #21 35.61 Setting up iproute2 (5.10.0-4) ... [2022-03-09T22:07:04.647Z] #21 35.98 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-09T22:07:06.034Z] #21 DONE 37.3s [2022-03-09T22:07:06.034Z] [2022-03-09T22:07:06.034Z] #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-09T22:07:06.034Z] #43 sha256:a45cc70e46ee27c278a69b1a58980f87923f0aa87cddb5eb8b9c0b4d2e4e3136 [2022-03-09T22:07:06.034Z] #43 ... [2022-03-09T22:07:06.034Z] [2022-03-09T22:07:06.034Z] #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-09T22:07:06.034Z] #22 sha256:d14082d5357a42ffaebfff01d9ae84eabcf067dba5a4ac6a2b542cae9eff8027 [2022-03-09T22:07:06.289Z] #14 ... [2022-03-09T22:07:06.289Z] [2022-03-09T22:07:06.289Z] #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-09T22:07:06.289Z] #40 sha256:8bf3ead17b6ef11603780d21b0202677669a6d466459b8359ddd23b61d48cc60 [2022-03-09T22:07:06.289Z] #40 1.279 + RM_GOPATH=0 [2022-03-09T22:07:06.289Z] #40 1.279 + TMP_GOPATH= [2022-03-09T22:07:06.289Z] #40 1.279 + : /build [2022-03-09T22:07:06.289Z] #40 1.279 + '[' -z '' ']' [2022-03-09T22:07:06.289Z] #40 1.279 ++ mktemp -d [2022-03-09T22:07:06.289Z] #40 1.281 + export GOPATH=/tmp/tmp.kETerpM3Fy [2022-03-09T22:07:06.289Z] #40 1.281 + GOPATH=/tmp/tmp.kETerpM3Fy [2022-03-09T22:07:06.289Z] #40 1.281 + RM_GOPATH=1 [2022-03-09T22:07:06.289Z] #40 1.281 + case "$(go env GOARCH)" in [2022-03-09T22:07:06.289Z] #40 1.282 ++ go env GOARCH [2022-03-09T22:07:06.289Z] #40 1.289 + export GO_BUILDMODE=-buildmode=pie [2022-03-09T22:07:06.289Z] #40 1.289 + GO_BUILDMODE=-buildmode=pie [2022-03-09T22:07:06.289Z] #40 1.289 ++ dirname /install.sh [2022-03-09T22:07:06.289Z] #40 1.290 + dir=/ [2022-03-09T22:07:06.289Z] #40 1.290 + bin=tini [2022-03-09T22:07:06.289Z] #40 1.290 + shift [2022-03-09T22:07:06.289Z] #40 1.290 + '[' '!' -f //tini.installer ']' [2022-03-09T22:07:06.289Z] #40 1.291 + . //tini.installer [2022-03-09T22:07:06.289Z] #40 1.291 ++ : v0.19.0 [2022-03-09T22:07:06.289Z] #40 1.291 + install_tini [2022-03-09T22:07:06.289Z] #40 1.324 + echo 'Install tini version v0.19.0' [2022-03-09T22:07:06.289Z] #40 1.324 Install tini version v0.19.0 [2022-03-09T22:07:06.289Z] #40 1.324 + git clone https://github.com/krallin/tini.git /tmp/tmp.kETerpM3Fy/tini [2022-03-09T22:07:06.289Z] #40 1.332 Cloning into '/tmp/tmp.kETerpM3Fy/tini'... [2022-03-09T22:07:06.289Z] #40 2.568 + cd /tmp/tmp.kETerpM3Fy/tini [2022-03-09T22:07:06.289Z] #40 2.568 + git checkout -q v0.19.0 [2022-03-09T22:07:06.289Z] #40 2.592 + cmake . [2022-03-09T22:07:06.289Z] #40 3.459 -- The C compiler identification is GNU 10.2.1 [2022-03-09T22:07:06.289Z] #40 3.543 -- Detecting C compiler ABI info [2022-03-09T22:07:06.289Z] #40 4.115 -- Detecting C compiler ABI info - done [2022-03-09T22:07:06.289Z] #40 4.276 -- Check for working C compiler: /usr/bin/cc - skipped [2022-03-09T22:07:06.289Z] #40 4.293 -- Detecting C compile features [2022-03-09T22:07:06.289Z] #40 4.293 -- Detecting C compile features - done [2022-03-09T22:07:06.289Z] #40 4.409 -- Performing Test HAS_BUILTIN_FORTIFY [2022-03-09T22:07:06.289Z] #40 4.664 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-03-09T22:07:06.289Z] #40 4.723 -- Configuring done [2022-03-09T22:07:06.289Z] #40 4.752 -- Generating done [2022-03-09T22:07:06.289Z] #40 4.755 -- Build files have been written to: /tmp/tmp.kETerpM3Fy/tini [2022-03-09T22:07:06.289Z] #40 4.766 + make tini-static [2022-03-09T22:07:06.289Z] #40 5.304 Scanning dependencies of target tini-static [2022-03-09T22:07:06.289Z] #40 5.419 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-03-09T22:07:06.289Z] #40 6.760 [100%] Linking C executable tini-static [2022-03-09T22:07:06.289Z] #40 7.535 [100%] Built target tini-static [2022-03-09T22:07:06.289Z] #40 7.672 + mkdir -p /build [2022-03-09T22:07:06.289Z] #40 7.684 + cp tini-static /build/docker-init [2022-03-09T22:07:06.289Z] #40 DONE 7.9s [2022-03-09T22:07:06.289Z] [2022-03-09T22:07:06.289Z] #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-09T22:07:06.289Z] #34 sha256:e1e84836270b676cbc39863b69a1644104ba3030344ce6b70a016ea3d8688228 [2022-03-09T22:07:06.605Z] #22 0.572 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-03-09T22:07:06.605Z] #22 0.576 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-03-09T22:07:06.605Z] #22 0.580 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-03-09T22:07:06.605Z] #22 DONE 0.6s [2022-03-09T22:07:06.605Z] [2022-03-09T22:07:06.605Z] #23 [dev-systemd-false 9/24] RUN pip3 install yamllint==1.26.1 [2022-03-09T22:07:06.605Z] #23 sha256:af88cd3de548723313362069a44abf1b7f1032f90f1d69fc20000e663d609ccc [2022-03-09T22:07:06.772Z] #14 ... [2022-03-09T22:07:06.772Z] [2022-03-09T22:07:06.772Z] #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-09T22:07:06.772Z] #63 sha256:132873679c61ff27426e656ae5b9c0c7392a90760f711d437d5edd34d5d95a19 [2022-03-09T22:07:06.772Z] #63 99.22 + for f in rootlesskit rootlesskit-docker-proxy [2022-03-09T22:07:06.772Z] #63 99.22 + GOBIN=/build [2022-03-09T22:07:06.772Z] #63 99.22 + GO111MODULE=on [2022-03-09T22:07:06.772Z] #63 99.22 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.6 [2022-03-09T22:07:08.394Z] #14 ... [2022-03-09T22:07:08.394Z] [2022-03-09T22:07:08.394Z] #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-09T22:07:08.394Z] #40 sha256:336217ed0e8c2e6d47002b16f7704418753f5e0598c0f936fd9824085ab08738 [2022-03-09T22:07:08.394Z] #40 2.840 + cd /tmp/tmp.a1BIiiIjpr/tini [2022-03-09T22:07:08.394Z] #40 2.840 + git checkout -q v0.19.0 [2022-03-09T22:07:08.394Z] #40 2.921 + cmake . [2022-03-09T22:07:08.394Z] #40 3.728 -- The C compiler identification is GNU 10.2.1 [2022-03-09T22:07:08.394Z] #40 3.860 -- Detecting C compiler ABI info [2022-03-09T22:07:08.394Z] #40 4.674 -- Detecting C compiler ABI info - done [2022-03-09T22:07:08.394Z] #40 4.842 -- Check for working C compiler: /usr/bin/cc - skipped [2022-03-09T22:07:08.394Z] #40 4.863 -- Detecting C compile features [2022-03-09T22:07:08.394Z] #40 4.863 -- Detecting C compile features - done [2022-03-09T22:07:08.394Z] #40 4.907 -- Performing Test HAS_BUILTIN_FORTIFY [2022-03-09T22:07:08.394Z] #40 5.318 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-03-09T22:07:08.394Z] #40 5.443 -- Configuring done [2022-03-09T22:07:08.394Z] #40 5.478 -- Generating done [2022-03-09T22:07:08.394Z] #40 5.482 -- Build files have been written to: /tmp/tmp.a1BIiiIjpr/tini [2022-03-09T22:07:08.394Z] #40 5.536 + make tini-static [2022-03-09T22:07:08.394Z] #40 6.052 Scanning dependencies of target tini-static [2022-03-09T22:07:08.394Z] #40 6.161 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-03-09T22:07:08.394Z] #40 7.686 [100%] Linking C executable tini-static [2022-03-09T22:07:08.394Z] #40 8.432 [100%] Built target tini-static [2022-03-09T22:07:08.394Z] #40 8.507 + mkdir -p /build [2022-03-09T22:07:08.394Z] #40 8.507 + cp tini-static /build/docker-init [2022-03-09T22:07:08.394Z] #40 DONE 8.9s [2022-03-09T22:07:08.394Z] [2022-03-09T22:07:08.394Z] #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-09T22:07:08.394Z] #43 sha256:8cd2c7b9899112f5f652fc771a50789fe1c1fae32cb81969d03efa57167cba02 [2022-03-09T22:07:08.853Z] Running on azwin-2-b09451 in d:\jenkins\workspace\moby_PR-43352 [Pipeline] { [Pipeline] ws [2022-03-09T22:07:08.870Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2022-03-09T22:07:09.124Z] #19 123.2 Selecting previously unselected package gcc-10-arm-linux-gnueabihf-base:amd64. [2022-03-09T22:07:09.124Z] #19 123.2 Preparing to unpack .../015-gcc-10-arm-linux-gnueabihf-base_10.2.1-6cross1_amd64.deb ... [2022-03-09T22:07:09.124Z] #19 123.2 Unpacking gcc-10-arm-linux-gnueabihf-base:amd64 (10.2.1-6cross1) ... [2022-03-09T22:07:09.383Z] #19 123.3 Selecting previously unselected package cpp-10-arm-linux-gnueabihf. [2022-03-09T22:07:09.383Z] #19 123.3 Preparing to unpack .../016-cpp-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ... [2022-03-09T22:07:09.383Z] #19 123.3 Unpacking cpp-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-03-09T22:07:10.234Z] The recommended git tool is: git [2022-03-09T22:07:11.558Z] #34 ... [2022-03-09T22:07:11.558Z] [2022-03-09T22:07:11.558Z] #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-09T22:07:11.558Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-09T22:07:11.558Z] #14 91.82 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-03-09T22:07:11.558Z] #14 91.82 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-03-09T22:07:11.817Z] #14 91.84 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-09T22:07:11.913Z] #19 ... [2022-03-09T22:07:11.913Z] [2022-03-09T22:07:11.914Z] #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-09T22:07:11.914Z] #50 sha256:8cd2c7b9899112f5f652fc771a50789fe1c1fae32cb81969d03efa57167cba02 [2022-03-09T22:07:11.914Z] #50 139.1 + dpkg --print-architecture [2022-03-09T22:07:11.914Z] #50 139.1 + git checkout -q v2.1.0 [2022-03-09T22:07:12.040Z] #63 104.6 rootlesskit version 0.14.6 [2022-03-09T22:07:12.040Z] #63 104.6 Usage of /build/rootlesskit-docker-proxy: [2022-03-09T22:07:12.040Z] #63 104.6 -container-ip string [2022-03-09T22:07:12.040Z] #63 104.6 container ip [2022-03-09T22:07:12.040Z] #63 104.6 -container-port int [2022-03-09T22:07:12.040Z] #63 104.6 container port (default -1) [2022-03-09T22:07:12.040Z] #63 104.6 -host-ip string [2022-03-09T22:07:12.040Z] #63 104.6 host ip [2022-03-09T22:07:12.040Z] #63 104.6 -host-port int [2022-03-09T22:07:12.040Z] #63 104.6 host port (default -1) [2022-03-09T22:07:12.040Z] #63 104.6 -proto string [2022-03-09T22:07:12.040Z] #63 104.6 proxy protocol (default "tcp") [2022-03-09T22:07:12.172Z] #50 139.6 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2022-03-09T22:07:12.172Z] #50 139.6 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2022-03-09T22:07:13.670Z] #43 ... [2022-03-09T22:07:13.670Z] [2022-03-09T22:07:13.670Z] #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-09T22:07:13.670Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-09T22:07:13.670Z] #14 91.92 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-03-09T22:07:13.670Z] #14 91.92 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-03-09T22:07:13.670Z] #14 91.93 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-09T22:07:13.952Z] #63 DONE 106.4s [2022-03-09T22:07:13.952Z] [2022-03-09T22:07:13.952Z] #64 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-03-09T22:07:13.952Z] #64 sha256:f55dfcb4ba11cc74f24f874bf3d72a145e5f657b834c780a775aaeba65638ddf [2022-03-09T22:07:13.952Z] #64 DONE 0.1s [2022-03-09T22:07:13.952Z] [2022-03-09T22:07:13.952Z] #65 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-03-09T22:07:13.952Z] #65 sha256:70139f386f7465c29e9317bda4dbcf78f79c9d880fc5257fa58320ae73385047 [2022-03-09T22:07:14.211Z] #65 DONE 0.1s [2022-03-09T22:07:14.211Z] [2022-03-09T22:07:14.211Z] #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-09T22:07:14.211Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-09T22:07:14.211Z] #14 103.6 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-03-09T22:07:14.211Z] #14 103.6 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-03-09T22:07:14.211Z] #14 103.6 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-09T22:07:15.770Z] using credential docker-jenkins-github-credentials [2022-03-09T22:07:15.844Z] Cloning the remote Git repository [2022-03-09T22:07:15.844Z] Cloning with configured refspecs honoured and without tags [2022-03-09T22:07:16.603Z] #23 8.670 Collecting yamllint==1.26.1 [2022-03-09T22:07:16.603Z] #23 9.738 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-03-09T22:07:16.745Z] #14 109.3 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-03-09T22:07:16.745Z] #14 109.3 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-03-09T22:07:16.745Z] #14 109.3 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-03-09T22:07:16.745Z] #14 109.4 Selecting previously unselected package libapparmor1:amd64. [2022-03-09T22:07:16.745Z] #14 109.4 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2022-03-09T22:07:16.745Z] #14 109.4 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2022-03-09T22:07:16.745Z] #14 109.5 Selecting previously unselected package libapparmor-dev:amd64. [2022-03-09T22:07:17.004Z] #14 109.5 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2022-03-09T22:07:17.004Z] #14 109.6 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2022-03-09T22:07:17.004Z] #14 109.7 Selecting previously unselected package libbtrfs0:amd64. [2022-03-09T22:07:17.004Z] #14 109.7 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2022-03-09T22:07:17.004Z] #14 109.7 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-03-09T22:07:17.175Z] #23 10.74 Collecting pathspec>=0.5.3 [2022-03-09T22:07:17.263Z] #14 109.9 Selecting previously unselected package libbtrfs-dev:amd64. [2022-03-09T22:07:17.263Z] #14 109.9 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-03-09T22:07:16.032Z] Cloning repository https://github.com/moby/moby.git [2022-03-09T22:07:16.419Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2022-03-09T22:07:17.436Z] #23 10.76 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-03-09T22:07:17.521Z] #14 110.0 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-09T22:07:17.521Z] #14 110.2 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2022-03-09T22:07:17.521Z] #14 110.2 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-03-09T22:07:17.521Z] #14 110.2 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-09T22:07:17.521Z] #14 110.2 Selecting previously unselected package libudev-dev:amd64. [2022-03-09T22:07:17.521Z] #14 110.2 Preparing to unpack .../20-libudev-dev_247.3-6_amd64.deb ... [2022-03-09T22:07:17.521Z] #14 110.2 Unpacking libudev-dev:amd64 (247.3-6) ... [2022-03-09T22:07:17.697Z] #23 11.02 Collecting pyyaml [2022-03-09T22:07:17.697Z] #23 11.03 Downloading PyYAML-6.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (731 kB) [2022-03-09T22:07:17.697Z] #23 11.08 Building wheels for collected packages: yamllint [2022-03-09T22:07:17.697Z] #23 11.09 Building wheel for yamllint (setup.py): started [2022-03-09T22:07:17.780Z] #14 110.3 Selecting previously unselected package libsepol1-dev:amd64. [2022-03-09T22:07:17.780Z] #14 110.3 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2022-03-09T22:07:17.780Z] #14 110.3 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2022-03-09T22:07:18.040Z] #14 110.6 Selecting previously unselected package libpcre2-16-0:amd64. [2022-03-09T22:07:18.040Z] #14 110.6 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ... [2022-03-09T22:07:18.040Z] #14 110.6 Unpacking libpcre2-16-0:amd64 (10.36-2) ... [2022-03-09T22:07:18.040Z] #14 110.8 Selecting previously unselected package libpcre2-32-0:amd64. [2022-03-09T22:07:18.040Z] #14 110.8 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ... [2022-03-09T22:07:18.040Z] #14 110.8 Unpacking libpcre2-32-0:amd64 (10.36-2) ... [2022-03-09T22:07:18.299Z] #14 110.9 Selecting previously unselected package libpcre2-posix2:amd64. [2022-03-09T22:07:18.299Z] #14 110.9 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ... [2022-03-09T22:07:18.299Z] #14 110.9 Unpacking libpcre2-posix2:amd64 (10.36-2) ... [2022-03-09T22:07:18.299Z] #14 111.0 Selecting previously unselected package libpcre2-dev:amd64. [2022-03-09T22:07:18.299Z] #14 111.0 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ... [2022-03-09T22:07:18.299Z] #14 111.0 Unpacking libpcre2-dev:amd64 (10.36-2) ... [2022-03-09T22:07:18.698Z] #23 12.07 Building wheel for yamllint (setup.py): finished with status 'done' [2022-03-09T22:07:18.698Z] #23 12.07 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=64ea75bda7f3fd0603baa965306cc3542155957a054c35d11433d70276498ddf [2022-03-09T22:07:18.698Z] #23 12.07 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-03-09T22:07:18.698Z] #23 12.08 Successfully built yamllint [2022-03-09T22:07:18.698Z] #23 12.09 Installing collected packages: pyyaml, pathspec, yamllint [2022-03-09T22:07:18.734Z] #50 ... [2022-03-09T22:07:18.734Z] [2022-03-09T22:07:18.734Z] #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-09T22:07:18.734Z] #19 sha256:306936fe72a1e45426452ae066606808492a2e9eb55b90c51c6a2e50cd890142 [2022-03-09T22:07:18.734Z] #19 132.7 Selecting previously unselected package gcc-10-powerpc64le-linux-gnu-base:amd64. [2022-03-09T22:07:18.734Z] #19 132.7 Preparing to unpack .../017-gcc-10-powerpc64le-linux-gnu-base_10.2.1-6cross1_amd64.deb ... [2022-03-09T22:07:18.734Z] #19 132.7 Unpacking gcc-10-powerpc64le-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-03-09T22:07:18.734Z] #19 132.8 Selecting previously unselected package cpp-10-powerpc64le-linux-gnu. [2022-03-09T22:07:18.734Z] #19 132.8 Preparing to unpack .../018-cpp-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-03-09T22:07:18.734Z] #19 132.8 Unpacking cpp-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-03-09T22:07:18.869Z] #14 111.4 Selecting previously unselected package libselinux1-dev:amd64. [2022-03-09T22:07:18.869Z] #14 111.4 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2022-03-09T22:07:18.869Z] #14 111.4 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2022-03-09T22:07:18.869Z] #14 111.6 Selecting previously unselected package libdevmapper-dev:amd64. [2022-03-09T22:07:18.869Z] #14 111.6 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2022-03-09T22:07:18.869Z] #14 111.6 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-03-09T22:07:18.965Z] #23 12.49 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-03-09T22:07:19.127Z] #14 111.7 Selecting previously unselected package libseccomp-dev:amd64. [2022-03-09T22:07:19.127Z] #14 111.7 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-03-09T22:07:19.127Z] #14 111.7 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-03-09T22:07:19.386Z] #14 111.9 Selecting previously unselected package libsystemd-dev:amd64. [2022-03-09T22:07:19.386Z] #14 111.9 Preparing to unpack .../29-libsystemd-dev_247.3-6_amd64.deb ... [2022-03-09T22:07:19.386Z] #14 111.9 Unpacking libsystemd-dev:amd64 (247.3-6) ... [2022-03-09T22:07:17.363Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-09T22:07:17.363Z] > git --version # timeout=10 [2022-03-09T22:07:17.414Z] > git --version # 'git version 2.24.1.windows.2' [2022-03-09T22:07:17.414Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-09T22:07:17.418Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43352/head:refs/remotes/origin/PR-43352 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-09T22:07:19.542Z] #23 DONE 13.0s [2022-03-09T22:07:19.542Z] [2022-03-09T22:07:19.542Z] #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-09T22:07:19.542Z] #26 sha256:f59fffe6f23916bb2b7637e425ad21c793f935d56c0a126a62515f8aa6da3c4f [2022-03-09T22:07:19.645Z] #14 112.4 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-03-09T22:07:19.645Z] #14 112.4 Setting up libapparmor1:amd64 (2.13.6-10) ... [2022-03-09T22:07:19.793Z] using credential docker-jenkins-github-credentials [2022-03-09T22:07:19.867Z] Cloning the remote Git repository [2022-03-09T22:07:19.867Z] Cloning with configured refspecs honoured and without tags [2022-03-09T22:07:19.904Z] #14 112.4 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-03-09T22:07:19.904Z] #14 112.5 Setting up libsepol1-dev:amd64 (3.1-1) ... [2022-03-09T22:07:19.904Z] #14 112.5 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-03-09T22:07:19.904Z] #14 112.5 Setting up libpcre2-16-0:amd64 (10.36-2) ... [2022-03-09T22:07:19.904Z] #14 112.5 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-03-09T22:07:19.904Z] #14 112.5 Setting up libpcre2-32-0:amd64 (10.36-2) ... [2022-03-09T22:07:19.904Z] #14 112.5 Setting up libudev-dev:amd64 (247.3-6) ... [2022-03-09T22:07:19.904Z] #14 112.6 Setting up libpcre2-posix2:amd64 (10.36-2) ... [2022-03-09T22:07:19.904Z] #14 112.6 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-03-09T22:07:19.904Z] #14 112.6 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-09T22:07:19.904Z] #14 112.6 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-03-09T22:07:19.904Z] #14 112.6 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2022-03-09T22:07:19.904Z] #14 112.6 Setting up mingw-w64-common (8.0.0-1) ... [2022-03-09T22:07:19.904Z] #14 112.6 Setting up libsystemd-dev:amd64 (247.3-6) ... [2022-03-09T22:07:19.904Z] #14 112.6 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-03-09T22:07:19.904Z] #14 112.7 Setting up libpcre2-dev:amd64 (10.36-2) ... [2022-03-09T22:07:19.904Z] #14 112.7 Setting up libselinux1-dev:amd64 (3.1-3) ... [2022-03-09T22:07:19.904Z] #14 112.7 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-03-09T22:07:19.904Z] #14 112.7 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-09T22:07:19.904Z] #14 112.7 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-09T22:07:19.904Z] #14 112.7 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-09T22:07:19.904Z] #14 112.7 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-09T22:07:20.163Z] #14 112.7 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-03-09T22:07:20.163Z] #14 112.8 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-09T22:07:20.163Z] #14 112.8 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-09T22:07:20.163Z] #14 112.8 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-09T22:07:20.163Z] #14 112.8 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-03-09T22:07:20.163Z] #14 112.8 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-09T22:07:20.163Z] #14 112.9 Setting up dmsetup (2:1.02.175-2.1) ... [2022-03-09T22:07:20.163Z] #14 112.9 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-09T22:07:20.163Z] #14 112.9 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-03-09T22:07:20.163Z] #14 112.9 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-09T22:07:20.731Z] #14 DONE 113.4s [2022-03-09T22:07:20.731Z] [2022-03-09T22:07:20.731Z] #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-09T22:07:20.731Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-09T22:07:20.731Z] #51 ... [2022-03-09T22:07:20.731Z] [2022-03-09T22:07:20.731Z] #55 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-03-09T22:07:20.731Z] #55 sha256:a9581adf50699a608e14bdeb1f0b81efa9a61d3431ebe795d456c875df97dc79 [2022-03-09T22:07:20.925Z] #26 ... [2022-03-09T22:07:20.925Z] [2022-03-09T22:07:20.925Z] #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-09T22:07:20.925Z] #43 sha256:a45cc70e46ee27c278a69b1a58980f87923f0aa87cddb5eb8b9c0b4d2e4e3136 [2022-03-09T22:07:20.925Z] #43 147.7 + dpkg --print-architecture [2022-03-09T22:07:21.185Z] #43 DONE 148.2s [2022-03-09T22:07:21.185Z] [2022-03-09T22:07:21.185Z] #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-09T22:07:21.185Z] #56 sha256:2664cf1f96712ef139bb642dd0f6258917a43ceb31dbc6c145367fc90d272071 [2022-03-09T22:07:21.298Z] #55 DONE 0.3s [2022-03-09T22:07:21.298Z] [2022-03-09T22:07:21.298Z] #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-09T22:07:21.298Z] #56 sha256:ab9a6509f9f20610ff4f964b55bd9bce15ebcedd3bf8fa91267cda8a46c9037d [2022-03-09T22:07:20.053Z] Cloning repository https://github.com/moby/moby.git [2022-03-09T22:07:20.440Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2022-03-09T22:07:21.556Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-09T22:07:21.556Z] > git --version # timeout=10 [2022-03-09T22:07:21.608Z] > git --version # 'git version 2.24.1.windows.2' [2022-03-09T22:07:21.609Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-09T22:07:21.612Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43352/head:refs/remotes/origin/PR-43352 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-09T22:07:23.205Z] #56 ... [2022-03-09T22:07:23.205Z] [2022-03-09T22:07:23.205Z] #15 [dev-systemd-false 1/24] RUN groupadd -r docker [2022-03-09T22:07:23.205Z] #15 sha256:7215d6be7a93e4610bda35d47d0b14aeb02dc72786d40843031043d680bc6681 [2022-03-09T22:07:23.205Z] #15 DONE 2.5s [2022-03-09T22:07:23.205Z] [2022-03-09T22:07:23.205Z] #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-09T22:07:23.205Z] #56 sha256:ab9a6509f9f20610ff4f964b55bd9bce15ebcedd3bf8fa91267cda8a46c9037d [2022-03-09T22:07:23.205Z] #56 2.312 + RM_GOPATH=0 [2022-03-09T22:07:23.205Z] #56 2.312 + TMP_GOPATH= [2022-03-09T22:07:23.205Z] #56 2.312 + : /build [2022-03-09T22:07:23.205Z] #56 2.312 + '[' -z '' ']' [2022-03-09T22:07:23.205Z] #56 2.313 ++ mktemp -d [2022-03-09T22:07:23.205Z] #56 2.314 + export GOPATH=/tmp/tmp.75YH76ekob [2022-03-09T22:07:23.205Z] #56 2.314 + GOPATH=/tmp/tmp.75YH76ekob [2022-03-09T22:07:23.205Z] #56 2.314 + RM_GOPATH=1 [2022-03-09T22:07:23.205Z] #56 2.314 + case "$(go env GOARCH)" in [2022-03-09T22:07:23.465Z] #56 2.318 ++ go env GOARCH [2022-03-09T22:07:23.465Z] #56 2.336 + export GO_BUILDMODE=-buildmode=pie [2022-03-09T22:07:23.465Z] #56 2.336 + GO_BUILDMODE=-buildmode=pie [2022-03-09T22:07:23.465Z] #56 2.339 ++ dirname /install.sh [2022-03-09T22:07:23.465Z] #56 2.345 + dir=/ [2022-03-09T22:07:23.465Z] #56 2.345 + bin=runc [2022-03-09T22:07:23.465Z] #56 2.345 + shift [2022-03-09T22:07:23.465Z] #56 2.345 + '[' '!' -f //runc.installer ']' [2022-03-09T22:07:23.465Z] #56 2.345 + . //runc.installer [2022-03-09T22:07:23.465Z] #56 2.345 ++ set -e [2022-03-09T22:07:23.465Z] #56 2.354 Install runc version v1.1.0 (build tags: seccomp) [2022-03-09T22:07:23.465Z] #56 2.354 ++ : v1.1.0 [2022-03-09T22:07:23.465Z] #56 2.354 + install_runc [2022-03-09T22:07:23.465Z] #56 2.354 + RUNC_BUILDTAGS=seccomp [2022-03-09T22:07:23.465Z] #56 2.354 + echo 'Install runc version v1.1.0 (build tags: seccomp)' [2022-03-09T22:07:23.465Z] #56 2.354 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.75YH76ekob/src/github.com/opencontainers/runc [2022-03-09T22:07:23.465Z] #56 2.354 Cloning into '/tmp/tmp.75YH76ekob/src/github.com/opencontainers/runc'... [2022-03-09T22:07:24.024Z] #14 ... [2022-03-09T22:07:24.024Z] [2022-03-09T22:07:24.024Z] #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-09T22:07:24.024Z] #60 sha256:b22f856b54cf6e27029cdde3dd287d5537a22da66dd254448bda8b81748b8016 [2022-03-09T22:07:24.284Z] #60 56.02 Updating files: 39% (1870/4731) Updating files: 40% (1893/4731) Updating files: 41% (1940/4731) Updating files: 42% (1988/4731) Updating files: 43% (2035/4731) Updating files: 44% (2082/4731) Updating files: 45% (2129/4731) Updating files: 46% (2177/4731) Updating files: 47% (2224/4731) Updating files: 48% (2271/4731) Updating files: 49% (2319/4731) Updating files: 50% (2366/4731) Updating files: 51% (2413/4731) Updating files: 52% (2461/4731) Updating files: 53% (2508/4731) Updating files: 54% (2555/4731) Updating files: 55% (2603/4731) Updating files: 56% (2650/4731) Updating files: 57% (2697/4731) Updating files: 58% (2744/4731) Updating files: 59% (2792/4731) Updating files: 60% (2839/4731) Updating files: 61% (2886/4731) Updating files: 62% (2934/4731) Updating files: 63% (2981/4731) Updating files: 64% (3028/4731) Updating files: 65% (3076/4731) Updating files: 66% (3123/4731) Updating files: 67% (3170/4731) Updating files: 68% (3218/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-09T22:07:24.284Z] #60 57.29 + cd /tmp/tmp.uOxT77h43z/src/github.com/containerd/containerd [2022-03-09T22:07:24.284Z] #60 57.29 + git checkout -q v1.5.10 [2022-03-09T22:07:25.373Z] #56 ... [2022-03-09T22:07:25.373Z] [2022-03-09T22:07:25.373Z] #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-09T22:07:25.373Z] #16 sha256:edabc5cbfdab8fdca23ab9f5bda84e4c1087fcf55c5b53960349f2fb3d0778e7 [2022-03-09T22:07:25.373Z] #16 DONE 2.0s [2022-03-09T22:07:25.373Z] [2022-03-09T22:07:25.373Z] #17 [dev-systemd-false 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-03-09T22:07:25.373Z] #17 sha256:19fe70f7d2ddc33a675da0631f21dad3b54a514cce78c0d03056d7982fa6bc66 [2022-03-09T22:07:25.883Z] #14 ... [2022-03-09T22:07:25.883Z] [2022-03-09T22:07:25.883Z] #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-09T22:07:25.883Z] #60 sha256:e1c0aa1177c4b415aeff224c7e8cc51c5a6c0a0c902c7b05eb3ffc9fa4896c3a [2022-03-09T22:07:26.189Z] #60 59.00 + export 'BUILDTAGS=netgo osusergo static_build' [2022-03-09T22:07:26.189Z] #60 59.00 + BUILDTAGS='netgo osusergo static_build' [2022-03-09T22:07:26.189Z] #60 59.00 + export EXTRA_FLAGS=-buildmode=pie [2022-03-09T22:07:26.189Z] #60 59.00 + EXTRA_FLAGS=-buildmode=pie [2022-03-09T22:07:26.189Z] #60 59.00 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-03-09T22:07:26.189Z] #60 59.00 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-03-09T22:07:26.189Z] #60 59.00 + '[' '' = dynamic ']' [2022-03-09T22:07:26.189Z] #60 59.00 + make [2022-03-09T22:07:26.850Z] #19 140.6 Selecting previously unselected package gcc-10-s390x-linux-gnu-base:amd64. [2022-03-09T22:07:26.850Z] #19 140.6 Preparing to unpack .../019-gcc-10-s390x-linux-gnu-base_10.2.1-6cross1_amd64.deb ... [2022-03-09T22:07:26.850Z] #19 140.6 Unpacking gcc-10-s390x-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-03-09T22:07:26.850Z] #19 140.6 Selecting previously unselected package cpp-10-s390x-linux-gnu. [2022-03-09T22:07:26.850Z] #19 140.6 Preparing to unpack .../020-cpp-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-03-09T22:07:26.850Z] #19 140.6 Unpacking cpp-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-03-09T22:07:27.280Z] #17 1.709 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-03-09T22:07:27.280Z] #17 DONE 2.0s [2022-03-09T22:07:27.280Z] [2022-03-09T22:07:27.280Z] #18 [dev-systemd-false 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-03-09T22:07:27.280Z] #18 sha256:95a349419b30e1ac1260e743a8ca606f4380d56efbee492431971e6dca0fc2e8 [2022-03-09T22:07:27.438Z] #60 55.57 Updating files: 36% (1730/4731) Updating files: 37% (1751/4731) Updating files: 38% (1798/4731) Updating files: 39% (1846/4731) Updating files: 40% (1893/4731) Updating files: 41% (1940/4731) Updating files: 42% (1988/4731) Updating files: 43% (2035/4731) Updating files: 44% (2082/4731) Updating files: 45% (2129/4731) Updating files: 46% (2177/4731) Updating files: 47% (2224/4731) Updating files: 48% (2271/4731) Updating files: 49% (2319/4731) Updating files: 50% (2366/4731) Updating files: 51% (2413/4731) Updating files: 52% (2461/4731) Updating files: 53% (2508/4731) Updating files: 54% (2555/4731) Updating files: 55% (2603/4731) Updating files: 56% (2650/4731) Updating files: 57% (2697/4731) Updating files: 58% (2744/4731) Updating files: 59% (2792/4731) Updating files: 60% (2839/4731) Updating files: 61% (2886/4731) Updating files: 62% (2934/4731) Updating files: 63% (2981/4731) Updating files: 64% (3028/4731) Updating files: 65% (3076/4731) Updating files: 66% (3123/4731) Updating files: 67% (3170/4731) Updating files: 68% (3218/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: 84% (3986/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-09T22:07:27.438Z] #60 57.09 + cd /tmp/tmp.7sICTMv1aU/src/github.com/containerd/containerd [2022-03-09T22:07:27.438Z] #60 57.09 + git checkout -q v1.5.10 [2022-03-09T22:07:28.092Z] #60 61.05 + bin/ctr [2022-03-09T22:07:29.186Z] #18 DONE 1.6s [2022-03-09T22:07:29.186Z] [2022-03-09T22:07:29.186Z] #19 [dev-systemd-false 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-03-09T22:07:29.186Z] #19 sha256:cf0bc03bfcb45158ac18e38aaf04eff78c16a7bef2b22ae7bd41361dd4c27c8d [2022-03-09T22:07:29.363Z] #60 58.99 + export 'BUILDTAGS=netgo osusergo static_build' [2022-03-09T22:07:29.363Z] #60 59.00 + BUILDTAGS='netgo osusergo static_build' [2022-03-09T22:07:29.363Z] #60 59.00 + export EXTRA_FLAGS=-buildmode=pie [2022-03-09T22:07:29.363Z] #60 59.00 + EXTRA_FLAGS=-buildmode=pie [2022-03-09T22:07:29.363Z] #60 59.00 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-03-09T22:07:29.363Z] #60 59.00 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-03-09T22:07:29.363Z] #60 59.00 + '[' '' = dynamic ']' [2022-03-09T22:07:29.363Z] #60 59.00 + make [2022-03-09T22:07:31.089Z] #19 DONE 1.9s [2022-03-09T22:07:31.089Z] [2022-03-09T22:07:31.089Z] #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-09T22:07:31.089Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-09T22:07:31.089Z] #51 ... [2022-03-09T22:07:31.089Z] [2022-03-09T22:07:31.089Z] #20 [dev-systemd-false 6/24] RUN ldconfig [2022-03-09T22:07:31.089Z] #20 sha256:2f6ca84cacee127523fe8debbfae4e03eaa2ce87799841506cb1c8b70c40fe19 [2022-03-09T22:07:31.269Z] #60 61.05 + bin/ctr [2022-03-09T22:07:32.472Z] #20 DONE 1.7s [2022-03-09T22:07:32.472Z] [2022-03-09T22:07:32.472Z] #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-09T22:07:32.472Z] #21 sha256:52cc65c5f4dfe0f785b878861a31a68ad429e02dd99f12fea015f02812daec35 [2022-03-09T22:07:34.420Z] #21 2.038 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-09T22:07:34.691Z] #21 2.074 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-09T22:07:34.691Z] #21 2.076 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-09T22:07:35.030Z] [2022-03-09T22:07:35.030Z] #19 ... [2022-03-09T22:07:35.030Z] [2022-03-09T22:07:35.030Z] #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-09T22:07:35.030Z] #50 sha256:8cd2c7b9899112f5f652fc771a50789fe1c1fae32cb81969d03efa57167cba02 [2022-03-09T22:07:35.030Z] #50 DONE 161.2s [2022-03-09T22:07:35.030Z] [2022-03-09T22:07:35.030Z] #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-09T22:07:35.030Z] #19 sha256:306936fe72a1e45426452ae066606808492a2e9eb55b90c51c6a2e50cd890142 [2022-03-09T22:07:35.030Z] #19 147.8 Selecting previously unselected package cpp-aarch64-linux-gnu. [2022-03-09T22:07:35.030Z] #19 147.8 Preparing to unpack .../021-cpp-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-03-09T22:07:35.030Z] #19 147.8 Unpacking cpp-aarch64-linux-gnu (4:10.2.1-1) ... [2022-03-09T22:07:35.030Z] #19 147.8 Selecting previously unselected package cpp-arm-linux-gnueabi. [2022-03-09T22:07:35.030Z] #19 147.8 Preparing to unpack .../022-cpp-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ... [2022-03-09T22:07:35.030Z] #19 147.8 Unpacking cpp-arm-linux-gnueabi (4:10.2.1-1) ... [2022-03-09T22:07:35.030Z] #19 147.9 Selecting previously unselected package cpp-arm-linux-gnueabihf. [2022-03-09T22:07:35.030Z] #19 147.9 Preparing to unpack .../023-cpp-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ... [2022-03-09T22:07:35.030Z] #19 147.9 Unpacking cpp-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-03-09T22:07:35.030Z] #19 148.0 Selecting previously unselected package cpp-powerpc64le-linux-gnu. [2022-03-09T22:07:35.030Z] #19 148.0 Preparing to unpack .../024-cpp-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-03-09T22:07:35.030Z] #19 148.0 Unpacking cpp-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-03-09T22:07:35.030Z] #19 148.0 Selecting previously unselected package cpp-s390x-linux-gnu. [2022-03-09T22:07:35.030Z] #19 148.0 Preparing to unpack .../025-cpp-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-03-09T22:07:35.030Z] #19 148.1 Unpacking cpp-s390x-linux-gnu (4:10.2.1-1) ... [2022-03-09T22:07:35.030Z] #19 148.1 Selecting previously unselected package cross-config. [2022-03-09T22:07:35.030Z] #19 148.1 Preparing to unpack .../026-cross-config_2.6.18+nmu1_all.deb ... [2022-03-09T22:07:35.030Z] #19 148.1 Unpacking cross-config (2.6.18+nmu1) ... [2022-03-09T22:07:35.030Z] #19 148.2 Selecting previously unselected package gcc-10-cross-base. [2022-03-09T22:07:35.030Z] #19 148.2 Preparing to unpack .../027-gcc-10-cross-base_10.2.1-6cross1_all.deb ... [2022-03-09T22:07:35.030Z] #19 148.2 Unpacking gcc-10-cross-base (10.2.1-6cross1) ... [2022-03-09T22:07:35.030Z] #19 148.3 Selecting previously unselected package libc6-arm64-cross. [2022-03-09T22:07:35.030Z] #19 148.3 Preparing to unpack .../028-libc6-arm64-cross_2.31-9cross4_all.deb ... [2022-03-09T22:07:35.030Z] #19 148.3 Unpacking libc6-arm64-cross (2.31-9cross4) ... [2022-03-09T22:07:35.030Z] #19 148.7 Selecting previously unselected package libgcc-s1-arm64-cross. [2022-03-09T22:07:35.030Z] #19 148.7 Preparing to unpack .../029-libgcc-s1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-03-09T22:07:35.030Z] #19 148.7 Unpacking libgcc-s1-arm64-cross (10.2.1-6cross1) ... [2022-03-09T22:07:35.030Z] #19 148.7 Selecting previously unselected package libgomp1-arm64-cross. [2022-03-09T22:07:35.030Z] #19 148.7 Preparing to unpack .../030-libgomp1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-03-09T22:07:35.030Z] #19 148.7 Unpacking libgomp1-arm64-cross (10.2.1-6cross1) ... [2022-03-09T22:07:35.030Z] #19 148.8 Selecting previously unselected package libitm1-arm64-cross. [2022-03-09T22:07:35.030Z] #19 148.8 Preparing to unpack .../031-libitm1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-03-09T22:07:35.030Z] #19 148.8 Unpacking libitm1-arm64-cross (10.2.1-6cross1) ... [2022-03-09T22:07:35.030Z] #19 148.9 Selecting previously unselected package libatomic1-arm64-cross. [2022-03-09T22:07:35.030Z] #19 148.9 Preparing to unpack .../032-libatomic1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-03-09T22:07:35.030Z] #19 148.9 Unpacking libatomic1-arm64-cross (10.2.1-6cross1) ... [2022-03-09T22:07:35.030Z] #19 148.9 Selecting previously unselected package libasan6-arm64-cross. [2022-03-09T22:07:35.030Z] #19 148.9 Preparing to unpack .../033-libasan6-arm64-cross_10.2.1-6cross1_all.deb ... [2022-03-09T22:07:35.030Z] #19 148.9 Unpacking libasan6-arm64-cross (10.2.1-6cross1) ... [2022-03-09T22:07:35.259Z] #21 2.726 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-09T22:07:35.275Z] using credential docker-jenkins-github-credentials [2022-03-09T22:07:35.351Z] Cloning the remote Git repository [2022-03-09T22:07:35.351Z] Cloning with configured refspecs honoured and without tags [2022-03-09T22:07:35.446Z] Fetching without tags [2022-03-09T22:07:35.624Z] #19 149.4 Selecting previously unselected package liblsan0-arm64-cross. [2022-03-09T22:07:35.624Z] #19 149.4 Preparing to unpack .../034-liblsan0-arm64-cross_10.2.1-6cross1_all.deb ... [2022-03-09T22:07:35.624Z] #19 149.4 Unpacking liblsan0-arm64-cross (10.2.1-6cross1) ... [2022-03-09T22:07:35.624Z] #19 149.6 Selecting previously unselected package libtsan0-arm64-cross. [2022-03-09T22:07:35.624Z] #19 149.6 Preparing to unpack .../035-libtsan0-arm64-cross_10.2.1-6cross1_all.deb ... [2022-03-09T22:07:35.624Z] #19 149.6 Unpacking libtsan0-arm64-cross (10.2.1-6cross1) ... [2022-03-09T22:07:35.827Z] #21 ... [2022-03-09T22:07:35.827Z] [2022-03-09T22:07:35.827Z] #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-09T22:07:35.827Z] #34 sha256:e1e84836270b676cbc39863b69a1644104ba3030344ce6b70a016ea3d8688228 [2022-03-09T22:07:35.827Z] #34 DONE 128.1s [2022-03-09T22:07:35.827Z] [2022-03-09T22:07:35.827Z] #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-09T22:07:35.827Z] #56 sha256:ab9a6509f9f20610ff4f964b55bd9bce15ebcedd3bf8fa91267cda8a46c9037d [2022-03-09T22:07:35.827Z] #56 10.79 + cd /tmp/tmp.75YH76ekob/src/github.com/opencontainers/runc [2022-03-09T22:07:35.827Z] #56 10.79 + git checkout -q v1.1.0 [2022-03-09T22:07:35.827Z] #56 11.25 + '[' -z '' ']' [2022-03-09T22:07:35.827Z] #56 11.25 + target=static [2022-03-09T22:07:35.827Z] #56 11.25 + make BUILDTAGS=seccomp static [2022-03-09T22:07:35.827Z] #56 11.47 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-09T22:07:35.884Z] #19 149.9 Selecting previously unselected package libstdc++6-arm64-cross. [2022-03-09T22:07:35.884Z] #19 149.9 Preparing to unpack .../036-libstdc++6-arm64-cross_10.2.1-6cross1_all.deb ... [2022-03-09T22:07:35.884Z] #19 149.9 Unpacking libstdc++6-arm64-cross (10.2.1-6cross1) ... [2022-03-09T22:07:35.884Z] #19 150.1 Selecting previously unselected package libubsan1-arm64-cross. [2022-03-09T22:07:35.884Z] #19 150.1 Preparing to unpack .../037-libubsan1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-03-09T22:07:36.144Z] #19 150.1 Unpacking libubsan1-arm64-cross (10.2.1-6cross1) ... [2022-03-09T22:07:36.252Z] Merging remotes/origin/master commit 83b51522df43866e39f7c757a6ab84ef4050eeb3 into PR head commit b92af14a1c47368b8cf1c52e303adf6e11cebc3b [2022-03-09T22:07:35.540Z] Cloning repository https://github.com/moby/moby.git [2022-03-09T22:07:35.936Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2022-03-09T22:07:36.418Z] #19 150.2 Selecting previously unselected package libgcc-10-dev-arm64-cross. [2022-03-09T22:07:36.418Z] #19 150.2 Preparing to unpack .../038-libgcc-10-dev-arm64-cross_10.2.1-6cross1_all.deb ... [2022-03-09T22:07:36.418Z] #19 150.3 Unpacking libgcc-10-dev-arm64-cross (10.2.1-6cross1) ... [2022-03-09T22:07:36.679Z] #19 150.5 Selecting previously unselected package gcc-10-aarch64-linux-gnu. [2022-03-09T22:07:36.679Z] #19 150.5 Preparing to unpack .../039-gcc-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-03-09T22:07:36.679Z] #19 150.5 Unpacking gcc-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-03-09T22:07:35.088Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-09T22:07:35.170Z] > git config --add remote.origin.fetch +refs/pull/43352/head:refs/remotes/origin/PR-43352 # timeout=10 [2022-03-09T22:07:35.229Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-09T22:07:35.355Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-09T22:07:35.507Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-09T22:07:35.508Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-09T22:07:35.510Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43352/head:refs/remotes/origin/PR-43352 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-09T22:07:36.367Z] > git config core.sparsecheckout # timeout=10 [2022-03-09T22:07:36.420Z] > git checkout -f b92af14a1c47368b8cf1c52e303adf6e11cebc3b # timeout=10 [2022-03-09T22:07:38.074Z] #60 ... [2022-03-09T22:07:38.074Z] [2022-03-09T22:07:38.074Z] #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-09T22:07:38.074Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-09T22:07:38.074Z] #14 107.7 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-03-09T22:07:38.074Z] #14 107.7 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-03-09T22:07:38.074Z] #14 107.7 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-09T22:07:38.074Z] #14 114.0 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-03-09T22:07:38.074Z] #14 114.0 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2022-03-09T22:07:38.074Z] #14 114.0 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-03-09T22:07:36.809Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-09T22:07:36.809Z] > git --version # timeout=10 [2022-03-09T22:07:36.867Z] > git --version # 'git version 2.24.1.windows.2' [2022-03-09T22:07:36.867Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-09T22:07:36.871Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43352/head:refs/remotes/origin/PR-43352 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-09T22:07:39.011Z] #14 119.1 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-03-09T22:07:39.011Z] #14 119.1 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-03-09T22:07:39.011Z] #14 119.1 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-09T22:07:39.387Z] #60 ... [2022-03-09T22:07:39.387Z] [2022-03-09T22:07:39.387Z] #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-09T22:07:39.387Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-09T22:07:39.387Z] #14 108.0 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-03-09T22:07:39.387Z] #14 108.0 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-03-09T22:07:39.387Z] #14 108.0 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-09T22:07:39.387Z] #14 114.6 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-03-09T22:07:39.387Z] #14 114.6 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2022-03-09T22:07:39.387Z] #14 114.6 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-03-09T22:07:40.019Z] #56 ... [2022-03-09T22:07:40.019Z] [2022-03-09T22:07:40.019Z] #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-09T22:07:40.019Z] #21 sha256:52cc65c5f4dfe0f785b878861a31a68ad429e02dd99f12fea015f02812daec35 [2022-03-09T22:07:40.020Z] #21 4.177 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [122 kB] [2022-03-09T22:07:40.020Z] #21 5.384 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-09T22:07:40.231Z] Merge succeeded, producing b92af14a1c47368b8cf1c52e303adf6e11cebc3b [2022-03-09T22:07:40.231Z] Checking out Revision b92af14a1c47368b8cf1c52e303adf6e11cebc3b (PR-43352) [2022-03-09T22:07:40.323Z] #14 119.6 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-03-09T22:07:40.583Z] #14 119.6 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-03-09T22:07:40.583Z] #14 119.6 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-09T22:07:40.956Z] #21 8.456 Fetched 8507 kB in 7s (1274 kB/s) [2022-03-09T22:07:39.840Z] > git remote # timeout=10 [2022-03-09T22:07:39.933Z] > git config --get remote.origin.url # timeout=10 [2022-03-09T22:07:39.986Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-09T22:07:39.988Z] > git merge 83b51522df43866e39f7c757a6ab84ef4050eeb3 # timeout=10 [2022-03-09T22:07:40.139Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2022-03-09T22:07:40.268Z] > git config core.sparsecheckout # timeout=10 [2022-03-09T22:07:40.322Z] > git checkout -f b92af14a1c47368b8cf1c52e303adf6e11cebc3b # timeout=10 [2022-03-09T22:07:43.491Z] #21 8.456 Reading package lists... [2022-03-09T22:07:44.354Z] Fetching without tags [2022-03-09T22:07:44.792Z] #19 157.8 Selecting previously unselected package gcc-aarch64-linux-gnu. [2022-03-09T22:07:44.792Z] #19 157.8 Preparing to unpack .../040-gcc-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-03-09T22:07:44.792Z] #19 157.8 Unpacking gcc-aarch64-linux-gnu (4:10.2.1-1) ... [2022-03-09T22:07:44.792Z] #19 157.8 Selecting previously unselected package linux-libc-dev-arm64-cross. [2022-03-09T22:07:44.792Z] #19 157.8 Preparing to unpack .../041-linux-libc-dev-arm64-cross_5.10.13-1cross4_all.deb ... [2022-03-09T22:07:44.792Z] #19 157.8 Unpacking linux-libc-dev-arm64-cross (5.10.13-1cross4) ... [2022-03-09T22:07:44.792Z] #19 158.2 Selecting previously unselected package libc6-dev-arm64-cross. [2022-03-09T22:07:44.792Z] #19 158.2 Preparing to unpack .../042-libc6-dev-arm64-cross_2.31-9cross4_all.deb ... [2022-03-09T22:07:44.792Z] #19 158.2 Unpacking libc6-dev-arm64-cross (2.31-9cross4) ... [2022-03-09T22:07:44.792Z] #19 158.6 Selecting previously unselected package libstdc++-10-dev-arm64-cross. [2022-03-09T22:07:44.792Z] #19 158.6 Preparing to unpack .../043-libstdc++-10-dev-arm64-cross_10.2.1-6cross1_all.deb ... [2022-03-09T22:07:44.792Z] #19 158.6 Unpacking libstdc++-10-dev-arm64-cross (10.2.1-6cross1) ... [2022-03-09T22:07:45.050Z] #19 159.0 Selecting previously unselected package g++-10-aarch64-linux-gnu. [2022-03-09T22:07:45.050Z] #19 159.1 Preparing to unpack .../044-g++-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-03-09T22:07:45.050Z] #19 159.1 Unpacking g++-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-03-09T22:07:45.132Z] Merging remotes/origin/master commit 83b51522df43866e39f7c757a6ab84ef4050eeb3 into PR head commit b92af14a1c47368b8cf1c52e303adf6e11cebc3b [2022-03-09T22:07:44.007Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-09T22:07:44.075Z] > git config --add remote.origin.fetch +refs/pull/43352/head:refs/remotes/origin/PR-43352 # timeout=10 [2022-03-09T22:07:44.127Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-09T22:07:44.263Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-09T22:07:44.394Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-09T22:07:44.394Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-09T22:07:44.395Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43352/head:refs/remotes/origin/PR-43352 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-09T22:07:45.247Z] > git config core.sparsecheckout # timeout=10 [2022-03-09T22:07:45.301Z] > git checkout -f b92af14a1c47368b8cf1c52e303adf6e11cebc3b # timeout=10 [2022-03-09T22:07:46.026Z] #21 10.99 Reading package lists... [2022-03-09T22:07:46.594Z] #21 13.42 Building dependency tree... [2022-03-09T22:07:47.162Z] #21 14.65 The following additional packages will be installed: [2022-03-09T22:07:47.162Z] #21 14.66 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-03-09T22:07:47.162Z] #21 14.66 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2022-03-09T22:07:47.162Z] #21 14.66 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-03-09T22:07:47.162Z] #21 14.66 python3-pkg-resources vim-runtime xxd [2022-03-09T22:07:47.162Z] #21 14.67 Suggested packages: [2022-03-09T22:07:47.162Z] #21 14.67 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2022-03-09T22:07:47.162Z] #21 14.67 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2022-03-09T22:07:47.162Z] #21 14.67 acl attr quota [2022-03-09T22:07:47.162Z] #21 14.67 Recommended packages: [2022-03-09T22:07:47.162Z] #21 14.67 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-03-09T22:07:48.540Z] #21 15.94 The following NEW packages will be installed: [2022-03-09T22:07:48.540Z] #21 15.94 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2022-03-09T22:07:48.540Z] #21 15.94 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-03-09T22:07:48.540Z] #21 15.94 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2022-03-09T22:07:48.540Z] #21 15.94 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch [2022-03-09T22:07:48.540Z] #21 15.95 pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip [2022-03-09T22:07:48.540Z] #21 15.95 python3-pkg-resources python3-setuptools python3-wheel sudo [2022-03-09T22:07:48.540Z] #21 15.95 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2022-03-09T22:07:48.540Z] #21 15.95 xz-utils zip zstd [2022-03-09T22:07:48.787Z] Merge succeeded, producing b92af14a1c47368b8cf1c52e303adf6e11cebc3b [2022-03-09T22:07:48.787Z] Checking out Revision b92af14a1c47368b8cf1c52e303adf6e11cebc3b (PR-43352) [2022-03-09T22:07:48.799Z] #21 16.27 0 upgraded, 48 newly installed, 0 to remove and 1 not upgraded. [2022-03-09T22:07:48.800Z] #21 16.27 Need to get 27.6 MB of archives. [2022-03-09T22:07:48.800Z] #21 16.27 After this operation, 106 MB of additional disk space will be used. [2022-03-09T22:07:48.800Z] #21 16.27 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2022-03-09T22:07:48.800Z] #21 16.27 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2022-03-09T22:07:48.800Z] #21 16.28 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2022-03-09T22:07:48.800Z] #21 16.28 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-03-09T22:07:48.800Z] #21 16.28 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2022-03-09T22:07:48.800Z] #21 16.28 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2022-03-09T22:07:48.800Z] #21 16.28 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2022-03-09T22:07:48.800Z] #21 16.28 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2022-03-09T22:07:48.800Z] #21 16.31 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-03-09T22:07:48.800Z] #21 16.32 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-09T22:07:48.800Z] #21 16.32 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2022-03-09T22:07:48.800Z] #21 16.34 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-03-09T22:07:48.800Z] #21 16.34 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2 [220 kB] [2022-03-09T22:07:48.800Z] #21 16.34 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2022-03-09T22:07:48.800Z] #21 16.36 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB] [2022-03-09T22:07:48.800Z] #21 16.37 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2022-03-09T22:07:48.800Z] #21 16.38 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2022-03-09T22:07:48.800Z] #21 16.38 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2022-03-09T22:07:48.800Z] #21 16.38 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2022-03-09T22:07:48.800Z] #21 16.38 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2022-03-09T22:07:48.800Z] #21 16.38 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2022-03-09T22:07:48.800Z] #21 16.40 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-03-09T22:07:48.800Z] #21 16.41 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-03-09T22:07:48.800Z] #21 16.41 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-03-09T22:07:48.800Z] #21 16.42 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2022-03-09T22:07:48.800Z] #21 16.42 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2022-03-09T22:07:48.800Z] #21 16.42 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-03-09T22:07:48.987Z] #14 ... [2022-03-09T22:07:48.987Z] [2022-03-09T22:07:48.987Z] #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-09T22:07:48.987Z] #63 sha256:7b7bae356506a6c7f5ee51ea47bfc94f49d15e6eb986ae2c1a6252bf0e46eefd [2022-03-09T22:07:48.987Z] #63 126.8 + for f in rootlesskit rootlesskit-docker-proxy [2022-03-09T22:07:48.987Z] #63 126.8 + GOBIN=/build [2022-03-09T22:07:48.987Z] #63 126.8 + GO111MODULE=on [2022-03-09T22:07:48.987Z] #63 126.8 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.6 [2022-03-09T22:07:48.401Z] > git remote # timeout=10 [2022-03-09T22:07:48.490Z] > git config --get remote.origin.url # timeout=10 [2022-03-09T22:07:48.539Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-09T22:07:48.541Z] > git merge 83b51522df43866e39f7c757a6ab84ef4050eeb3 # timeout=10 [2022-03-09T22:07:48.692Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2022-03-09T22:07:48.826Z] > git config core.sparsecheckout # timeout=10 [2022-03-09T22:07:48.877Z] > git checkout -f b92af14a1c47368b8cf1c52e303adf6e11cebc3b # timeout=10 [2022-03-09T22:07:49.059Z] #21 16.73 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2022-03-09T22:07:49.318Z] #21 16.73 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-09T22:07:49.318Z] #21 16.73 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-09T22:07:49.318Z] #21 16.74 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-09T22:07:49.318Z] #21 16.74 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2022-03-09T22:07:49.318Z] #21 16.74 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-03-09T22:07:49.318Z] #21 16.75 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4 [1948 kB] [2022-03-09T22:07:49.318Z] #21 16.80 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-03-09T22:07:49.318Z] #21 16.80 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2022-03-09T22:07:49.318Z] #21 16.82 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-03-09T22:07:49.318Z] #21 16.82 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2022-03-09T22:07:49.318Z] #21 16.83 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-03-09T22:07:49.318Z] #21 16.83 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4 [337 kB] [2022-03-09T22:07:49.318Z] #21 16.83 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2022-03-09T22:07:49.318Z] #21 16.86 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2022-03-09T22:07:49.318Z] #21 16.88 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2022-03-09T22:07:49.318Z] #21 16.89 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-09T22:07:49.577Z] #21 17.09 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB] [2022-03-09T22:07:49.577Z] #21 17.11 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2022-03-09T22:07:49.577Z] #21 17.14 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2022-03-09T22:07:49.577Z] #21 17.14 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB] [2022-03-09T22:07:50.145Z] #21 17.67 debconf: delaying package configuration, since apt-utils is not installed [2022-03-09T22:07:50.145Z] #21 17.81 Fetched 27.6 MB in 1s (23.5 MB/s) [2022-03-09T22:07:50.404Z] #21 17.88 Selecting previously unselected package pigz. [2022-03-09T22:07:50.404Z] #21 17.88 (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-09T22:07:50.404Z] #21 17.92 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2022-03-09T22:07:50.404Z] #21 17.93 Unpacking pigz (2.6-1) ... [2022-03-09T22:07:50.568Z] #14 ... [2022-03-09T22:07:50.568Z] [2022-03-09T22:07:50.568Z] #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-09T22:07:50.568Z] #63 sha256:91079ff9a12f74d6cebf274b8123edcd40fe14723f442f100a15ac6a8746dc4e [2022-03-09T22:07:50.568Z] #63 128.2 + for f in rootlesskit rootlesskit-docker-proxy [2022-03-09T22:07:50.568Z] #63 128.2 + GOBIN=/build [2022-03-09T22:07:50.568Z] #63 128.2 + GO111MODULE=on [2022-03-09T22:07:50.568Z] #63 128.2 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.6 [2022-03-09T22:07:50.663Z] #21 18.02 Selecting previously unselected package libelf1:amd64. [2022-03-09T22:07:50.664Z] #21 18.04 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2022-03-09T22:07:50.664Z] #21 18.05 Unpacking libelf1:amd64 (0.183-1) ... [2022-03-09T22:07:50.664Z] #21 18.20 Selecting previously unselected package libbpf0:amd64. [2022-03-09T22:07:50.664Z] #21 18.20 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2022-03-09T22:07:50.664Z] #21 18.20 Unpacking libbpf0:amd64 (1:0.3-2) ... [2022-03-09T22:07:50.664Z] #21 18.31 Selecting previously unselected package libcap2:amd64. [2022-03-09T22:07:50.664Z] #21 18.31 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2022-03-09T22:07:50.923Z] #21 18.33 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-03-09T22:07:50.923Z] #21 18.38 Selecting previously unselected package libmnl0:amd64. [2022-03-09T22:07:50.923Z] #21 18.39 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2022-03-09T22:07:50.923Z] #21 18.39 Unpacking libmnl0:amd64 (1.0.4-3) ... [2022-03-09T22:07:50.923Z] #21 18.45 Selecting previously unselected package libxtables12:amd64. [2022-03-09T22:07:50.923Z] #21 18.46 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2022-03-09T22:07:50.923Z] #21 18.46 Unpacking libxtables12:amd64 (1.8.7-1) ... [2022-03-09T22:07:51.181Z] #21 18.63 Selecting previously unselected package libcap2-bin. [2022-03-09T22:07:51.182Z] #21 18.63 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2022-03-09T22:07:51.182Z] #21 18.64 Unpacking libcap2-bin (1:2.44-1) ... [2022-03-09T22:07:51.441Z] #21 18.73 Selecting previously unselected package iproute2. [2022-03-09T22:07:51.441Z] #21 18.74 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2022-03-09T22:07:51.441Z] #21 18.74 Unpacking iproute2 (5.10.0-4) ... [2022-03-09T22:07:51.610Z] #19 165.8 Selecting previously unselected package g++-aarch64-linux-gnu. [2022-03-09T22:07:51.701Z] #21 19.24 Selecting previously unselected package xxd. [2022-03-09T22:07:51.702Z] #21 19.25 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-03-09T22:07:51.702Z] #21 19.25 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-03-09T22:07:51.868Z] #19 165.8 Preparing to unpack .../045-g++-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-03-09T22:07:51.868Z] #19 165.8 Unpacking g++-aarch64-linux-gnu (4:10.2.1-1) ... [2022-03-09T22:07:51.868Z] #19 165.8 Selecting previously unselected package patch. [2022-03-09T22:07:51.868Z] #19 165.8 Preparing to unpack .../046-patch_2.7.6-7_amd64.deb ... [2022-03-09T22:07:51.868Z] #19 165.8 Unpacking patch (2.7.6-7) ... [2022-03-09T22:07:51.868Z] #19 165.9 Selecting previously unselected package dpkg-dev. [2022-03-09T22:07:51.868Z] #19 165.9 Preparing to unpack .../047-dpkg-dev_1.20.9_all.deb ... [2022-03-09T22:07:51.868Z] #19 165.9 Unpacking dpkg-dev (1.20.9) ... [2022-03-09T22:07:51.868Z] #19 ... [2022-03-09T22:07:51.868Z] [2022-03-09T22:07:51.868Z] #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-09T22:07:51.868Z] #58 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-09T22:07:51.868Z] #58 179.6 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown) [2022-03-09T22:07:51.961Z] #21 19.39 Selecting previously unselected package vim-common. [2022-03-09T22:07:51.961Z] #21 19.39 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-03-09T22:07:51.961Z] #21 19.42 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-09T22:07:51.961Z] #21 19.56 Selecting previously unselected package bash-completion. [2022-03-09T22:07:51.961Z] #21 19.57 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-03-09T22:07:52.019Z] Commit message: "vendor: github.com/docker/distribution v2.8.1" [2022-03-09T22:07:52.273Z] #63 131.5 rootlesskit version 0.14.6 [2022-03-09T22:07:52.273Z] #63 131.5 Usage of /build/rootlesskit-docker-proxy: [2022-03-09T22:07:52.273Z] #63 131.5 -container-ip string [2022-03-09T22:07:52.273Z] #63 131.5 container ip [2022-03-09T22:07:52.273Z] #63 131.5 -container-port int [2022-03-09T22:07:52.273Z] #63 131.5 container port (default -1) [2022-03-09T22:07:52.273Z] #63 131.5 -host-ip string [2022-03-09T22:07:52.273Z] #63 131.5 host ip [2022-03-09T22:07:52.273Z] #63 131.5 -host-port int [2022-03-09T22:07:52.273Z] #63 131.5 host port (default -1) [2022-03-09T22:07:52.273Z] #63 131.5 -proto string [2022-03-09T22:07:52.273Z] #63 131.5 proxy protocol (default "tcp") [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-03-09T22:07:54.496Z] #21 21.52 Unpacking bash-completion (1:2.11-2) ... [2022-03-09T22:07:54.496Z] #21 22.03 Selecting previously unselected package bzip2. [2022-03-09T22:07:54.496Z] #21 22.05 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ... [2022-03-09T22:07:54.496Z] #21 22.06 Unpacking bzip2 (1.0.8-4) ... [2022-03-09T22:07:54.496Z] #21 22.14 Selecting previously unselected package xz-utils. [2022-03-09T22:07:54.756Z] #21 22.14 Preparing to unpack .../12-xz-utils_5.2.5-2_amd64.deb ... [2022-03-09T22:07:54.756Z] #21 22.15 Unpacking xz-utils (5.2.5-2) ... [2022-03-09T22:07:54.756Z] #21 22.36 Selecting previously unselected package apparmor. [2022-03-09T22:07:54.756Z] #21 22.36 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ... [2022-03-09T22:07:54.759Z] #63 132.8 rootlesskit version 0.14.6 [2022-03-09T22:07:54.759Z] #63 132.8 Usage of /build/rootlesskit-docker-proxy: [2022-03-09T22:07:54.759Z] #63 132.8 -container-ip string [2022-03-09T22:07:54.759Z] #63 132.8 container ip [2022-03-09T22:07:54.759Z] #63 132.8 -container-port int [2022-03-09T22:07:54.759Z] #63 132.8 container port (default -1) [2022-03-09T22:07:54.759Z] #63 132.8 -host-ip string [2022-03-09T22:07:54.759Z] #63 132.8 host ip [2022-03-09T22:07:54.759Z] #63 132.8 -host-port int [2022-03-09T22:07:54.759Z] #63 132.8 host port (default -1) [2022-03-09T22:07:54.759Z] #63 132.8 -proto string [2022-03-09T22:07:54.759Z] #63 132.8 proxy protocol (default "tcp") [2022-03-09T22:07:55.015Z] #21 22.43 Unpacking apparmor (2.13.6-10) ... [2022-03-09T22:07:55.302Z] + docker version [2022-03-09T22:07:55.584Z] #21 22.90 Selecting previously unselected package inetutils-ping. [2022-03-09T22:07:55.584Z] #21 22.91 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_amd64.deb ... [2022-03-09T22:07:55.584Z] #21 22.92 Unpacking inetutils-ping (2:2.0-1) ... [2022-03-09T22:07:55.584Z] #21 23.05 Selecting previously unselected package libip4tc2:amd64. [2022-03-09T22:07:55.584Z] #21 23.05 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ... [2022-03-09T22:07:55.584Z] #21 23.06 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2022-03-09T22:07:55.584Z] #21 23.14 Selecting previously unselected package libip6tc2:amd64. [2022-03-09T22:07:55.843Z] #21 23.14 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ... [2022-03-09T22:07:55.843Z] #21 23.14 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2022-03-09T22:07:55.843Z] #21 23.22 Selecting previously unselected package libnfnetlink0:amd64. [2022-03-09T22:07:55.843Z] #21 23.22 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2022-03-09T22:07:55.843Z] #21 23.23 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-03-09T22:07:55.843Z] #21 23.31 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2022-03-09T22:07:55.843Z] #21 23.32 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2022-03-09T22:07:55.843Z] #21 23.32 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-03-09T22:07:55.843Z] #21 23.41 Selecting previously unselected package libnftnl11:amd64. [2022-03-09T22:07:55.843Z] #21 23.41 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ... [2022-03-09T22:07:55.843Z] #21 23.41 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2022-03-09T22:07:55.843Z] #21 23.52 Selecting previously unselected package iptables. [2022-03-09T22:07:56.186Z] #21 23.52 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ... [2022-03-09T22:07:56.186Z] #21 23.53 Unpacking iptables (1.8.7-1) ... [2022-03-09T22:07:56.525Z] #63 ... [2022-03-09T22:07:56.526Z] [2022-03-09T22:07:56.526Z] #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-09T22:07:56.526Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-09T22:07:56.526Z] #14 129.5 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-03-09T22:07:56.526Z] #14 129.5 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-03-09T22:07:56.526Z] #14 129.5 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-09T22:07:56.526Z] #14 134.9 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-03-09T22:07:56.526Z] #14 134.9 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-03-09T22:07:56.526Z] #14 134.9 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-03-09T22:07:56.526Z] #14 135.8 Selecting previously unselected package libapparmor1:amd64. [2022-03-09T22:07:56.526Z] #14 135.8 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2022-03-09T22:07:56.526Z] #14 135.9 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2022-03-09T22:07:56.526Z] #14 ... [2022-03-09T22:07:56.526Z] [2022-03-09T22:07:56.526Z] #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-09T22:07:56.526Z] #63 sha256:7b7bae356506a6c7f5ee51ea47bfc94f49d15e6eb986ae2c1a6252bf0e46eefd [2022-03-09T22:07:56.526Z] #63 DONE 135.3s [2022-03-09T22:07:56.526Z] [2022-03-09T22:07:56.526Z] #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-09T22:07:56.526Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-09T22:07:56.526Z] #14 136.0 Selecting previously unselected package libapparmor-dev:amd64. [2022-03-09T22:07:56.526Z] #14 136.0 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2022-03-09T22:07:56.526Z] #14 ... [2022-03-09T22:07:56.526Z] [2022-03-09T22:07:56.526Z] #64 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-03-09T22:07:56.526Z] #64 sha256:ee02bb9396de9bde9a213eeb30a1aa9d178cd11669d2f2251ccf49f2f65ec37a [2022-03-09T22:07:56.526Z] #64 DONE 0.1s [2022-03-09T22:07:56.526Z] [2022-03-09T22:07:56.526Z] #65 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-03-09T22:07:56.526Z] #65 sha256:4eeb0420abed1e50614e4db2de8f434dbc0d4e116139bd0f47edaa2b6e3184d4 [2022-03-09T22:07:56.526Z] #65 DONE 0.1s [2022-03-09T22:07:56.526Z] [2022-03-09T22:07:56.526Z] #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-09T22:07:56.526Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-09T22:07:56.526Z] #14 136.1 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2022-03-09T22:07:56.526Z] #14 136.2 Selecting previously unselected package libbtrfs0:amd64. [2022-03-09T22:07:56.526Z] #14 136.2 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2022-03-09T22:07:56.526Z] #14 136.2 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-03-09T22:07:56.526Z] #14 136.4 Selecting previously unselected package libbtrfs-dev:amd64. [2022-03-09T22:07:56.526Z] #14 136.4 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-03-09T22:07:56.526Z] #14 136.4 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-09T22:07:56.526Z] #14 136.6 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2022-03-09T22:07:56.526Z] #14 136.6 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-03-09T22:07:56.526Z] #14 136.6 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-09T22:07:56.824Z] #14 136.9 Selecting previously unselected package libudev-dev:amd64. [2022-03-09T22:07:56.824Z] #14 136.9 Preparing to unpack .../20-libudev-dev_247.3-6_amd64.deb ... [2022-03-09T22:07:56.824Z] #14 136.9 Unpacking libudev-dev:amd64 (247.3-6) ... [2022-03-09T22:07:57.086Z] #14 137.1 Selecting previously unselected package libsepol1-dev:amd64. [2022-03-09T22:07:57.086Z] #14 137.1 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2022-03-09T22:07:57.086Z] #14 137.2 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2022-03-09T22:07:57.124Z] #21 24.50 Selecting previously unselected package libonig5:amd64. [2022-03-09T22:07:57.124Z] #21 24.51 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ... [2022-03-09T22:07:57.124Z] #21 24.51 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-03-09T22:07:57.124Z] #21 24.69 Selecting previously unselected package libjq1:amd64. [2022-03-09T22:07:57.124Z] #21 24.69 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ... [2022-03-09T22:07:57.134Z] #58 DONE 184.1s [2022-03-09T22:07:57.134Z] [2022-03-09T22:07:57.134Z] #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-09T22:07:57.134Z] #19 sha256:306936fe72a1e45426452ae066606808492a2e9eb55b90c51c6a2e50cd890142 [2022-03-09T22:07:57.134Z] #19 166.9 Selecting previously unselected package libconfig-inifiles-perl. [2022-03-09T22:07:57.134Z] #19 166.9 Preparing to unpack .../048-libconfig-inifiles-perl_3.000003-1_all.deb ... [2022-03-09T22:07:57.134Z] #19 167.0 Unpacking libconfig-inifiles-perl (3.000003-1) ... [2022-03-09T22:07:57.134Z] #19 167.9 Selecting previously unselected package libio-string-perl. [2022-03-09T22:07:57.134Z] #19 168.0 Preparing to unpack .../049-libio-string-perl_1.08-3.1_all.deb ... [2022-03-09T22:07:57.134Z] #19 168.1 Unpacking libio-string-perl (1.08-3.1) ... [2022-03-09T22:07:57.134Z] #19 168.6 Selecting previously unselected package libicu67:amd64. [2022-03-09T22:07:57.134Z] #19 168.6 Preparing to unpack .../050-libicu67_67.1-7_amd64.deb ... [2022-03-09T22:07:57.134Z] #19 168.6 Unpacking libicu67:amd64 (67.1-7) ... [2022-03-09T22:07:57.134Z] #19 170.3 Selecting previously unselected package libxml2:amd64. [2022-03-09T22:07:57.134Z] #19 170.3 Preparing to unpack .../051-libxml2_2.9.10+dfsg-6.7_amd64.deb ... [2022-03-09T22:07:57.134Z] #19 170.3 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7) ... [2022-03-09T22:07:57.134Z] #19 170.5 Selecting previously unselected package libxml-namespacesupport-perl. [2022-03-09T22:07:57.134Z] #19 170.5 Preparing to unpack .../052-libxml-namespacesupport-perl_1.12-1.1_all.deb ... [2022-03-09T22:07:57.134Z] #19 170.5 Unpacking libxml-namespacesupport-perl (1.12-1.1) ... [2022-03-09T22:07:57.134Z] #19 170.5 Selecting previously unselected package libxml-sax-base-perl. [2022-03-09T22:07:57.134Z] #19 170.5 Preparing to unpack .../053-libxml-sax-base-perl_1.09-1.1_all.deb ... [2022-03-09T22:07:57.134Z] #19 170.5 Unpacking libxml-sax-base-perl (1.09-1.1) ... [2022-03-09T22:07:57.134Z] #19 170.6 Selecting previously unselected package libxml-sax-perl. [2022-03-09T22:07:57.134Z] #19 170.6 Preparing to unpack .../054-libxml-sax-perl_1.02+dfsg-1_all.deb ... [2022-03-09T22:07:57.134Z] #19 170.6 Unpacking libxml-sax-perl (1.02+dfsg-1) ... [2022-03-09T22:07:57.134Z] #19 170.6 Selecting previously unselected package libxml-libxml-perl. [2022-03-09T22:07:57.134Z] #19 170.6 Preparing to unpack .../055-libxml-libxml-perl_2.0134+dfsg-2+b1_amd64.deb ... [2022-03-09T22:07:57.134Z] #19 170.6 Unpacking libxml-libxml-perl (2.0134+dfsg-2+b1) ... [2022-03-09T22:07:57.134Z] #19 170.7 Selecting previously unselected package libxml-simple-perl. [2022-03-09T22:07:57.134Z] #19 170.7 Preparing to unpack .../056-libxml-simple-perl_2.25-1_all.deb ... [2022-03-09T22:07:57.134Z] #19 170.7 Unpacking libxml-simple-perl (2.25-1) ... [2022-03-09T22:07:57.134Z] #19 170.8 Selecting previously unselected package libyaml-perl. [2022-03-09T22:07:57.134Z] #19 170.8 Preparing to unpack .../057-libyaml-perl_1.30-1_all.deb ... [2022-03-09T22:07:57.134Z] #19 170.8 Unpacking libyaml-perl (1.30-1) ... [2022-03-09T22:07:57.134Z] #19 170.8 Selecting previously unselected package libconfig-auto-perl. [2022-03-09T22:07:57.134Z] #19 170.8 Preparing to unpack .../058-libconfig-auto-perl_0.44-1.1_all.deb ... [2022-03-09T22:07:57.134Z] #19 170.8 Unpacking libconfig-auto-perl (0.44-1.1) ... [2022-03-09T22:07:57.134Z] #19 170.9 Selecting previously unselected package libfile-which-perl. [2022-03-09T22:07:57.134Z] #19 170.9 Preparing to unpack .../059-libfile-which-perl_1.23-1_all.deb ... [2022-03-09T22:07:57.134Z] #19 170.9 Unpacking libfile-which-perl (1.23-1) ... [2022-03-09T22:07:57.134Z] #19 170.9 Selecting previously unselected package libfile-homedir-perl. [2022-03-09T22:07:57.134Z] #19 170.9 Preparing to unpack .../060-libfile-homedir-perl_1.006-1_all.deb ... [2022-03-09T22:07:57.134Z] #19 170.9 Unpacking libfile-homedir-perl (1.006-1) ... [2022-03-09T22:07:57.134Z] #19 171.0 Selecting previously unselected package libdebian-dpkgcross-perl. [2022-03-09T22:07:57.134Z] #19 171.0 Preparing to unpack .../061-libdebian-dpkgcross-perl_2.6.18+nmu1_all.deb ... [2022-03-09T22:07:57.134Z] #19 171.0 Unpacking libdebian-dpkgcross-perl (2.6.18+nmu1) ... [2022-03-09T22:07:57.134Z] #19 171.0 Selecting previously unselected package dpkg-cross. [2022-03-09T22:07:57.134Z] #19 171.0 Preparing to unpack .../062-dpkg-cross_2.6.18+nmu1_all.deb ... [2022-03-09T22:07:57.134Z] #19 171.0 Unpacking dpkg-cross (2.6.18+nmu1) ... [2022-03-09T22:07:57.134Z] #19 171.1 Selecting previously unselected package crossbuild-essential-arm64. [2022-03-09T22:07:57.134Z] #19 171.1 Preparing to unpack .../063-crossbuild-essential-arm64_12.9_all.deb ... [2022-03-09T22:07:57.134Z] #19 171.1 Unpacking crossbuild-essential-arm64 (12.9) ... [2022-03-09T22:07:57.134Z] #19 171.1 Selecting previously unselected package libc6-armel-cross. [2022-03-09T22:07:57.134Z] #19 171.1 Preparing to unpack .../064-libc6-armel-cross_2.31-9cross4_all.deb ... [2022-03-09T22:07:57.134Z] #19 171.1 Unpacking libc6-armel-cross (2.31-9cross4) ... [2022-03-09T22:07:57.347Z] #14 137.5 Selecting previously unselected package libpcre2-16-0:amd64. [2022-03-09T22:07:57.347Z] #14 137.5 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ... [2022-03-09T22:07:57.347Z] #14 137.5 Unpacking libpcre2-16-0:amd64 (10.36-2) ... [2022-03-09T22:07:57.383Z] #21 24.69 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-03-09T22:07:57.383Z] #21 24.81 Selecting previously unselected package jq. [2022-03-09T22:07:57.383Z] #21 24.81 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ... [2022-03-09T22:07:57.383Z] #21 24.82 Unpacking jq (1.6-2.1) ... [2022-03-09T22:07:57.383Z] #21 24.92 Selecting previously unselected package libaio1:amd64. [2022-03-09T22:07:57.383Z] #21 24.92 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ... [2022-03-09T22:07:57.383Z] #21 24.93 Unpacking libaio1:amd64 (0.3.112-9) ... [2022-03-09T22:07:57.383Z] #21 25.01 Selecting previously unselected package libgpm2:amd64. [2022-03-09T22:07:57.383Z] #21 25.01 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ... [2022-03-09T22:07:57.383Z] #21 25.02 Unpacking libgpm2:amd64 (1.20.7-8) ... [2022-03-09T22:07:57.392Z] #19 171.3 Selecting previously unselected package libgcc-s1-armel-cross. [2022-03-09T22:07:57.392Z] #19 171.3 Preparing to unpack .../065-libgcc-s1-armel-cross_10.2.1-6cross1_all.deb ... [2022-03-09T22:07:57.392Z] #19 171.3 Unpacking libgcc-s1-armel-cross (10.2.1-6cross1) ... [2022-03-09T22:07:57.392Z] #19 171.3 Selecting previously unselected package libgomp1-armel-cross. [2022-03-09T22:07:57.392Z] #19 171.3 Preparing to unpack .../066-libgomp1-armel-cross_10.2.1-6cross1_all.deb ... [2022-03-09T22:07:57.392Z] #19 171.3 Unpacking libgomp1-armel-cross (10.2.1-6cross1) ... [2022-03-09T22:07:57.392Z] #19 171.4 Selecting previously unselected package libatomic1-armel-cross. [2022-03-09T22:07:57.392Z] #19 171.4 Preparing to unpack .../067-libatomic1-armel-cross_10.2.1-6cross1_all.deb ... [2022-03-09T22:07:57.392Z] #19 171.4 Unpacking libatomic1-armel-cross (10.2.1-6cross1) ... [2022-03-09T22:07:57.392Z] #19 171.4 Selecting previously unselected package libasan6-armel-cross. [2022-03-09T22:07:57.392Z] #19 171.4 Preparing to unpack .../068-libasan6-armel-cross_10.2.1-6cross1_all.deb ... [2022-03-09T22:07:57.392Z] #19 171.4 Unpacking libasan6-armel-cross (10.2.1-6cross1) ... [2022-03-09T22:07:57.607Z] #14 137.7 Selecting previously unselected package libpcre2-32-0:amd64. [2022-03-09T22:07:57.607Z] #14 137.7 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ... [2022-03-09T22:07:57.607Z] #14 137.7 Unpacking libpcre2-32-0:amd64 (10.36-2) ... [2022-03-09T22:07:57.642Z] #21 25.09 Selecting previously unselected package libicu67:amd64. [2022-03-09T22:07:57.642Z] #21 25.11 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ... [2022-03-09T22:07:57.642Z] #21 25.12 Unpacking libicu67:amd64 (67.1-7) ... [2022-03-09T22:07:57.649Z] #19 171.7 Selecting previously unselected package libstdc++6-armel-cross. [2022-03-09T22:07:57.649Z] #19 171.7 Preparing to unpack .../069-libstdc++6-armel-cross_10.2.1-6cross1_all.deb ... [2022-03-09T22:07:57.650Z] #19 171.7 Unpacking libstdc++6-armel-cross (10.2.1-6cross1) ... [2022-03-09T22:07:57.650Z] #19 171.7 Selecting previously unselected package libubsan1-armel-cross. [2022-03-09T22:07:57.650Z] #19 171.7 Preparing to unpack .../070-libubsan1-armel-cross_10.2.1-6cross1_all.deb ... [2022-03-09T22:07:57.650Z] #19 171.7 Unpacking libubsan1-armel-cross (10.2.1-6cross1) ... [2022-03-09T22:07:57.867Z] #14 138.0 Selecting previously unselected package libpcre2-posix2:amd64. [2022-03-09T22:07:57.867Z] #14 138.0 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ... [2022-03-09T22:07:57.867Z] #14 138.0 Unpacking libpcre2-posix2:amd64 (10.36-2) ... [2022-03-09T22:07:57.867Z] #14 138.1 Selecting previously unselected package libpcre2-dev:amd64. [2022-03-09T22:07:57.867Z] #14 138.1 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ... [2022-03-09T22:07:57.867Z] #14 138.1 Unpacking libpcre2-dev:amd64 (10.36-2) ... [2022-03-09T22:07:57.907Z] #19 171.8 Selecting previously unselected package libgcc-10-dev-armel-cross. [2022-03-09T22:07:57.907Z] #19 171.8 Preparing to unpack .../071-libgcc-10-dev-armel-cross_10.2.1-6cross1_all.deb ... [2022-03-09T22:07:57.907Z] #19 171.8 Unpacking libgcc-10-dev-armel-cross (10.2.1-6cross1) ... [2022-03-09T22:07:57.907Z] #19 171.9 Selecting previously unselected package gcc-10-arm-linux-gnueabi. [2022-03-09T22:07:57.907Z] #19 171.9 Preparing to unpack .../072-gcc-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ... [2022-03-09T22:07:57.907Z] #19 171.9 Unpacking gcc-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-03-09T22:07:58.049Z] #63 ... [2022-03-09T22:07:58.049Z] [2022-03-09T22:07:58.049Z] #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-09T22:07:58.049Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-09T22:07:58.049Z] #14 130.5 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-03-09T22:07:58.049Z] #14 130.5 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-03-09T22:07:58.049Z] #14 130.5 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-09T22:07:58.049Z] #14 136.0 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-03-09T22:07:58.049Z] #14 136.0 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-03-09T22:07:58.049Z] #14 136.2 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-03-09T22:07:58.049Z] #14 136.9 Selecting previously unselected package libapparmor1:amd64. [2022-03-09T22:07:58.049Z] #14 ... [2022-03-09T22:07:58.049Z] [2022-03-09T22:07:58.049Z] #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-09T22:07:58.049Z] #63 sha256:91079ff9a12f74d6cebf274b8123edcd40fe14723f442f100a15ac6a8746dc4e [2022-03-09T22:07:58.049Z] #63 DONE 136.5s [2022-03-09T22:07:58.049Z] [2022-03-09T22:07:58.049Z] #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-09T22:07:58.049Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-09T22:07:58.049Z] #14 136.9 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2022-03-09T22:07:58.049Z] #14 136.9 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2022-03-09T22:07:58.049Z] #14 ... [2022-03-09T22:07:58.049Z] [2022-03-09T22:07:58.049Z] #64 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-03-09T22:07:58.049Z] #64 sha256:d3acd00a71058574887fa517f22cd32eb74ba58ef2f2f8ad50c73107be9edc31 [2022-03-09T22:07:58.049Z] #64 DONE 0.1s [2022-03-09T22:07:58.049Z] [2022-03-09T22:07:58.049Z] #65 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-03-09T22:07:58.049Z] #65 sha256:5399f33ff0ea71262d5570a9ca56d499bc28d8b903282e77f79c123e96d6a5c8 [2022-03-09T22:07:58.049Z] #65 DONE 0.1s [2022-03-09T22:07:58.049Z] [2022-03-09T22:07:58.049Z] #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-09T22:07:58.049Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-09T22:07:58.049Z] #14 137.0 Selecting previously unselected package libapparmor-dev:amd64. [2022-03-09T22:07:58.049Z] #14 137.0 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2022-03-09T22:07:58.049Z] #14 137.1 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2022-03-09T22:07:58.131Z] #14 138.4 Selecting previously unselected package libselinux1-dev:amd64. [2022-03-09T22:07:58.309Z] #14 137.2 Selecting previously unselected package libbtrfs0:amd64. [2022-03-09T22:07:58.309Z] #14 137.2 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2022-03-09T22:07:58.309Z] #14 137.2 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-03-09T22:07:58.309Z] #14 137.4 Selecting previously unselected package libbtrfs-dev:amd64. [2022-03-09T22:07:58.309Z] #14 137.4 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-03-09T22:07:58.309Z] #14 137.4 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-09T22:07:58.390Z] #14 138.5 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2022-03-09T22:07:58.390Z] #14 138.5 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2022-03-09T22:07:58.404Z] Fetching without tags [2022-03-09T22:07:58.569Z] #14 137.7 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2022-03-09T22:07:58.649Z] #14 138.8 Selecting previously unselected package libdevmapper-dev:amd64. [2022-03-09T22:07:58.831Z] #14 137.7 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-03-09T22:07:58.831Z] #14 137.7 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-09T22:07:58.831Z] #14 137.8 Selecting previously unselected package libudev-dev:amd64. [2022-03-09T22:07:58.831Z] #14 137.8 Preparing to unpack .../20-libudev-dev_247.3-6_amd64.deb ... [2022-03-09T22:07:58.832Z] #14 137.8 Unpacking libudev-dev:amd64 (247.3-6) ... [2022-03-09T22:07:58.832Z] #14 138.0 Selecting previously unselected package libsepol1-dev:amd64. [2022-03-09T22:07:58.907Z] #14 138.9 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2022-03-09T22:07:58.907Z] #14 138.9 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-03-09T22:07:58.907Z] #14 139.1 Selecting previously unselected package libseccomp-dev:amd64. [2022-03-09T22:07:58.907Z] #14 139.1 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-03-09T22:07:58.907Z] #14 139.1 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-03-09T22:07:59.093Z] #14 138.0 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2022-03-09T22:07:59.093Z] #14 138.0 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2022-03-09T22:07:59.155Z] Merging remotes/origin/master commit 83b51522df43866e39f7c757a6ab84ef4050eeb3 into PR head commit b92af14a1c47368b8cf1c52e303adf6e11cebc3b [2022-03-09T22:07:59.165Z] #14 139.2 Selecting previously unselected package libsystemd-dev:amd64. [2022-03-09T22:07:59.165Z] #14 139.2 Preparing to unpack .../29-libsystemd-dev_247.3-6_amd64.deb ... [2022-03-09T22:07:59.165Z] #14 139.2 Unpacking libsystemd-dev:amd64 (247.3-6) ... [2022-03-09T22:07:59.352Z] #14 138.4 Selecting previously unselected package libpcre2-16-0:amd64. [2022-03-09T22:07:59.352Z] #14 138.4 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ... [2022-03-09T22:07:59.352Z] #14 138.4 Unpacking libpcre2-16-0:amd64 (10.36-2) ... [2022-03-09T22:07:59.424Z] #14 139.6 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-03-09T22:07:59.424Z] #14 139.6 Setting up libapparmor1:amd64 (2.13.6-10) ... [2022-03-09T22:07:59.424Z] #14 139.6 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-03-09T22:07:59.424Z] #14 139.6 Setting up libsepol1-dev:amd64 (3.1-1) ... [2022-03-09T22:07:59.424Z] #14 139.6 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-03-09T22:07:59.424Z] #14 139.6 Setting up libpcre2-16-0:amd64 (10.36-2) ... [2022-03-09T22:07:59.424Z] #14 139.6 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-03-09T22:07:59.424Z] #14 139.7 Setting up libpcre2-32-0:amd64 (10.36-2) ... [2022-03-09T22:07:59.424Z] #14 139.7 Setting up libudev-dev:amd64 (247.3-6) ... [2022-03-09T22:07:59.611Z] #14 138.7 Selecting previously unselected package libpcre2-32-0:amd64. [2022-03-09T22:07:59.611Z] #14 138.7 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ... [2022-03-09T22:07:59.611Z] #14 138.7 Unpacking libpcre2-32-0:amd64 (10.36-2) ... [2022-03-09T22:07:59.611Z] #14 138.9 Selecting previously unselected package libpcre2-posix2:amd64. [2022-03-09T22:07:59.683Z] #14 139.7 Setting up libpcre2-posix2:amd64 (10.36-2) ... [2022-03-09T22:07:59.683Z] #14 139.7 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-03-09T22:07:59.683Z] #14 139.7 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-09T22:07:59.683Z] #14 139.7 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-03-09T22:07:59.683Z] #14 139.7 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2022-03-09T22:07:59.683Z] #14 139.7 Setting up mingw-w64-common (8.0.0-1) ... [2022-03-09T22:07:59.683Z] #14 139.8 Setting up libsystemd-dev:amd64 (247.3-6) ... [2022-03-09T22:07:59.683Z] #14 139.8 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-03-09T22:07:59.683Z] #14 139.8 Setting up libpcre2-dev:amd64 (10.36-2) ... [2022-03-09T22:07:59.683Z] #14 139.8 Setting up libselinux1-dev:amd64 (3.1-3) ... [2022-03-09T22:07:59.683Z] #14 139.8 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-03-09T22:07:59.683Z] #14 139.8 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-09T22:07:59.683Z] #14 139.9 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-09T22:07:59.683Z] #14 139.9 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-09T22:07:59.683Z] #14 139.9 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-09T22:07:59.683Z] #14 139.9 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-03-09T22:07:59.683Z] #14 139.9 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-09T22:07:59.683Z] #14 139.9 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-09T22:07:59.683Z] #14 139.9 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-09T22:07:59.683Z] #14 139.9 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-03-09T22:07:59.683Z] #14 140.0 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-09T22:07:59.683Z] #14 140.0 Setting up dmsetup (2:1.02.175-2.1) ... [2022-03-09T22:07:59.871Z] #14 138.9 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ... [2022-03-09T22:07:59.871Z] #14 138.9 Unpacking libpcre2-posix2:amd64 (10.36-2) ... [2022-03-09T22:07:59.871Z] #14 138.9 Selecting previously unselected package libpcre2-dev:amd64. [2022-03-09T22:07:59.871Z] #14 139.0 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ... [2022-03-09T22:07:59.871Z] #14 139.0 Unpacking libpcre2-dev:amd64 (10.36-2) ... [2022-03-09T22:07:59.942Z] #14 140.0 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-09T22:07:59.942Z] #14 140.0 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-03-09T22:07:59.942Z] #14 140.0 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-09T22:07:58.066Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-09T22:07:58.133Z] > git config --add remote.origin.fetch +refs/pull/43352/head:refs/remotes/origin/PR-43352 # timeout=10 [2022-03-09T22:07:58.193Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-09T22:07:58.315Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-09T22:07:58.439Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-09T22:07:58.440Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-09T22:07:58.442Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43352/head:refs/remotes/origin/PR-43352 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-09T22:07:59.263Z] > git config core.sparsecheckout # timeout=10 [2022-03-09T22:07:59.314Z] > git checkout -f b92af14a1c47368b8cf1c52e303adf6e11cebc3b # timeout=10 [2022-03-09T22:08:00.438Z] #14 139.5 Selecting previously unselected package libselinux1-dev:amd64. [2022-03-09T22:08:00.438Z] #14 139.5 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2022-03-09T22:08:00.438Z] #14 139.5 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2022-03-09T22:08:00.511Z] #14 DONE 140.5s [2022-03-09T22:08:00.511Z] [2022-03-09T22:08:00.511Z] #55 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-03-09T22:08:00.511Z] #55 sha256:b8396ce4f93f43ec95268530310cd26b6296a27cb99db2bf588f8cbe5dab3984 [2022-03-09T22:08:00.511Z] #55 DONE 0.2s [2022-03-09T22:08:00.511Z] [2022-03-09T22:08:00.511Z] #15 [dev-systemd-false 1/24] RUN groupadd -r docker [2022-03-09T22:08:00.511Z] #15 sha256:7215d6be7a93e4610bda35d47d0b14aeb02dc72786d40843031043d680bc6681 [2022-03-09T22:08:00.697Z] #14 139.9 Selecting previously unselected package libdevmapper-dev:amd64. [2022-03-09T22:08:00.932Z] #21 28.32 Selecting previously unselected package libinih1:amd64. [2022-03-09T22:08:00.932Z] #21 28.33 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ... [2022-03-09T22:08:00.932Z] #21 28.34 Unpacking libinih1:amd64 (53-1+b2) ... [2022-03-09T22:08:00.932Z] #21 28.41 Selecting previously unselected package libnet1:amd64. [2022-03-09T22:08:00.932Z] #21 28.41 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-03-09T22:08:00.932Z] #21 28.42 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-03-09T22:08:00.932Z] #21 28.52 Selecting previously unselected package libnl-3-200:amd64. [2022-03-09T22:08:00.956Z] #14 139.9 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2022-03-09T22:08:00.956Z] #14 139.9 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-03-09T22:08:00.956Z] #14 140.0 Selecting previously unselected package libseccomp-dev:amd64. [2022-03-09T22:08:00.956Z] #14 140.0 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-03-09T22:08:00.956Z] #14 140.0 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-03-09T22:08:00.956Z] #14 140.1 Selecting previously unselected package libsystemd-dev:amd64. [2022-03-09T22:08:00.956Z] #14 140.1 Preparing to unpack .../29-libsystemd-dev_247.3-6_amd64.deb ... [2022-03-09T22:08:00.956Z] #14 140.1 Unpacking libsystemd-dev:amd64 (247.3-6) ... [2022-03-09T22:08:01.096Z] Commit message: "vendor: github.com/docker/distribution v2.8.1" [2022-03-09T22:08:01.191Z] #21 28.52 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-03-09T22:08:01.191Z] #21 28.53 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-03-09T22:08:01.191Z] #21 28.62 Selecting previously unselected package libprotobuf-c1:amd64. [2022-03-09T22:08:01.191Z] #21 28.62 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-03-09T22:08:01.191Z] #21 28.63 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-03-09T22:08:01.191Z] #21 28.68 Selecting previously unselected package net-tools. [2022-03-09T22:08:01.191Z] #21 28.69 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2022-03-09T22:08:01.191Z] #21 28.70 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-03-09T22:08:01.451Z] #21 28.88 Selecting previously unselected package patch. [2022-03-09T22:08:01.451Z] #21 28.89 Preparing to unpack .../32-patch_2.7.6-7_amd64.deb ... [2022-03-09T22:08:01.451Z] #21 28.90 Unpacking patch (2.7.6-7) ... [2022-03-09T22:08:01.473Z] #14 140.5 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-03-09T22:08:01.473Z] #14 140.5 Setting up libapparmor1:amd64 (2.13.6-10) ... [2022-03-09T22:08:01.473Z] #14 140.5 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-03-09T22:08:01.473Z] #14 140.5 Setting up libsepol1-dev:amd64 (3.1-1) ... [2022-03-09T22:08:01.473Z] #14 140.5 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-03-09T22:08:01.473Z] #14 140.5 Setting up libpcre2-16-0:amd64 (10.36-2) ... [2022-03-09T22:08:01.473Z] #14 140.6 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-03-09T22:08:01.473Z] #14 140.6 Setting up libpcre2-32-0:amd64 (10.36-2) ... [2022-03-09T22:08:01.473Z] #14 140.6 Setting up libudev-dev:amd64 (247.3-6) ... [2022-03-09T22:08:01.473Z] #14 140.6 Setting up libpcre2-posix2:amd64 (10.36-2) ... [2022-03-09T22:08:01.473Z] #14 140.6 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-03-09T22:08:01.473Z] #14 140.7 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-03-09T22:08:01.710Z] #21 28.99 Selecting previously unselected package python-pip-whl. [2022-03-09T22:08:01.711Z] #21 29.00 Preparing to unpack .../33-python-pip-whl_20.3.4-4_all.deb ... [2022-03-09T22:08:01.711Z] #21 29.00 Unpacking python-pip-whl (20.3.4-4) ... [2022-03-09T22:08:01.732Z] #14 140.7 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-03-09T22:08:01.732Z] #14 140.7 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2022-03-09T22:08:01.732Z] #14 140.7 Setting up mingw-w64-common (8.0.0-1) ... [2022-03-09T22:08:01.732Z] #14 140.7 Setting up libsystemd-dev:amd64 (247.3-6) ... [2022-03-09T22:08:01.732Z] #14 140.7 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-03-09T22:08:01.732Z] #14 140.7 Setting up libpcre2-dev:amd64 (10.36-2) ... [2022-03-09T22:08:01.732Z] #14 140.7 Setting up libselinux1-dev:amd64 (3.1-3) ... [2022-03-09T22:08:01.732Z] #14 140.8 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-03-09T22:08:01.732Z] #14 140.8 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-09T22:08:01.732Z] #14 140.8 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-09T22:08:01.732Z] #14 140.8 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-09T22:08:01.732Z] #14 140.8 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-09T22:08:01.732Z] #14 140.8 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-03-09T22:08:01.732Z] #14 140.8 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-09T22:08:01.732Z] #14 140.8 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-09T22:08:01.732Z] #14 140.8 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-09T22:08:01.732Z] #14 140.8 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-03-09T22:08:01.732Z] #14 140.9 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-09T22:08:01.732Z] #14 140.9 Setting up dmsetup (2:1.02.175-2.1) ... [2022-03-09T22:08:01.892Z] #15 DONE 1.4s [2022-03-09T22:08:01.892Z] [2022-03-09T22:08:01.892Z] #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-09T22:08:01.892Z] #16 sha256:edabc5cbfdab8fdca23ab9f5bda84e4c1087fcf55c5b53960349f2fb3d0778e7 [2022-03-09T22:08:01.970Z] #21 29.47 Selecting previously unselected package python3-lib2to3. [2022-03-09T22:08:01.970Z] #21 29.47 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ... [2022-03-09T22:08:01.970Z] #21 29.47 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-03-09T22:08:02.004Z] #14 140.9 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-09T22:08:02.004Z] #14 140.9 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-03-09T22:08:02.004Z] #14 140.9 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-09T22:08:02.269Z] #14 DONE 141.3s [2022-03-09T22:08:02.269Z] [2022-03-09T22:08:02.269Z] #55 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-03-09T22:08:02.269Z] #55 sha256:9a9c5664a917879916249562abe1904577c98969ebf42b8d45362cd39918abc3 [2022-03-09T22:08:02.269Z] #55 DONE 0.1s [2022-03-09T22:08:02.269Z] [2022-03-09T22:08:02.269Z] #15 [dev-systemd-false 1/24] RUN groupadd -r docker [2022-03-09T22:08:02.269Z] #15 sha256:7215d6be7a93e4610bda35d47d0b14aeb02dc72786d40843031043d680bc6681 [2022-03-09T22:08:02.270Z] #21 29.61 Selecting previously unselected package python3-distutils. [2022-03-09T22:08:02.270Z] #21 29.61 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ... [2022-03-09T22:08:02.270Z] #21 29.62 Unpacking python3-distutils (3.9.2-1) ... [2022-03-09T22:08:02.270Z] #21 29.75 Selecting previously unselected package python3-pkg-resources. [2022-03-09T22:08:02.270Z] #21 29.75 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ... [2022-03-09T22:08:02.270Z] #21 29.76 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-03-09T22:08:02.530Z] #21 29.91 Selecting previously unselected package python3-setuptools. [2022-03-09T22:08:02.530Z] #21 29.91 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ... [2022-03-09T22:08:02.530Z] #21 29.92 Unpacking python3-setuptools (52.0.0-4) ... [2022-03-09T22:08:02.530Z] #21 30.15 Selecting previously unselected package python3-wheel. [2022-03-09T22:08:02.789Z] #21 30.16 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ... [2022-03-09T22:08:02.789Z] #21 30.16 Unpacking python3-wheel (0.34.2-1) ... [2022-03-09T22:08:02.789Z] #21 30.24 Selecting previously unselected package python3-pip. [2022-03-09T22:08:02.789Z] #21 30.24 Preparing to unpack .../39-python3-pip_20.3.4-4_all.deb ... [2022-03-09T22:08:02.789Z] #21 30.26 Unpacking python3-pip (20.3.4-4) ... [2022-03-09T22:08:02.933Z] #16 DONE 1.1s [2022-03-09T22:08:02.933Z] [2022-03-09T22:08:02.933Z] #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-09T22:08:02.933Z] #56 sha256:f6a976d44cf197b851623e339000066114a009efa0b36fad56a6b702e0e690f5 [2022-03-09T22:08:02.933Z] #56 1.153 + RM_GOPATH=0 [2022-03-09T22:08:02.933Z] #56 1.153 + TMP_GOPATH= [2022-03-09T22:08:02.933Z] #56 1.153 + : /build [2022-03-09T22:08:02.933Z] #56 1.153 + '[' -z '' ']' [2022-03-09T22:08:02.933Z] #56 1.153 ++ mktemp -d [2022-03-09T22:08:02.933Z] #56 1.154 + export GOPATH=/tmp/tmp.6WAdWy7RrF [2022-03-09T22:08:02.933Z] #56 1.154 + GOPATH=/tmp/tmp.6WAdWy7RrF [2022-03-09T22:08:02.933Z] #56 1.155 + RM_GOPATH=1 [2022-03-09T22:08:02.933Z] #56 1.155 + case "$(go env GOARCH)" in [2022-03-09T22:08:02.933Z] #56 1.155 ++ go env GOARCH [2022-03-09T22:08:02.933Z] #56 1.185 + export GO_BUILDMODE=-buildmode=pie [2022-03-09T22:08:02.933Z] #56 1.185 + GO_BUILDMODE=-buildmode=pie [2022-03-09T22:08:02.933Z] #56 1.187 ++ dirname /install.sh [2022-03-09T22:08:02.933Z] #56 1.192 + dir=/ [2022-03-09T22:08:02.933Z] #56 1.192 + bin=runc [2022-03-09T22:08:02.933Z] #56 1.192 + shift [2022-03-09T22:08:02.933Z] #56 1.192 + '[' '!' -f //runc.installer ']' [2022-03-09T22:08:02.933Z] #56 1.192 + . //runc.installer [2022-03-09T22:08:02.933Z] #56 1.192 ++ set -e [2022-03-09T22:08:02.933Z] #56 1.192 ++ : v1.1.0 [2022-03-09T22:08:02.933Z] #56 1.192 + install_runc [2022-03-09T22:08:02.933Z] #56 1.192 + RUNC_BUILDTAGS=seccomp [2022-03-09T22:08:02.933Z] #56 1.192 + echo 'Install runc version v1.1.0 (build tags: seccomp)' [2022-03-09T22:08:02.933Z] #56 1.192 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.6WAdWy7RrF/src/github.com/opencontainers/runc [2022-03-09T22:08:02.933Z] #56 1.193 Install runc version v1.1.0 (build tags: seccomp) [2022-03-09T22:08:02.933Z] #56 1.194 Cloning into '/tmp/tmp.6WAdWy7RrF/src/github.com/opencontainers/runc'... [2022-03-09T22:08:03.049Z] #21 30.50 Selecting previously unselected package sudo. [2022-03-09T22:08:03.049Z] #21 30.50 Preparing to unpack .../40-sudo_1.9.5p2-3_amd64.deb ... [2022-03-09T22:08:03.049Z] #21 30.51 Unpacking sudo (1.9.5p2-3) ... [2022-03-09T22:08:03.069Z] Merge succeeded, producing b92af14a1c47368b8cf1c52e303adf6e11cebc3b [2022-03-09T22:08:03.069Z] Checking out Revision b92af14a1c47368b8cf1c52e303adf6e11cebc3b (PR-43352) [2022-03-09T22:08:03.177Z] #19 176.6 Selecting previously unselected package gcc-arm-linux-gnueabi. [2022-03-09T22:08:03.177Z] #19 176.6 Preparing to unpack .../073-gcc-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ... [2022-03-09T22:08:03.177Z] #19 176.6 Unpacking gcc-arm-linux-gnueabi (4:10.2.1-1) ... [2022-03-09T22:08:03.177Z] #19 176.7 Selecting previously unselected package linux-libc-dev-armel-cross. [2022-03-09T22:08:03.177Z] #19 176.7 Preparing to unpack .../074-linux-libc-dev-armel-cross_5.10.13-1cross4_all.deb ... [2022-03-09T22:08:03.177Z] #19 176.7 Unpacking linux-libc-dev-armel-cross (5.10.13-1cross4) ... [2022-03-09T22:08:03.177Z] #19 176.8 Selecting previously unselected package libc6-dev-armel-cross. [2022-03-09T22:08:03.177Z] #19 176.8 Preparing to unpack .../075-libc6-dev-armel-cross_2.31-9cross4_all.deb ... [2022-03-09T22:08:03.177Z] #19 176.9 Unpacking libc6-dev-armel-cross (2.31-9cross4) ... [2022-03-09T22:08:03.177Z] #19 177.1 Selecting previously unselected package libstdc++-10-dev-armel-cross. [2022-03-09T22:08:03.177Z] #19 177.1 Preparing to unpack .../076-libstdc++-10-dev-armel-cross_10.2.1-6cross1_all.deb ... [2022-03-09T22:08:03.177Z] #19 177.1 Unpacking libstdc++-10-dev-armel-cross (10.2.1-6cross1) ... [2022-03-09T22:08:03.434Z] #19 177.3 Selecting previously unselected package g++-10-arm-linux-gnueabi. [2022-03-09T22:08:03.434Z] #19 177.3 Preparing to unpack .../077-g++-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ... [2022-03-09T22:08:03.434Z] #19 177.3 Unpacking g++-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-03-09T22:08:02.702Z] > git remote # timeout=10 [2022-03-09T22:08:02.777Z] > git config --get remote.origin.url # timeout=10 [2022-03-09T22:08:02.826Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-09T22:08:02.828Z] > git merge 83b51522df43866e39f7c757a6ab84ef4050eeb3 # timeout=10 [2022-03-09T22:08:02.965Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2022-03-09T22:08:03.104Z] > git config core.sparsecheckout # timeout=10 [2022-03-09T22:08:03.172Z] > git checkout -f b92af14a1c47368b8cf1c52e303adf6e11cebc3b # timeout=10 [2022-03-09T22:08:03.620Z] #21 31.00 Selecting previously unselected package thin-provisioning-tools. [2022-03-09T22:08:03.620Z] #21 31.00 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2022-03-09T22:08:03.620Z] #21 31.01 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-03-09T22:08:03.620Z] #21 31.24 Selecting previously unselected package uidmap. [2022-03-09T22:08:03.620Z] #21 31.24 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_amd64.deb ... [2022-03-09T22:08:03.620Z] #21 31.25 Unpacking uidmap (1:4.8.1-1) ... [2022-03-09T22:08:03.647Z] #15 DONE 1.3s [2022-03-09T22:08:03.647Z] [2022-03-09T22:08:03.647Z] #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-09T22:08:03.647Z] #16 sha256:edabc5cbfdab8fdca23ab9f5bda84e4c1087fcf55c5b53960349f2fb3d0778e7 [2022-03-09T22:08:03.869Z] #56 ... [2022-03-09T22:08:03.869Z] [2022-03-09T22:08:03.869Z] #17 [dev-systemd-false 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-03-09T22:08:03.869Z] #17 sha256:19fe70f7d2ddc33a675da0631f21dad3b54a514cce78c0d03056d7982fa6bc66 [2022-03-09T22:08:03.869Z] #17 0.853 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-03-09T22:08:03.869Z] #17 DONE 1.0s [2022-03-09T22:08:03.869Z] [2022-03-09T22:08:03.869Z] #18 [dev-systemd-false 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-03-09T22:08:03.869Z] #18 sha256:95a349419b30e1ac1260e743a8ca606f4380d56efbee492431971e6dca0fc2e8 [2022-03-09T22:08:03.881Z] #21 31.39 Selecting previously unselected package vim-runtime. [2022-03-09T22:08:03.881Z] #21 31.39 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-03-09T22:08:03.881Z] #21 31.44 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-09T22:08:04.007Z] Client: [2022-03-09T22:08:04.007Z] Version: 20.10.9 [2022-03-09T22:08:04.007Z] API version: 1.41 [2022-03-09T22:08:04.007Z] Go version: go1.16.8 [2022-03-09T22:08:04.007Z] Git commit: c2ea9bc [2022-03-09T22:08:04.007Z] Built: Mon Oct 4 16:11:10 2021 [2022-03-09T22:08:04.007Z] OS/Arch: windows/amd64 [2022-03-09T22:08:04.007Z] Context: default [2022-03-09T22:08:04.007Z] Experimental: true [2022-03-09T22:08:04.007Z] [2022-03-09T22:08:04.007Z] Server: Docker Engine - Community [2022-03-09T22:08:04.007Z] Engine: [2022-03-09T22:08:04.007Z] Version: 20.10.9 [2022-03-09T22:08:04.007Z] API version: 1.41 (minimum version 1.24) [2022-03-09T22:08:04.007Z] Go version: go1.16.8 [2022-03-09T22:08:04.007Z] Git commit: 79ea9d3 [2022-03-09T22:08:04.007Z] Built: Mon Oct 4 16:06:39 2021 [2022-03-09T22:08:04.007Z] OS/Arch: windows/amd64 [2022-03-09T22:08:04.007Z] Experimental: true [2022-03-09T22:08:04.141Z] #21 31.47 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-03-09T22:08:04.141Z] #21 31.48 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-03-09T22:08:04.502Z] + docker version [2022-03-09T22:08:04.584Z] #16 DONE 1.1s [2022-03-09T22:08:04.584Z] [2022-03-09T22:08:04.584Z] #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-09T22:08:04.584Z] #56 sha256:31ebd44a48f22de4851d5af4b76b1bdc44a8365031f70cc1a3dcb57c3657f8db [2022-03-09T22:08:04.584Z] #56 1.131 + RM_GOPATH=0 [2022-03-09T22:08:04.584Z] #56 1.131 + TMP_GOPATH= [2022-03-09T22:08:04.584Z] #56 1.131 + : /build [2022-03-09T22:08:04.584Z] #56 1.131 + '[' -z '' ']' [2022-03-09T22:08:04.584Z] #56 1.131 ++ mktemp -d [2022-03-09T22:08:04.584Z] #56 1.133 + export GOPATH=/tmp/tmp.Mo3504rFuR [2022-03-09T22:08:04.584Z] #56 1.134 + GOPATH=/tmp/tmp.Mo3504rFuR [2022-03-09T22:08:04.584Z] #56 1.134 + RM_GOPATH=1 [2022-03-09T22:08:04.584Z] #56 1.134 + case "$(go env GOARCH)" in [2022-03-09T22:08:04.584Z] #56 1.134 ++ go env GOARCH [2022-03-09T22:08:04.584Z] #56 1.141 + export GO_BUILDMODE=-buildmode=pie [2022-03-09T22:08:04.584Z] #56 1.141 + GO_BUILDMODE=-buildmode=pie [2022-03-09T22:08:04.584Z] #56 1.147 ++ dirname /install.sh [2022-03-09T22:08:04.584Z] #56 1.147 + dir=/ [2022-03-09T22:08:04.584Z] #56 1.147 + bin=runc [2022-03-09T22:08:04.584Z] #56 1.147 + shift [2022-03-09T22:08:04.584Z] #56 1.147 + '[' '!' -f //runc.installer ']' [2022-03-09T22:08:04.584Z] #56 1.147 + . //runc.installer [2022-03-09T22:08:04.584Z] #56 1.147 ++ set -e [2022-03-09T22:08:04.584Z] #56 1.147 ++ : v1.1.0 [2022-03-09T22:08:04.584Z] #56 1.147 + install_runc [2022-03-09T22:08:04.584Z] #56 1.147 + RUNC_BUILDTAGS=seccomp [2022-03-09T22:08:04.584Z] #56 1.147 + echo 'Install runc version v1.1.0 (build tags: seccomp)' [2022-03-09T22:08:04.584Z] #56 1.147 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.Mo3504rFuR/src/github.com/opencontainers/runc [2022-03-09T22:08:04.584Z] #56 1.147 Cloning into '/tmp/tmp.Mo3504rFuR/src/github.com/opencontainers/runc'... [2022-03-09T22:08:04.584Z] #56 1.147 Install runc version v1.1.0 (build tags: seccomp) [Pipeline] sh [2022-03-09T22:08:04.805Z] #18 DONE 1.0s [2022-03-09T22:08:04.805Z] [2022-03-09T22:08:04.805Z] #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-09T22:08:04.805Z] #56 sha256:f6a976d44cf197b851623e339000066114a009efa0b36fad56a6b702e0e690f5 [2022-03-09T22:08:05.522Z] #56 ... [2022-03-09T22:08:05.522Z] [2022-03-09T22:08:05.522Z] #17 [dev-systemd-false 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-03-09T22:08:05.522Z] #17 sha256:19fe70f7d2ddc33a675da0631f21dad3b54a514cce78c0d03056d7982fa6bc66 [2022-03-09T22:08:05.522Z] #17 0.852 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-03-09T22:08:05.522Z] #17 DONE 1.0s [2022-03-09T22:08:05.597Z] + docker info [2022-03-09T22:08:05.597Z] Client: [2022-03-09T22:08:05.597Z] Context: default [2022-03-09T22:08:05.597Z] Debug Mode: false [2022-03-09T22:08:05.597Z] [2022-03-09T22:08:05.597Z] Server: [2022-03-09T22:08:05.597Z] Containers: 0 [2022-03-09T22:08:05.597Z] Running: 0 [2022-03-09T22:08:05.597Z] Paused: 0 [2022-03-09T22:08:05.597Z] Stopped: 0 [2022-03-09T22:08:05.597Z] Images: 0 [2022-03-09T22:08:05.597Z] Server Version: 20.10.9 [2022-03-09T22:08:05.597Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-03-09T22:08:05.597Z] Windows: [2022-03-09T22:08:05.597Z] LCOW: [2022-03-09T22:08:05.597Z] Logging Driver: json-file [2022-03-09T22:08:05.597Z] Plugins: [2022-03-09T22:08:05.597Z] Volume: local [2022-03-09T22:08:05.597Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-09T22:08:05.597Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-09T22:08:05.597Z] Swarm: inactive [2022-03-09T22:08:05.597Z] Default Isolation: process [2022-03-09T22:08:05.597Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-03-09T22:08:05.597Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-03-09T22:08:05.597Z] OSType: windows [2022-03-09T22:08:05.597Z] Architecture: x86_64 [2022-03-09T22:08:05.597Z] CPUs: 4 [2022-03-09T22:08:05.597Z] Total Memory: 32GiB [2022-03-09T22:08:05.597Z] Name: azwin-2-4ecfc0 [2022-03-09T22:08:05.597Z] ID: CJX2:WCHU:DQXJ:TPBW:4NKF:F7QT:SPQ2:EZH2:AXXB:4MN4:I6L6:OXA3 [2022-03-09T22:08:05.597Z] Docker Root Dir: D:\docker [2022-03-09T22:08:05.597Z] Debug Mode: false [2022-03-09T22:08:05.597Z] Registry: https://index.docker.io/v1/ [2022-03-09T22:08:05.597Z] Labels: [2022-03-09T22:08:05.597Z] Experimental: true [2022-03-09T22:08:05.597Z] Insecure Registries: [2022-03-09T22:08:05.597Z] 10.0.0.4:5000 [2022-03-09T22:08:05.597Z] 127.0.0.0/8 [2022-03-09T22:08:05.597Z] Registry Mirrors: [2022-03-09T22:08:05.597Z] http://10.0.0.4:5000/ [2022-03-09T22:08:05.597Z] Live Restore Enabled: false [2022-03-09T22:08:05.597Z] Product License: Community Engine [2022-03-09T22:08:05.597Z] [2022-03-09T22:08:05.747Z] #56 ... [2022-03-09T22:08:05.747Z] [2022-03-09T22:08:05.747Z] #19 [dev-systemd-false 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-03-09T22:08:05.747Z] #19 sha256:cf0bc03bfcb45158ac18e38aaf04eff78c16a7bef2b22ae7bd41361dd4c27c8d [2022-03-09T22:08:05.747Z] #19 DONE 0.9s [2022-03-09T22:08:05.747Z] [2022-03-09T22:08:05.747Z] #20 [dev-systemd-false 6/24] RUN ldconfig [2022-03-09T22:08:05.747Z] #20 sha256:2f6ca84cacee127523fe8debbfae4e03eaa2ce87799841506cb1c8b70c40fe19 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [2022-03-09T22:08:05.782Z] [2022-03-09T22:08:05.782Z] #18 [dev-systemd-false 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-03-09T22:08:05.782Z] #18 sha256:95a349419b30e1ac1260e743a8ca606f4380d56efbee492431971e6dca0fc2e8 [Pipeline] powershell [2022-03-09T22:08:06.677Z] #21 34.15 Selecting previously unselected package vim. [2022-03-09T22:08:06.677Z] #21 34.15 Preparing to unpack .../44-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-03-09T22:08:06.677Z] #21 34.16 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-03-09T22:08:06.683Z] #20 DONE 1.0s [2022-03-09T22:08:06.683Z] [2022-03-09T22:08:06.683Z] #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-09T22:08:06.683Z] #21 sha256:52cc65c5f4dfe0f785b878861a31a68ad429e02dd99f12fea015f02812daec35 [2022-03-09T22:08:06.722Z] #18 DONE 1.0s [2022-03-09T22:08:06.722Z] [2022-03-09T22:08:06.722Z] #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-09T22:08:06.722Z] #56 sha256:31ebd44a48f22de4851d5af4b76b1bdc44a8365031f70cc1a3dcb57c3657f8db [2022-03-09T22:08:07.248Z] #21 34.66 Selecting previously unselected package xfsprogs. [2022-03-09T22:08:07.248Z] #21 34.66 Preparing to unpack .../45-xfsprogs_5.10.0-4_amd64.deb ... [2022-03-09T22:08:07.248Z] #21 34.67 Unpacking xfsprogs (5.10.0-4) ... [2022-03-09T22:08:07.292Z] #56 ... [2022-03-09T22:08:07.292Z] [2022-03-09T22:08:07.292Z] #19 [dev-systemd-false 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-03-09T22:08:07.292Z] #19 sha256:cf0bc03bfcb45158ac18e38aaf04eff78c16a7bef2b22ae7bd41361dd4c27c8d [2022-03-09T22:08:07.508Z] #21 35.02 Selecting previously unselected package zip. [2022-03-09T22:08:07.508Z] #21 35.03 Preparing to unpack .../46-zip_3.0-12_amd64.deb ... [2022-03-09T22:08:07.508Z] #21 35.04 Unpacking zip (3.0-12) ... [2022-03-09T22:08:07.508Z] #21 35.17 Selecting previously unselected package zstd. [2022-03-09T22:08:07.619Z] #19 181.8 Selecting previously unselected package g++-arm-linux-gnueabi. [2022-03-09T22:08:07.619Z] #19 181.8 Preparing to unpack .../078-g++-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ... [2022-03-09T22:08:07.775Z] #21 35.17 Preparing to unpack .../47-zstd_1.4.8+dfsg-2.1_amd64.deb ... [2022-03-09T22:08:07.775Z] #21 35.18 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-03-09T22:08:07.862Z] #19 DONE 1.1s [2022-03-09T22:08:07.863Z] [2022-03-09T22:08:07.863Z] #20 [dev-systemd-false 6/24] RUN ldconfig [2022-03-09T22:08:07.863Z] #20 sha256:2f6ca84cacee127523fe8debbfae4e03eaa2ce87799841506cb1c8b70c40fe19 [2022-03-09T22:08:07.878Z] #19 181.8 Unpacking g++-arm-linux-gnueabi (4:10.2.1-1) ... [2022-03-09T22:08:07.878Z] #19 181.8 Selecting previously unselected package crossbuild-essential-armel. [2022-03-09T22:08:07.878Z] #19 181.8 Preparing to unpack .../079-crossbuild-essential-armel_12.9_all.deb ... [2022-03-09T22:08:07.878Z] #19 181.8 Unpacking crossbuild-essential-armel (12.9) ... [2022-03-09T22:08:07.878Z] #19 181.8 Selecting previously unselected package libc6-armhf-cross. [2022-03-09T22:08:07.878Z] #19 181.8 Preparing to unpack .../080-libc6-armhf-cross_2.31-9cross4_all.deb ... [2022-03-09T22:08:07.878Z] #19 181.8 Unpacking libc6-armhf-cross (2.31-9cross4) ... [2022-03-09T22:08:07.878Z] #19 182.0 Selecting previously unselected package libgcc-s1-armhf-cross. [2022-03-09T22:08:07.878Z] #19 182.0 Preparing to unpack .../081-libgcc-s1-armhf-cross_10.2.1-6cross1_all.deb ... [2022-03-09T22:08:07.878Z] #19 182.0 Unpacking libgcc-s1-armhf-cross (10.2.1-6cross1) ... [2022-03-09T22:08:07.879Z] #19 182.0 Selecting previously unselected package libgomp1-armhf-cross. [2022-03-09T22:08:07.879Z] #19 182.0 Preparing to unpack .../082-libgomp1-armhf-cross_10.2.1-6cross1_all.deb ... [2022-03-09T22:08:07.879Z] #19 182.0 Unpacking libgomp1-armhf-cross (10.2.1-6cross1) ... [2022-03-09T22:08:07.879Z] #19 182.0 Selecting previously unselected package libatomic1-armhf-cross. [2022-03-09T22:08:07.879Z] #19 182.0 Preparing to unpack .../083-libatomic1-armhf-cross_10.2.1-6cross1_all.deb ... [2022-03-09T22:08:07.879Z] #19 182.0 Unpacking libatomic1-armhf-cross (10.2.1-6cross1) ... [2022-03-09T22:08:08.035Z] #21 35.53 Setting up python3-pkg-resources (52.0.0-4) ... [2022-03-09T22:08:08.064Z] #21 1.257 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-09T22:08:08.064Z] #21 1.277 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-09T22:08:08.064Z] #21 1.283 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-09T22:08:08.138Z] #19 182.1 Selecting previously unselected package libasan6-armhf-cross. [2022-03-09T22:08:08.138Z] #19 182.1 Preparing to unpack .../084-libasan6-armhf-cross_10.2.1-6cross1_all.deb ... [2022-03-09T22:08:08.138Z] #19 182.1 Unpacking libasan6-armhf-cross (10.2.1-6cross1) ... [2022-03-09T22:08:08.138Z] #19 182.3 Selecting previously unselected package libstdc++6-armhf-cross. [2022-03-09T22:08:08.138Z] #19 182.3 Preparing to unpack .../085-libstdc++6-armhf-cross_10.2.1-6cross1_all.deb ... [2022-03-09T22:08:08.323Z] #21 1.695 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-09T22:08:08.396Z] #19 182.3 Unpacking libstdc++6-armhf-cross (10.2.1-6cross1) ... [2022-03-09T22:08:08.396Z] #19 182.4 Selecting previously unselected package libubsan1-armhf-cross. [2022-03-09T22:08:08.396Z] #19 182.4 Preparing to unpack .../086-libubsan1-armhf-cross_10.2.1-6cross1_all.deb ... [2022-03-09T22:08:08.396Z] #19 182.4 Unpacking libubsan1-armhf-cross (10.2.1-6cross1) ... [2022-03-09T22:08:08.396Z] #19 182.4 Selecting previously unselected package libgcc-10-dev-armhf-cross. [2022-03-09T22:08:08.396Z] #19 182.5 Preparing to unpack .../087-libgcc-10-dev-armhf-cross_10.2.1-6cross1_all.deb ... [2022-03-09T22:08:08.396Z] #19 182.5 Unpacking libgcc-10-dev-armhf-cross (10.2.1-6cross1) ... [2022-03-09T22:08:08.396Z] #19 182.6 Selecting previously unselected package gcc-10-arm-linux-gnueabihf. [2022-03-09T22:08:08.396Z] #19 182.6 Preparing to unpack .../088-gcc-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ... [2022-03-09T22:08:08.654Z] #19 182.6 Unpacking gcc-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-03-09T22:08:08.802Z] #20 DONE 0.9s [2022-03-09T22:08:08.802Z] [2022-03-09T22:08:08.802Z] #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-09T22:08:08.802Z] #21 sha256:52cc65c5f4dfe0f785b878861a31a68ad429e02dd99f12fea015f02812daec35 [2022-03-09T22:08:08.974Z] #21 36.36 Setting up libip4tc2:amd64 (1.8.7-1) ... [2022-03-09T22:08:08.974Z] #21 36.37 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-03-09T22:08:08.974Z] #21 36.39 Setting up libgpm2:amd64 (1.20.7-8) ... [2022-03-09T22:08:08.974Z] #21 36.40 Setting up libicu67:amd64 (67.1-7) ... [2022-03-09T22:08:08.974Z] #21 36.42 Setting up libip6tc2:amd64 (1.8.7-1) ... [2022-03-09T22:08:08.974Z] #21 36.44 Setting up libinih1:amd64 (53-1+b2) ... [2022-03-09T22:08:08.974Z] #21 36.45 Setting up uidmap (1:4.8.1-1) ... [2022-03-09T22:08:08.974Z] #21 36.47 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-03-09T22:08:08.974Z] #21 36.48 Setting up bzip2 (1.0.8-4) ... [2022-03-09T22:08:08.974Z] #21 36.50 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-03-09T22:08:08.974Z] #21 36.52 Setting up python3-wheel (0.34.2-1) ... [2022-03-09T22:08:09.261Z] #21 2.464 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [122 kB] [2022-03-09T22:08:09.545Z] #21 37.07 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-03-09T22:08:09.546Z] #21 37.11 Setting up libcap2:amd64 (1:2.44-1) ... [2022-03-09T22:08:09.546Z] #21 37.13 Setting up libcap2-bin (1:2.44-1) ... [2022-03-09T22:08:09.546Z] #21 37.14 Setting up apparmor (2.13.6-10) ... [2022-03-09T22:08:10.188Z] #21 1.168 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-09T22:08:10.188Z] #21 1.190 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-09T22:08:10.188Z] #21 1.202 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-09T22:08:10.198Z] #21 3.499 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-09T22:08:10.458Z] #21 1.642 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-09T22:08:11.025Z] #21 2.500 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [122 kB] [2022-03-09T22:08:11.453Z] #21 38.76 Setting up zip (3.0-12) ... [2022-03-09T22:08:11.453Z] #21 38.77 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-09T22:08:11.453Z] #21 38.80 Setting up bash-completion (1:2.11-2) ... [2022-03-09T22:08:12.400Z] #21 3.567 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-09T22:08:13.361Z] #21 40.70 Setting up xz-utils (5.2.5-2) ... [2022-03-09T22:08:13.361Z] #21 40.72 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-03-09T22:08:13.361Z] #21 40.73 Setting up libmnl0:amd64 (1.0.4-3) ... [2022-03-09T22:08:13.361Z] #21 40.74 Setting up patch (2.7.6-7) ... [2022-03-09T22:08:13.361Z] #21 40.76 Setting up sudo (1.9.5p2-3) ... [2022-03-09T22:08:13.361Z] #21 40.86 invoke-rc.d: could not determine current runlevel [2022-03-09T22:08:13.361Z] #21 40.87 invoke-rc.d: policy-rc.d denied execution of start. [2022-03-09T22:08:13.361Z] #21 40.88 Setting up xfsprogs (5.10.0-4) ... [2022-03-09T22:08:13.361Z] #21 40.90 Setting up libxtables12:amd64 (1.8.7-1) ... [2022-03-09T22:08:13.361Z] #21 40.91 Setting up inetutils-ping (2:2.0-1) ... [2022-03-09T22:08:13.361Z] #21 40.92 Setting up pigz (2.6-1) ... [2022-03-09T22:08:13.492Z] #21 ... [2022-03-09T22:08:13.493Z] [2022-03-09T22:08:13.493Z] #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-09T22:08:13.493Z] #34 sha256:e1e84836270b676cbc39863b69a1644104ba3030344ce6b70a016ea3d8688228 [2022-03-09T22:08:13.493Z] #34 DONE 152.9s [2022-03-09T22:08:13.493Z] [2022-03-09T22:08:13.493Z] #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-09T22:08:13.493Z] #56 sha256:f6a976d44cf197b851623e339000066114a009efa0b36fad56a6b702e0e690f5 [2022-03-09T22:08:13.493Z] #56 10.20 + cd /tmp/tmp.6WAdWy7RrF/src/github.com/opencontainers/runc [2022-03-09T22:08:13.493Z] #56 10.20 + git checkout -q v1.1.0 [2022-03-09T22:08:13.493Z] #56 10.65 + '[' -z '' ']' [2022-03-09T22:08:13.493Z] #56 10.65 + target=static [2022-03-09T22:08:13.493Z] #56 10.65 + make BUILDTAGS=seccomp static [2022-03-09T22:08:13.493Z] #56 11.07 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-09T22:08:13.628Z] #21 40.94 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-03-09T22:08:13.628Z] #21 40.95 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-03-09T22:08:13.628Z] #21 40.99 Setting up python-pip-whl (20.3.4-4) ... [2022-03-09T22:08:13.628Z] #21 41.00 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-03-09T22:08:13.918Z] #19 187.3 Selecting previously unselected package gcc-arm-linux-gnueabihf. [2022-03-09T22:08:13.918Z] #19 187.3 Preparing to unpack .../089-gcc-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ... [2022-03-09T22:08:13.918Z] #19 187.3 Unpacking gcc-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-03-09T22:08:13.918Z] #19 187.3 Selecting previously unselected package linux-libc-dev-armhf-cross. [2022-03-09T22:08:13.918Z] #19 187.3 Preparing to unpack .../090-linux-libc-dev-armhf-cross_5.10.13-1cross4_all.deb ... [2022-03-09T22:08:13.918Z] #19 187.3 Unpacking linux-libc-dev-armhf-cross (5.10.13-1cross4) ... [2022-03-09T22:08:13.918Z] #19 187.5 Selecting previously unselected package libc6-dev-armhf-cross. [2022-03-09T22:08:13.918Z] #19 187.5 Preparing to unpack .../091-libc6-dev-armhf-cross_2.31-9cross4_all.deb ... [2022-03-09T22:08:13.918Z] #19 187.5 Unpacking libc6-dev-armhf-cross (2.31-9cross4) ... [2022-03-09T22:08:13.919Z] #19 187.7 Selecting previously unselected package libstdc++-10-dev-armhf-cross. [2022-03-09T22:08:13.919Z] #19 187.7 Preparing to unpack .../092-libstdc++-10-dev-armhf-cross_10.2.1-6cross1_all.deb ... [2022-03-09T22:08:13.919Z] #19 187.7 Unpacking libstdc++-10-dev-armhf-cross (10.2.1-6cross1) ... [2022-03-09T22:08:13.919Z] #19 188.0 Selecting previously unselected package g++-10-arm-linux-gnueabihf. [2022-03-09T22:08:13.919Z] #19 188.0 Preparing to unpack .../093-g++-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ... [2022-03-09T22:08:13.919Z] #19 188.0 Unpacking g++-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-03-09T22:08:14.009Z] Commit message: "vendor: github.com/docker/distribution v2.8.1" [2022-03-09T22:08:14.196Z] #21 41.60 Setting up libaio1:amd64 (0.3.112-9) ... [2022-03-09T22:08:14.196Z] #21 41.61 Setting up python3-lib2to3 (3.9.2-1) ... [Pipeline] withEnv [Pipeline] { [2022-03-09T22:08:14.455Z] #21 41.99 Setting up libelf1:amd64 (0.183-1) ... [2022-03-09T22:08:14.456Z] #21 42.02 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-03-09T22:08:14.456Z] #21 42.03 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-03-09T22:08:14.456Z] #21 42.05 Setting up python3-distutils (3.9.2-1) ... [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-03-09T22:08:14.953Z] Client: [2022-03-09T22:08:14.953Z] Version: 20.10.9 [2022-03-09T22:08:14.953Z] API version: 1.41 [2022-03-09T22:08:14.953Z] Go version: go1.16.8 [2022-03-09T22:08:14.953Z] Git commit: c2ea9bc [2022-03-09T22:08:14.953Z] Built: Mon Oct 4 16:11:10 2021 [2022-03-09T22:08:14.953Z] OS/Arch: windows/amd64 [2022-03-09T22:08:14.953Z] Context: default [2022-03-09T22:08:14.953Z] Experimental: true [2022-03-09T22:08:14.953Z] [2022-03-09T22:08:14.953Z] Server: Docker Engine - Community [2022-03-09T22:08:14.953Z] Engine: [2022-03-09T22:08:14.953Z] Version: 20.10.9 [2022-03-09T22:08:14.953Z] API version: 1.41 (minimum version 1.24) [2022-03-09T22:08:14.953Z] Go version: go1.16.8 [2022-03-09T22:08:14.953Z] Git commit: 79ea9d3 [2022-03-09T22:08:14.953Z] Built: Mon Oct 4 16:06:39 2021 [2022-03-09T22:08:14.953Z] OS/Arch: windows/amd64 [2022-03-09T22:08:14.953Z] Experimental: true [2022-03-09T22:08:15.024Z] #21 42.44 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-03-09T22:08:15.024Z] #21 42.45 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-03-09T22:08:15.024Z] #21 42.46 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-03-09T22:08:15.024Z] #21 42.46 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-03-09T22:08:15.024Z] #21 42.47 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-03-09T22:08:15.024Z] #21 42.48 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-03-09T22:08:15.024Z] #21 42.49 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-03-09T22:08:15.024Z] #21 42.50 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-03-09T22:08:15.024Z] #21 42.50 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-03-09T22:08:15.024Z] #21 42.53 Setting up python3-setuptools (52.0.0-4) ... [2022-03-09T22:08:15.689Z] #21 ... [2022-03-09T22:08:15.690Z] [2022-03-09T22:08:15.690Z] #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-09T22:08:15.690Z] #34 sha256:e1e84836270b676cbc39863b69a1644104ba3030344ce6b70a016ea3d8688228 [2022-03-09T22:08:15.690Z] #34 DONE 153.9s [2022-03-09T22:08:15.690Z] [2022-03-09T22:08:15.690Z] #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-09T22:08:15.690Z] #56 sha256:31ebd44a48f22de4851d5af4b76b1bdc44a8365031f70cc1a3dcb57c3657f8db [2022-03-09T22:08:15.690Z] #56 10.31 + cd /tmp/tmp.Mo3504rFuR/src/github.com/opencontainers/runc [2022-03-09T22:08:15.690Z] #56 10.31 + git checkout -q v1.1.0 [2022-03-09T22:08:15.690Z] #56 10.69 + '[' -z '' ']' [2022-03-09T22:08:15.690Z] #56 10.69 + target=static [2022-03-09T22:08:15.690Z] #56 10.69 + make BUILDTAGS=seccomp static [2022-03-09T22:08:15.690Z] #56 11.07 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 . [Pipeline] sh [2022-03-09T22:08:16.402Z] #21 43.70 Setting up libjq1:amd64 (1.6-2.1) ... [2022-03-09T22:08:16.402Z] #21 43.72 Setting up libnftnl11:amd64 (1.1.9-1) ... [2022-03-09T22:08:16.402Z] #21 43.73 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-03-09T22:08:16.402Z] #21 43.75 Setting up python3-pip (20.3.4-4) ... [2022-03-09T22:08:17.191Z] + docker info [2022-03-09T22:08:17.223Z] + docker version [2022-03-09T22:08:17.339Z] #21 44.72 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-03-09T22:08:17.339Z] #21 44.73 Setting up jq (1.6-2.1) ... [2022-03-09T22:08:17.339Z] #21 44.75 Setting up libbpf0:amd64 (1:0.3-2) ... [2022-03-09T22:08:17.339Z] #21 44.76 Setting up iptables (1.8.7-1) ... [2022-03-09T22:08:17.339Z] #21 44.77 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-03-09T22:08:17.339Z] #21 44.78 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-03-09T22:08:17.339Z] #21 44.78 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-03-09T22:08:17.339Z] #21 44.79 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-03-09T22:08:17.339Z] #21 44.80 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-03-09T22:08:17.339Z] #21 44.81 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-03-09T22:08:17.339Z] #21 44.82 Setting up iproute2 (5.10.0-4) ... [2022-03-09T22:08:17.477Z] #56 ... [2022-03-09T22:08:17.477Z] [2022-03-09T22:08:17.477Z] #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-09T22:08:17.477Z] #26 sha256:f59fffe6f23916bb2b7637e425ad21c793f935d56c0a126a62515f8aa6da3c4f [2022-03-09T22:08:17.477Z] #26 195.3 + return [2022-03-09T22:08:17.477Z] #26 DONE 196.8s [2022-03-09T22:08:17.477Z] [2022-03-09T22:08:17.477Z] #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-09T22:08:17.477Z] #56 sha256:2664cf1f96712ef139bb642dd0f6258917a43ceb31dbc6c145367fc90d272071 [2022-03-09T22:08:17.477Z] #56 ... [2022-03-09T22:08:17.477Z] [2022-03-09T22:08:17.477Z] #27 [dev-systemd-false 10/24] COPY --from=dockercli /build/ /usr/local/cli [2022-03-09T22:08:17.477Z] #27 sha256:ffd9c6f44653c6c0c584ed63b28480575863783b2c4e058f341e0a41d4d1d4d5 [2022-03-09T22:08:17.477Z] #27 DONE 0.9s [2022-03-09T22:08:17.477Z] [2022-03-09T22:08:17.477Z] #32 [dev-systemd-false 11/24] COPY --from=frozen-images /build/ /docker-frozen-images [2022-03-09T22:08:17.477Z] #32 sha256:1b7151da4aab241a0b791abd2b11af5c9636daea1d138056cf1be6d5ab678169 [2022-03-09T22:08:17.477Z] #32 DONE 0.6s [2022-03-09T22:08:17.477Z] [2022-03-09T22:08:17.477Z] #35 [dev-systemd-false 12/24] COPY --from=swagger /build/ /usr/local/bin/ [2022-03-09T22:08:17.477Z] #35 sha256:76567f616dcd7c45009c98af18eb6bb6785539406959b4a5003f214af7141d69 [2022-03-09T22:08:17.477Z] #35 DONE 0.4s [2022-03-09T22:08:17.477Z] [2022-03-09T22:08:17.477Z] #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-09T22:08:17.477Z] #60 sha256:7b01f85e372eb0d3341ba45cdaa2bb3be5eb2c54d844c8cfd0cabeb61d5157d4 [2022-03-09T22:08:17.477Z] #60 179.1 + bin/containerd [2022-03-09T22:08:17.477Z] #60 ... [2022-03-09T22:08:17.477Z] [2022-03-09T22:08:17.477Z] #37 [dev-systemd-false 13/24] COPY --from=tomll /build/ /usr/local/bin/ [2022-03-09T22:08:17.477Z] #37 sha256:8550be019adc09e1f172662964f438d4503486e90018feea5d1ecbcd10fce2ed [2022-03-09T22:08:17.477Z] #37 DONE 0.1s [2022-03-09T22:08:17.477Z] [2022-03-09T22:08:17.477Z] #41 [dev-systemd-false 14/24] COPY --from=tini /build/ /usr/local/bin/ [2022-03-09T22:08:17.477Z] #41 sha256:df9ceaf352bcdff0c1de98282fc1185f06e586add3e3adbe1ce8e1d2ae47deb1 [2022-03-09T22:08:17.477Z] #41 DONE 0.1s [2022-03-09T22:08:17.477Z] [2022-03-09T22:08:17.477Z] #44 [dev-systemd-false 15/24] COPY --from=registry /build/ /usr/local/bin/ [2022-03-09T22:08:17.477Z] #44 sha256:8c45152b398f6e0451d9dc5aa962e88ba51e9fade6ff18e29f6e21d9ef54fdf7 [2022-03-09T22:08:17.477Z] #44 DONE 0.3s [2022-03-09T22:08:17.477Z] [2022-03-09T22:08:17.477Z] #48 [dev-systemd-false 16/24] COPY --from=criu /build/ /usr/local/bin/ [2022-03-09T22:08:17.477Z] #48 sha256:a0f43ab138019f4f17bf08d0a293ea2f3817a7e3e7e45cf285820e8950711a90 [2022-03-09T22:08:17.477Z] #48 DONE 0.1s [2022-03-09T22:08:17.477Z] [2022-03-09T22:08:17.477Z] #50 [dev-systemd-false 17/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-03-09T22:08:17.477Z] #50 sha256:989e1085645605bbb892422141162fb962e42cbe2909b1c49211d0d46320c3a5 [2022-03-09T22:08:17.477Z] #50 DONE 0.1s [2022-03-09T22:08:17.477Z] [2022-03-09T22:08:17.477Z] #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-09T22:08:17.477Z] #56 sha256:2664cf1f96712ef139bb642dd0f6258917a43ceb31dbc6c145367fc90d272071 [2022-03-09T22:08:17.739Z] #56 114.8 + mkdir -p /build [2022-03-09T22:08:17.739Z] #56 114.8 + cp runc /build/runc [2022-03-09T22:08:17.910Z] #21 45.21 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-09T22:08:18.479Z] #21 DONE 46.0s [2022-03-09T22:08:18.479Z] [2022-03-09T22:08:18.479Z] #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-09T22:08:18.479Z] #22 sha256:486520d9c93896d4916962da02e8d344a3eb9be31ef6e257ec8238f412617c4e [2022-03-09T22:08:18.768Z] #56 ... [2022-03-09T22:08:18.768Z] [2022-03-09T22:08:18.768Z] #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-09T22:08:18.768Z] #21 sha256:52cc65c5f4dfe0f785b878861a31a68ad429e02dd99f12fea015f02812daec35 [2022-03-09T22:08:18.768Z] #21 7.707 Fetched 8507 kB in 7s (1271 kB/s) [2022-03-09T22:08:18.768Z] #21 7.707 Reading package lists... [2022-03-09T22:08:18.768Z] #21 9.711 Reading package lists... [2022-03-09T22:08:18.768Z] #21 11.69 Building dependency tree... [2022-03-09T22:08:19.188Z] #19 192.5 Selecting previously unselected package g++-arm-linux-gnueabihf. [2022-03-09T22:08:19.189Z] #19 192.5 Preparing to unpack .../094-g++-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ... [2022-03-09T22:08:19.189Z] #19 192.5 Unpacking g++-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-03-09T22:08:19.189Z] #19 192.5 Selecting previously unselected package crossbuild-essential-armhf. [2022-03-09T22:08:19.189Z] #19 192.5 Preparing to unpack .../095-crossbuild-essential-armhf_12.9_all.deb ... [2022-03-09T22:08:19.189Z] #19 192.5 Unpacking crossbuild-essential-armhf (12.9) ... [2022-03-09T22:08:19.189Z] #19 192.5 Selecting previously unselected package libc6-ppc64el-cross. [2022-03-09T22:08:19.189Z] #19 192.5 Preparing to unpack .../096-libc6-ppc64el-cross_2.31-9cross4_all.deb ... [2022-03-09T22:08:19.189Z] #19 192.5 Unpacking libc6-ppc64el-cross (2.31-9cross4) ... [2022-03-09T22:08:19.189Z] #19 192.7 Selecting previously unselected package libgcc-s1-ppc64el-cross. [2022-03-09T22:08:19.189Z] #19 192.7 Preparing to unpack .../097-libgcc-s1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-03-09T22:08:19.189Z] #19 192.7 Unpacking libgcc-s1-ppc64el-cross (10.2.1-6cross1) ... [2022-03-09T22:08:19.189Z] #19 192.7 Selecting previously unselected package libgomp1-ppc64el-cross. [2022-03-09T22:08:19.189Z] #19 192.7 Preparing to unpack .../098-libgomp1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-03-09T22:08:19.189Z] #19 192.7 Unpacking libgomp1-ppc64el-cross (10.2.1-6cross1) ... [2022-03-09T22:08:19.189Z] #19 192.7 Selecting previously unselected package libitm1-ppc64el-cross. [2022-03-09T22:08:19.189Z] #19 192.7 Preparing to unpack .../099-libitm1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-03-09T22:08:19.189Z] #19 192.7 Unpacking libitm1-ppc64el-cross (10.2.1-6cross1) ... [2022-03-09T22:08:19.189Z] #19 192.8 Selecting previously unselected package libatomic1-ppc64el-cross. [2022-03-09T22:08:19.189Z] #19 192.8 Preparing to unpack .../100-libatomic1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-03-09T22:08:19.189Z] #19 192.8 Unpacking libatomic1-ppc64el-cross (10.2.1-6cross1) ... [2022-03-09T22:08:19.189Z] #19 192.8 Selecting previously unselected package libasan6-ppc64el-cross. [2022-03-09T22:08:19.189Z] #19 192.8 Preparing to unpack .../101-libasan6-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-03-09T22:08:19.189Z] #19 192.8 Unpacking libasan6-ppc64el-cross (10.2.1-6cross1) ... [2022-03-09T22:08:19.189Z] #19 193.0 Selecting previously unselected package liblsan0-ppc64el-cross. [2022-03-09T22:08:19.189Z] #19 193.0 Preparing to unpack .../102-liblsan0-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-03-09T22:08:19.189Z] #19 193.1 Unpacking liblsan0-ppc64el-cross (10.2.1-6cross1) ... [2022-03-09T22:08:19.189Z] #19 193.2 Selecting previously unselected package libtsan0-ppc64el-cross. [2022-03-09T22:08:19.189Z] #19 193.2 Preparing to unpack .../103-libtsan0-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-03-09T22:08:19.189Z] #19 193.2 Unpacking libtsan0-ppc64el-cross (10.2.1-6cross1) ... [2022-03-09T22:08:19.336Z] #21 12.73 The following additional packages will be installed: [2022-03-09T22:08:19.337Z] #21 12.74 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-03-09T22:08:19.337Z] #21 12.74 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2022-03-09T22:08:19.337Z] #21 12.74 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-03-09T22:08:19.337Z] #21 12.74 python3-pkg-resources vim-runtime xxd [2022-03-09T22:08:19.337Z] #21 12.74 Suggested packages: [2022-03-09T22:08:19.337Z] #21 12.74 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2022-03-09T22:08:19.447Z] #19 193.4 Selecting previously unselected package libstdc++6-ppc64el-cross. [2022-03-09T22:08:19.447Z] #19 193.4 Preparing to unpack .../104-libstdc++6-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-03-09T22:08:19.447Z] #19 193.4 Unpacking libstdc++6-ppc64el-cross (10.2.1-6cross1) ... [2022-03-09T22:08:19.447Z] #19 193.5 Selecting previously unselected package libubsan1-ppc64el-cross. [2022-03-09T22:08:19.447Z] #19 193.5 Preparing to unpack .../105-libubsan1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-03-09T22:08:19.447Z] #19 193.5 Unpacking libubsan1-ppc64el-cross (10.2.1-6cross1) ... [2022-03-09T22:08:19.596Z] #21 12.74 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2022-03-09T22:08:19.596Z] #21 12.74 acl attr quota [2022-03-09T22:08:19.596Z] #21 12.74 Recommended packages: [2022-03-09T22:08:19.596Z] #21 12.74 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-03-09T22:08:19.705Z] #19 193.6 Selecting previously unselected package libquadmath0-ppc64el-cross. [2022-03-09T22:08:19.705Z] #19 193.6 Preparing to unpack .../106-libquadmath0-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-03-09T22:08:19.705Z] #19 193.6 Unpacking libquadmath0-ppc64el-cross (10.2.1-6cross1) ... [2022-03-09T22:08:19.705Z] #19 193.6 Selecting previously unselected package libgcc-10-dev-ppc64el-cross. [2022-03-09T22:08:19.705Z] #19 193.6 Preparing to unpack .../107-libgcc-10-dev-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-03-09T22:08:19.705Z] #19 193.6 Unpacking libgcc-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2022-03-09T22:08:19.859Z] #22 1.161 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-03-09T22:08:19.859Z] #22 1.165 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-03-09T22:08:19.859Z] #22 1.168 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-03-09T22:08:19.859Z] #22 DONE 1.3s [2022-03-09T22:08:19.859Z] [2022-03-09T22:08:19.859Z] #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-09T22:08:19.859Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-09T22:08:19.859Z] #51 ... [2022-03-09T22:08:19.859Z] [2022-03-09T22:08:19.859Z] #23 [dev-systemd-false 9/24] RUN pip3 install yamllint==1.26.1 [2022-03-09T22:08:19.859Z] #23 sha256:03fb6a6c6531e45313a972d2b07fa1b1b3908a150e02259f68d1f7efd7b5091a [2022-03-09T22:08:19.965Z] #19 193.9 Selecting previously unselected package gcc-10-powerpc64le-linux-gnu. [2022-03-09T22:08:19.965Z] #19 193.9 Preparing to unpack .../108-gcc-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-03-09T22:08:19.965Z] #19 193.9 Unpacking gcc-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-03-09T22:08:20.533Z] #21 13.82 The following NEW packages will be installed: [2022-03-09T22:08:20.533Z] #21 13.82 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2022-03-09T22:08:20.533Z] #21 13.82 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-03-09T22:08:20.533Z] #21 13.82 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2022-03-09T22:08:20.533Z] #21 13.82 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch [2022-03-09T22:08:20.533Z] #21 13.82 pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip [2022-03-09T22:08:20.533Z] #21 13.82 python3-pkg-resources python3-setuptools python3-wheel sudo [2022-03-09T22:08:20.533Z] #21 13.82 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2022-03-09T22:08:20.533Z] #21 13.82 xz-utils zip zstd [2022-03-09T22:08:20.792Z] #21 14.12 0 upgraded, 48 newly installed, 0 to remove and 1 not upgraded. [2022-03-09T22:08:20.792Z] #21 14.12 Need to get 27.6 MB of archives. [2022-03-09T22:08:20.792Z] #21 14.12 After this operation, 106 MB of additional disk space will be used. [2022-03-09T22:08:20.792Z] #21 14.12 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2022-03-09T22:08:20.792Z] #21 14.12 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2022-03-09T22:08:20.792Z] #21 14.13 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2022-03-09T22:08:20.792Z] #21 14.13 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-03-09T22:08:20.792Z] #21 14.13 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2022-03-09T22:08:20.792Z] #21 14.13 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2022-03-09T22:08:20.792Z] #21 14.13 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2022-03-09T22:08:20.792Z] #21 14.14 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2022-03-09T22:08:20.792Z] #21 14.17 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-03-09T22:08:20.792Z] #21 14.18 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-09T22:08:20.792Z] #21 14.19 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2022-03-09T22:08:20.792Z] #21 14.20 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-03-09T22:08:20.792Z] #21 14.20 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2 [220 kB] [2022-03-09T22:08:20.961Z] #56 ... [2022-03-09T22:08:20.961Z] [2022-03-09T22:08:20.961Z] #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-09T22:08:20.961Z] #21 sha256:52cc65c5f4dfe0f785b878861a31a68ad429e02dd99f12fea015f02812daec35 [2022-03-09T22:08:20.961Z] #21 7.424 Fetched 8507 kB in 6s (1320 kB/s) [2022-03-09T22:08:20.961Z] #21 7.424 Reading package lists... [2022-03-09T22:08:20.961Z] #21 9.427 Reading package lists... [2022-03-09T22:08:20.962Z] #21 11.52 Building dependency tree... [2022-03-09T22:08:21.052Z] #21 14.22 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2022-03-09T22:08:21.052Z] #21 14.23 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB] [2022-03-09T22:08:21.052Z] #21 14.24 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2022-03-09T22:08:21.052Z] #21 14.24 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2022-03-09T22:08:21.052Z] #21 14.25 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2022-03-09T22:08:21.052Z] #21 14.25 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2022-03-09T22:08:21.052Z] #21 14.25 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2022-03-09T22:08:21.052Z] #21 14.26 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2022-03-09T22:08:21.052Z] #21 14.27 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-03-09T22:08:21.052Z] #21 14.28 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-03-09T22:08:21.052Z] #21 14.29 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-03-09T22:08:21.052Z] #21 14.29 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2022-03-09T22:08:21.052Z] #21 14.29 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2022-03-09T22:08:21.052Z] #21 14.29 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-03-09T22:08:21.220Z] #21 12.53 The following additional packages will be installed: [2022-03-09T22:08:21.220Z] #21 12.54 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-03-09T22:08:21.220Z] #21 12.54 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2022-03-09T22:08:21.220Z] #21 12.54 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-03-09T22:08:21.220Z] #21 12.54 python3-pkg-resources vim-runtime xxd [2022-03-09T22:08:21.220Z] #21 12.54 Suggested packages: [2022-03-09T22:08:21.220Z] #21 12.54 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2022-03-09T22:08:21.220Z] #21 12.54 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2022-03-09T22:08:21.220Z] #21 12.54 acl attr quota [2022-03-09T22:08:21.220Z] #21 12.54 Recommended packages: [2022-03-09T22:08:21.220Z] #21 12.55 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-03-09T22:08:21.312Z] #21 14.61 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2022-03-09T22:08:21.312Z] #21 14.61 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-09T22:08:21.312Z] #21 14.61 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-09T22:08:21.312Z] #21 14.62 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-09T22:08:21.312Z] #21 14.62 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2022-03-09T22:08:21.312Z] #21 14.62 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-03-09T22:08:21.312Z] #21 14.63 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4 [1948 kB] [2022-03-09T22:08:21.312Z] #21 14.68 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-03-09T22:08:21.312Z] #21 14.69 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2022-03-09T22:08:21.312Z] #21 14.69 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-03-09T22:08:21.312Z] #21 14.70 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2022-03-09T22:08:21.312Z] #21 14.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-09T22:08:21.572Z] #21 14.72 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4 [337 kB] [2022-03-09T22:08:21.572Z] #21 14.74 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2022-03-09T22:08:21.572Z] #21 14.77 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2022-03-09T22:08:21.572Z] #21 14.78 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2022-03-09T22:08:21.572Z] #21 14.80 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-09T22:08:21.572Z] #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-09T22:08:21.831Z] #21 15.05 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2022-03-09T22:08:21.831Z] #21 15.09 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2022-03-09T22:08:21.831Z] #21 15.09 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB] [2022-03-09T22:08:21.952Z] #56 DONE 118.2s [2022-03-09T22:08:21.952Z] [2022-03-09T22:08:21.952Z] #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-09T22:08:21.952Z] #51 sha256:7e886a43c3741841e41ebabce8488931375aaa4f3d3c86112f4cd8891884996a [2022-03-09T22:08:21.952Z] #51 208.3 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown) [2022-03-09T22:08:21.952Z] #51 DONE 208.5s [2022-03-09T22:08:21.952Z] [2022-03-09T22:08:21.952Z] #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-09T22:08:21.952Z] #60 sha256:7b01f85e372eb0d3341ba45cdaa2bb3be5eb2c54d844c8cfd0cabeb61d5157d4 [2022-03-09T22:08:22.213Z] #21 13.58 The following NEW packages will be installed: [2022-03-09T22:08:22.213Z] #21 13.58 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2022-03-09T22:08:22.213Z] #21 13.59 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-03-09T22:08:22.213Z] #21 13.59 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2022-03-09T22:08:22.213Z] #21 13.59 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch [2022-03-09T22:08:22.213Z] #21 13.59 pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip [2022-03-09T22:08:22.213Z] #21 13.59 python3-pkg-resources python3-setuptools python3-wheel sudo [2022-03-09T22:08:22.213Z] #21 13.59 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2022-03-09T22:08:22.213Z] #21 13.59 xz-utils zip zstd [2022-03-09T22:08:22.400Z] #21 15.70 debconf: delaying package configuration, since apt-utils is not installed [2022-03-09T22:08:22.505Z] #21 13.90 0 upgraded, 48 newly installed, 0 to remove and 1 not upgraded. [2022-03-09T22:08:22.505Z] #21 13.90 Need to get 27.6 MB of archives. [2022-03-09T22:08:22.505Z] #21 13.90 After this operation, 106 MB of additional disk space will be used. [2022-03-09T22:08:22.505Z] #21 13.90 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2022-03-09T22:08:22.505Z] #21 13.90 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2022-03-09T22:08:22.505Z] #21 13.90 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2022-03-09T22:08:22.505Z] #21 13.91 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-03-09T22:08:22.505Z] #21 13.91 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2022-03-09T22:08:22.505Z] #21 13.92 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2022-03-09T22:08:22.505Z] #21 13.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-09T22:08:22.505Z] #21 13.93 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2022-03-09T22:08:22.505Z] #21 13.97 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-03-09T22:08:22.659Z] #21 15.85 Fetched 27.6 MB in 1s (21.8 MB/s) [2022-03-09T22:08:22.659Z] #21 15.89 Selecting previously unselected package pigz. [2022-03-09T22:08:22.659Z] #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-09T22:08:22.659Z] #21 15.95 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2022-03-09T22:08:22.659Z] #21 15.96 Unpacking pigz (2.6-1) ... [2022-03-09T22:08:22.767Z] #21 13.97 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-09T22:08:22.768Z] #21 13.98 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2022-03-09T22:08:22.768Z] #21 14.00 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-03-09T22:08:22.768Z] #21 14.00 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2 [220 kB] [2022-03-09T22:08:22.768Z] #21 14.01 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2022-03-09T22:08:22.768Z] #21 14.06 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB] [2022-03-09T22:08:22.768Z] #21 14.07 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2022-03-09T22:08:22.768Z] #21 14.07 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2022-03-09T22:08:22.768Z] #21 14.07 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2022-03-09T22:08:22.768Z] #21 14.07 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2022-03-09T22:08:22.768Z] #21 14.07 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2022-03-09T22:08:22.768Z] #21 14.08 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2022-03-09T22:08:22.768Z] #21 14.08 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-03-09T22:08:22.768Z] #21 14.08 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-03-09T22:08:22.768Z] #21 14.09 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-03-09T22:08:22.768Z] #21 14.09 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2022-03-09T22:08:22.768Z] #21 14.09 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2022-03-09T22:08:22.768Z] #21 14.09 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-03-09T22:08:22.899Z] #60 ... [2022-03-09T22:08:22.899Z] [2022-03-09T22:08:22.899Z] #52 [dev-systemd-false 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-03-09T22:08:22.899Z] #52 sha256:f5d554b05f4439be4f0eb5ff4999ca913259f9996f005b77fa02ced10921a209 [2022-03-09T22:08:22.918Z] #21 16.07 Selecting previously unselected package libelf1:amd64. [2022-03-09T22:08:22.919Z] #21 16.08 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2022-03-09T22:08:22.919Z] #21 16.09 Unpacking libelf1:amd64 (0.183-1) ... [2022-03-09T22:08:22.919Z] #21 16.24 Selecting previously unselected package libbpf0:amd64. [2022-03-09T22:08:22.919Z] #21 16.24 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2022-03-09T22:08:22.919Z] #21 16.24 Unpacking libbpf0:amd64 (1:0.3-2) ... [2022-03-09T22:08:22.919Z] #21 16.34 Selecting previously unselected package libcap2:amd64. [2022-03-09T22:08:23.031Z] #21 14.40 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2022-03-09T22:08:23.031Z] #21 14.40 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-09T22:08:23.031Z] #21 14.40 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-09T22:08:23.031Z] #21 14.40 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-09T22:08:23.031Z] #21 14.40 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2022-03-09T22:08:23.031Z] #21 14.41 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-03-09T22:08:23.031Z] #21 14.42 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4 [1948 kB] [2022-03-09T22:08:23.031Z] #21 14.48 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-03-09T22:08:23.178Z] #21 16.35 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2022-03-09T22:08:23.178Z] #21 16.37 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-03-09T22:08:23.178Z] #21 16.45 Selecting previously unselected package libmnl0:amd64. [2022-03-09T22:08:23.178Z] #21 16.45 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2022-03-09T22:08:23.178Z] #21 16.47 Unpacking libmnl0:amd64 (1.0.4-3) ... [2022-03-09T22:08:23.178Z] #21 16.52 Selecting previously unselected package libxtables12:amd64. [2022-03-09T22:08:23.178Z] #21 16.53 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2022-03-09T22:08:23.178Z] #21 16.54 Unpacking libxtables12:amd64 (1.8.7-1) ... [2022-03-09T22:08:23.178Z] #21 16.60 Selecting previously unselected package libcap2-bin. [2022-03-09T22:08:23.321Z] #21 14.48 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2022-03-09T22:08:23.321Z] #21 14.49 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-03-09T22:08:23.321Z] #21 14.51 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2022-03-09T22:08:23.321Z] #21 14.52 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-03-09T22:08:23.321Z] #21 14.52 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4 [337 kB] [2022-03-09T22:08:23.321Z] #21 14.54 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2022-03-09T22:08:23.321Z] #21 14.58 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2022-03-09T22:08:23.321Z] #21 14.61 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2022-03-09T22:08:23.321Z] #21 14.61 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-09T22:08:23.438Z] #21 16.60 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2022-03-09T22:08:23.438Z] #21 16.61 Unpacking libcap2-bin (1:2.44-1) ... [2022-03-09T22:08:23.438Z] #21 16.69 Selecting previously unselected package iproute2. [2022-03-09T22:08:23.438Z] #21 16.70 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2022-03-09T22:08:23.438Z] #21 16.70 Unpacking iproute2 (5.10.0-4) ... [2022-03-09T22:08:23.583Z] #21 14.82 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB] [2022-03-09T22:08:23.583Z] #21 14.85 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2022-03-09T22:08:23.583Z] #21 14.88 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2022-03-09T22:08:23.583Z] #21 14.89 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB] [2022-03-09T22:08:23.842Z] #52 DONE 1.3s [2022-03-09T22:08:23.842Z] [2022-03-09T22:08:23.842Z] #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-09T22:08:23.842Z] #60 sha256:7b01f85e372eb0d3341ba45cdaa2bb3be5eb2c54d844c8cfd0cabeb61d5157d4 [2022-03-09T22:08:24.006Z] #21 17.17 Selecting previously unselected package xxd. [2022-03-09T22:08:24.006Z] #21 17.17 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-03-09T22:08:24.006Z] #21 17.18 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-03-09T22:08:24.006Z] #21 17.28 Selecting previously unselected package vim-common. [2022-03-09T22:08:24.006Z] #21 17.28 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-03-09T22:08:24.006Z] #21 17.30 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-09T22:08:24.104Z] #60 ... [2022-03-09T22:08:24.104Z] [2022-03-09T22:08:24.104Z] #54 [dev-systemd-false 19/24] COPY --from=shfmt /build/ /usr/local/bin/ [2022-03-09T22:08:24.104Z] #54 sha256:23345f5cb377aba5efa74590fd8668b5b81fd7356d33f384baa677b712ae8254 [2022-03-09T22:08:24.104Z] #54 DONE 0.2s [2022-03-09T22:08:24.104Z] [2022-03-09T22:08:24.104Z] #57 [dev-systemd-false 20/24] COPY --from=runc /build/ /usr/local/bin/ [2022-03-09T22:08:24.104Z] #57 sha256:3e29e2cc3e4a12dda5ef84e30386ca2b2d509703bbba11a23d7c9adeb6919753 [2022-03-09T22:08:24.149Z] #21 15.39 debconf: delaying package configuration, since apt-utils is not installed [2022-03-09T22:08:24.149Z] #21 15.51 Fetched 27.6 MB in 1s (21.4 MB/s) [2022-03-09T22:08:24.149Z] #21 15.57 Selecting previously unselected package pigz. [2022-03-09T22:08:24.171Z] DEBUG: print all environment variables to check how Jenkins runs this script [2022-03-09T22:08:24.171Z] C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-53a67856\powershellScript.ps1'; exit $LASTEXITCODE; [2022-03-09T22:08:24.171Z] ---------------------------------------------------------------------------- [2022-03-09T22:08:24.171Z] [2022-03-09T22:08:24.171Z] INFO: executeCI.ps1 starting at Wed Mar 9 22:08:23 CUT 2022 [2022-03-09T22:08:24.171Z] [2022-03-09T22:08:24.171Z] INFO: Script version 05-Feb-2019 09:03 PDT [2022-03-09T22:08:24.171Z] INFO: Running git version 2.24.1.windows.2 [2022-03-09T22:08:24.265Z] #21 17.43 Selecting previously unselected package bash-completion. [2022-03-09T22:08:24.265Z] #21 17.44 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-03-09T22:08:24.407Z] #21 15.57 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24010 files and directories currently installed.) [2022-03-09T22:08:24.407Z] #21 15.62 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2022-03-09T22:08:24.407Z] #21 15.63 Unpacking pigz (2.6-1) ... [2022-03-09T22:08:24.407Z] #21 15.69 Selecting previously unselected package libelf1:amd64. [2022-03-09T22:08:24.407Z] #21 15.70 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2022-03-09T22:08:24.407Z] #21 15.70 Unpacking libelf1:amd64 (0.183-1) ... [2022-03-09T22:08:24.641Z] INFO: Branch:fe_release Build:20348.1.210507-1500 [2022-03-09T22:08:24.641Z] INFO: Environment variables: [2022-03-09T22:08:24.641Z] [2022-03-09T22:08:24.641Z] Name Value [2022-03-09T22:08:24.641Z] ---- ----- [2022-03-09T22:08:24.641Z] ALLUSERSPROFILE C:\ProgramData [2022-03-09T22:08:24.641Z] APPDATA C:\Windows\system32\config\systemprofile\AppData\Roaming [2022-03-09T22:08:24.641Z] APT_MIRROR cdn-fastly.deb.debian.org [2022-03-09T22:08:24.641Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.12 [2022-03-09T22:08:24.641Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}] [2022-03-09T22:08:24.641Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.12 [2022-03-09T22:08:24.641Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2022-03-09T22:08:24.641Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2022-03-09T22:08:24.641Z] BRANCH_NAME PR-43352 [2022-03-09T22:08:24.641Z] BUILD_DISPLAY_NAME #2 [2022-03-09T22:08:24.641Z] BUILD_ID 2 [2022-03-09T22:08:24.641Z] BUILD_NUMBER 2 [2022-03-09T22:08:24.641Z] BUILD_TAG jenkins-moby-PR-43352-2 [2022-03-09T22:08:24.641Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-43352/2/ [2022-03-09T22:08:24.641Z] CHANGE_AUTHOR thaJeztah [2022-03-09T22:08:24.641Z] CHANGE_AUTHOR_DISPLAY_NAME Sebastiaan van Stijn [2022-03-09T22:08:24.641Z] CHANGE_BRANCH bump_distribution [2022-03-09T22:08:24.641Z] CHANGE_FORK thaJeztah/docker [2022-03-09T22:08:24.641Z] CHANGE_ID 43352 [2022-03-09T22:08:24.641Z] CHANGE_TARGET master [2022-03-09T22:08:24.641Z] CHANGE_TITLE vendor: github.com/docker/distribution v2.8.1 [2022-03-09T22:08:24.641Z] CHANGE_URL https://github.com/moby/moby/pull/43352 [2022-03-09T22:08:24.641Z] CHECK_CONFIG_COMMIT 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-09T22:08:24.641Z] CommonProgramFiles C:\Program Files\Common Files [2022-03-09T22:08:24.641Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2022-03-09T22:08:24.641Z] CommonProgramW6432 C:\Program Files\Common Files [2022-03-09T22:08:24.641Z] COMPUTERNAME azwin-2-4ecfc0 [2022-03-09T22:08:24.641Z] ComSpec C:\Windows\system32\cmd.exe [2022-03-09T22:08:24.641Z] ConfigSequenceNumber 0 [2022-03-09T22:08:24.641Z] DOCKER_BUILDKIT 0 [2022-03-09T22:08:24.641Z] DOCKER_DUT_DEBUG 1 [2022-03-09T22:08:24.641Z] DOCKER_EXPERIMENTAL 1 [2022-03-09T22:08:24.641Z] DOCKER_GRAPHDRIVER overlay2 [2022-03-09T22:08:24.641Z] DriverData C:\Windows\System32\Drivers\DriverData [2022-03-09T22:08:24.641Z] EXECUTOR_NUMBER 0 [2022-03-09T22:08:24.641Z] FQDN azwin-2-4ecfc0.westus.cloudapp.azure.com [2022-03-09T22:08:24.641Z] GIT_BRANCH PR-43352 [2022-03-09T22:08:24.641Z] GIT_COMMIT b92af14a1c47368b8cf1c52e303adf6e11cebc3b [2022-03-09T22:08:24.641Z] GIT_PREVIOUS_COMMIT b92af14a1c47368b8cf1c52e303adf6e11cebc3b [2022-03-09T22:08:24.641Z] GIT_URL https://github.com/moby/moby.git [2022-03-09T22:08:24.641Z] HUDSON_COOKIE 99efb8b7-e043-4709-abd3-96b1b28f9c23 [2022-03-09T22:08:24.641Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2022-03-09T22:08:24.641Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2022-03-09T22:08:24.641Z] HUDSON_URL https://ci-next.docker.com/public/ [2022-03-09T22:08:24.641Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.302-1.b08.ojdkbuild.windows.x86_64 [2022-03-09T22:08:24.641Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2022-03-09T22:08:24.641Z] JENKINS_NODE_COOKIE 5c5b1a7e-1b12-43d7-93df-0624846988d6 [2022-03-09T22:08:24.641Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2022-03-09T22:08:24.641Z] JENKINS_URL https://ci-next.docker.com/public/ [2022-03-09T22:08:24.641Z] JOB_BASE_NAME PR-43352 [2022-03-09T22:08:24.641Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43352/display/redirect [2022-03-09T22:08:24.641Z] JOB_NAME moby/PR-43352 [2022-03-09T22:08:24.641Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-43352/ [2022-03-09T22:08:24.641Z] library.jps.version master [2022-03-09T22:08:24.641Z] LOCALAPPDATA C:\Windows\system32\config\systemprofile\AppData\Local [2022-03-09T22:08:24.641Z] NODE_LABELS amd64 azure azwin-2-4ecfc0 azwin-2022 docker west-us windows windows-2022 x86_64 [2022-03-09T22:08:24.641Z] NODE_NAME azwin-2-4ecfc0 [2022-03-09T22:08:24.641Z] NUMBER_OF_PROCESSORS 4 [2022-03-09T22:08:24.641Z] OS Windows_NT [2022-03-09T22:08:24.641Z] Path C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPo... [2022-03-09T22:08:24.641Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2022-03-09T22:08:24.641Z] PROCESSOR_ARCHITECTURE AMD64 [2022-03-09T22:08:24.641Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 79 Stepping 1, GenuineIntel [2022-03-09T22:08:24.641Z] PROCESSOR_LEVEL 6 [2022-03-09T22:08:24.641Z] PROCESSOR_REVISION 4f01 [2022-03-09T22:08:24.641Z] ProgramData C:\ProgramData [2022-03-09T22:08:24.641Z] ProgramFiles C:\Program Files [2022-03-09T22:08:24.641Z] ProgramFiles(x86) C:\Program Files (x86) [2022-03-09T22:08:24.641Z] ProgramW6432 C:\Program Files [2022-03-09T22:08:24.641Z] PROMPT $P$G [2022-03-09T22:08:24.641Z] PSExecutionPolicyPreference Bypass [2022-03-09T22:08:24.642Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\syste... [2022-03-09T22:08:24.642Z] PUBLIC C:\Users\Public [2022-03-09T22:08:24.642Z] RUN_ARTIFACTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43352/2/display/redirect?page=artif... [2022-03-09T22:08:24.642Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43352/2/display/redirect?page=changes [2022-03-09T22:08:24.642Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43352/2/display/redirect [2022-03-09T22:08:24.642Z] RUN_TESTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43352/2/display/redirect?page=tests [2022-03-09T22:08:24.642Z] SKIP_VALIDATION_TESTS 1 [2022-03-09T22:08:24.642Z] SOURCES_DRIVE d [2022-03-09T22:08:24.642Z] SOURCES_SUBDIR gopath [2022-03-09T22:08:24.642Z] STAGE_NAME Run tests [2022-03-09T22:08:24.642Z] SystemDrive C: [2022-03-09T22:08:24.642Z] SystemRoot C:\Windows [2022-03-09T22:08:24.642Z] TEMP C:\Windows\TEMP [2022-03-09T22:08:24.642Z] TESTDEBUG 0 [2022-03-09T22:08:24.642Z] TESTRUN_DRIVE d [2022-03-09T22:08:24.642Z] TESTRUN_SUBDIR CI [2022-03-09T22:08:24.642Z] TIMEOUT 120m [2022-03-09T22:08:24.642Z] TMP C:\Windows\TEMP [2022-03-09T22:08:24.642Z] USERDOMAIN WORKGROUP [2022-03-09T22:08:24.642Z] USERNAME azwin-2-4ecfc0$ [2022-03-09T22:08:24.642Z] USERPROFILE C:\Windows\system32\config\systemprofile [2022-03-09T22:08:24.642Z] windir C:\Windows [2022-03-09T22:08:24.642Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2022-03-09T22:08:24.642Z] WINDOWS_BASE_IMAGE_TAG ltsc2022 [2022-03-09T22:08:24.642Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2022-03-09T22:08:24.642Z] WORKSPACE_TMP d:\gopath\src\github.com\docker\docker@tmp [2022-03-09T22:08:24.642Z] [2022-03-09T22:08:24.642Z] [2022-03-09T22:08:24.642Z] [2022-03-09T22:08:24.670Z] #21 15.84 Selecting previously unselected package libbpf0:amd64. [2022-03-09T22:08:24.670Z] #21 15.84 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2022-03-09T22:08:24.670Z] #21 15.84 Unpacking libbpf0:amd64 (1:0.3-2) ... [2022-03-09T22:08:24.670Z] #21 15.94 Selecting previously unselected package libcap2:amd64. [2022-03-09T22:08:24.670Z] #21 15.94 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2022-03-09T22:08:24.670Z] #21 15.95 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-03-09T22:08:24.670Z] #21 16.00 Selecting previously unselected package libmnl0:amd64. [2022-03-09T22:08:24.670Z] #21 16.01 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2022-03-09T22:08:24.670Z] #21 16.01 Unpacking libmnl0:amd64 (1.0.4-3) ... [2022-03-09T22:08:24.677Z] #57 DONE 0.5s [2022-03-09T22:08:24.677Z] [2022-03-09T22:08:24.677Z] #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-09T22:08:24.677Z] #60 sha256:7b01f85e372eb0d3341ba45cdaa2bb3be5eb2c54d844c8cfd0cabeb61d5157d4 [2022-03-09T22:08:24.928Z] #21 16.06 Selecting previously unselected package libxtables12:amd64. [2022-03-09T22:08:24.928Z] #21 16.06 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2022-03-09T22:08:24.928Z] #21 16.07 Unpacking libxtables12:amd64 (1.8.7-1) ... [2022-03-09T22:08:24.928Z] #21 16.13 Selecting previously unselected package libcap2-bin. [2022-03-09T22:08:24.928Z] #21 16.14 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2022-03-09T22:08:24.928Z] #21 16.14 Unpacking libcap2-bin (1:2.44-1) ... [2022-03-09T22:08:24.928Z] #21 16.25 Selecting previously unselected package iproute2. [2022-03-09T22:08:24.928Z] #21 16.25 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2022-03-09T22:08:24.928Z] #21 16.25 Unpacking iproute2 (5.10.0-4) ... [2022-03-09T22:08:25.231Z] #19 198.5 Selecting previously unselected package gcc-powerpc64le-linux-gnu. [2022-03-09T22:08:25.231Z] #19 198.5 Preparing to unpack .../109-gcc-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-03-09T22:08:25.231Z] #19 198.5 Unpacking gcc-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-03-09T22:08:25.231Z] #19 198.5 Selecting previously unselected package linux-libc-dev-ppc64el-cross. [2022-03-09T22:08:25.231Z] #19 198.5 Preparing to unpack .../110-linux-libc-dev-ppc64el-cross_5.10.13-1cross4_all.deb ... [2022-03-09T22:08:25.231Z] #19 198.5 Unpacking linux-libc-dev-ppc64el-cross (5.10.13-1cross4) ... [2022-03-09T22:08:25.231Z] #19 198.7 Selecting previously unselected package libc6-dev-ppc64el-cross. [2022-03-09T22:08:25.231Z] #19 198.7 Preparing to unpack .../111-libc6-dev-ppc64el-cross_2.31-9cross4_all.deb ... [2022-03-09T22:08:25.231Z] #19 198.7 Unpacking libc6-dev-ppc64el-cross (2.31-9cross4) ... [2022-03-09T22:08:25.231Z] #19 199.0 Selecting previously unselected package libstdc++-10-dev-ppc64el-cross. [2022-03-09T22:08:25.231Z] #19 199.0 Preparing to unpack .../112-libstdc++-10-dev-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-03-09T22:08:25.231Z] #19 199.0 Unpacking libstdc++-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2022-03-09T22:08:25.231Z] #19 199.3 Selecting previously unselected package g++-10-powerpc64le-linux-gnu. [2022-03-09T22:08:25.231Z] #19 199.3 Preparing to unpack .../113-g++-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-03-09T22:08:25.231Z] #19 199.3 Unpacking g++-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-03-09T22:08:25.495Z] #21 16.67 Selecting previously unselected package xxd. [2022-03-09T22:08:25.495Z] #21 16.68 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-03-09T22:08:25.495Z] #21 16.69 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-03-09T22:08:25.495Z] #21 16.79 Selecting previously unselected package vim-common. [2022-03-09T22:08:25.495Z] #21 16.79 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-03-09T22:08:25.495Z] #21 16.81 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-09T22:08:25.754Z] #21 16.96 Selecting previously unselected package bash-completion. [2022-03-09T22:08:25.754Z] #21 16.96 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-03-09T22:08:25.799Z] Client: [2022-03-09T22:08:25.800Z] Version: 20.10.9 [2022-03-09T22:08:25.800Z] API version: 1.41 [2022-03-09T22:08:25.800Z] Go version: go1.16.8 [2022-03-09T22:08:25.800Z] Git commit: c2ea9bc [2022-03-09T22:08:25.800Z] Built: Mon Oct 4 16:11:10 2021 [2022-03-09T22:08:25.800Z] OS/Arch: windows/amd64 [2022-03-09T22:08:25.800Z] Context: default [2022-03-09T22:08:25.800Z] Experimental: true [2022-03-09T22:08:25.800Z] [2022-03-09T22:08:25.800Z] Server: Docker Engine - Community [2022-03-09T22:08:25.800Z] Engine: [2022-03-09T22:08:25.800Z] Version: 20.10.9 [2022-03-09T22:08:25.800Z] API version: 1.41 (minimum version 1.24) [2022-03-09T22:08:25.800Z] Go version: go1.16.8 [2022-03-09T22:08:25.800Z] Git commit: 79ea9d3 [2022-03-09T22:08:25.800Z] Built: Mon Oct 4 16:06:39 2021 [2022-03-09T22:08:25.800Z] OS/Arch: windows/amd64 [2022-03-09T22:08:25.800Z] Experimental: true [2022-03-09T22:08:26.170Z] #21 18.98 Unpacking bash-completion (1:2.11-2) ... [2022-03-09T22:08:26.170Z] #21 19.34 Selecting previously unselected package bzip2. [2022-03-09T22:08:26.170Z] #21 19.34 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ... [2022-03-09T22:08:26.170Z] #21 19.35 Unpacking bzip2 (1.0.8-4) ... [2022-03-09T22:08:26.170Z] #21 19.45 Selecting previously unselected package xz-utils. [2022-03-09T22:08:26.170Z] #21 19.46 Preparing to unpack .../12-xz-utils_5.2.5-2_amd64.deb ... [2022-03-09T22:08:26.170Z] #21 19.46 Unpacking xz-utils (5.2.5-2) ... [2022-03-09T22:08:26.429Z] #21 19.64 Selecting previously unselected package apparmor. [2022-03-09T22:08:26.429Z] #21 19.64 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ... [2022-03-09T22:08:26.429Z] #21 19.71 Unpacking apparmor (2.13.6-10) ... [Pipeline] sh [2022-03-09T22:08:26.862Z] INFO: Sources under d:\gopath\... [2022-03-09T22:08:26.862Z] INFO: Test run under d:\CI\... [2022-03-09T22:08:26.862Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2022-03-09T22:08:26.862Z] INFO: docker/docker repository was found [2022-03-09T22:08:26.862Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2022 from docker hub. This may take some time... [2022-03-09T22:08:26.999Z] #21 20.07 Selecting previously unselected package inetutils-ping. [2022-03-09T22:08:26.999Z] #21 20.08 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_amd64.deb ... [2022-03-09T22:08:26.999Z] #21 20.08 Unpacking inetutils-ping (2:2.0-1) ... [2022-03-09T22:08:26.999Z] #21 20.17 Selecting previously unselected package libip4tc2:amd64. [2022-03-09T22:08:26.999Z] #21 20.17 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ... [2022-03-09T22:08:26.999Z] #21 20.18 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2022-03-09T22:08:26.999Z] #21 20.25 Selecting previously unselected package libip6tc2:amd64. [2022-03-09T22:08:26.999Z] #21 20.26 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ... [2022-03-09T22:08:26.999Z] #21 20.26 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2022-03-09T22:08:26.999Z] #21 20.34 Selecting previously unselected package libnfnetlink0:amd64. [2022-03-09T22:08:26.999Z] #21 20.34 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2022-03-09T22:08:26.999Z] #21 20.35 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-03-09T22:08:27.258Z] #21 20.41 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2022-03-09T22:08:27.258Z] #21 20.43 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2022-03-09T22:08:27.258Z] #21 20.43 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-03-09T22:08:27.258Z] #21 20.51 Selecting previously unselected package libnftnl11:amd64. [2022-03-09T22:08:27.258Z] #21 20.52 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ... [2022-03-09T22:08:27.258Z] #21 20.53 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2022-03-09T22:08:27.258Z] #21 20.60 Selecting previously unselected package iptables. [2022-03-09T22:08:27.258Z] #21 20.61 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ... [2022-03-09T22:08:27.332Z] ltsc2022: Pulling from windows/servercore [2022-03-09T22:08:27.336Z] + docker info [2022-03-09T22:08:27.336Z] Client: [2022-03-09T22:08:27.336Z] Context: default [2022-03-09T22:08:27.336Z] Debug Mode: false [2022-03-09T22:08:27.336Z] [2022-03-09T22:08:27.336Z] Server: [2022-03-09T22:08:27.336Z] Containers: 0 [2022-03-09T22:08:27.336Z] Running: 0 [2022-03-09T22:08:27.336Z] Paused: 0 [2022-03-09T22:08:27.336Z] Stopped: 0 [2022-03-09T22:08:27.336Z] Images: 0 [2022-03-09T22:08:27.336Z] Server Version: 20.10.9 [2022-03-09T22:08:27.336Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-03-09T22:08:27.336Z] Windows: [2022-03-09T22:08:27.336Z] LCOW: [2022-03-09T22:08:27.336Z] Logging Driver: json-file [2022-03-09T22:08:27.336Z] Plugins: [2022-03-09T22:08:27.336Z] Volume: local [2022-03-09T22:08:27.336Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-09T22:08:27.336Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-09T22:08:27.336Z] Swarm: inactive [2022-03-09T22:08:27.336Z] Default Isolation: process [2022-03-09T22:08:27.336Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-03-09T22:08:27.336Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-03-09T22:08:27.336Z] OSType: windows [2022-03-09T22:08:27.336Z] Architecture: x86_64 [2022-03-09T22:08:27.336Z] CPUs: 4 [2022-03-09T22:08:27.336Z] Total Memory: 32GiB [2022-03-09T22:08:27.336Z] Name: azwin-2-b09451 [2022-03-09T22:08:27.336Z] ID: CJX2:WCHU:DQXJ:TPBW:4NKF:F7QT:SPQ2:EZH2:AXXB:4MN4:I6L6:OXA3 [2022-03-09T22:08:27.336Z] Docker Root Dir: D:\docker [2022-03-09T22:08:27.336Z] Debug Mode: false [2022-03-09T22:08:27.336Z] Registry: https://index.docker.io/v1/ [2022-03-09T22:08:27.336Z] Labels: [2022-03-09T22:08:27.336Z] Experimental: true [2022-03-09T22:08:27.336Z] Insecure Registries: [2022-03-09T22:08:27.336Z] 10.0.0.4:5000 [2022-03-09T22:08:27.336Z] 127.0.0.0/8 [2022-03-09T22:08:27.336Z] Registry Mirrors: [2022-03-09T22:08:27.336Z] http://10.0.0.4:5000/ [2022-03-09T22:08:27.336Z] Live Restore Enabled: false [2022-03-09T22:08:27.336Z] Product License: Community Engine [2022-03-09T22:08:27.336Z] [2022-03-09T22:08:27.392Z] #21 18.55 Unpacking bash-completion (1:2.11-2) ... [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [2022-03-09T22:08:27.517Z] #21 20.63 Unpacking iptables (1.8.7-1) ... [2022-03-09T22:08:27.517Z] #21 20.85 Selecting previously unselected package libonig5:amd64. [2022-03-09T22:08:27.517Z] #21 20.85 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ... [2022-03-09T22:08:27.517Z] #21 20.85 Unpacking libonig5:amd64 (6.9.6-1.1) ... [Pipeline] powershell [2022-03-09T22:08:27.652Z] #21 18.92 Selecting previously unselected package bzip2. [2022-03-09T22:08:27.652Z] #21 18.93 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ... [2022-03-09T22:08:27.652Z] #21 18.94 Unpacking bzip2 (1.0.8-4) ... [2022-03-09T22:08:27.652Z] #21 19.02 Selecting previously unselected package xz-utils. [2022-03-09T22:08:27.652Z] #21 19.03 Preparing to unpack .../12-xz-utils_5.2.5-2_amd64.deb ... [2022-03-09T22:08:27.652Z] #21 19.04 Unpacking xz-utils (5.2.5-2) ... [2022-03-09T22:08:27.776Z] #21 20.97 Selecting previously unselected package libjq1:amd64. [2022-03-09T22:08:27.776Z] #21 20.98 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ... [2022-03-09T22:08:27.776Z] #21 20.99 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-03-09T22:08:27.776Z] #21 21.11 Selecting previously unselected package jq. [2022-03-09T22:08:27.776Z] #21 21.11 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ... [2022-03-09T22:08:27.776Z] #21 21.12 Unpacking jq (1.6-2.1) ... [2022-03-09T22:08:27.910Z] #21 19.20 Selecting previously unselected package apparmor. [2022-03-09T22:08:27.911Z] #21 19.20 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ... [2022-03-09T22:08:27.911Z] #21 19.25 Unpacking apparmor (2.13.6-10) ... [2022-03-09T22:08:28.036Z] #21 21.20 Selecting previously unselected package libaio1:amd64. [2022-03-09T22:08:28.036Z] #21 21.22 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ... [2022-03-09T22:08:28.036Z] #21 21.23 Unpacking libaio1:amd64 (0.3.112-9) ... [2022-03-09T22:08:28.036Z] #21 21.27 Selecting previously unselected package libgpm2:amd64. [2022-03-09T22:08:28.036Z] #21 21.28 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ... [2022-03-09T22:08:28.036Z] #21 21.28 Unpacking libgpm2:amd64 (1.20.7-8) ... [2022-03-09T22:08:28.296Z] #21 21.33 Selecting previously unselected package libicu67:amd64. [2022-03-09T22:08:28.296Z] #21 21.34 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ... [2022-03-09T22:08:28.296Z] #21 21.35 Unpacking libicu67:amd64 (67.1-7) ... [2022-03-09T22:08:28.323Z] 8f616e6e9eec: Pulling fs layer [2022-03-09T22:08:28.323Z] 037d5740b404: Pulling fs layer [2022-03-09T22:08:28.480Z] #21 19.65 Selecting previously unselected package inetutils-ping. [2022-03-09T22:08:28.480Z] #21 19.66 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_amd64.deb ... [2022-03-09T22:08:28.480Z] #21 19.67 Unpacking inetutils-ping (2:2.0-1) ... [2022-03-09T22:08:28.480Z] #21 19.78 Selecting previously unselected package libip4tc2:amd64. [2022-03-09T22:08:28.480Z] #21 19.78 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ... [2022-03-09T22:08:28.480Z] #21 19.80 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2022-03-09T22:08:28.480Z] #21 19.85 Selecting previously unselected package libip6tc2:amd64. [2022-03-09T22:08:28.480Z] #21 19.85 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ... [2022-03-09T22:08:28.480Z] #21 19.86 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2022-03-09T22:08:28.480Z] #21 19.94 Selecting previously unselected package libnfnetlink0:amd64. [2022-03-09T22:08:28.480Z] #21 19.94 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2022-03-09T22:08:28.480Z] #21 19.95 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-03-09T22:08:28.738Z] #21 19.99 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2022-03-09T22:08:28.738Z] #21 20.00 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2022-03-09T22:08:28.738Z] #21 20.00 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-03-09T22:08:28.738Z] #21 20.08 Selecting previously unselected package libnftnl11:amd64. [2022-03-09T22:08:28.738Z] #21 20.09 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ... [2022-03-09T22:08:28.738Z] #21 20.10 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2022-03-09T22:08:28.738Z] #21 20.18 Selecting previously unselected package iptables. [2022-03-09T22:08:28.738Z] #21 20.19 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ... [2022-03-09T22:08:28.998Z] #21 20.20 Unpacking iptables (1.8.7-1) ... [2022-03-09T22:08:28.998Z] #21 20.45 Selecting previously unselected package libonig5:amd64. [2022-03-09T22:08:29.257Z] #21 20.45 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ... [2022-03-09T22:08:29.257Z] #21 20.46 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-03-09T22:08:29.257Z] #21 20.55 Selecting previously unselected package libjq1:amd64. [2022-03-09T22:08:29.257Z] #21 20.55 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ... [2022-03-09T22:08:29.257Z] #21 20.56 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-03-09T22:08:29.516Z] #21 20.69 Selecting previously unselected package jq. [2022-03-09T22:08:29.516Z] #21 20.70 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ... [2022-03-09T22:08:29.516Z] #21 20.71 Unpacking jq (1.6-2.1) ... [2022-03-09T22:08:29.516Z] #21 20.79 Selecting previously unselected package libaio1:amd64. [2022-03-09T22:08:29.516Z] #21 20.79 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ... [2022-03-09T22:08:29.516Z] #21 20.80 Unpacking libaio1:amd64 (0.3.112-9) ... [2022-03-09T22:08:29.516Z] #21 20.85 Selecting previously unselected package libgpm2:amd64. [2022-03-09T22:08:29.516Z] #21 20.85 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ... [2022-03-09T22:08:29.516Z] #21 20.86 Unpacking libgpm2:amd64 (1.20.7-8) ... [2022-03-09T22:08:29.778Z] #21 20.92 Selecting previously unselected package libicu67:amd64. [2022-03-09T22:08:29.778Z] #21 20.93 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ... [2022-03-09T22:08:29.778Z] #21 20.94 Unpacking libicu67:amd64 (67.1-7) ... [2022-03-09T22:08:29.844Z] #23 9.657 Collecting yamllint==1.26.1 [2022-03-09T22:08:30.413Z] #23 10.73 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-03-09T22:08:30.501Z] #19 203.6 Selecting previously unselected package g++-powerpc64le-linux-gnu. [2022-03-09T22:08:30.501Z] #19 203.7 Preparing to unpack .../114-g++-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-03-09T22:08:30.501Z] #19 203.7 Unpacking g++-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-03-09T22:08:30.501Z] #19 203.7 Selecting previously unselected package crossbuild-essential-ppc64el. [2022-03-09T22:08:30.501Z] #19 203.7 Preparing to unpack .../115-crossbuild-essential-ppc64el_12.9_all.deb ... [2022-03-09T22:08:30.501Z] #19 203.7 Unpacking crossbuild-essential-ppc64el (12.9) ... [2022-03-09T22:08:30.501Z] #19 203.7 Selecting previously unselected package libc6-s390x-cross. [2022-03-09T22:08:30.501Z] #19 203.7 Preparing to unpack .../116-libc6-s390x-cross_2.31-9cross4_all.deb ... [2022-03-09T22:08:30.501Z] #19 203.7 Unpacking libc6-s390x-cross (2.31-9cross4) ... [2022-03-09T22:08:30.501Z] #19 203.8 Selecting previously unselected package libgcc-s1-s390x-cross. [2022-03-09T22:08:30.501Z] #19 203.8 Preparing to unpack .../117-libgcc-s1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-03-09T22:08:30.501Z] #19 203.8 Unpacking libgcc-s1-s390x-cross (10.2.1-6cross1) ... [2022-03-09T22:08:30.501Z] #19 203.9 Selecting previously unselected package libgomp1-s390x-cross. [2022-03-09T22:08:30.501Z] #19 203.9 Preparing to unpack .../118-libgomp1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-03-09T22:08:30.501Z] #19 203.9 Unpacking libgomp1-s390x-cross (10.2.1-6cross1) ... [2022-03-09T22:08:30.501Z] #19 203.9 Selecting previously unselected package libitm1-s390x-cross. [2022-03-09T22:08:30.501Z] #19 203.9 Preparing to unpack .../119-libitm1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-03-09T22:08:30.501Z] #19 203.9 Unpacking libitm1-s390x-cross (10.2.1-6cross1) ... [2022-03-09T22:08:30.501Z] #19 204.0 Selecting previously unselected package libatomic1-s390x-cross. [2022-03-09T22:08:30.501Z] #19 204.0 Preparing to unpack .../120-libatomic1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-03-09T22:08:30.501Z] #19 204.0 Unpacking libatomic1-s390x-cross (10.2.1-6cross1) ... [2022-03-09T22:08:30.501Z] #19 204.0 Selecting previously unselected package libasan6-s390x-cross. [2022-03-09T22:08:30.501Z] #19 204.0 Preparing to unpack .../121-libasan6-s390x-cross_10.2.1-6cross1_all.deb ... [2022-03-09T22:08:30.501Z] #19 204.0 Unpacking libasan6-s390x-cross (10.2.1-6cross1) ... [2022-03-09T22:08:30.501Z] #19 204.2 Selecting previously unselected package libstdc++6-s390x-cross. [2022-03-09T22:08:30.501Z] #19 204.2 Preparing to unpack .../122-libstdc++6-s390x-cross_10.2.1-6cross1_all.deb ... [2022-03-09T22:08:30.501Z] #19 204.2 Unpacking libstdc++6-s390x-cross (10.2.1-6cross1) ... [2022-03-09T22:08:30.501Z] #19 204.3 Selecting previously unselected package libubsan1-s390x-cross. [2022-03-09T22:08:30.501Z] #19 204.3 Preparing to unpack .../123-libubsan1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-03-09T22:08:30.501Z] #19 204.3 Unpacking libubsan1-s390x-cross (10.2.1-6cross1) ... [2022-03-09T22:08:30.501Z] #19 204.4 Selecting previously unselected package libgcc-10-dev-s390x-cross. [2022-03-09T22:08:30.501Z] #19 204.4 Preparing to unpack .../124-libgcc-10-dev-s390x-cross_10.2.1-6cross1_all.deb ... [2022-03-09T22:08:30.501Z] #19 204.4 Unpacking libgcc-10-dev-s390x-cross (10.2.1-6cross1) ... [2022-03-09T22:08:30.501Z] #19 204.5 Selecting previously unselected package gcc-10-s390x-linux-gnu. [2022-03-09T22:08:30.501Z] #19 204.5 Preparing to unpack .../125-gcc-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-03-09T22:08:30.501Z] #19 204.5 Unpacking gcc-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-03-09T22:08:31.587Z] #21 24.48 Selecting previously unselected package libinih1:amd64. [2022-03-09T22:08:31.587Z] #21 24.49 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ... [2022-03-09T22:08:31.587Z] #21 24.49 Unpacking libinih1:amd64 (53-1+b2) ... [2022-03-09T22:08:31.587Z] #21 24.54 Selecting previously unselected package libnet1:amd64. [2022-03-09T22:08:31.587Z] #21 24.55 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-03-09T22:08:31.587Z] #21 24.56 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-03-09T22:08:31.587Z] #21 24.65 Selecting previously unselected package libnl-3-200:amd64. [2022-03-09T22:08:31.587Z] #21 24.67 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-03-09T22:08:31.587Z] #21 24.68 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-03-09T22:08:31.587Z] #21 24.77 Selecting previously unselected package libprotobuf-c1:amd64. [2022-03-09T22:08:31.587Z] #21 24.77 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-03-09T22:08:31.587Z] #21 24.78 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-03-09T22:08:31.587Z] #21 24.82 Selecting previously unselected package net-tools. [2022-03-09T22:08:31.587Z] #21 24.83 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2022-03-09T22:08:31.587Z] #21 24.83 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-03-09T22:08:31.807Z] #23 11.88 Collecting pathspec>=0.5.3 [2022-03-09T22:08:31.807Z] #23 11.90 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-03-09T22:08:31.847Z] #21 24.99 Selecting previously unselected package patch. [2022-03-09T22:08:31.847Z] #21 24.99 Preparing to unpack .../32-patch_2.7.6-7_amd64.deb ... [2022-03-09T22:08:31.847Z] #21 25.00 Unpacking patch (2.7.6-7) ... [2022-03-09T22:08:31.847Z] #21 25.12 Selecting previously unselected package python-pip-whl. [2022-03-09T22:08:31.847Z] #21 25.12 Preparing to unpack .../33-python-pip-whl_20.3.4-4_all.deb ... [2022-03-09T22:08:31.847Z] #21 25.14 Unpacking python-pip-whl (20.3.4-4) ... [2022-03-09T22:08:32.067Z] #23 12.24 Collecting pyyaml [2022-03-09T22:08:32.067Z] #23 12.25 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-09T22:08:32.067Z] #23 12.32 Building wheels for collected packages: yamllint [2022-03-09T22:08:32.067Z] #23 12.33 Building wheel for yamllint (setup.py): started [2022-03-09T22:08:32.415Z] #21 25.66 Selecting previously unselected package python3-lib2to3. [2022-03-09T22:08:32.415Z] #21 25.66 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ... [2022-03-09T22:08:32.415Z] #21 25.66 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-03-09T22:08:32.415Z] #21 25.78 Selecting previously unselected package python3-distutils. [2022-03-09T22:08:32.674Z] #21 25.79 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ... [2022-03-09T22:08:32.674Z] #21 25.80 Unpacking python3-distutils (3.9.2-1) ... [2022-03-09T22:08:32.674Z] #21 25.94 Selecting previously unselected package python3-pkg-resources. [2022-03-09T22:08:32.674Z] #21 25.94 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ... [2022-03-09T22:08:32.674Z] #21 25.95 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-03-09T22:08:32.674Z] #21 26.08 Selecting previously unselected package python3-setuptools. [2022-03-09T22:08:32.933Z] #21 26.09 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ... [2022-03-09T22:08:32.933Z] #21 26.09 Unpacking python3-setuptools (52.0.0-4) ... [2022-03-09T22:08:32.933Z] #21 26.35 Selecting previously unselected package python3-wheel. [2022-03-09T22:08:33.028Z] #23 13.19 Building wheel for yamllint (setup.py): finished with status 'done' [2022-03-09T22:08:33.028Z] #23 13.20 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=6926539848c6ced2e4187f732847217dd10f58a850be0d8873671d2b9e50f389 [2022-03-09T22:08:33.028Z] #23 13.21 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-03-09T22:08:33.028Z] #23 13.21 Successfully built yamllint [2022-03-09T22:08:33.028Z] #23 13.23 Installing collected packages: pyyaml, pathspec, yamllint [2022-03-09T22:08:33.070Z] #21 24.07 Selecting previously unselected package libinih1:amd64. [2022-03-09T22:08:33.070Z] #21 24.08 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ... [2022-03-09T22:08:33.070Z] #21 24.08 Unpacking libinih1:amd64 (53-1+b2) ... [2022-03-09T22:08:33.070Z] #21 24.13 Selecting previously unselected package libnet1:amd64. [2022-03-09T22:08:33.070Z] #21 24.13 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-03-09T22:08:33.070Z] #21 24.14 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-03-09T22:08:33.070Z] #21 24.23 Selecting previously unselected package libnl-3-200:amd64. [2022-03-09T22:08:33.070Z] #21 24.23 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-03-09T22:08:33.070Z] #21 24.25 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-03-09T22:08:33.070Z] #21 24.33 Selecting previously unselected package libprotobuf-c1:amd64. [2022-03-09T22:08:33.070Z] #21 24.33 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-03-09T22:08:33.070Z] #21 24.34 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-03-09T22:08:33.070Z] #21 24.38 Selecting previously unselected package net-tools. [2022-03-09T22:08:33.070Z] #21 24.39 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2022-03-09T22:08:33.070Z] #21 24.40 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-03-09T22:08:33.070Z] #21 24.56 Selecting previously unselected package patch. [2022-03-09T22:08:33.070Z] #21 24.58 Preparing to unpack .../32-patch_2.7.6-7_amd64.deb ... [2022-03-09T22:08:33.192Z] #21 26.35 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ... [2022-03-09T22:08:33.192Z] #21 26.37 Unpacking python3-wheel (0.34.2-1) ... [2022-03-09T22:08:33.192Z] #21 26.44 Selecting previously unselected package python3-pip. [2022-03-09T22:08:33.192Z] #21 26.44 Preparing to unpack .../39-python3-pip_20.3.4-4_all.deb ... [2022-03-09T22:08:33.192Z] #21 26.45 Unpacking python3-pip (20.3.4-4) ... [2022-03-09T22:08:33.297Z] #23 13.64 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-03-09T22:08:33.329Z] #21 24.58 Unpacking patch (2.7.6-7) ... [2022-03-09T22:08:33.329Z] #21 24.68 Selecting previously unselected package python-pip-whl. [2022-03-09T22:08:33.329Z] #21 24.68 Preparing to unpack .../33-python-pip-whl_20.3.4-4_all.deb ... [2022-03-09T22:08:33.329Z] #21 24.70 Unpacking python-pip-whl (20.3.4-4) ... [2022-03-09T22:08:33.451Z] #21 26.70 Selecting previously unselected package sudo. [2022-03-09T22:08:33.451Z] #21 26.70 Preparing to unpack .../40-sudo_1.9.5p2-3_amd64.deb ... [2022-03-09T22:08:33.451Z] #21 26.71 Unpacking sudo (1.9.5p2-3) ... [2022-03-09T22:08:33.897Z] #21 25.15 Selecting previously unselected package python3-lib2to3. [2022-03-09T22:08:33.897Z] #21 25.16 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ... [2022-03-09T22:08:33.897Z] #21 25.16 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-03-09T22:08:34.020Z] #21 27.30 Selecting previously unselected package thin-provisioning-tools. [2022-03-09T22:08:34.020Z] #21 27.31 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2022-03-09T22:08:34.020Z] #21 27.31 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-03-09T22:08:34.155Z] #21 25.28 Selecting previously unselected package python3-distutils. [2022-03-09T22:08:34.155Z] #21 25.29 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ... [2022-03-09T22:08:34.155Z] #21 25.30 Unpacking python3-distutils (3.9.2-1) ... [2022-03-09T22:08:34.155Z] #21 25.42 Selecting previously unselected package python3-pkg-resources. [2022-03-09T22:08:34.155Z] #21 25.44 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ... [2022-03-09T22:08:34.155Z] #21 25.44 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-03-09T22:08:34.248Z] #23 DONE 14.3s [2022-03-09T22:08:34.248Z] [2022-03-09T22:08:34.248Z] #27 [dev-systemd-false 10/24] COPY --from=dockercli /build/ /usr/local/cli [2022-03-09T22:08:34.248Z] #27 sha256:ce73a6172364333becaccf9bd2ee03cba4c66d21bcd35ffb61670e8350ce97d7 [2022-03-09T22:08:34.279Z] #21 27.56 Selecting previously unselected package uidmap. [2022-03-09T22:08:34.279Z] #21 27.57 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_amd64.deb ... [2022-03-09T22:08:34.279Z] #21 27.58 Unpacking uidmap (1:4.8.1-1) ... [2022-03-09T22:08:34.414Z] #21 25.61 Selecting previously unselected package python3-setuptools. [2022-03-09T22:08:34.414Z] #21 25.61 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ... [2022-03-09T22:08:34.414Z] #21 25.62 Unpacking python3-setuptools (52.0.0-4) ... [2022-03-09T22:08:34.414Z] #21 25.83 Selecting previously unselected package python3-wheel. [2022-03-09T22:08:34.539Z] #21 27.74 Selecting previously unselected package vim-runtime. [2022-03-09T22:08:34.539Z] #21 27.75 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-03-09T22:08:34.539Z] #21 27.77 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-09T22:08:34.539Z] #21 27.80 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-03-09T22:08:34.539Z] #21 27.81 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-03-09T22:08:34.672Z] #21 25.84 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ... [2022-03-09T22:08:34.672Z] #21 25.85 Unpacking python3-wheel (0.34.2-1) ... [2022-03-09T22:08:34.672Z] #21 25.92 Selecting previously unselected package python3-pip. [2022-03-09T22:08:34.672Z] #21 25.93 Preparing to unpack .../39-python3-pip_20.3.4-4_all.deb ... [2022-03-09T22:08:34.672Z] #21 25.95 Unpacking python3-pip (20.3.4-4) ... [2022-03-09T22:08:34.692Z] #19 208.9 Selecting previously unselected package gcc-s390x-linux-gnu. [2022-03-09T22:08:34.938Z] #21 26.22 Selecting previously unselected package sudo. [2022-03-09T22:08:34.938Z] #21 26.22 Preparing to unpack .../40-sudo_1.9.5p2-3_amd64.deb ... [2022-03-09T22:08:34.938Z] #21 26.23 Unpacking sudo (1.9.5p2-3) ... [2022-03-09T22:08:34.949Z] #19 208.9 Preparing to unpack .../126-gcc-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-03-09T22:08:34.949Z] #19 208.9 Unpacking gcc-s390x-linux-gnu (4:10.2.1-1) ... [2022-03-09T22:08:34.949Z] #19 208.9 Selecting previously unselected package linux-libc-dev-s390x-cross. [2022-03-09T22:08:34.949Z] #19 208.9 Preparing to unpack .../127-linux-libc-dev-s390x-cross_5.10.13-1cross4_all.deb ... [2022-03-09T22:08:34.949Z] #19 208.9 Unpacking linux-libc-dev-s390x-cross (5.10.13-1cross4) ... [2022-03-09T22:08:35.031Z] Client: [2022-03-09T22:08:35.031Z] Context: default [2022-03-09T22:08:35.031Z] Debug Mode: false [2022-03-09T22:08:35.031Z] Plugins: [2022-03-09T22:08:35.031Z] app: Docker Application (Docker Inc., v0.8.0) [2022-03-09T22:08:35.031Z] cluster: Manage Mirantis Container Cloud clusters (Mirantis Inc., v1.9.0) [2022-03-09T22:08:35.031Z] registry: Manage Docker registries (Docker Inc., 0.1.0) [2022-03-09T22:08:35.031Z] [2022-03-09T22:08:35.031Z] Server: [2022-03-09T22:08:35.031Z] Containers: 0 [2022-03-09T22:08:35.031Z] Running: 0 [2022-03-09T22:08:35.031Z] Paused: 0 [2022-03-09T22:08:35.031Z] Stopped: 0 [2022-03-09T22:08:35.031Z] Images: 0 [2022-03-09T22:08:35.031Z] Server Version: 20.10.9 [2022-03-09T22:08:35.031Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-03-09T22:08:35.031Z] Windows: [2022-03-09T22:08:35.031Z] LCOW: [2022-03-09T22:08:35.031Z] Logging Driver: json-file [2022-03-09T22:08:35.031Z] Plugins: [2022-03-09T22:08:35.031Z] Volume: local [2022-03-09T22:08:35.031Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-09T22:08:35.031Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-09T22:08:35.031Z] Swarm: inactive [2022-03-09T22:08:35.031Z] Default Isolation: process [2022-03-09T22:08:35.031Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2022-03-09T22:08:35.031Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2183) [2022-03-09T22:08:35.031Z] OSType: windows [2022-03-09T22:08:35.031Z] Architecture: x86_64 [2022-03-09T22:08:35.031Z] CPUs: 4 [2022-03-09T22:08:35.031Z] Total Memory: 32GiB [2022-03-09T22:08:35.031Z] Name: azwin-2-2e4960 [2022-03-09T22:08:35.031Z] ID: OBVN:G3H4:FJG4:OG2S:XO4Y:7BB7:QXYF:W3KL:Z6WW:C45S:QCIM:4F6L [2022-03-09T22:08:35.031Z] Docker Root Dir: D:\docker [2022-03-09T22:08:35.031Z] Debug Mode: false [2022-03-09T22:08:35.031Z] Registry: https://index.docker.io/v1/ [2022-03-09T22:08:35.031Z] Labels: [2022-03-09T22:08:35.031Z] Experimental: true [2022-03-09T22:08:35.031Z] Insecure Registries: [2022-03-09T22:08:35.031Z] 10.0.0.4:5000 [2022-03-09T22:08:35.031Z] 127.0.0.0/8 [2022-03-09T22:08:35.031Z] Registry Mirrors: [2022-03-09T22:08:35.031Z] http://10.0.0.4:5000/ [2022-03-09T22:08:35.031Z] Live Restore Enabled: false [2022-03-09T22:08:35.031Z] Product License: Community Engine [2022-03-09T22:08:35.031Z] [Pipeline] } [2022-03-09T22:08:35.184Z] #27 DONE 1.0s [2022-03-09T22:08:35.184Z] [2022-03-09T22:08:35.184Z] #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-09T22:08:35.184Z] #56 sha256:ab9a6509f9f20610ff4f964b55bd9bce15ebcedd3bf8fa91267cda8a46c9037d [2022-03-09T22:08:35.184Z] #56 ... [2022-03-09T22:08:35.184Z] [2022-03-09T22:08:35.184Z] #32 [dev-systemd-false 11/24] COPY --from=frozen-images /build/ /docker-frozen-images [2022-03-09T22:08:35.184Z] #32 sha256:366c122994a8a68aef7c4ee9306244916f05cd38fd879930a14065a905756366 [Pipeline] // stage [2022-03-09T22:08:35.207Z] #19 209.1 Selecting previously unselected package libc6-dev-s390x-cross. [2022-03-09T22:08:35.207Z] #19 209.1 Preparing to unpack .../128-libc6-dev-s390x-cross_2.31-9cross4_all.deb ... [2022-03-09T22:08:35.207Z] #19 209.1 Unpacking libc6-dev-s390x-cross (2.31-9cross4) ... [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2022-03-09T22:08:35.465Z] #19 209.3 Selecting previously unselected package libstdc++-10-dev-s390x-cross. [2022-03-09T22:08:35.465Z] #19 209.3 Preparing to unpack .../129-libstdc++-10-dev-s390x-cross_10.2.1-6cross1_all.deb ... [2022-03-09T22:08:35.465Z] #19 209.3 Unpacking libstdc++-10-dev-s390x-cross (10.2.1-6cross1) ... [2022-03-09T22:08:35.465Z] #19 209.6 Selecting previously unselected package g++-10-s390x-linux-gnu. [2022-03-09T22:08:35.465Z] #19 209.6 Preparing to unpack .../130-g++-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-03-09T22:08:35.508Z] #21 26.78 Selecting previously unselected package thin-provisioning-tools. [2022-03-09T22:08:35.508Z] #21 26.78 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2022-03-09T22:08:35.508Z] #21 26.79 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-03-09T22:08:35.723Z] #19 209.6 Unpacking g++-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-03-09T22:08:35.767Z] #21 27.01 Selecting previously unselected package uidmap. [2022-03-09T22:08:35.767Z] #21 27.01 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_amd64.deb ... [2022-03-09T22:08:35.767Z] #21 27.02 Unpacking uidmap (1:4.8.1-1) ... [2022-03-09T22:08:35.767Z] #21 27.13 Selecting previously unselected package vim-runtime. [2022-03-09T22:08:35.767Z] #21 27.15 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-03-09T22:08:35.767Z] #21 27.17 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-09T22:08:36.027Z] #21 27.19 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-03-09T22:08:36.027Z] #21 27.20 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-03-09T22:08:36.119Z] #32 DONE 0.9s [2022-03-09T22:08:36.119Z] [2022-03-09T22:08:36.119Z] #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-09T22:08:36.119Z] #43 sha256:8cd2c7b9899112f5f652fc771a50789fe1c1fae32cb81969d03efa57167cba02 [2022-03-09T22:08:36.119Z] #43 187.6 + dpkg --print-architecture [2022-03-09T22:08:36.119Z] #43 187.6 + git checkout -q v2.1.0 [2022-03-09T22:08:36.119Z] #43 187.8 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2022-03-09T22:08:36.119Z] #43 187.8 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2022-03-09T22:08:36.687Z] #43 ... [2022-03-09T22:08:36.687Z] [2022-03-09T22:08:36.687Z] #35 [dev-systemd-false 12/24] COPY --from=swagger /build/ /usr/local/bin/ [2022-03-09T22:08:36.687Z] #35 sha256:55ce47e419d945efa6ddc28d6cb05ed2b43e5d6feec9432ec3f427e9900eb641 [2022-03-09T22:08:36.687Z] #35 DONE 0.6s [2022-03-09T22:08:36.687Z] [2022-03-09T22:08:36.687Z] #37 [dev-systemd-false 13/24] COPY --from=tomll /build/ /usr/local/bin/ [2022-03-09T22:08:36.687Z] #37 sha256:ee5eb5f092bb282302008cbb230f269ad865661c956a51137177c8c7cfdf6b15 [2022-03-09T22:08:36.687Z] #37 DONE 0.1s [2022-03-09T22:08:36.687Z] [2022-03-09T22:08:36.687Z] #41 [dev-systemd-false 14/24] COPY --from=tini /build/ /usr/local/bin/ [2022-03-09T22:08:36.687Z] #41 sha256:577cb67f717aa000e635c7435c1789ed19d513a343168bd6c518295017b349b4 [2022-03-09T22:08:36.687Z] #41 DONE 0.1s [2022-03-09T22:08:36.687Z] [2022-03-09T22:08:36.687Z] #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-09T22:08:36.687Z] #60 sha256:97649a1a77e818c9c1acb38549aef529bdfe32609a19963f3f5b35cfaf2cedd9 [2022-03-09T22:08:37.838Z] #21 30.53 Selecting previously unselected package vim. [2022-03-09T22:08:37.838Z] #21 30.54 Preparing to unpack .../44-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-03-09T22:08:37.838Z] #21 30.55 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-03-09T22:08:37.838Z] #21 31.01 Selecting previously unselected package xfsprogs. [2022-03-09T22:08:37.838Z] #21 31.01 Preparing to unpack .../45-xfsprogs_5.10.0-4_amd64.deb ... [2022-03-09T22:08:37.838Z] #21 31.02 Unpacking xfsprogs (5.10.0-4) ... [2022-03-09T22:08:38.413Z] #21 31.46 Selecting previously unselected package zip. [2022-03-09T22:08:38.413Z] #21 31.46 Preparing to unpack .../46-zip_3.0-12_amd64.deb ... [2022-03-09T22:08:38.413Z] #21 31.47 Unpacking zip (3.0-12) ... [2022-03-09T22:08:38.413Z] #21 31.61 Selecting previously unselected package zstd. [2022-03-09T22:08:38.413Z] #21 31.62 Preparing to unpack .../47-zstd_1.4.8+dfsg-2.1_amd64.deb ... [2022-03-09T22:08:38.413Z] #21 31.63 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-03-09T22:08:38.672Z] #21 31.96 Setting up python3-pkg-resources (52.0.0-4) ... [2022-03-09T22:08:39.316Z] #21 30.22 Selecting previously unselected package vim. [2022-03-09T22:08:39.316Z] #21 30.22 Preparing to unpack .../44-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-03-09T22:08:39.316Z] #21 30.24 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-03-09T22:08:39.316Z] #21 30.69 Selecting previously unselected package xfsprogs. [2022-03-09T22:08:39.316Z] #21 30.70 Preparing to unpack .../45-xfsprogs_5.10.0-4_amd64.deb ... [2022-03-09T22:08:39.316Z] #21 30.71 Unpacking xfsprogs (5.10.0-4) ... [2022-03-09T22:08:39.610Z] #21 32.77 Setting up libip4tc2:amd64 (1.8.7-1) ... [2022-03-09T22:08:39.610Z] #21 32.79 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-03-09T22:08:39.610Z] #21 32.83 Setting up libgpm2:amd64 (1.20.7-8) ... [2022-03-09T22:08:39.610Z] #21 32.86 Setting up libicu67:amd64 (67.1-7) ... [2022-03-09T22:08:39.610Z] #21 32.89 Setting up libip6tc2:amd64 (1.8.7-1) ... [2022-03-09T22:08:39.610Z] #21 32.91 Setting up libinih1:amd64 (53-1+b2) ... [2022-03-09T22:08:39.610Z] #21 32.93 Setting up uidmap (1:4.8.1-1) ... [2022-03-09T22:08:39.610Z] #21 32.94 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-03-09T22:08:39.610Z] #21 32.95 Setting up bzip2 (1.0.8-4) ... [2022-03-09T22:08:39.610Z] #21 32.98 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-03-09T22:08:39.870Z] #21 32.99 Setting up python3-wheel (0.34.2-1) ... [2022-03-09T22:08:39.884Z] #21 31.18 Selecting previously unselected package zip. [2022-03-09T22:08:39.884Z] #21 31.18 Preparing to unpack .../46-zip_3.0-12_amd64.deb ... [2022-03-09T22:08:39.884Z] #21 31.19 Unpacking zip (3.0-12) ... [2022-03-09T22:08:39.884Z] #21 31.30 Selecting previously unselected package zstd. [2022-03-09T22:08:39.884Z] #21 31.31 Preparing to unpack .../47-zstd_1.4.8+dfsg-2.1_amd64.deb ... [2022-03-09T22:08:39.884Z] #21 31.31 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-03-09T22:08:39.908Z] #19 213.7 Selecting previously unselected package g++-s390x-linux-gnu. [2022-03-09T22:08:39.908Z] #19 213.8 Preparing to unpack .../131-g++-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-03-09T22:08:39.908Z] #19 213.8 Unpacking g++-s390x-linux-gnu (4:10.2.1-1) ... [2022-03-09T22:08:39.908Z] #19 213.8 Selecting previously unselected package crossbuild-essential-s390x. [2022-03-09T22:08:39.908Z] #19 213.8 Preparing to unpack .../132-crossbuild-essential-s390x_12.9_all.deb ... [2022-03-09T22:08:39.908Z] #19 213.8 Unpacking crossbuild-essential-s390x (12.9) ... [2022-03-09T22:08:39.908Z] #19 213.8 Setting up libconfig-inifiles-perl (3.000003-1) ... [2022-03-09T22:08:39.908Z] #19 213.8 Setting up libfile-which-perl (1.23-1) ... [2022-03-09T22:08:39.908Z] #19 213.8 Setting up binutils-arm-linux-gnueabi (2.35.2-2) ... [2022-03-09T22:08:39.908Z] #19 213.9 Setting up libc6-armhf-cross (2.31-9cross4) ... [2022-03-09T22:08:39.908Z] #19 213.9 Setting up binutils-s390x-linux-gnu (2.35.2-2) ... [2022-03-09T22:08:39.908Z] #19 213.9 Setting up gcc-10-powerpc64le-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-03-09T22:08:39.908Z] #19 213.9 Setting up libicu67:amd64 (67.1-7) ... [2022-03-09T22:08:39.908Z] #19 213.9 Setting up libmagic-mgc (1:5.39-3) ... [2022-03-09T22:08:39.908Z] #19 213.9 Setting up libc6-ppc64el-cross (2.31-9cross4) ... [2022-03-09T22:08:39.908Z] #19 213.9 Setting up libc6-s390x-cross (2.31-9cross4) ... [2022-03-09T22:08:39.908Z] #19 213.9 Setting up libmagic1:amd64 (1:5.39-3) ... [2022-03-09T22:08:39.908Z] #19 213.9 Setting up libxml-namespacesupport-perl (1.12-1.1) ... [2022-03-09T22:08:39.908Z] #19 213.9 Setting up binutils-aarch64-linux-gnu (2.35.2-2) ... [2022-03-09T22:08:39.908Z] #19 214.0 Setting up file (1:5.39-3) ... [2022-03-09T22:08:39.908Z] #19 214.0 Setting up gcc-10-arm-linux-gnueabi-base:amd64 (10.2.1-6cross1) ... [2022-03-09T22:08:40.165Z] #19 214.0 Setting up bzip2 (1.0.8-4) ... [2022-03-09T22:08:40.165Z] #19 214.0 Setting up libyaml-perl (1.30-1) ... [2022-03-09T22:08:40.165Z] #19 214.0 Setting up linux-libc-dev-armel-cross (5.10.13-1cross4) ... [2022-03-09T22:08:40.165Z] #19 214.0 Setting up libxml-sax-base-perl (1.09-1.1) ... [2022-03-09T22:08:40.165Z] #19 214.0 Setting up libio-string-perl (1.08-3.1) ... [2022-03-09T22:08:40.166Z] #19 214.0 Setting up linux-libc-dev-s390x-cross (5.10.13-1cross4) ... [2022-03-09T22:08:40.166Z] #19 214.0 Setting up cross-config (2.6.18+nmu1) ... [2022-03-09T22:08:40.166Z] #19 214.1 Setting up xz-utils (5.2.5-2) ... [2022-03-09T22:08:40.166Z] #19 214.1 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-03-09T22:08:40.166Z] #19 214.1 Setting up libc6-arm64-cross (2.31-9cross4) ... [2022-03-09T22:08:40.166Z] #19 214.2 Setting up patch (2.7.6-7) ... [2022-03-09T22:08:40.166Z] #19 214.2 Setting up linux-libc-dev-armhf-cross (5.10.13-1cross4) ... [2022-03-09T22:08:40.166Z] #19 214.2 Setting up gcc-10-cross-base (10.2.1-6cross1) ... [2022-03-09T22:08:40.166Z] #19 214.2 Setting up libitm1-ppc64el-cross (10.2.1-6cross1) ... [2022-03-09T22:08:40.166Z] #19 214.2 Setting up linux-libc-dev-arm64-cross (5.10.13-1cross4) ... [2022-03-09T22:08:40.166Z] #19 214.2 Setting up libc6-armel-cross (2.31-9cross4) ... [2022-03-09T22:08:40.166Z] #19 214.2 Setting up libitm1-s390x-cross (10.2.1-6cross1) ... [2022-03-09T22:08:40.166Z] #19 214.2 Setting up libatomic1-ppc64el-cross (10.2.1-6cross1) ... [2022-03-09T22:08:40.166Z] #19 214.2 Setting up libc6-dev-s390x-cross (2.31-9cross4) ... [2022-03-09T22:08:40.166Z] #19 214.2 Setting up linux-libc-dev-ppc64el-cross (5.10.13-1cross4) ... [2022-03-09T22:08:40.166Z] #19 214.2 Setting up libgcc-s1-ppc64el-cross (10.2.1-6cross1) ... [2022-03-09T22:08:40.166Z] #19 214.3 Setting up cpp-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-03-09T22:08:40.166Z] #19 214.3 Setting up binutils-powerpc64le-linux-gnu (2.35.2-2) ... [2022-03-09T22:08:40.166Z] #19 214.3 Setting up libc6-dev-armel-cross (2.31-9cross4) ... [2022-03-09T22:08:40.166Z] #19 214.3 Setting up libfile-homedir-perl (1.006-1) ... [2022-03-09T22:08:40.166Z] #19 214.3 Setting up binutils-arm-linux-gnueabihf (2.35.2-2) ... [2022-03-09T22:08:40.166Z] #19 214.3 Setting up libgomp1-s390x-cross (10.2.1-6cross1) ... [2022-03-09T22:08:40.166Z] #19 214.3 Setting up libxml2:amd64 (2.9.10+dfsg-6.7) ... [2022-03-09T22:08:40.166Z] #19 214.3 Setting up gcc-10-s390x-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-03-09T22:08:40.166Z] #19 214.3 Setting up liblocale-gettext-perl (1.07-4+b1) ... [2022-03-09T22:08:40.424Z] #19 214.3 Setting up cpp-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-03-09T22:08:40.424Z] #19 214.3 Setting up gcc-10-arm-linux-gnueabihf-base:amd64 (10.2.1-6cross1) ... [2022-03-09T22:08:40.424Z] #19 214.4 Setting up cpp-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-03-09T22:08:40.424Z] #19 214.4 Setting up libgcc-s1-arm64-cross (10.2.1-6cross1) ... [2022-03-09T22:08:40.424Z] #19 214.4 Setting up gcc-10-aarch64-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-03-09T22:08:40.424Z] #19 214.4 Setting up libatomic1-arm64-cross (10.2.1-6cross1) ... [2022-03-09T22:08:40.424Z] #19 214.4 Setting up libgomp1-armhf-cross (10.2.1-6cross1) ... [2022-03-09T22:08:40.424Z] #19 214.4 Setting up liblsan0-arm64-cross (10.2.1-6cross1) ... [2022-03-09T22:08:40.424Z] #19 214.4 Setting up libgomp1-arm64-cross (10.2.1-6cross1) ... [2022-03-09T22:08:40.424Z] #19 214.4 Setting up libasan6-ppc64el-cross (10.2.1-6cross1) ... [2022-03-09T22:08:40.424Z] #19 214.4 Setting up libgomp1-armel-cross (10.2.1-6cross1) ... [2022-03-09T22:08:40.424Z] #19 214.4 Setting up libc6-dev-ppc64el-cross (2.31-9cross4) ... [2022-03-09T22:08:40.424Z] #19 214.5 Setting up libquadmath0-ppc64el-cross (10.2.1-6cross1) ... [2022-03-09T22:08:40.424Z] #19 214.5 Setting up libasan6-arm64-cross (10.2.1-6cross1) ... [2022-03-09T22:08:40.424Z] #19 214.5 Setting up libgcc-s1-armhf-cross (10.2.1-6cross1) ... [2022-03-09T22:08:40.424Z] #19 214.5 Setting up libgcc-s1-armel-cross (10.2.1-6cross1) ... [2022-03-09T22:08:40.424Z] #19 214.5 Setting up libc6-dev-armhf-cross (2.31-9cross4) ... [2022-03-09T22:08:40.424Z] #19 214.5 Setting up libatomic1-s390x-cross (10.2.1-6cross1) ... [2022-03-09T22:08:40.424Z] #19 214.5 Setting up libtsan0-arm64-cross (10.2.1-6cross1) ... [2022-03-09T22:08:40.424Z] #19 214.5 Setting up libatomic1-armhf-cross (10.2.1-6cross1) ... [2022-03-09T22:08:40.424Z] #19 214.5 Setting up libc6-dev-arm64-cross (2.31-9cross4) ... [2022-03-09T22:08:40.424Z] #19 214.5 Setting up libstdc++6-armel-cross (10.2.1-6cross1) ... [2022-03-09T22:08:40.439Z] #21 33.71 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-03-09T22:08:40.439Z] #21 33.73 Setting up libcap2:amd64 (1:2.44-1) ... [2022-03-09T22:08:40.439Z] #21 33.75 Setting up libcap2-bin (1:2.44-1) ... [2022-03-09T22:08:40.439Z] #21 33.76 Setting up apparmor (2.13.6-10) ... [2022-03-09T22:08:40.454Z] #21 31.64 Setting up python3-pkg-resources (52.0.0-4) ... [2022-03-09T22:08:40.682Z] #19 214.6 Setting up libatomic1-armel-cross (10.2.1-6cross1) ... [2022-03-09T22:08:40.682Z] #19 214.6 Setting up libgomp1-ppc64el-cross (10.2.1-6cross1) ... [2022-03-09T22:08:40.682Z] #19 214.6 Setting up libxml-sax-perl (1.02+dfsg-1) ... [2022-03-09T22:08:40.682Z] #19 214.6 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10... [2022-03-09T22:08:40.682Z] #19 214.7 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... [2022-03-09T22:08:40.682Z] #19 214.8 [2022-03-09T22:08:40.682Z] #19 214.8 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version [2022-03-09T22:08:40.941Z] #19 214.8 Setting up liblsan0-ppc64el-cross (10.2.1-6cross1) ... [2022-03-09T22:08:40.941Z] #19 214.9 Setting up dpkg-dev (1.20.9) ... [2022-03-09T22:08:40.941Z] #19 214.9 Setting up libstdc++6-arm64-cross (10.2.1-6cross1) ... [2022-03-09T22:08:40.941Z] #19 214.9 Setting up cpp-arm-linux-gnueabi (4:10.2.1-1) ... [2022-03-09T22:08:40.941Z] #19 214.9 Setting up libstdc++6-armhf-cross (10.2.1-6cross1) ... [2022-03-09T22:08:40.941Z] #19 214.9 Setting up libtsan0-ppc64el-cross (10.2.1-6cross1) ... [2022-03-09T22:08:40.941Z] #19 214.9 Setting up libubsan1-armel-cross (10.2.1-6cross1) ... [2022-03-09T22:08:40.941Z] #19 214.9 Setting up libasan6-armhf-cross (10.2.1-6cross1) ... [2022-03-09T22:08:40.941Z] #19 214.9 Setting up cpp-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-03-09T22:08:40.941Z] #19 215.0 Setting up libubsan1-armhf-cross (10.2.1-6cross1) ... [2022-03-09T22:08:40.941Z] #19 215.0 Setting up libitm1-arm64-cross (10.2.1-6cross1) ... [2022-03-09T22:08:40.941Z] #19 215.0 Setting up libgcc-s1-s390x-cross (10.2.1-6cross1) ... [2022-03-09T22:08:40.941Z] #19 215.0 Setting up libstdc++6-ppc64el-cross (10.2.1-6cross1) ... [2022-03-09T22:08:40.941Z] #19 215.0 Setting up libxml-libxml-perl (2.0134+dfsg-2+b1) ... [2022-03-09T22:08:40.941Z] #19 215.0 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50... [2022-03-09T22:08:40.943Z] 037d5740b404: Verifying Checksum [2022-03-09T22:08:40.943Z] 037d5740b404: Download complete [2022-03-09T22:08:41.199Z] #19 215.1 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50... [2022-03-09T22:08:41.200Z] #19 215.2 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... [2022-03-09T22:08:41.200Z] #19 215.3 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version [2022-03-09T22:08:41.200Z] #19 215.3 Setting up cpp-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-03-09T22:08:41.200Z] #19 215.3 Setting up cpp-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-03-09T22:08:41.200Z] #19 215.3 Setting up libgcc-10-dev-armhf-cross (10.2.1-6cross1) ... [2022-03-09T22:08:41.200Z] #19 215.3 Setting up cpp-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-03-09T22:08:41.200Z] #19 215.3 Setting up libasan6-armel-cross (10.2.1-6cross1) ... [2022-03-09T22:08:41.200Z] #19 215.4 Setting up libubsan1-arm64-cross (10.2.1-6cross1) ... [2022-03-09T22:08:41.200Z] #19 215.4 Setting up cpp-s390x-linux-gnu (4:10.2.1-1) ... [2022-03-09T22:08:41.200Z] #19 215.4 Setting up gcc-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-03-09T22:08:41.200Z] #19 215.4 Setting up libstdc++-10-dev-armhf-cross (10.2.1-6cross1) ... [2022-03-09T22:08:41.200Z] #19 215.4 Setting up libstdc++6-s390x-cross (10.2.1-6cross1) ... [2022-03-09T22:08:41.290Z] #21 32.45 Setting up libip4tc2:amd64 (1.8.7-1) ... [2022-03-09T22:08:41.290Z] #21 32.47 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-03-09T22:08:41.290Z] #21 32.48 Setting up libgpm2:amd64 (1.20.7-8) ... [2022-03-09T22:08:41.290Z] #21 32.49 Setting up libicu67:amd64 (67.1-7) ... [2022-03-09T22:08:41.290Z] #21 32.50 Setting up libip6tc2:amd64 (1.8.7-1) ... [2022-03-09T22:08:41.290Z] #21 32.51 Setting up libinih1:amd64 (53-1+b2) ... [2022-03-09T22:08:41.290Z] #21 32.52 Setting up uidmap (1:4.8.1-1) ... [2022-03-09T22:08:41.290Z] #21 32.58 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-03-09T22:08:41.290Z] #21 32.59 Setting up bzip2 (1.0.8-4) ... [2022-03-09T22:08:41.290Z] #21 32.60 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-03-09T22:08:41.290Z] #21 32.62 Setting up python3-wheel (0.34.2-1) ... [2022-03-09T22:08:41.458Z] #19 215.4 Setting up libgcc-10-dev-arm64-cross (10.2.1-6cross1) ... [2022-03-09T22:08:41.458Z] #19 215.4 Setting up libubsan1-ppc64el-cross (10.2.1-6cross1) ... [2022-03-09T22:08:41.458Z] #19 215.4 Setting up libgcc-10-dev-armel-cross (10.2.1-6cross1) ... [2022-03-09T22:08:41.458Z] #19 215.4 Setting up libasan6-s390x-cross (10.2.1-6cross1) ... [2022-03-09T22:08:41.458Z] #19 215.4 Setting up g++-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-03-09T22:08:41.458Z] #19 215.4 Setting up cpp-aarch64-linux-gnu (4:10.2.1-1) ... [2022-03-09T22:08:41.458Z] #19 215.5 Setting up libxml-simple-perl (2.25-1) ... [2022-03-09T22:08:41.458Z] #19 215.5 Setting up gcc-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-03-09T22:08:41.458Z] #19 215.5 Setting up gcc-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-03-09T22:08:41.458Z] #19 215.5 Setting up g++-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-03-09T22:08:41.458Z] #19 215.5 Setting up libgcc-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2022-03-09T22:08:41.458Z] #19 215.5 Setting up libubsan1-s390x-cross (10.2.1-6cross1) ... [2022-03-09T22:08:41.458Z] #19 215.5 Setting up libstdc++-10-dev-armel-cross (10.2.1-6cross1) ... [2022-03-09T22:08:41.458Z] #19 215.5 Setting up libstdc++-10-dev-arm64-cross (10.2.1-6cross1) ... [2022-03-09T22:08:41.458Z] #19 215.5 Setting up gcc-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-03-09T22:08:41.458Z] #19 215.5 Setting up libconfig-auto-perl (0.44-1.1) ... [2022-03-09T22:08:41.458Z] #19 215.6 Setting up libstdc++-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2022-03-09T22:08:41.458Z] #19 215.6 Setting up g++-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-03-09T22:08:41.458Z] #19 215.6 Setting up libgcc-10-dev-s390x-cross (10.2.1-6cross1) ... [2022-03-09T22:08:41.458Z] #19 215.6 Setting up gcc-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-03-09T22:08:41.458Z] #19 215.6 Setting up gcc-arm-linux-gnueabi (4:10.2.1-1) ... [2022-03-09T22:08:41.458Z] #19 215.6 Setting up g++-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-03-09T22:08:41.715Z] #19 215.6 Setting up libdebian-dpkgcross-perl (2.6.18+nmu1) ... [2022-03-09T22:08:41.715Z] #19 215.6 Setting up gcc-aarch64-linux-gnu (4:10.2.1-1) ... [2022-03-09T22:08:41.715Z] #19 215.6 Setting up libstdc++-10-dev-s390x-cross (10.2.1-6cross1) ... [2022-03-09T22:08:41.715Z] #19 215.6 Setting up g++-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-03-09T22:08:41.715Z] #19 215.6 Setting up gcc-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-03-09T22:08:41.715Z] #19 215.7 Setting up g++-arm-linux-gnueabi (4:10.2.1-1) ... [2022-03-09T22:08:41.715Z] #19 215.7 Setting up gcc-s390x-linux-gnu (4:10.2.1-1) ... [2022-03-09T22:08:41.715Z] #19 215.7 Setting up gcc-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-03-09T22:08:41.715Z] #19 215.7 Setting up g++-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-03-09T22:08:41.715Z] #19 215.7 Setting up g++-aarch64-linux-gnu (4:10.2.1-1) ... [2022-03-09T22:08:41.715Z] #19 215.7 Setting up dpkg-cross (2.6.18+nmu1) ... [2022-03-09T22:08:41.716Z] #19 215.7 Setting up g++-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-03-09T22:08:41.716Z] #19 215.7 Setting up crossbuild-essential-armel (12.9) ... [2022-03-09T22:08:41.716Z] #19 215.8 Setting up g++-s390x-linux-gnu (4:10.2.1-1) ... [2022-03-09T22:08:41.716Z] #19 215.8 Setting up crossbuild-essential-armhf (12.9) ... [2022-03-09T22:08:41.716Z] #19 215.8 Setting up crossbuild-essential-arm64 (12.9) ... [2022-03-09T22:08:41.716Z] #19 215.8 Setting up crossbuild-essential-s390x (12.9) ... [2022-03-09T22:08:41.716Z] #19 215.8 Setting up crossbuild-essential-ppc64el (12.9) ... [2022-03-09T22:08:41.716Z] #19 215.8 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-09T22:08:42.086Z] #21 35.21 Setting up zip (3.0-12) ... [2022-03-09T22:08:42.086Z] #21 35.23 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-09T22:08:42.086Z] #21 35.29 Setting up bash-completion (1:2.11-2) ... [2022-03-09T22:08:42.124Z] #21 33.30 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-03-09T22:08:42.124Z] #21 33.31 Setting up libcap2:amd64 (1:2.44-1) ... [2022-03-09T22:08:42.124Z] #21 33.32 Setting up libcap2-bin (1:2.44-1) ... [2022-03-09T22:08:42.124Z] #21 33.33 Setting up apparmor (2.13.6-10) ... [2022-03-09T22:08:42.516Z] 8f616e6e9eec: Verifying Checksum [2022-03-09T22:08:42.516Z] 8f616e6e9eec: Download complete [2022-03-09T22:08:42.650Z] #19 DONE 216.7s [2022-03-09T22:08:42.650Z] [2022-03-09T22:08:42.650Z] #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-09T22:08:42.650Z] #45 sha256:8dbaebd03dad80e18a95f20d34b7aaf4e2ad318a1cfbe465c15fff308f029b34 [2022-03-09T22:08:42.909Z] #45 ... [2022-03-09T22:08:42.909Z] [2022-03-09T22:08:42.909Z] #69 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-03-09T22:08:42.909Z] #69 sha256:f2114008f8acf275a3fc78d8575ce6725cb86d4905976319f4dd49ecb6cad5f0 [2022-03-09T22:08:42.909Z] #69 DONE 0.1s [2022-03-09T22:08:42.909Z] [2022-03-09T22:08:42.909Z] #32 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-03-09T22:08:42.909Z] #32 sha256:d4456ea2722d6194e056ba5a30021659f2defed640d4adefb43aa6593c90b870 [2022-03-09T22:08:42.909Z] #32 DONE 0.1s [2022-03-09T22:08:42.909Z] [2022-03-09T22:08:42.909Z] #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-09T22:08:42.909Z] #33 sha256:89ce7a16d6c6a32252a4f5c6be96bfcadd29b5437db7bf92ceb8ab9aebcda452 [2022-03-09T22:08:43.502Z] #21 34.70 Setting up zip (3.0-12) ... [2022-03-09T22:08:43.503Z] #21 34.71 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-09T22:08:43.503Z] #21 34.73 Setting up bash-completion (1:2.11-2) ... [2022-03-09T22:08:43.991Z] #21 37.09 Setting up xz-utils (5.2.5-2) ... [2022-03-09T22:08:43.991Z] #21 37.10 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-03-09T22:08:43.991Z] #21 37.12 Setting up libmnl0:amd64 (1.0.4-3) ... [2022-03-09T22:08:43.991Z] #21 37.14 Setting up patch (2.7.6-7) ... [2022-03-09T22:08:43.991Z] #21 37.16 Setting up sudo (1.9.5p2-3) ... [2022-03-09T22:08:43.991Z] #21 37.24 invoke-rc.d: could not determine current runlevel [2022-03-09T22:08:43.991Z] #21 37.25 invoke-rc.d: policy-rc.d denied execution of start. [2022-03-09T22:08:43.991Z] #21 37.26 Setting up xfsprogs (5.10.0-4) ... [2022-03-09T22:08:43.991Z] #21 37.29 Setting up libxtables12:amd64 (1.8.7-1) ... [2022-03-09T22:08:43.991Z] #21 37.30 Setting up inetutils-ping (2:2.0-1) ... [2022-03-09T22:08:43.991Z] #21 37.32 Setting up pigz (2.6-1) ... [2022-03-09T22:08:44.251Z] #21 37.34 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-03-09T22:08:44.251Z] #21 37.36 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-03-09T22:08:44.251Z] #21 37.38 Setting up python-pip-whl (20.3.4-4) ... [2022-03-09T22:08:44.251Z] #21 37.40 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-03-09T22:08:44.284Z] #33 1.386 + RM_GOPATH=0 [2022-03-09T22:08:44.284Z] #33 1.386 + TMP_GOPATH= [2022-03-09T22:08:44.284Z] #33 1.386 + : /build [2022-03-09T22:08:44.284Z] #33 1.386 + '[' -z '' ']' [2022-03-09T22:08:44.284Z] #33 1.386 ++ mktemp -d [2022-03-09T22:08:44.284Z] #33 1.387 + export GOPATH=/tmp/tmp.RLyJTngAzd [2022-03-09T22:08:44.284Z] #33 1.387 + GOPATH=/tmp/tmp.RLyJTngAzd [2022-03-09T22:08:44.284Z] #33 1.387 + RM_GOPATH=1 [2022-03-09T22:08:44.284Z] #33 1.387 + case "$(go env GOARCH)" in [2022-03-09T22:08:44.284Z] #33 1.387 ++ go env GOARCH [2022-03-09T22:08:44.284Z] #33 1.390 + export GO_BUILDMODE=-buildmode=pie [2022-03-09T22:08:44.284Z] #33 1.390 + GO_BUILDMODE=-buildmode=pie [2022-03-09T22:08:44.284Z] #33 1.390 ++ dirname /install.sh [2022-03-09T22:08:44.284Z] #33 1.391 Install docker/cli version 17.06.2-ce from stable [2022-03-09T22:08:44.284Z] #33 1.391 + dir=/ [2022-03-09T22:08:44.284Z] #33 1.391 + bin=dockercli [2022-03-09T22:08:44.284Z] #33 1.391 + shift [2022-03-09T22:08:44.284Z] #33 1.391 + '[' '!' -f //dockercli.installer ']' [2022-03-09T22:08:44.284Z] #33 1.391 + . //dockercli.installer [2022-03-09T22:08:44.284Z] #33 1.391 ++ : stable [2022-03-09T22:08:44.284Z] #33 1.391 ++ : 17.06.2-ce [2022-03-09T22:08:44.284Z] #33 1.391 + install_dockercli [2022-03-09T22:08:44.284Z] #33 1.391 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-03-09T22:08:44.284Z] #33 1.391 ++ uname -m [2022-03-09T22:08:44.284Z] #33 1.393 + arch=x86_64 [2022-03-09T22:08:44.284Z] #33 1.393 + '[' x86_64 '!=' x86_64 ']' [2022-03-09T22:08:44.284Z] #33 1.393 + url=https://download.docker.com/linux/static [2022-03-09T22:08:44.284Z] #33 1.393 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2022-03-09T22:08:44.284Z] #33 1.393 + tar -xz docker/docker [2022-03-09T22:08:44.818Z] #21 38.11 Setting up libaio1:amd64 (0.3.112-9) ... [2022-03-09T22:08:44.818Z] #21 38.12 Setting up python3-lib2to3 (3.9.2-1) ... [2022-03-09T22:08:45.385Z] #21 38.52 Setting up libelf1:amd64 (0.183-1) ... [2022-03-09T22:08:45.385Z] #21 38.61 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-03-09T22:08:45.385Z] #21 38.65 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-03-09T22:08:45.385Z] #21 38.67 Setting up python3-distutils (3.9.2-1) ... [2022-03-09T22:08:45.405Z] #21 36.51 Setting up xz-utils (5.2.5-2) ... [2022-03-09T22:08:45.405Z] #21 36.52 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-03-09T22:08:45.405Z] #21 36.54 Setting up libmnl0:amd64 (1.0.4-3) ... [2022-03-09T22:08:45.405Z] #21 36.55 Setting up patch (2.7.6-7) ... [2022-03-09T22:08:45.405Z] #21 36.57 Setting up sudo (1.9.5p2-3) ... [2022-03-09T22:08:45.405Z] #21 36.67 invoke-rc.d: could not determine current runlevel [2022-03-09T22:08:45.405Z] #21 36.68 invoke-rc.d: policy-rc.d denied execution of start. [2022-03-09T22:08:45.405Z] #21 36.68 Setting up xfsprogs (5.10.0-4) ... [2022-03-09T22:08:45.405Z] #21 36.70 Setting up libxtables12:amd64 (1.8.7-1) ... [2022-03-09T22:08:45.405Z] #21 36.71 Setting up inetutils-ping (2:2.0-1) ... [2022-03-09T22:08:45.405Z] #21 36.72 Setting up pigz (2.6-1) ... [2022-03-09T22:08:45.405Z] #21 36.73 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-03-09T22:08:45.405Z] #21 36.74 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-03-09T22:08:45.405Z] #21 36.76 Setting up python-pip-whl (20.3.4-4) ... [2022-03-09T22:08:45.405Z] #21 36.77 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-03-09T22:08:45.742Z] DEBUG: print all environment variables to check how Jenkins runs this script [2022-03-09T22:08:45.742Z] C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-e2e3bda8\powershellScript.ps1'; exit $LASTEXITCODE; [2022-03-09T22:08:45.742Z] ---------------------------------------------------------------------------- [2022-03-09T22:08:45.742Z] [2022-03-09T22:08:45.742Z] INFO: executeCI.ps1 starting at Wed Mar 9 22:08:45 CUT 2022 [2022-03-09T22:08:45.742Z] [2022-03-09T22:08:45.742Z] INFO: Script version 05-Feb-2019 09:03 PDT [2022-03-09T22:08:45.742Z] INFO: Running git version 2.24.1.windows.2 [2022-03-09T22:08:45.903Z] #21 39.08 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-03-09T22:08:45.903Z] #21 39.10 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-03-09T22:08:45.903Z] #21 39.10 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-03-09T22:08:45.903Z] #21 39.11 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-03-09T22:08:45.903Z] #21 39.11 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-03-09T22:08:45.903Z] #21 39.11 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-03-09T22:08:45.903Z] #21 39.12 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-03-09T22:08:45.903Z] #21 39.13 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-03-09T22:08:45.903Z] #21 39.13 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-03-09T22:08:45.903Z] #21 39.15 Setting up python3-setuptools (52.0.0-4) ... [2022-03-09T22:08:46.205Z] INFO: Branch:fe_release Build:20348.1.210507-1500 [2022-03-09T22:08:46.205Z] INFO: Environment variables: [2022-03-09T22:08:46.205Z] [2022-03-09T22:08:46.205Z] Name Value [2022-03-09T22:08:46.205Z] ---- ----- [2022-03-09T22:08:46.205Z] ALLUSERSPROFILE C:\ProgramData [2022-03-09T22:08:46.205Z] APPDATA C:\Windows\system32\config\systemprofile\AppData\Roaming [2022-03-09T22:08:46.205Z] APT_MIRROR cdn-fastly.deb.debian.org [2022-03-09T22:08:46.205Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.12 [2022-03-09T22:08:46.205Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}] [2022-03-09T22:08:46.205Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.12 [2022-03-09T22:08:46.205Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2022-03-09T22:08:46.205Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2022-03-09T22:08:46.205Z] BRANCH_NAME PR-43352 [2022-03-09T22:08:46.205Z] BUILD_DISPLAY_NAME #2 [2022-03-09T22:08:46.205Z] BUILD_ID 2 [2022-03-09T22:08:46.205Z] BUILD_NUMBER 2 [2022-03-09T22:08:46.205Z] BUILD_TAG jenkins-moby-PR-43352-2 [2022-03-09T22:08:46.341Z] #21 37.50 Setting up libaio1:amd64 (0.3.112-9) ... [2022-03-09T22:08:46.341Z] #21 37.52 Setting up python3-lib2to3 (3.9.2-1) ... [2022-03-09T22:08:46.599Z] #21 37.91 Setting up libelf1:amd64 (0.183-1) ... [2022-03-09T22:08:46.599Z] #21 37.94 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-03-09T22:08:46.599Z] #21 37.95 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-03-09T22:08:46.599Z] #21 37.98 Setting up python3-distutils (3.9.2-1) ... [2022-03-09T22:08:46.645Z] #60 211.0 # github.com/containerd/containerd/cmd/containerd [2022-03-09T22:08:46.646Z] #60 211.0 /usr/bin/ld: /tmp/go-link-2749737955/000019.o: in function `New': [2022-03-09T22:08:46.646Z] #60 211.0 /tmp/tmp.0gMHJyxzB3/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-09T22:08:46.646Z] #60 211.1 + bin/containerd-stress [2022-03-09T22:08:46.646Z] #60 212.2 + bin/containerd-shim [2022-03-09T22:08:46.665Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-43352/2/ [2022-03-09T22:08:46.665Z] CHANGE_AUTHOR thaJeztah [2022-03-09T22:08:46.665Z] CHANGE_AUTHOR_DISPLAY_NAME Sebastiaan van Stijn [2022-03-09T22:08:46.665Z] CHANGE_BRANCH bump_distribution [2022-03-09T22:08:46.665Z] CHANGE_FORK thaJeztah/docker [2022-03-09T22:08:46.665Z] CHANGE_ID 43352 [2022-03-09T22:08:46.665Z] CHANGE_TARGET master [2022-03-09T22:08:46.665Z] CHANGE_TITLE vendor: github.com/docker/distribution v2.8.1 [2022-03-09T22:08:46.665Z] CHANGE_URL https://github.com/moby/moby/pull/43352 [2022-03-09T22:08:46.665Z] CHECK_CONFIG_COMMIT 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-09T22:08:46.665Z] CommonProgramFiles C:\Program Files\Common Files [2022-03-09T22:08:46.665Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2022-03-09T22:08:46.665Z] CommonProgramW6432 C:\Program Files\Common Files [2022-03-09T22:08:46.665Z] COMPUTERNAME azwin-2-b09451 [2022-03-09T22:08:46.665Z] ComSpec C:\Windows\system32\cmd.exe [2022-03-09T22:08:46.665Z] ConfigSequenceNumber 0 [2022-03-09T22:08:46.665Z] DOCKER_BUILDKIT 0 [2022-03-09T22:08:46.665Z] DOCKER_DUT_DEBUG 1 [2022-03-09T22:08:46.665Z] DOCKER_EXPERIMENTAL 1 [2022-03-09T22:08:46.665Z] DOCKER_GRAPHDRIVER overlay2 [2022-03-09T22:08:46.665Z] DOCKER_WINDOWS_CONTAINERD_R... 1 [2022-03-09T22:08:46.665Z] DriverData C:\Windows\System32\Drivers\DriverData [2022-03-09T22:08:46.665Z] EXECUTOR_NUMBER 0 [2022-03-09T22:08:46.665Z] FQDN azwin-2-b09451.westus.cloudapp.azure.com [2022-03-09T22:08:46.665Z] GIT_BRANCH PR-43352 [2022-03-09T22:08:46.665Z] GIT_COMMIT b92af14a1c47368b8cf1c52e303adf6e11cebc3b [2022-03-09T22:08:46.665Z] GIT_PREVIOUS_COMMIT b92af14a1c47368b8cf1c52e303adf6e11cebc3b [2022-03-09T22:08:46.665Z] GIT_URL https://github.com/moby/moby.git [2022-03-09T22:08:46.665Z] HUDSON_COOKIE 854ddf08-eca6-4ce0-a80d-ca9fc62db2f2 [2022-03-09T22:08:46.665Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2022-03-09T22:08:46.665Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2022-03-09T22:08:46.665Z] HUDSON_URL https://ci-next.docker.com/public/ [2022-03-09T22:08:46.665Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.302-1.b08.ojdkbuild.windows.x86_64 [2022-03-09T22:08:46.665Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2022-03-09T22:08:46.665Z] JENKINS_NODE_COOKIE a7caf2cc-9ec0-4ecd-8f8e-f8e7c3df91b9 [2022-03-09T22:08:46.665Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2022-03-09T22:08:46.665Z] JENKINS_URL https://ci-next.docker.com/public/ [2022-03-09T22:08:46.665Z] JOB_BASE_NAME PR-43352 [2022-03-09T22:08:46.665Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43352/display/redirect [2022-03-09T22:08:46.665Z] JOB_NAME moby/PR-43352 [2022-03-09T22:08:46.665Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-43352/ [2022-03-09T22:08:46.665Z] library.jps.version master [2022-03-09T22:08:46.665Z] LOCALAPPDATA C:\Windows\system32\config\systemprofile\AppData\Local [2022-03-09T22:08:46.665Z] NODE_LABELS amd64 azure azwin-2-b09451 azwin-2022 docker west-us windows windows-2022 x86_64 [2022-03-09T22:08:46.665Z] NODE_NAME azwin-2-b09451 [2022-03-09T22:08:46.665Z] NUMBER_OF_PROCESSORS 4 [2022-03-09T22:08:46.665Z] OS Windows_NT [2022-03-09T22:08:46.665Z] Path C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPo... [2022-03-09T22:08:46.665Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2022-03-09T22:08:46.665Z] PROCESSOR_ARCHITECTURE AMD64 [2022-03-09T22:08:46.665Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 79 Stepping 1, GenuineIntel [2022-03-09T22:08:46.665Z] PROCESSOR_LEVEL 6 [2022-03-09T22:08:46.666Z] PROCESSOR_REVISION 4f01 [2022-03-09T22:08:46.666Z] ProgramData C:\ProgramData [2022-03-09T22:08:46.666Z] ProgramFiles C:\Program Files [2022-03-09T22:08:46.666Z] ProgramFiles(x86) C:\Program Files (x86) [2022-03-09T22:08:46.666Z] ProgramW6432 C:\Program Files [2022-03-09T22:08:46.666Z] PROMPT $P$G [2022-03-09T22:08:46.666Z] PSExecutionPolicyPreference Bypass [2022-03-09T22:08:46.666Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\syste... [2022-03-09T22:08:46.666Z] PUBLIC C:\Users\Public [2022-03-09T22:08:46.666Z] RUN_ARTIFACTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43352/2/display/redirect?page=artif... [2022-03-09T22:08:46.666Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43352/2/display/redirect?page=changes [2022-03-09T22:08:46.666Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43352/2/display/redirect [2022-03-09T22:08:46.666Z] RUN_TESTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43352/2/display/redirect?page=tests [2022-03-09T22:08:46.666Z] SKIP_VALIDATION_TESTS 1 [2022-03-09T22:08:46.666Z] SOURCES_DRIVE d [2022-03-09T22:08:46.666Z] SOURCES_SUBDIR gopath [2022-03-09T22:08:46.666Z] STAGE_NAME Run tests [2022-03-09T22:08:46.666Z] SystemDrive C: [2022-03-09T22:08:46.666Z] SystemRoot C:\Windows [2022-03-09T22:08:46.666Z] TEMP C:\Windows\TEMP [2022-03-09T22:08:46.666Z] TESTDEBUG 0 [2022-03-09T22:08:46.666Z] TESTRUN_DRIVE d [2022-03-09T22:08:46.666Z] TESTRUN_SUBDIR CI [2022-03-09T22:08:46.666Z] TIMEOUT 120m [2022-03-09T22:08:46.666Z] TMP C:\Windows\TEMP [2022-03-09T22:08:46.666Z] USERDOMAIN WORKGROUP [2022-03-09T22:08:46.666Z] USERNAME azwin-2-b09451$ [2022-03-09T22:08:46.666Z] USERPROFILE C:\Windows\system32\config\systemprofile [2022-03-09T22:08:46.666Z] windir C:\Windows [2022-03-09T22:08:46.666Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2022-03-09T22:08:46.666Z] WINDOWS_BASE_IMAGE_TAG ltsc2022 [2022-03-09T22:08:46.666Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2022-03-09T22:08:46.666Z] WORKSPACE_TMP d:\gopath\src\github.com\docker\docker@tmp [2022-03-09T22:08:46.666Z] [2022-03-09T22:08:46.666Z] [2022-03-09T22:08:46.666Z] [2022-03-09T22:08:47.167Z] #21 38.39 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-03-09T22:08:47.167Z] #21 38.40 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-03-09T22:08:47.167Z] #21 38.40 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-03-09T22:08:47.167Z] #21 38.41 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-03-09T22:08:47.167Z] #21 38.41 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-03-09T22:08:47.167Z] #21 38.42 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-03-09T22:08:47.167Z] #21 38.42 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-03-09T22:08:47.167Z] #21 38.43 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-03-09T22:08:47.167Z] #21 38.44 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-03-09T22:08:47.167Z] #21 38.45 Setting up python3-setuptools (52.0.0-4) ... [2022-03-09T22:08:47.281Z] #21 40.48 Setting up libjq1:amd64 (1.6-2.1) ... [2022-03-09T22:08:47.281Z] #21 40.49 Setting up libnftnl11:amd64 (1.1.9-1) ... [2022-03-09T22:08:47.281Z] #21 40.51 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-03-09T22:08:47.281Z] #21 40.53 Setting up python3-pip (20.3.4-4) ... [2022-03-09T22:08:47.569Z] #33 4.491 + mkdir -p /build [2022-03-09T22:08:47.569Z] #33 4.496 + mv docker/docker /build/ [2022-03-09T22:08:47.569Z] #33 4.501 + rmdir docker [2022-03-09T22:08:47.569Z] #33 DONE 4.8s [2022-03-09T22:08:47.569Z] [2022-03-09T22:08:47.569Z] #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-09T22:08:47.569Z] #20 sha256:2bda158e2977e036e23b070d72fcd39453b7f98561c266f6c0f5cfd59a696591 [2022-03-09T22:08:47.569Z] #20 1.923 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-09T22:08:47.569Z] #20 2.115 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-09T22:08:47.569Z] #20 2.140 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-09T22:08:47.569Z] #20 2.325 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-03-09T22:08:47.569Z] #20 2.587 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-03-09T22:08:47.569Z] #20 3.046 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7943 kB] [2022-03-09T22:08:47.569Z] #20 3.414 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-03-09T22:08:47.569Z] #20 3.876 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-03-09T22:08:47.569Z] #20 4.376 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-09T22:08:47.569Z] #20 4.893 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [123 kB] [2022-03-09T22:08:47.569Z] #20 4.899 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [124 kB] [2022-03-09T22:08:47.569Z] #20 4.903 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [121 kB] [2022-03-09T22:08:47.569Z] #20 4.908 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [122 kB] [2022-03-09T22:08:47.569Z] #20 4.912 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [116 kB] [2022-03-09T22:08:47.569Z] #20 4.914 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [116 kB] [2022-03-09T22:08:47.569Z] #20 4.973 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2604 B] [2022-03-09T22:08:47.569Z] #20 4.980 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-03-09T22:08:47.569Z] #20 4.981 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2604 B] [2022-03-09T22:08:47.569Z] #20 4.988 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-03-09T22:08:47.569Z] #20 4.988 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-03-09T22:08:47.569Z] #20 4.989 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-09T22:08:48.206Z] INFO: Sources under d:\gopath\... [2022-03-09T22:08:48.207Z] INFO: Test run under d:\CI\... [2022-03-09T22:08:48.207Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2022-03-09T22:08:48.207Z] INFO: docker/docker repository was found [2022-03-09T22:08:48.218Z] #21 41.64 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-03-09T22:08:48.477Z] #21 41.66 Setting up jq (1.6-2.1) ... [2022-03-09T22:08:48.478Z] #21 41.67 Setting up libbpf0:amd64 (1:0.3-2) ... [2022-03-09T22:08:48.478Z] #21 41.69 Setting up iptables (1.8.7-1) ... [2022-03-09T22:08:48.478Z] #21 41.70 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-03-09T22:08:48.478Z] #21 41.71 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-03-09T22:08:48.478Z] #21 41.72 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-03-09T22:08:48.478Z] #21 41.72 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-03-09T22:08:48.478Z] #21 41.73 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-03-09T22:08:48.478Z] #21 41.73 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-03-09T22:08:48.478Z] #21 41.74 Setting up iproute2 (5.10.0-4) ... [2022-03-09T22:08:48.545Z] #21 39.87 Setting up libjq1:amd64 (1.6-2.1) ... [2022-03-09T22:08:48.545Z] #21 39.89 Setting up libnftnl11:amd64 (1.1.9-1) ... [2022-03-09T22:08:48.545Z] #21 39.90 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-03-09T22:08:48.545Z] #21 39.91 Setting up python3-pip (20.3.4-4) ... [2022-03-09T22:08:48.667Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2022 from docker hub. This may take some time... [2022-03-09T22:08:49.052Z] #21 42.07 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-09T22:08:49.127Z] ltsc2022: Pulling from windows/servercore [2022-03-09T22:08:49.127Z] 8f616e6e9eec: Pulling fs layer [2022-03-09T22:08:49.127Z] 037d5740b404: Pulling fs layer [2022-03-09T22:08:49.473Z] #20 ... [2022-03-09T22:08:49.473Z] [2022-03-09T22:08:49.473Z] #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-09T22:08:49.473Z] #70 sha256:7227bdfce3fe11f52df2284108d8532516b6fc7b575699a933ec883383e909a8 [2022-03-09T22:08:49.473Z] #70 1.163 + RM_GOPATH=0 [2022-03-09T22:08:49.473Z] #70 1.164 + TMP_GOPATH= [2022-03-09T22:08:49.473Z] #70 1.164 + : /build [2022-03-09T22:08:49.473Z] #70 1.164 + '[' -z '' ']' [2022-03-09T22:08:49.473Z] #70 1.164 ++ mktemp -d [2022-03-09T22:08:49.473Z] #70 1.165 + export GOPATH=/tmp/tmp.Oyhou7i4Rn [2022-03-09T22:08:49.473Z] #70 1.165 + GOPATH=/tmp/tmp.Oyhou7i4Rn [2022-03-09T22:08:49.473Z] #70 1.167 + RM_GOPATH=1 [2022-03-09T22:08:49.473Z] #70 1.167 + case "$(go env GOARCH)" in [2022-03-09T22:08:49.473Z] #70 1.167 ++ go env GOARCH [2022-03-09T22:08:49.473Z] #70 1.170 + export GO_BUILDMODE=-buildmode=pie [2022-03-09T22:08:49.473Z] #70 1.170 + GO_BUILDMODE=-buildmode=pie [2022-03-09T22:08:49.473Z] #70 1.171 ++ dirname /install.sh [2022-03-09T22:08:49.473Z] #70 1.175 + dir=/ [2022-03-09T22:08:49.473Z] #70 1.175 + bin=rootlesskit [2022-03-09T22:08:49.473Z] #70 1.175 + shift [2022-03-09T22:08:49.473Z] #70 1.175 + '[' '!' -f //rootlesskit.installer ']' [2022-03-09T22:08:49.473Z] #70 1.175 + . //rootlesskit.installer [2022-03-09T22:08:49.473Z] #70 1.175 ++ : v0.14.6 [2022-03-09T22:08:49.473Z] #70 1.175 + install_rootlesskit [2022-03-09T22:08:49.473Z] #70 1.175 + case "$1" in [2022-03-09T22:08:49.473Z] #70 1.175 + export CGO_ENABLED=0 [2022-03-09T22:08:49.473Z] #70 1.175 + CGO_ENABLED=0 [2022-03-09T22:08:49.473Z] #70 1.175 + _install_rootlesskit [2022-03-09T22:08:49.473Z] #70 1.175 + echo 'Install rootlesskit version v0.14.6' [2022-03-09T22:08:49.473Z] #70 1.175 + for f in rootlesskit rootlesskit-docker-proxy [2022-03-09T22:08:49.473Z] #70 1.175 + GOBIN=/build [2022-03-09T22:08:49.473Z] #70 1.175 + GO111MODULE=on [2022-03-09T22:08:49.473Z] #70 1.175 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.6 [2022-03-09T22:08:49.473Z] #70 1.175 Install rootlesskit version v0.14.6 [2022-03-09T22:08:49.473Z] #70 1.511 go: downloading github.com/rootless-containers/rootlesskit v0.14.6 [2022-03-09T22:08:49.473Z] #70 2.564 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-03-09T22:08:49.473Z] #70 2.573 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-03-09T22:08:49.473Z] #70 2.863 go: downloading golang.org/x/sys v0.0.0-20211107104306-e0b2ad06fe42 [2022-03-09T22:08:49.473Z] #70 4.175 go: downloading github.com/insomniacslk/dhcp v0.0.0-20211026125128-ad197bcd36fd [2022-03-09T22:08:49.473Z] #70 4.542 go: downloading github.com/google/uuid v1.3.0 [2022-03-09T22:08:49.473Z] #70 4.571 go: downloading github.com/moby/vpnkit v0.5.0 [2022-03-09T22:08:49.473Z] #70 4.610 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-03-09T22:08:49.473Z] #70 4.694 go: downloading github.com/gofrs/flock v0.8.1 [2022-03-09T22:08:49.473Z] #70 4.719 go: downloading github.com/gorilla/mux v1.8.0 [2022-03-09T22:08:49.473Z] #70 4.827 go: downloading github.com/moby/sys/mountinfo v0.5.0 [2022-03-09T22:08:49.473Z] #70 5.097 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-03-09T22:08:49.473Z] #70 5.197 go: downloading golang.org/x/net v0.0.0-20211105192438-b53810dc28af [2022-03-09T22:08:49.473Z] #70 6.338 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-03-09T22:08:49.473Z] #70 6.406 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-03-09T22:08:49.705Z] #21 DONE 43.1s [2022-03-09T22:08:49.705Z] [2022-03-09T22:08:49.705Z] #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-09T22:08:49.705Z] #60 sha256:b22f856b54cf6e27029cdde3dd287d5537a22da66dd254448bda8b81748b8016 [2022-03-09T22:08:49.923Z] #21 41.08 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-03-09T22:08:49.923Z] #21 41.09 Setting up jq (1.6-2.1) ... [2022-03-09T22:08:49.923Z] #21 41.10 Setting up libbpf0:amd64 (1:0.3-2) ... [2022-03-09T22:08:49.923Z] #21 41.12 Setting up iptables (1.8.7-1) ... [2022-03-09T22:08:49.923Z] #21 41.13 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-03-09T22:08:49.923Z] #21 41.13 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-03-09T22:08:49.923Z] #21 41.14 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-03-09T22:08:49.923Z] #21 41.15 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-03-09T22:08:49.923Z] #21 41.15 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-03-09T22:08:49.923Z] #21 41.16 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-03-09T22:08:49.923Z] #21 41.17 Setting up iproute2 (5.10.0-4) ... [2022-03-09T22:08:49.968Z] #60 ... [2022-03-09T22:08:49.968Z] [2022-03-09T22:08:49.968Z] #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-09T22:08:49.968Z] #22 sha256:486520d9c93896d4916962da02e8d344a3eb9be31ef6e257ec8238f412617c4e [2022-03-09T22:08:50.182Z] #21 41.49 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-09T22:08:50.854Z] #60 218.0 + bin/containerd-shim-runc-v1 [2022-03-09T22:08:50.914Z] #22 0.977 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-03-09T22:08:50.914Z] #22 0.981 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-03-09T22:08:50.914Z] #22 0.985 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-03-09T22:08:50.914Z] #22 DONE 1.0s [2022-03-09T22:08:50.914Z] [2022-03-09T22:08:50.914Z] #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-09T22:08:50.914Z] #43 sha256:8cd2c7b9899112f5f652fc771a50789fe1c1fae32cb81969d03efa57167cba02 [2022-03-09T22:08:50.914Z] #43 ... [2022-03-09T22:08:50.914Z] [2022-03-09T22:08:50.914Z] #23 [dev-systemd-false 9/24] RUN pip3 install yamllint==1.26.1 [2022-03-09T22:08:50.914Z] #23 sha256:03fb6a6c6531e45313a972d2b07fa1b1b3908a150e02259f68d1f7efd7b5091a [2022-03-09T22:08:51.119Z] #21 DONE 42.4s [2022-03-09T22:08:51.119Z] [2022-03-09T22:08:51.119Z] #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-09T22:08:51.119Z] #22 sha256:486520d9c93896d4916962da02e8d344a3eb9be31ef6e257ec8238f412617c4e [2022-03-09T22:08:52.056Z] #22 0.878 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-03-09T22:08:52.056Z] #22 0.882 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-03-09T22:08:52.056Z] #22 0.885 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-03-09T22:08:52.056Z] #22 DONE 0.9s [2022-03-09T22:08:52.056Z] [2022-03-09T22:08:52.056Z] #23 [dev-systemd-false 9/24] RUN pip3 install yamllint==1.26.1 [2022-03-09T22:08:52.056Z] #23 sha256:03fb6a6c6531e45313a972d2b07fa1b1b3908a150e02259f68d1f7efd7b5091a [2022-03-09T22:08:52.790Z] #70 ... [2022-03-09T22:08:52.790Z] [2022-03-09T22:08:52.790Z] #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-09T22:08:52.790Z] #65 sha256:8a25e8b52796fc47e5b4d35510552e497fe08988fed204b3fb72ef0d7d94149a [2022-03-09T22:08:52.790Z] #65 1.923 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-09T22:08:52.790Z] #65 2.116 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-09T22:08:52.790Z] #65 2.135 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-09T22:08:52.790Z] #65 2.311 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-03-09T22:08:52.790Z] #65 2.684 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-03-09T22:08:52.790Z] #65 3.165 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-03-09T22:08:52.790Z] #65 3.550 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-09T22:08:52.790Z] #65 4.154 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7943 kB] [2022-03-09T22:08:52.790Z] #65 4.570 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-03-09T22:08:52.790Z] #65 4.979 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [123 kB] [2022-03-09T22:08:52.790Z] #65 4.990 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [121 kB] [2022-03-09T22:08:52.790Z] #65 4.994 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [116 kB] [2022-03-09T22:08:52.790Z] #65 5.023 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [124 kB] [2022-03-09T22:08:52.790Z] #65 5.037 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [116 kB] [2022-03-09T22:08:52.790Z] #65 5.048 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [122 kB] [2022-03-09T22:08:52.790Z] #65 5.059 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-03-09T22:08:52.790Z] #65 5.059 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-03-09T22:08:52.790Z] #65 5.067 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2604 B] [2022-03-09T22:08:52.790Z] #65 5.067 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-03-09T22:08:52.790Z] #65 5.067 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2604 B] [2022-03-09T22:08:52.790Z] #65 5.067 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-09T22:08:54.736Z] #65 ... [2022-03-09T22:08:54.736Z] [2022-03-09T22:08:54.736Z] #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-09T22:08:54.736Z] #45 sha256:8dbaebd03dad80e18a95f20d34b7aaf4e2ad318a1cfbe465c15fff308f029b34 [2022-03-09T22:08:54.736Z] #45 1.925 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-09T22:08:54.736Z] #45 2.114 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-09T22:08:54.736Z] #45 2.137 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-09T22:08:54.736Z] #45 2.329 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-03-09T22:08:54.736Z] #45 2.774 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7943 kB] [2022-03-09T22:08:54.736Z] #45 3.202 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-09T22:08:54.736Z] #45 3.518 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-03-09T22:08:54.736Z] #45 4.206 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-03-09T22:08:54.736Z] #45 4.850 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-03-09T22:08:54.736Z] #45 5.257 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [123 kB] [2022-03-09T22:08:54.736Z] #45 5.257 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [122 kB] [2022-03-09T22:08:54.736Z] #45 5.257 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [116 kB] [2022-03-09T22:08:54.736Z] #45 5.257 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [121 kB] [2022-03-09T22:08:54.736Z] #45 5.257 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [116 kB] [2022-03-09T22:08:54.736Z] #45 5.257 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [124 kB] [2022-03-09T22:08:54.736Z] #45 5.301 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2604 B] [2022-03-09T22:08:54.736Z] #45 5.301 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2604 B] [2022-03-09T22:08:54.736Z] #45 5.301 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-03-09T22:08:54.736Z] #45 5.301 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-03-09T22:08:54.736Z] #45 5.301 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-09T22:08:54.736Z] #45 5.301 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-03-09T22:08:55.062Z] #60 222.3 + bin/containerd-shim-runc-v2 [2022-03-09T22:08:55.636Z] #60 222.8 + binaries [2022-03-09T22:08:55.636Z] #60 222.8 + install -D bin/containerd /build/containerd [2022-03-09T22:08:55.637Z] #60 222.9 + install -D bin/containerd-shim /build/containerd-shim [2022-03-09T22:08:55.637Z] #60 222.9 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-03-09T22:08:55.637Z] #60 222.9 + install -D bin/ctr /build/ctr [2022-03-09T22:08:58.628Z] #60 ... [2022-03-09T22:08:58.628Z] [2022-03-09T22:08:58.628Z] #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-09T22:08:58.628Z] #43 sha256:8cd2c7b9899112f5f652fc771a50789fe1c1fae32cb81969d03efa57167cba02 [2022-03-09T22:08:58.628Z] #43 DONE 207.6s [2022-03-09T22:08:58.629Z] [2022-03-09T22:08:58.629Z] #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-09T22:08:58.629Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-09T22:08:58.629Z] #51 ... [2022-03-09T22:08:58.629Z] [2022-03-09T22:08:58.629Z] #44 [dev-systemd-false 15/24] COPY --from=registry /build/ /usr/local/bin/ [2022-03-09T22:08:58.629Z] #44 sha256:d939a648c1cf572a4a7954c454b64f3a2e46b16dec5624bcf57e3a33c3794882 [2022-03-09T22:08:58.629Z] #44 DONE 0.5s [2022-03-09T22:08:58.629Z] [2022-03-09T22:08:58.629Z] #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-09T22:08:58.629Z] #56 sha256:ab9a6509f9f20610ff4f964b55bd9bce15ebcedd3bf8fa91267cda8a46c9037d [2022-03-09T22:08:58.629Z] #56 ... [2022-03-09T22:08:58.629Z] [2022-03-09T22:08:58.629Z] #48 [dev-systemd-false 16/24] COPY --from=criu /build/ /usr/local/bin/ [2022-03-09T22:08:58.629Z] #48 sha256:9dab5c2302b9cae45ff04d13b8368fe60edb15cd285bfa94b8aa6351f26233d2 [2022-03-09T22:08:58.629Z] #48 DONE 0.1s [2022-03-09T22:08:58.629Z] [2022-03-09T22:08:58.629Z] #50 [dev-systemd-false 17/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-03-09T22:08:58.629Z] #50 sha256:6b8fee513e3600f857757102c1d4ff71e7ba4df7f39a5249ed655e468dda3011 [2022-03-09T22:08:58.629Z] #50 DONE 0.1s [2022-03-09T22:08:58.629Z] [2022-03-09T22:08:58.629Z] #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-09T22:08:58.629Z] #56 sha256:ab9a6509f9f20610ff4f964b55bd9bce15ebcedd3bf8fa91267cda8a46c9037d [2022-03-09T22:08:58.935Z] #60 DONE 226.3s [2022-03-09T22:08:59.466Z] 037d5740b404: Verifying Checksum [2022-03-09T22:08:59.466Z] 037d5740b404: Download complete [2022-03-09T22:08:59.878Z] [2022-03-09T22:08:59.878Z] #61 [dev-systemd-false 21/24] COPY --from=containerd /build/ /usr/local/bin/ [2022-03-09T22:08:59.878Z] #61 sha256:de11c360a442154c23160d2d6bd3e29ab7fc4ae96c673d369e1cf6b5a16451fc [2022-03-09T22:09:00.819Z] #61 DONE 1.1s [2022-03-09T22:09:00.819Z] [2022-03-09T22:09:00.819Z] #66 [dev-systemd-false 22/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-03-09T22:09:00.819Z] #66 sha256:726bb156d9297669a3e723e567719fa385161f3e26581b9c37cd601fd3241afa [2022-03-09T22:09:00.888Z] #23 9.101 Collecting yamllint==1.26.1 [2022-03-09T22:09:01.080Z] #66 DONE 0.3s [2022-03-09T22:09:01.080Z] [2022-03-09T22:09:01.080Z] #71 [dev-systemd-false 23/24] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-03-09T22:09:01.080Z] #71 sha256:426bd395cd17f847f1b21b3523537b05d855886accd6bd5868c9f6e31459f6ce [2022-03-09T22:09:01.146Z] #23 10.16 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-03-09T22:09:02.037Z] #23 9.359 Collecting yamllint==1.26.1 [2022-03-09T22:09:02.080Z] #23 11.26 Collecting pathspec>=0.5.3 [2022-03-09T22:09:02.295Z] #23 10.40 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-03-09T22:09:02.339Z] #23 11.27 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-03-09T22:09:02.597Z] #23 11.64 Collecting pyyaml [2022-03-09T22:09:02.597Z] #23 11.66 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-09T22:09:02.597Z] #23 11.70 Building wheels for collected packages: yamllint [2022-03-09T22:09:02.597Z] #23 11.71 Building wheel for yamllint (setup.py): started [2022-03-09T22:09:03.001Z] #71 DONE 2.0s [2022-03-09T22:09:03.001Z] [2022-03-09T22:09:03.001Z] #72 [dev-systemd-false 24/24] WORKDIR /go/src/github.com/docker/docker [2022-03-09T22:09:03.001Z] #72 sha256:a9c8ab0d25777690b4b100359afdf1c9be8db95c64ed1565cbfa0a4fd10283d6 [2022-03-09T22:09:03.001Z] #72 DONE 0.0s [2022-03-09T22:09:03.001Z] [2022-03-09T22:09:03.001Z] #73 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-03-09T22:09:03.001Z] #73 sha256:41ed31c0fd867c73ffdb03609e4ecd66a24344c00b2fa86609cd2a4b1b7fd79f [2022-03-09T22:09:03.533Z] #23 12.69 Building wheel for yamllint (setup.py): finished with status 'done' [2022-03-09T22:09:03.533Z] #23 12.69 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=6861f2ad09fc2685de5eff633b0ebdde880ded7bb3e0a2a225db3a613acf8833 [2022-03-09T22:09:03.533Z] #23 12.69 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-03-09T22:09:03.533Z] #23 12.70 Successfully built yamllint [2022-03-09T22:09:03.533Z] #23 12.72 Installing collected packages: pyyaml, pathspec, yamllint [2022-03-09T22:09:03.672Z] #23 11.56 Collecting pathspec>=0.5.3 [2022-03-09T22:09:03.672Z] #23 11.57 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-03-09T22:09:03.932Z] #23 11.91 Collecting pyyaml [2022-03-09T22:09:03.932Z] #23 11.92 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-09T22:09:03.932Z] #23 11.97 Building wheels for collected packages: yamllint [2022-03-09T22:09:03.942Z] #73 DONE 0.8s [2022-03-09T22:09:03.942Z] [2022-03-09T22:09:03.942Z] #74 exporting to image [2022-03-09T22:09:03.942Z] #74 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-03-09T22:09:03.942Z] #74 exporting layers [2022-03-09T22:09:04.100Z] #23 13.06 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-03-09T22:09:04.192Z] #23 11.98 Building wheel for yamllint (setup.py): started [2022-03-09T22:09:04.359Z] #23 DONE 13.5s [2022-03-09T22:09:04.360Z] [2022-03-09T22:09:04.360Z] #27 [dev-systemd-false 10/24] COPY --from=dockercli /build/ /usr/local/cli [2022-03-09T22:09:04.360Z] #27 sha256:196796cc52d1de9d974007d6ed4280c1cf8f0f04576f665b0ba3c35d9d9b2de9 [2022-03-09T22:09:04.619Z] #27 DONE 0.3s [2022-03-09T22:09:04.619Z] [2022-03-09T22:09:04.619Z] #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-09T22:09:04.619Z] #43 sha256:8cd2c7b9899112f5f652fc771a50789fe1c1fae32cb81969d03efa57167cba02 [2022-03-09T22:09:04.619Z] #43 ... [2022-03-09T22:09:04.619Z] [2022-03-09T22:09:04.619Z] #32 [dev-systemd-false 11/24] COPY --from=frozen-images /build/ /docker-frozen-images [2022-03-09T22:09:04.619Z] #32 sha256:79f332ff14cb539e64a9995339485030dbdb01aa2ded94105b5d199efeb95568 [2022-03-09T22:09:04.717Z] #45 ... [2022-03-09T22:09:04.717Z] [2022-03-09T22:09:04.717Z] #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-09T22:09:04.717Z] #65 sha256:8a25e8b52796fc47e5b4d35510552e497fe08988fed204b3fb72ef0d7d94149a [2022-03-09T22:09:04.717Z] #65 21.62 Fetched 48.9 MB in 20s (2429 kB/s) [2022-03-09T22:09:05.129Z] #23 12.91 Building wheel for yamllint (setup.py): finished with status 'done' [2022-03-09T22:09:05.129Z] #23 12.91 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=5e59c768766f5e372e42e0da710c47834f1ed6647eabd20ff9930f81ee4d4051 [2022-03-09T22:09:05.129Z] #23 12.91 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-03-09T22:09:05.129Z] #23 12.91 Successfully built yamllint [2022-03-09T22:09:05.129Z] #23 12.94 Installing collected packages: pyyaml, pathspec, yamllint [2022-03-09T22:09:05.188Z] #32 DONE 0.6s [2022-03-09T22:09:05.188Z] [2022-03-09T22:09:05.188Z] #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-09T22:09:05.188Z] #56 sha256:f6a976d44cf197b851623e339000066114a009efa0b36fad56a6b702e0e690f5 [2022-03-09T22:09:05.188Z] #56 ... [2022-03-09T22:09:05.188Z] [2022-03-09T22:09:05.188Z] #35 [dev-systemd-false 12/24] COPY --from=swagger /build/ /usr/local/bin/ [2022-03-09T22:09:05.188Z] #35 sha256:ac3eb667930a243200427f78755b48005dc3f1c914e77e4aea07c0b2bcb504ae [2022-03-09T22:09:05.388Z] #23 13.34 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-03-09T22:09:05.446Z] #35 DONE 0.4s [2022-03-09T22:09:05.446Z] [2022-03-09T22:09:05.446Z] #37 [dev-systemd-false 13/24] COPY --from=tomll /build/ /usr/local/bin/ [2022-03-09T22:09:05.446Z] #37 sha256:abd0dd50d45f3403f5bea6fdc3a45074546dfe48af298a6c4a84688be706991b [2022-03-09T22:09:05.446Z] #37 DONE 0.1s [2022-03-09T22:09:05.446Z] [2022-03-09T22:09:05.446Z] #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-09T22:09:05.446Z] #60 sha256:b22f856b54cf6e27029cdde3dd287d5537a22da66dd254448bda8b81748b8016 [2022-03-09T22:09:05.706Z] #60 ... [2022-03-09T22:09:05.706Z] [2022-03-09T22:09:05.706Z] #41 [dev-systemd-false 14/24] COPY --from=tini /build/ /usr/local/bin/ [2022-03-09T22:09:05.706Z] #41 sha256:3ffe43ec426a01f89712e23316b11b9613656b227b6960f2fb3df627f0802b90 [2022-03-09T22:09:05.706Z] #41 DONE 0.1s [2022-03-09T22:09:05.706Z] [2022-03-09T22:09:05.706Z] #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-09T22:09:05.706Z] #43 sha256:8cd2c7b9899112f5f652fc771a50789fe1c1fae32cb81969d03efa57167cba02 [2022-03-09T22:09:05.957Z] #23 DONE 13.8s [2022-03-09T22:09:05.957Z] [2022-03-09T22:09:05.957Z] #27 [dev-systemd-false 10/24] COPY --from=dockercli /build/ /usr/local/cli [2022-03-09T22:09:05.957Z] #27 sha256:1d21322a0b05637a6e9f50d76ab37fb148e895d31e844f0271174ebae221c979 [2022-03-09T22:09:05.957Z] #27 DONE 0.3s [2022-03-09T22:09:05.957Z] [2022-03-09T22:09:05.957Z] #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-09T22:09:05.957Z] #60 sha256:e1c0aa1177c4b415aeff224c7e8cc51c5a6c0a0c902c7b05eb3ffc9fa4896c3a [2022-03-09T22:09:06.216Z] #60 ... [2022-03-09T22:09:06.216Z] [2022-03-09T22:09:06.216Z] #32 [dev-systemd-false 11/24] COPY --from=frozen-images /build/ /docker-frozen-images [2022-03-09T22:09:06.216Z] #32 sha256:de65dc13a6cc741f6789e2c7adef2412d0fe43e33be8ee138c3e862050f3ae33 [2022-03-09T22:09:06.393Z] DEBUG: print all environment variables to check how Jenkins runs this script [2022-03-09T22:09:06.393Z] C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-0695f54e\powershellScript.ps1'; exit $LASTEXITCODE; [2022-03-09T22:09:06.393Z] ---------------------------------------------------------------------------- [2022-03-09T22:09:06.393Z] [2022-03-09T22:09:06.393Z] INFO: executeCI.ps1 starting at Wed Mar 9 22:09:02 CUT 2022 [2022-03-09T22:09:06.393Z] [2022-03-09T22:09:06.393Z] INFO: Script version 05-Feb-2019 09:03 PDT [2022-03-09T22:09:06.393Z] INFO: Running git version 2.24.1.windows.2 [2022-03-09T22:09:06.393Z] INFO: Branch:rs5_release Build:17763.1.180914-1434 [2022-03-09T22:09:06.393Z] INFO: Environment variables: [2022-03-09T22:09:06.393Z] [2022-03-09T22:09:06.393Z] Name Value [2022-03-09T22:09:06.393Z] ---- ----- [2022-03-09T22:09:06.393Z] ALLUSERSPROFILE C:\ProgramData [2022-03-09T22:09:06.393Z] APPDATA C:\Windows\system32\config\systemprofile\AppData\Roaming [2022-03-09T22:09:06.393Z] APT_MIRROR cdn-fastly.deb.debian.org [2022-03-09T22:09:06.393Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.12 [2022-03-09T22:09:06.393Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}] [2022-03-09T22:09:06.393Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.12 [2022-03-09T22:09:06.393Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2022-03-09T22:09:06.393Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2022-03-09T22:09:06.393Z] BRANCH_NAME PR-43352 [2022-03-09T22:09:06.393Z] BUILD_DISPLAY_NAME #2 [2022-03-09T22:09:06.393Z] BUILD_ID 2 [2022-03-09T22:09:06.393Z] BUILD_NUMBER 2 [2022-03-09T22:09:06.393Z] BUILD_TAG jenkins-moby-PR-43352-2 [2022-03-09T22:09:06.393Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-43352/2/ [2022-03-09T22:09:06.393Z] CHANGE_AUTHOR thaJeztah [2022-03-09T22:09:06.393Z] CHANGE_AUTHOR_DISPLAY_NAME Sebastiaan van Stijn [2022-03-09T22:09:06.393Z] CHANGE_BRANCH bump_distribution [2022-03-09T22:09:06.393Z] CHANGE_FORK thaJeztah/docker [2022-03-09T22:09:06.393Z] CHANGE_ID 43352 [2022-03-09T22:09:06.393Z] CHANGE_TARGET master [2022-03-09T22:09:06.393Z] CHANGE_TITLE vendor: github.com/docker/distribution v2.8.1 [2022-03-09T22:09:06.393Z] CHANGE_URL https://github.com/moby/moby/pull/43352 [2022-03-09T22:09:06.393Z] CHECK_CONFIG_COMMIT 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-09T22:09:06.393Z] CommonProgramFiles C:\Program Files\Common Files [2022-03-09T22:09:06.393Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2022-03-09T22:09:06.393Z] CommonProgramW6432 C:\Program Files\Common Files [2022-03-09T22:09:06.393Z] COMPUTERNAME azwin-2-2e4960 [2022-03-09T22:09:06.393Z] ComSpec C:\Windows\system32\cmd.exe [2022-03-09T22:09:06.393Z] ConfigSequenceNumber 0 [2022-03-09T22:09:06.393Z] DOCKER_BUILDKIT 0 [2022-03-09T22:09:06.393Z] DOCKER_DUT_DEBUG 1 [2022-03-09T22:09:06.393Z] DOCKER_EXPERIMENTAL 1 [2022-03-09T22:09:06.393Z] DOCKER_GRAPHDRIVER overlay2 [2022-03-09T22:09:06.393Z] DriverData C:\Windows\System32\Drivers\DriverData [2022-03-09T22:09:06.393Z] EXECUTOR_NUMBER 0 [2022-03-09T22:09:06.393Z] FQDN azwin-2-2e4960.westus.cloudapp.azure.com [2022-03-09T22:09:06.393Z] GIT_BRANCH PR-43352 [2022-03-09T22:09:06.393Z] GIT_COMMIT b92af14a1c47368b8cf1c52e303adf6e11cebc3b [2022-03-09T22:09:06.393Z] GIT_PREVIOUS_COMMIT b92af14a1c47368b8cf1c52e303adf6e11cebc3b [2022-03-09T22:09:06.393Z] GIT_URL https://github.com/moby/moby.git [2022-03-09T22:09:06.393Z] HUDSON_COOKIE c91b5226-6537-4828-89b7-81201c430782 [2022-03-09T22:09:06.393Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2022-03-09T22:09:06.393Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2022-03-09T22:09:06.393Z] HUDSON_URL https://ci-next.docker.com/public/ [2022-03-09T22:09:06.393Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.302-1.b08.ojdkbuild.windows.x86_64 [2022-03-09T22:09:06.393Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2022-03-09T22:09:06.393Z] JENKINS_NODE_COOKIE 806ce426-7195-438d-aebd-6fe8f2ddeb89 [2022-03-09T22:09:06.393Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2022-03-09T22:09:06.393Z] JENKINS_URL https://ci-next.docker.com/public/ [2022-03-09T22:09:06.393Z] JOB_BASE_NAME PR-43352 [2022-03-09T22:09:06.393Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43352/display/redirect [2022-03-09T22:09:06.393Z] JOB_NAME moby/PR-43352 [2022-03-09T22:09:06.393Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-43352/ [2022-03-09T22:09:06.393Z] library.jps.version master [2022-03-09T22:09:06.393Z] LOCALAPPDATA C:\Windows\system32\config\systemprofile\AppData\Local [2022-03-09T22:09:06.393Z] NODE_LABELS amd64 azure azwin-2-2e4960 azwin-2019 docker west-us windows windows-2019 x86_64 [2022-03-09T22:09:06.393Z] NODE_NAME azwin-2-2e4960 [2022-03-09T22:09:06.393Z] NUMBER_OF_PROCESSORS 4 [2022-03-09T22:09:06.393Z] OS Windows_NT [2022-03-09T22:09:06.393Z] Path C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPo... [2022-03-09T22:09:06.394Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2022-03-09T22:09:06.394Z] PROCESSOR_ARCHITECTURE AMD64 [2022-03-09T22:09:06.394Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 79 Stepping 1, GenuineIntel [2022-03-09T22:09:06.394Z] PROCESSOR_LEVEL 6 [2022-03-09T22:09:06.394Z] PROCESSOR_REVISION 4f01 [2022-03-09T22:09:06.394Z] ProgramData C:\ProgramData [2022-03-09T22:09:06.394Z] ProgramFiles C:\Program Files [2022-03-09T22:09:06.394Z] ProgramFiles(x86) C:\Program Files (x86) [2022-03-09T22:09:06.394Z] ProgramW6432 C:\Program Files [2022-03-09T22:09:06.394Z] PROMPT $P$G [2022-03-09T22:09:06.394Z] PSExecutionPolicyPreference Bypass [2022-03-09T22:09:06.394Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\syste... [2022-03-09T22:09:06.394Z] PUBLIC C:\Users\Public [2022-03-09T22:09:06.394Z] RUN_ARTIFACTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43352/2/display/redirect?page=artif... [2022-03-09T22:09:06.394Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43352/2/display/redirect?page=changes [2022-03-09T22:09:06.394Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43352/2/display/redirect [2022-03-09T22:09:06.394Z] RUN_TESTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43352/2/display/redirect?page=tests [2022-03-09T22:09:06.394Z] SKIP_VALIDATION_TESTS 1 [2022-03-09T22:09:06.394Z] SOURCES_DRIVE d [2022-03-09T22:09:06.394Z] SOURCES_SUBDIR gopath [2022-03-09T22:09:06.394Z] STAGE_NAME Run tests [2022-03-09T22:09:06.394Z] SystemDrive C: [2022-03-09T22:09:06.394Z] SystemRoot C:\Windows [2022-03-09T22:09:06.394Z] TEMP C:\Windows\TEMP [2022-03-09T22:09:06.394Z] TESTDEBUG 0 [2022-03-09T22:09:06.394Z] TESTRUN_DRIVE d [2022-03-09T22:09:06.394Z] TESTRUN_SUBDIR CI [2022-03-09T22:09:06.394Z] TIMEOUT 120m [2022-03-09T22:09:06.394Z] TMP C:\Windows\TEMP [2022-03-09T22:09:06.394Z] USERDOMAIN WORKGROUP [2022-03-09T22:09:06.394Z] USERNAME azwin-2-2e4960$ [2022-03-09T22:09:06.394Z] USERPROFILE C:\Windows\system32\config\systemprofile [2022-03-09T22:09:06.394Z] windir C:\Windows [2022-03-09T22:09:06.394Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2022-03-09T22:09:06.394Z] WINDOWS_BASE_IMAGE_TAG ltsc2019 [2022-03-09T22:09:06.394Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2022-03-09T22:09:06.394Z] WORKSPACE_TMP d:\gopath\src\github.com\docker\docker@tmp [2022-03-09T22:09:06.394Z] [2022-03-09T22:09:06.394Z] [2022-03-09T22:09:06.394Z] [2022-03-09T22:09:06.394Z] INFO: Sources under d:\gopath\... [2022-03-09T22:09:06.394Z] INFO: Test run under d:\CI\... [2022-03-09T22:09:06.394Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2022-03-09T22:09:06.394Z] INFO: docker/docker repository was found [2022-03-09T22:09:06.394Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub. This may take some time... [2022-03-09T22:09:06.394Z] ltsc2019: Pulling from windows/servercore [2022-03-09T22:09:06.394Z] 4612f6d0b889: Pulling fs layer [2022-03-09T22:09:06.394Z] 0a6173b79e25: Pulling fs layer [2022-03-09T22:09:06.477Z] #32 DONE 0.5s [2022-03-09T22:09:06.477Z] [2022-03-09T22:09:06.477Z] #35 [dev-systemd-false 12/24] COPY --from=swagger /build/ /usr/local/bin/ [2022-03-09T22:09:06.477Z] #35 sha256:1e841db6ed80439507b10f4d770723e4ffd8a9a877188688b4dd2399c743dec3 [2022-03-09T22:09:07.051Z] #35 DONE 0.3s [2022-03-09T22:09:07.051Z] [2022-03-09T22:09:07.051Z] #37 [dev-systemd-false 13/24] COPY --from=tomll /build/ /usr/local/bin/ [2022-03-09T22:09:07.051Z] #37 sha256:e826c44e980dbbe76c64f1862f47127febde44d14e23bdd7e4c76fd1eb40be09 [2022-03-09T22:09:07.051Z] #37 DONE 0.1s [2022-03-09T22:09:07.051Z] [2022-03-09T22:09:07.051Z] #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-09T22:09:07.051Z] #43 sha256:8cd2c7b9899112f5f652fc771a50789fe1c1fae32cb81969d03efa57167cba02 [2022-03-09T22:09:07.051Z] #43 ... [2022-03-09T22:09:07.051Z] [2022-03-09T22:09:07.051Z] #41 [dev-systemd-false 14/24] COPY --from=tini /build/ /usr/local/bin/ [2022-03-09T22:09:07.051Z] #41 sha256:983ff27d18c6977a4f3e3600838a7c1e007220a993265661ca140ccc524ddfb6 [2022-03-09T22:09:07.051Z] #41 DONE 0.1s [2022-03-09T22:09:07.242Z] #74 exporting layers 3.1s done [2022-03-09T22:09:07.242Z] #74 writing image sha256:d55f1a47a762ee2a92a80cbd793bd6d8cbe8d4f16b9e0d879b1b66d6481df2dc done [2022-03-09T22:09:07.242Z] #74 naming to docker.io/library/docker:b92af14a1c47368b8cf1c52e303adf6e11cebc3b done [2022-03-09T22:09:07.242Z] #74 DONE 3.2s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2022-03-09T22:09:07.313Z] [2022-03-09T22:09:07.313Z] #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-09T22:09:07.313Z] #43 sha256:8cd2c7b9899112f5f652fc771a50789fe1c1fae32cb81969d03efa57167cba02 [2022-03-09T22:09:07.579Z] + sudo modprobe ip6table_filter [Pipeline] sh [2022-03-09T22:09:07.866Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43352/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=b92af14a1c47368b8cf1c52e303adf6e11cebc3b -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:b92af14a1c47368b8cf1c52e303adf6e11cebc3b hack/test/unit [2022-03-09T22:09:08.991Z] #43 208.1 + dpkg --print-architecture [2022-03-09T22:09:08.991Z] #43 208.1 + git checkout -q v2.1.0 [2022-03-09T22:09:08.991Z] #43 208.3 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2022-03-09T22:09:08.991Z] #43 208.3 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2022-03-09T22:09:09.249Z] + BUILDFLAGS=(-tags 'netgo seccomp libdm_no_deferred_remove') [2022-03-09T22:09:09.249Z] + TESTFLAGS+=' -test.timeout=5m' [2022-03-09T22:09:09.249Z] + TESTDIRS=./... [2022-03-09T22:09:09.249Z] + exclude_paths='/vendor/|/integration' [2022-03-09T22:09:09.249Z] ++ go list ./... [2022-03-09T22:09:09.249Z] ++ grep -vE '(/vendor/|/integration)' [2022-03-09T22:09:09.821Z] + pkg_list='github.com/docker/docker/api [2022-03-09T22:09:09.821Z] github.com/docker/docker/api/server [2022-03-09T22:09:09.821Z] github.com/docker/docker/api/server/backend/build [2022-03-09T22:09:09.821Z] github.com/docker/docker/api/server/httputils [2022-03-09T22:09:09.821Z] github.com/docker/docker/api/server/middleware [2022-03-09T22:09:09.821Z] github.com/docker/docker/api/server/router [2022-03-09T22:09:09.821Z] github.com/docker/docker/api/server/router/build [2022-03-09T22:09:09.821Z] github.com/docker/docker/api/server/router/checkpoint [2022-03-09T22:09:09.821Z] github.com/docker/docker/api/server/router/container [2022-03-09T22:09:09.821Z] github.com/docker/docker/api/server/router/debug [2022-03-09T22:09:09.821Z] github.com/docker/docker/api/server/router/distribution [2022-03-09T22:09:09.821Z] github.com/docker/docker/api/server/router/grpc [2022-03-09T22:09:09.821Z] github.com/docker/docker/api/server/router/image [2022-03-09T22:09:09.821Z] github.com/docker/docker/api/server/router/network [2022-03-09T22:09:09.821Z] github.com/docker/docker/api/server/router/plugin [2022-03-09T22:09:09.821Z] github.com/docker/docker/api/server/router/session [2022-03-09T22:09:09.821Z] github.com/docker/docker/api/server/router/swarm [2022-03-09T22:09:09.821Z] github.com/docker/docker/api/server/router/system [2022-03-09T22:09:09.821Z] github.com/docker/docker/api/server/router/volume [2022-03-09T22:09:09.821Z] github.com/docker/docker/api/types [2022-03-09T22:09:09.821Z] github.com/docker/docker/api/types/backend [2022-03-09T22:09:09.821Z] github.com/docker/docker/api/types/blkiodev [2022-03-09T22:09:09.821Z] github.com/docker/docker/api/types/container [2022-03-09T22:09:09.821Z] github.com/docker/docker/api/types/events [2022-03-09T22:09:09.821Z] github.com/docker/docker/api/types/filters [2022-03-09T22:09:09.821Z] github.com/docker/docker/api/types/image [2022-03-09T22:09:09.821Z] github.com/docker/docker/api/types/mount [2022-03-09T22:09:09.821Z] github.com/docker/docker/api/types/network [2022-03-09T22:09:09.821Z] github.com/docker/docker/api/types/plugins/logdriver [2022-03-09T22:09:09.821Z] github.com/docker/docker/api/types/registry [2022-03-09T22:09:09.821Z] github.com/docker/docker/api/types/strslice [2022-03-09T22:09:09.821Z] github.com/docker/docker/api/types/swarm [2022-03-09T22:09:09.821Z] github.com/docker/docker/api/types/swarm/runtime [2022-03-09T22:09:09.821Z] github.com/docker/docker/api/types/time [2022-03-09T22:09:09.821Z] github.com/docker/docker/api/types/versions [2022-03-09T22:09:09.821Z] github.com/docker/docker/api/types/versions/v1p19 [2022-03-09T22:09:09.821Z] github.com/docker/docker/api/types/versions/v1p20 [2022-03-09T22:09:09.821Z] github.com/docker/docker/api/types/volume [2022-03-09T22:09:09.821Z] github.com/docker/docker/builder [2022-03-09T22:09:09.821Z] github.com/docker/docker/builder/builder-next [2022-03-09T22:09:09.821Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-03-09T22:09:09.821Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-03-09T22:09:09.821Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-03-09T22:09:09.821Z] github.com/docker/docker/builder/builder-next/exporter [2022-03-09T22:09:09.821Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-03-09T22:09:09.821Z] github.com/docker/docker/builder/builder-next/worker [2022-03-09T22:09:09.821Z] github.com/docker/docker/builder/dockerfile [2022-03-09T22:09:09.821Z] github.com/docker/docker/builder/remotecontext [2022-03-09T22:09:09.821Z] github.com/docker/docker/builder/remotecontext/git [2022-03-09T22:09:09.821Z] github.com/docker/docker/cli [2022-03-09T22:09:09.821Z] github.com/docker/docker/cli/config [2022-03-09T22:09:09.821Z] github.com/docker/docker/cli/debug [2022-03-09T22:09:09.821Z] github.com/docker/docker/client [2022-03-09T22:09:09.822Z] github.com/docker/docker/cmd/docker-proxy [2022-03-09T22:09:09.822Z] github.com/docker/docker/cmd/dockerd [2022-03-09T22:09:09.822Z] github.com/docker/docker/cmd/dockerd/trap [2022-03-09T22:09:09.822Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-03-09T22:09:09.822Z] github.com/docker/docker/container [2022-03-09T22:09:09.822Z] github.com/docker/docker/container/stream [2022-03-09T22:09:09.822Z] github.com/docker/docker/contrib/apparmor [2022-03-09T22:09:09.822Z] github.com/docker/docker/contrib/docker-device-tool [2022-03-09T22:09:09.822Z] github.com/docker/docker/contrib/httpserver [2022-03-09T22:09:09.822Z] github.com/docker/docker/daemon [2022-03-09T22:09:09.822Z] github.com/docker/docker/daemon/cluster [2022-03-09T22:09:09.822Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-03-09T22:09:09.822Z] github.com/docker/docker/daemon/cluster/convert [2022-03-09T22:09:09.822Z] github.com/docker/docker/daemon/cluster/executor [2022-03-09T22:09:09.822Z] github.com/docker/docker/daemon/cluster/executor/container [2022-03-09T22:09:09.822Z] github.com/docker/docker/daemon/cluster/provider [2022-03-09T22:09:09.822Z] github.com/docker/docker/daemon/config [2022-03-09T22:09:09.822Z] github.com/docker/docker/daemon/events [2022-03-09T22:09:09.822Z] github.com/docker/docker/daemon/events/testutils [2022-03-09T22:09:09.822Z] github.com/docker/docker/daemon/exec [2022-03-09T22:09:09.822Z] github.com/docker/docker/daemon/graphdriver [2022-03-09T22:09:09.822Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-03-09T22:09:09.822Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-03-09T22:09:09.822Z] github.com/docker/docker/daemon/graphdriver/copy [2022-03-09T22:09:09.822Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-03-09T22:09:09.822Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-03-09T22:09:09.822Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-03-09T22:09:09.822Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-03-09T22:09:09.822Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-03-09T22:09:09.822Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-03-09T22:09:09.822Z] github.com/docker/docker/daemon/graphdriver/register [2022-03-09T22:09:09.822Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-03-09T22:09:09.822Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-03-09T22:09:09.822Z] github.com/docker/docker/daemon/images [2022-03-09T22:09:09.822Z] github.com/docker/docker/daemon/initlayer [2022-03-09T22:09:09.822Z] github.com/docker/docker/daemon/links [2022-03-09T22:09:09.822Z] github.com/docker/docker/daemon/listeners [2022-03-09T22:09:09.822Z] github.com/docker/docker/daemon/logger [2022-03-09T22:09:09.822Z] github.com/docker/docker/daemon/logger/awslogs [2022-03-09T22:09:09.822Z] github.com/docker/docker/daemon/logger/fluentd [2022-03-09T22:09:09.822Z] github.com/docker/docker/daemon/logger/gcplogs [2022-03-09T22:09:09.822Z] github.com/docker/docker/daemon/logger/gelf [2022-03-09T22:09:09.822Z] github.com/docker/docker/daemon/logger/journald [2022-03-09T22:09:09.822Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-03-09T22:09:09.822Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-03-09T22:09:09.822Z] github.com/docker/docker/daemon/logger/local [2022-03-09T22:09:09.822Z] github.com/docker/docker/daemon/logger/logentries [2022-03-09T22:09:09.822Z] github.com/docker/docker/daemon/logger/loggerutils [2022-03-09T22:09:09.822Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-03-09T22:09:09.822Z] github.com/docker/docker/daemon/logger/splunk [2022-03-09T22:09:09.822Z] github.com/docker/docker/daemon/logger/syslog [2022-03-09T22:09:09.822Z] github.com/docker/docker/daemon/logger/templates [2022-03-09T22:09:09.822Z] github.com/docker/docker/daemon/names [2022-03-09T22:09:09.822Z] github.com/docker/docker/daemon/network [2022-03-09T22:09:09.822Z] github.com/docker/docker/daemon/stats [2022-03-09T22:09:09.822Z] github.com/docker/docker/distribution [2022-03-09T22:09:09.822Z] github.com/docker/docker/distribution/metadata [2022-03-09T22:09:09.822Z] github.com/docker/docker/distribution/utils [2022-03-09T22:09:09.822Z] github.com/docker/docker/distribution/xfer [2022-03-09T22:09:09.822Z] github.com/docker/docker/dockerversion [2022-03-09T22:09:09.822Z] github.com/docker/docker/errdefs [2022-03-09T22:09:09.822Z] github.com/docker/docker/image [2022-03-09T22:09:09.822Z] github.com/docker/docker/image/cache [2022-03-09T22:09:09.822Z] github.com/docker/docker/image/tarexport [2022-03-09T22:09:09.822Z] github.com/docker/docker/image/v1 [2022-03-09T22:09:09.822Z] github.com/docker/docker/internal/test/suite [2022-03-09T22:09:09.822Z] github.com/docker/docker/layer [2022-03-09T22:09:09.822Z] github.com/docker/docker/libcontainerd [2022-03-09T22:09:09.822Z] github.com/docker/docker/libcontainerd/queue [2022-03-09T22:09:09.822Z] github.com/docker/docker/libcontainerd/remote [2022-03-09T22:09:09.822Z] github.com/docker/docker/libcontainerd/supervisor [2022-03-09T22:09:09.822Z] github.com/docker/docker/libcontainerd/types [2022-03-09T22:09:09.822Z] github.com/docker/docker/libnetwork [2022-03-09T22:09:09.822Z] github.com/docker/docker/libnetwork/bitseq [2022-03-09T22:09:09.822Z] github.com/docker/docker/libnetwork/cluster [2022-03-09T22:09:09.822Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-09T22:09:09.822Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-09T22:09:09.822Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-09T22:09:09.822Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-09T22:09:09.822Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-09T22:09:09.822Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-09T22:09:09.822Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-09T22:09:09.822Z] github.com/docker/docker/libnetwork/config [2022-03-09T22:09:09.822Z] github.com/docker/docker/libnetwork/datastore [2022-03-09T22:09:09.822Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-09T22:09:09.822Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-09T22:09:09.822Z] github.com/docker/docker/libnetwork/driverapi [2022-03-09T22:09:09.822Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-09T22:09:09.822Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-09T22:09:09.822Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-09T22:09:09.822Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-09T22:09:09.822Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-09T22:09:09.822Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-09T22:09:09.822Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-09T22:09:09.822Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-09T22:09:09.822Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-09T22:09:09.822Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-09T22:09:09.822Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-09T22:09:09.822Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-09T22:09:09.822Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-09T22:09:09.822Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-09T22:09:09.822Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-09T22:09:09.822Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-09T22:09:09.822Z] github.com/docker/docker/libnetwork/etchosts [2022-03-09T22:09:09.822Z] github.com/docker/docker/libnetwork/idm [2022-03-09T22:09:09.822Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-09T22:09:09.822Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-09T22:09:09.822Z] github.com/docker/docker/libnetwork/ipam [2022-03-09T22:09:09.822Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-09T22:09:09.822Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-09T22:09:09.822Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-09T22:09:09.822Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-09T22:09:09.822Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-09T22:09:09.822Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-09T22:09:09.822Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-09T22:09:09.822Z] github.com/docker/docker/libnetwork/iptables [2022-03-09T22:09:09.822Z] github.com/docker/docker/libnetwork/netlabel [2022-03-09T22:09:09.822Z] github.com/docker/docker/libnetwork/netutils [2022-03-09T22:09:09.822Z] github.com/docker/docker/libnetwork/networkdb [2022-03-09T22:09:09.822Z] github.com/docker/docker/libnetwork/ns [2022-03-09T22:09:09.822Z] github.com/docker/docker/libnetwork/options [2022-03-09T22:09:09.822Z] github.com/docker/docker/libnetwork/osl [2022-03-09T22:09:09.822Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-09T22:09:09.822Z] github.com/docker/docker/libnetwork/portallocator [2022-03-09T22:09:09.822Z] github.com/docker/docker/libnetwork/portmapper [2022-03-09T22:09:09.822Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-09T22:09:09.822Z] github.com/docker/docker/libnetwork/testutils [2022-03-09T22:09:09.822Z] github.com/docker/docker/libnetwork/types [2022-03-09T22:09:09.822Z] github.com/docker/docker/oci [2022-03-09T22:09:09.822Z] github.com/docker/docker/oci/caps [2022-03-09T22:09:09.822Z] github.com/docker/docker/opts [2022-03-09T22:09:09.822Z] github.com/docker/docker/pkg/aaparser [2022-03-09T22:09:09.822Z] github.com/docker/docker/pkg/archive [2022-03-09T22:09:09.822Z] github.com/docker/docker/pkg/authorization [2022-03-09T22:09:09.822Z] github.com/docker/docker/pkg/broadcaster [2022-03-09T22:09:09.822Z] github.com/docker/docker/pkg/capabilities [2022-03-09T22:09:09.822Z] github.com/docker/docker/pkg/chrootarchive [2022-03-09T22:09:09.822Z] github.com/docker/docker/pkg/containerfs [2022-03-09T22:09:09.822Z] github.com/docker/docker/pkg/devicemapper [2022-03-09T22:09:09.822Z] github.com/docker/docker/pkg/directory [2022-03-09T22:09:09.822Z] github.com/docker/docker/pkg/dmesg [2022-03-09T22:09:09.822Z] github.com/docker/docker/pkg/filenotify [2022-03-09T22:09:09.822Z] github.com/docker/docker/pkg/fileutils [2022-03-09T22:09:09.822Z] github.com/docker/docker/pkg/fsutils [2022-03-09T22:09:09.822Z] github.com/docker/docker/pkg/homedir [2022-03-09T22:09:09.822Z] github.com/docker/docker/pkg/idtools [2022-03-09T22:09:09.822Z] github.com/docker/docker/pkg/ioutils [2022-03-09T22:09:09.822Z] github.com/docker/docker/pkg/jsonmessage [2022-03-09T22:09:09.822Z] github.com/docker/docker/pkg/longpath [2022-03-09T22:09:09.822Z] github.com/docker/docker/pkg/loopback [2022-03-09T22:09:09.822Z] github.com/docker/docker/pkg/namesgenerator [2022-03-09T22:09:09.822Z] github.com/docker/docker/pkg/parsers [2022-03-09T22:09:09.822Z] github.com/docker/docker/pkg/parsers/kernel [2022-03-09T22:09:09.822Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-03-09T22:09:09.822Z] github.com/docker/docker/pkg/pidfile [2022-03-09T22:09:09.822Z] github.com/docker/docker/pkg/platform [2022-03-09T22:09:09.822Z] github.com/docker/docker/pkg/plugingetter [2022-03-09T22:09:09.822Z] github.com/docker/docker/pkg/plugins [2022-03-09T22:09:09.822Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-03-09T22:09:09.822Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-03-09T22:09:09.822Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-03-09T22:09:09.822Z] github.com/docker/docker/pkg/plugins/transport [2022-03-09T22:09:09.822Z] github.com/docker/docker/pkg/pools [2022-03-09T22:09:09.822Z] github.com/docker/docker/pkg/progress [2022-03-09T22:09:09.822Z] github.com/docker/docker/pkg/pubsub [2022-03-09T22:09:09.822Z] github.com/docker/docker/pkg/reexec [2022-03-09T22:09:09.822Z] github.com/docker/docker/pkg/signal [2022-03-09T22:09:09.822Z] github.com/docker/docker/pkg/stack [2022-03-09T22:09:09.822Z] github.com/docker/docker/pkg/stdcopy [2022-03-09T22:09:09.822Z] github.com/docker/docker/pkg/streamformatter [2022-03-09T22:09:09.822Z] github.com/docker/docker/pkg/stringid [2022-03-09T22:09:09.822Z] github.com/docker/docker/pkg/sysinfo [2022-03-09T22:09:09.822Z] github.com/docker/docker/pkg/system [2022-03-09T22:09:09.822Z] github.com/docker/docker/pkg/tailfile [2022-03-09T22:09:09.822Z] github.com/docker/docker/pkg/tarsum [2022-03-09T22:09:09.822Z] github.com/docker/docker/pkg/truncindex [2022-03-09T22:09:09.822Z] github.com/docker/docker/pkg/urlutil [2022-03-09T22:09:09.822Z] github.com/docker/docker/pkg/useragent [2022-03-09T22:09:09.822Z] github.com/docker/docker/plugin [2022-03-09T22:09:09.822Z] github.com/docker/docker/plugin/executor/containerd [2022-03-09T22:09:09.822Z] github.com/docker/docker/plugin/v2 [2022-03-09T22:09:09.822Z] github.com/docker/docker/profiles/apparmor [2022-03-09T22:09:09.822Z] github.com/docker/docker/profiles/seccomp [2022-03-09T22:09:09.822Z] github.com/docker/docker/quota [2022-03-09T22:09:09.822Z] github.com/docker/docker/reference [2022-03-09T22:09:09.822Z] github.com/docker/docker/registry [2022-03-09T22:09:09.822Z] github.com/docker/docker/registry/resumable [2022-03-09T22:09:09.822Z] github.com/docker/docker/restartmanager [2022-03-09T22:09:09.822Z] github.com/docker/docker/rootless [2022-03-09T22:09:09.822Z] github.com/docker/docker/rootless/specconv [2022-03-09T22:09:09.822Z] github.com/docker/docker/runconfig [2022-03-09T22:09:09.822Z] github.com/docker/docker/runconfig/opts [2022-03-09T22:09:09.822Z] github.com/docker/docker/testutil [2022-03-09T22:09:09.822Z] github.com/docker/docker/testutil/daemon [2022-03-09T22:09:09.822Z] github.com/docker/docker/testutil/environment [2022-03-09T22:09:09.822Z] github.com/docker/docker/testutil/fakecontext [2022-03-09T22:09:09.822Z] github.com/docker/docker/testutil/fakegit [2022-03-09T22:09:09.822Z] github.com/docker/docker/testutil/fakestorage [2022-03-09T22:09:09.822Z] github.com/docker/docker/testutil/fixtures/load [2022-03-09T22:09:09.822Z] github.com/docker/docker/testutil/fixtures/plugin [2022-03-09T22:09:09.822Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-03-09T22:09:09.822Z] github.com/docker/docker/testutil/registry [2022-03-09T22:09:09.822Z] github.com/docker/docker/testutil/request [2022-03-09T22:09:09.822Z] github.com/docker/docker/volume [2022-03-09T22:09:09.822Z] github.com/docker/docker/volume/drivers [2022-03-09T22:09:09.822Z] github.com/docker/docker/volume/local [2022-03-09T22:09:09.822Z] github.com/docker/docker/volume/mounts [2022-03-09T22:09:09.822Z] github.com/docker/docker/volume/service [2022-03-09T22:09:09.822Z] github.com/docker/docker/volume/service/opts [2022-03-09T22:09:09.822Z] github.com/docker/docker/volume/testutils' [2022-03-09T22:09:09.822Z] ++ echo 'github.com/docker/docker/api [2022-03-09T22:09:09.822Z] github.com/docker/docker/api/server [2022-03-09T22:09:09.822Z] github.com/docker/docker/api/server/backend/build [2022-03-09T22:09:09.822Z] github.com/docker/docker/api/server/httputils [2022-03-09T22:09:09.822Z] github.com/docker/docker/api/server/middleware [2022-03-09T22:09:09.822Z] github.com/docker/docker/api/server/router [2022-03-09T22:09:09.822Z] github.com/docker/docker/api/server/router/build [2022-03-09T22:09:09.822Z] github.com/docker/docker/api/server/router/checkpoint [2022-03-09T22:09:09.822Z] github.com/docker/docker/api/server/router/container [2022-03-09T22:09:09.822Z] github.com/docker/docker/api/server/router/debug [2022-03-09T22:09:09.822Z] github.com/docker/docker/api/server/router/distribution [2022-03-09T22:09:09.822Z] github.com/docker/docker/api/server/router/grpc [2022-03-09T22:09:09.822Z] github.com/docker/docker/api/server/router/image [2022-03-09T22:09:09.822Z] github.com/docker/docker/api/server/router/network [2022-03-09T22:09:09.822Z] github.com/docker/docker/api/server/router/plugin [2022-03-09T22:09:09.822Z] github.com/docker/docker/api/server/router/session [2022-03-09T22:09:09.822Z] github.com/docker/docker/api/server/router/swarm [2022-03-09T22:09:09.822Z] github.com/docker/docker/api/server/router/system [2022-03-09T22:09:09.822Z] github.com/docker/docker/api/server/router/volume [2022-03-09T22:09:09.822Z] github.com/docker/docker/api/types [2022-03-09T22:09:09.822Z] github.com/docker/docker/api/types/backend [2022-03-09T22:09:09.822Z] github.com/docker/docker/api/types/blkiodev [2022-03-09T22:09:09.822Z] github.com/docker/docker/api/types/container [2022-03-09T22:09:09.822Z] github.com/docker/docker/api/types/events [2022-03-09T22:09:09.822Z] github.com/docker/docker/api/types/filters [2022-03-09T22:09:09.822Z] github.com/docker/docker/api/types/image [2022-03-09T22:09:09.822Z] github.com/docker/docker/api/types/mount [2022-03-09T22:09:09.822Z] github.com/docker/docker/api/types/network [2022-03-09T22:09:09.822Z] github.com/docker/docker/api/types/plugins/logdriver [2022-03-09T22:09:09.822Z] github.com/docker/docker/api/types/registry [2022-03-09T22:09:09.822Z] github.com/docker/docker/api/types/strslice [2022-03-09T22:09:09.822Z] github.com/docker/docker/api/types/swarm [2022-03-09T22:09:09.822Z] github.com/docker/docker/api/types/swarm/runtime [2022-03-09T22:09:09.822Z] github.com/docker/docker/api/types/time [2022-03-09T22:09:09.822Z] github.com/docker/docker/api/types/versions [2022-03-09T22:09:09.822Z] github.com/docker/docker/api/types/versions/v1p19 [2022-03-09T22:09:09.822Z] github.com/docker/docker/api/types/versions/v1p20 [2022-03-09T22:09:09.822Z] github.com/docker/docker/api/types/volume [2022-03-09T22:09:09.822Z] github.com/docker/docker/builder [2022-03-09T22:09:09.822Z] github.com/docker/docker/builder/builder-next [2022-03-09T22:09:09.822Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-03-09T22:09:09.822Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-03-09T22:09:09.822Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-03-09T22:09:09.822Z] github.com/docker/docker/builder/builder-next/exporter [2022-03-09T22:09:09.822Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-03-09T22:09:09.822Z] github.com/docker/docker/builder/builder-next/worker [2022-03-09T22:09:09.822Z] github.com/docker/docker/builder/dockerfile [2022-03-09T22:09:09.822Z] github.com/docker/docker/builder/remotecontext [2022-03-09T22:09:09.822Z] github.com/docker/docker/builder/remotecontext/git [2022-03-09T22:09:09.822Z] github.com/docker/docker/cli [2022-03-09T22:09:09.822Z] github.com/docker/docker/cli/config [2022-03-09T22:09:09.822Z] github.com/docker/docker/cli/debug [2022-03-09T22:09:09.822Z] github.com/docker/docker/client [2022-03-09T22:09:09.822Z] github.com/docker/docker/cmd/docker-proxy [2022-03-09T22:09:09.822Z] github.com/docker/docker/cmd/dockerd [2022-03-09T22:09:09.822Z] github.com/docker/docker/cmd/dockerd/trap [2022-03-09T22:09:09.822Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-03-09T22:09:09.822Z] github.com/docker/docker/container [2022-03-09T22:09:09.822Z] github.com/docker/docker/container/stream [2022-03-09T22:09:09.822Z] github.com/docker/docker/contrib/apparmor [2022-03-09T22:09:09.822Z] github.com/docker/docker/contrib/docker-device-tool [2022-03-09T22:09:09.822Z] github.com/docker/docker/contrib/httpserver [2022-03-09T22:09:09.822Z] github.com/docker/docker/daemon [2022-03-09T22:09:09.822Z] github.com/docker/docker/daemon/cluster [2022-03-09T22:09:09.822Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-03-09T22:09:09.822Z] github.com/docker/docker/daemon/cluster/convert [2022-03-09T22:09:09.822Z] github.com/docker/docker/daemon/cluster/executor [2022-03-09T22:09:09.822Z] github.com/docker/docker/daemon/cluster/executor/container [2022-03-09T22:09:09.822Z] github.com/docker/docker/daemon/cluster/provider [2022-03-09T22:09:09.822Z] github.com/docker/docker/daemon/config [2022-03-09T22:09:09.822Z] github.com/docker/docker/daemon/events [2022-03-09T22:09:09.822Z] github.com/docker/docker/daemon/events/testutils [2022-03-09T22:09:09.822Z] github.com/docker/docker/daemon/exec [2022-03-09T22:09:09.822Z] github.com/docker/docker/daemon/graphdriver [2022-03-09T22:09:09.822Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-03-09T22:09:09.822Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-03-09T22:09:09.822Z] github.com/docker/docker/daemon/graphdriver/copy [2022-03-09T22:09:09.822Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-03-09T22:09:09.822Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-03-09T22:09:09.822Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-03-09T22:09:09.822Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-03-09T22:09:09.822Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-03-09T22:09:09.822Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-03-09T22:09:09.822Z] github.com/docker/docker/daemon/graphdriver/register [2022-03-09T22:09:09.822Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-03-09T22:09:09.822Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-03-09T22:09:09.822Z] github.com/docker/docker/daemon/images [2022-03-09T22:09:09.822Z] github.com/docker/docker/daemon/initlayer [2022-03-09T22:09:09.822Z] github.com/docker/docker/daemon/links [2022-03-09T22:09:09.822Z] github.com/docker/docker/daemon/listeners [2022-03-09T22:09:09.822Z] github.com/docker/docker/daemon/logger [2022-03-09T22:09:09.822Z] github.com/docker/docker/daemon/logger/awslogs [2022-03-09T22:09:09.822Z] github.com/docker/docker/daemon/logger/fluentd [2022-03-09T22:09:09.822Z] github.com/docker/docker/daemon/logger/gcplogs [2022-03-09T22:09:09.822Z] github.com/docker/docker/daemon/logger/gelf [2022-03-09T22:09:09.822Z] github.com/docker/docker/daemon/logger/journald [2022-03-09T22:09:09.822Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-03-09T22:09:09.822Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-03-09T22:09:09.822Z] github.com/docker/docker/daemon/logger/local [2022-03-09T22:09:09.822Z] github.com/docker/docker/daemon/logger/logentries [2022-03-09T22:09:09.822Z] github.com/docker/docker/daemon/logger/loggerutils [2022-03-09T22:09:09.822Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-03-09T22:09:09.822Z] github.com/docker/docker/daemon/logger/splunk [2022-03-09T22:09:09.822Z] github.com/docker/docker/daemon/logger/syslog [2022-03-09T22:09:09.822Z] github.com/docker/docker/daemon/logger/templates [2022-03-09T22:09:09.822Z] github.com/docker/docker/daemon/names [2022-03-09T22:09:09.822Z] github.com/docker/docker/daemon/network [2022-03-09T22:09:09.822Z] github.com/docker/docker/daemon/stats [2022-03-09T22:09:09.822Z] github.com/docker/docker/distribution [2022-03-09T22:09:09.822Z] github.com/docker/docker/distribution/metadata [2022-03-09T22:09:09.822Z] github.com/docker/docker/distribution/utils [2022-03-09T22:09:09.822Z] github.com/docker/docker/distribution/xfer [2022-03-09T22:09:09.822Z] github.com/docker/docker/dockerversion [2022-03-09T22:09:09.822Z] github.com/docker/docker/errdefs [2022-03-09T22:09:09.822Z] github.com/docker/docker/image [2022-03-09T22:09:09.822Z] github.com/docker/docker/image/cache [2022-03-09T22:09:09.822Z] github.com/docker/docker/image/tarexport [2022-03-09T22:09:09.822Z] github.com/docker/docker/image/v1 [2022-03-09T22:09:09.822Z] github.com/docker/docker/internal/test/suite [2022-03-09T22:09:09.822Z] github.com/docker/docker/layer [2022-03-09T22:09:09.822Z] github.com/docker/docker/libcontainerd [2022-03-09T22:09:09.822Z] github.com/docker/docker/libcontainerd/queue [2022-03-09T22:09:09.822Z] github.com/docker/docker/libcontainerd/remote [2022-03-09T22:09:09.822Z] github.com/docker/docker/libcontainerd/supervisor [2022-03-09T22:09:09.822Z] github.com/docker/docker/libcontainerd/types [2022-03-09T22:09:09.823Z] github.com/docker/docker/libnetwork [2022-03-09T22:09:09.823Z] github.com/docker/docker/libnetwork/bitseq [2022-03-09T22:09:09.823Z] github.com/docker/docker/libnetwork/cluster [2022-03-09T22:09:09.823Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-09T22:09:09.823Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-09T22:09:09.823Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-09T22:09:09.823Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-09T22:09:09.823Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-09T22:09:09.823Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-09T22:09:09.823Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-09T22:09:09.823Z] github.com/docker/docker/libnetwork/config [2022-03-09T22:09:09.823Z] github.com/docker/docker/libnetwork/datastore [2022-03-09T22:09:09.823Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-09T22:09:09.823Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-09T22:09:09.823Z] github.com/docker/docker/libnetwork/driverapi [2022-03-09T22:09:09.823Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-09T22:09:09.823Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-09T22:09:09.823Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-09T22:09:09.823Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-09T22:09:09.823Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-09T22:09:09.823Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-09T22:09:09.823Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-09T22:09:09.823Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-09T22:09:09.823Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-09T22:09:09.823Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-09T22:09:09.823Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-09T22:09:09.823Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-09T22:09:09.823Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-09T22:09:09.823Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-09T22:09:09.823Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-09T22:09:09.823Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-09T22:09:09.823Z] github.com/docker/docker/libnetwork/etchosts [2022-03-09T22:09:09.823Z] github.com/docker/docker/libnetwork/idm [2022-03-09T22:09:09.823Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-09T22:09:09.823Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-09T22:09:09.823Z] github.com/docker/docker/libnetwork/ipam [2022-03-09T22:09:09.823Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-09T22:09:09.823Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-09T22:09:09.823Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-09T22:09:09.823Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-09T22:09:09.823Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-09T22:09:09.823Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-09T22:09:09.823Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-09T22:09:09.823Z] github.com/docker/docker/libnetwork/iptables [2022-03-09T22:09:09.823Z] github.com/docker/docker/libnetwork/netlabel [2022-03-09T22:09:09.823Z] github.com/docker/docker/libnetwork/netutils [2022-03-09T22:09:09.823Z] github.com/docker/docker/libnetwork/networkdb [2022-03-09T22:09:09.823Z] github.com/docker/docker/libnetwork/ns [2022-03-09T22:09:09.823Z] github.com/docker/docker/libnetwork/options [2022-03-09T22:09:09.823Z] github.com/docker/docker/libnetwork/osl [2022-03-09T22:09:09.823Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-09T22:09:09.823Z] github.com/docker/docker/libnetwork/portallocator [2022-03-09T22:09:09.823Z] github.com/docker/docker/libnetwork/portmapper [2022-03-09T22:09:09.823Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-09T22:09:09.823Z] github.com/docker/docker/libnetwork/testutils [2022-03-09T22:09:09.823Z] github.com/docker/docker/libnetwork/types [2022-03-09T22:09:09.823Z] github.com/docker/docker/oci [2022-03-09T22:09:09.823Z] github.com/docker/docker/oci/caps [2022-03-09T22:09:09.823Z] github.com/docker/docker/opts [2022-03-09T22:09:09.823Z] github.com/docker/docker/pkg/aaparser [2022-03-09T22:09:09.823Z] github.com/docker/docker/pkg/archive [2022-03-09T22:09:09.823Z] github.com/docker/docker/pkg/authorization [2022-03-09T22:09:09.823Z] github.com/docker/docker/pkg/broadcaster [2022-03-09T22:09:09.823Z] github.com/docker/docker/pkg/capabilities [2022-03-09T22:09:09.823Z] github.com/docker/docker/pkg/chrootarchive [2022-03-09T22:09:09.823Z] github.com/docker/docker/pkg/containerfs [2022-03-09T22:09:09.823Z] github.com/docker/docker/pkg/devicemapper [2022-03-09T22:09:09.823Z] github.com/docker/docker/pkg/directory [2022-03-09T22:09:09.823Z] github.com/docker/docker/pkg/dmesg [2022-03-09T22:09:09.823Z] github.com/docker/docker/pkg/filenotify [2022-03-09T22:09:09.823Z] github.com/docker/docker/pkg/fileutils [2022-03-09T22:09:09.823Z] github.com/docker/docker/pkg/fsutils [2022-03-09T22:09:09.823Z] github.com/docker/docker/pkg/homedir [2022-03-09T22:09:09.823Z] github.com/docker/docker/pkg/idtools [2022-03-09T22:09:09.823Z] github.com/docker/docker/pkg/ioutils [2022-03-09T22:09:09.823Z] github.com/docker/docker/pkg/jsonmessage [2022-03-09T22:09:09.823Z] github.com/docker/docker/pkg/longpath [2022-03-09T22:09:09.823Z] github.com/docker/docker/pkg/loopback [2022-03-09T22:09:09.823Z] github.com/docker/docker/pkg/namesgenerator [2022-03-09T22:09:09.823Z] github.com/docker/docker/pkg/parsers [2022-03-09T22:09:09.823Z] github.com/docker/docker/pkg/parsers/kernel [2022-03-09T22:09:09.823Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-03-09T22:09:09.823Z] github.com/docker/docker/pkg/pidfile [2022-03-09T22:09:09.823Z] github.com/docker/docker/pkg/platform [2022-03-09T22:09:09.823Z] github.com/docker/docker/pkg/plugingetter [2022-03-09T22:09:09.823Z] github.com/docker/docker/pkg/plugins [2022-03-09T22:09:09.823Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-03-09T22:09:09.823Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-03-09T22:09:09.823Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-03-09T22:09:09.823Z] github.com/docker/docker/pkg/plugins/transport [2022-03-09T22:09:09.823Z] github.com/docker/docker/pkg/pools [2022-03-09T22:09:09.823Z] github.com/docker/docker/pkg/progress [2022-03-09T22:09:09.823Z] github.com/docker/docker/pkg/pubsub [2022-03-09T22:09:09.823Z] github.com/docker/docker/pkg/reexec [2022-03-09T22:09:09.823Z] github.com/docker/docker/pkg/signal [2022-03-09T22:09:09.823Z] github.com/docker/docker/pkg/stack [2022-03-09T22:09:09.823Z] github.com/docker/docker/pkg/stdcopy [2022-03-09T22:09:09.823Z] github.com/docker/docker/pkg/streamformatter [2022-03-09T22:09:09.823Z] github.com/docker/docker/pkg/stringid [2022-03-09T22:09:09.823Z] github.com/docker/docker/pkg/sysinfo [2022-03-09T22:09:09.823Z] github.com/docker/docker/pkg/system [2022-03-09T22:09:09.823Z] github.com/docker/docker/pkg/tailfile [2022-03-09T22:09:09.823Z] github.com/docker/docker/pkg/tarsum [2022-03-09T22:09:09.823Z] github.com/docker/docker/pkg/truncindex [2022-03-09T22:09:09.823Z] github.com/docker/docker/pkg/urlutil [2022-03-09T22:09:09.823Z] github.com/docker/docker/pkg/useragent [2022-03-09T22:09:09.823Z] github.com/docker/docker/plugin [2022-03-09T22:09:09.823Z] github.com/docker/docker/plugin/executor/containerd [2022-03-09T22:09:09.823Z] github.com/docker/docker/plugin/v2 [2022-03-09T22:09:09.823Z] github.com/docker/docker/profiles/apparmor [2022-03-09T22:09:09.823Z] github.com/docker/docker/profiles/seccomp [2022-03-09T22:09:09.823Z] github.com/docker/docker/quota [2022-03-09T22:09:09.823Z] github.com/docker/docker/reference [2022-03-09T22:09:09.823Z] github.com/docker/docker/registry [2022-03-09T22:09:09.823Z] github.com/docker/docker/registry/resumable [2022-03-09T22:09:09.823Z] github.com/docker/docker/restartmanager [2022-03-09T22:09:09.823Z] github.com/docker/docker/rootless [2022-03-09T22:09:09.823Z] github.com/docker/docker/rootless/specconv [2022-03-09T22:09:09.823Z] github.com/docker/docker/runconfig [2022-03-09T22:09:09.823Z] github.com/docker/docker/runconfig/opts [2022-03-09T22:09:09.823Z] github.com/docker/docker/testutil [2022-03-09T22:09:09.823Z] github.com/docker/docker/testutil/daemon [2022-03-09T22:09:09.823Z] github.com/docker/docker/testutil/environment [2022-03-09T22:09:09.823Z] github.com/docker/docker/testutil/fakecontext [2022-03-09T22:09:09.823Z] github.com/docker/docker/testutil/fakegit [2022-03-09T22:09:09.823Z] github.com/docker/docker/testutil/fakestorage [2022-03-09T22:09:09.823Z] github.com/docker/docker/testutil/fixtures/load [2022-03-09T22:09:09.823Z] github.com/docker/docker/testutil/fixtures/plugin [2022-03-09T22:09:09.823Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-03-09T22:09:09.823Z] github.com/docker/docker/testutil/registry [2022-03-09T22:09:09.823Z] github.com/docker/docker/testutil/request [2022-03-09T22:09:09.823Z] github.com/docker/docker/volume [2022-03-09T22:09:09.823Z] github.com/docker/docker/volume/drivers [2022-03-09T22:09:09.823Z] github.com/docker/docker/volume/local [2022-03-09T22:09:09.823Z] github.com/docker/docker/volume/mounts [2022-03-09T22:09:09.823Z] github.com/docker/docker/volume/service [2022-03-09T22:09:09.823Z] github.com/docker/docker/volume/service/opts [2022-03-09T22:09:09.823Z] github.com/docker/docker/volume/testutils' [2022-03-09T22:09:09.823Z] ++ grep --fixed-strings -v /libnetwork [2022-03-09T22:09:09.823Z] + base_pkg_list='github.com/docker/docker/api [2022-03-09T22:09:09.823Z] github.com/docker/docker/api/server [2022-03-09T22:09:09.823Z] github.com/docker/docker/api/server/backend/build [2022-03-09T22:09:09.823Z] github.com/docker/docker/api/server/httputils [2022-03-09T22:09:09.823Z] github.com/docker/docker/api/server/middleware [2022-03-09T22:09:09.823Z] github.com/docker/docker/api/server/router [2022-03-09T22:09:09.823Z] github.com/docker/docker/api/server/router/build [2022-03-09T22:09:09.823Z] github.com/docker/docker/api/server/router/checkpoint [2022-03-09T22:09:09.823Z] github.com/docker/docker/api/server/router/container [2022-03-09T22:09:09.823Z] github.com/docker/docker/api/server/router/debug [2022-03-09T22:09:09.823Z] github.com/docker/docker/api/server/router/distribution [2022-03-09T22:09:09.823Z] github.com/docker/docker/api/server/router/grpc [2022-03-09T22:09:09.823Z] github.com/docker/docker/api/server/router/image [2022-03-09T22:09:09.823Z] github.com/docker/docker/api/server/router/network [2022-03-09T22:09:09.823Z] github.com/docker/docker/api/server/router/plugin [2022-03-09T22:09:09.823Z] github.com/docker/docker/api/server/router/session [2022-03-09T22:09:09.823Z] github.com/docker/docker/api/server/router/swarm [2022-03-09T22:09:09.823Z] github.com/docker/docker/api/server/router/system [2022-03-09T22:09:09.823Z] github.com/docker/docker/api/server/router/volume [2022-03-09T22:09:09.823Z] github.com/docker/docker/api/types [2022-03-09T22:09:09.823Z] github.com/docker/docker/api/types/backend [2022-03-09T22:09:09.823Z] github.com/docker/docker/api/types/blkiodev [2022-03-09T22:09:09.823Z] github.com/docker/docker/api/types/container [2022-03-09T22:09:09.823Z] github.com/docker/docker/api/types/events [2022-03-09T22:09:09.823Z] github.com/docker/docker/api/types/filters [2022-03-09T22:09:09.823Z] github.com/docker/docker/api/types/image [2022-03-09T22:09:09.823Z] github.com/docker/docker/api/types/mount [2022-03-09T22:09:09.823Z] github.com/docker/docker/api/types/network [2022-03-09T22:09:09.823Z] github.com/docker/docker/api/types/plugins/logdriver [2022-03-09T22:09:09.823Z] github.com/docker/docker/api/types/registry [2022-03-09T22:09:09.823Z] github.com/docker/docker/api/types/strslice [2022-03-09T22:09:09.823Z] github.com/docker/docker/api/types/swarm [2022-03-09T22:09:09.823Z] github.com/docker/docker/api/types/swarm/runtime [2022-03-09T22:09:09.823Z] github.com/docker/docker/api/types/time [2022-03-09T22:09:09.823Z] github.com/docker/docker/api/types/versions [2022-03-09T22:09:09.823Z] github.com/docker/docker/api/types/versions/v1p19 [2022-03-09T22:09:09.823Z] github.com/docker/docker/api/types/versions/v1p20 [2022-03-09T22:09:09.823Z] github.com/docker/docker/api/types/volume [2022-03-09T22:09:09.823Z] github.com/docker/docker/builder [2022-03-09T22:09:09.823Z] github.com/docker/docker/builder/builder-next [2022-03-09T22:09:09.823Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-03-09T22:09:09.823Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-03-09T22:09:09.823Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-03-09T22:09:09.823Z] github.com/docker/docker/builder/builder-next/exporter [2022-03-09T22:09:09.823Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-03-09T22:09:09.823Z] github.com/docker/docker/builder/builder-next/worker [2022-03-09T22:09:09.823Z] github.com/docker/docker/builder/dockerfile [2022-03-09T22:09:09.823Z] github.com/docker/docker/builder/remotecontext [2022-03-09T22:09:09.823Z] github.com/docker/docker/builder/remotecontext/git [2022-03-09T22:09:09.823Z] github.com/docker/docker/cli [2022-03-09T22:09:09.823Z] github.com/docker/docker/cli/config [2022-03-09T22:09:09.823Z] github.com/docker/docker/cli/debug [2022-03-09T22:09:09.823Z] github.com/docker/docker/client [2022-03-09T22:09:09.823Z] github.com/docker/docker/cmd/docker-proxy [2022-03-09T22:09:09.823Z] github.com/docker/docker/cmd/dockerd [2022-03-09T22:09:09.823Z] github.com/docker/docker/cmd/dockerd/trap [2022-03-09T22:09:09.823Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-03-09T22:09:09.823Z] github.com/docker/docker/container [2022-03-09T22:09:09.823Z] github.com/docker/docker/container/stream [2022-03-09T22:09:09.823Z] github.com/docker/docker/contrib/apparmor [2022-03-09T22:09:09.823Z] github.com/docker/docker/contrib/docker-device-tool [2022-03-09T22:09:09.823Z] github.com/docker/docker/contrib/httpserver [2022-03-09T22:09:09.823Z] github.com/docker/docker/daemon [2022-03-09T22:09:09.823Z] github.com/docker/docker/daemon/cluster [2022-03-09T22:09:09.823Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-03-09T22:09:09.823Z] github.com/docker/docker/daemon/cluster/convert [2022-03-09T22:09:09.823Z] github.com/docker/docker/daemon/cluster/executor [2022-03-09T22:09:09.823Z] github.com/docker/docker/daemon/cluster/executor/container [2022-03-09T22:09:09.823Z] github.com/docker/docker/daemon/cluster/provider [2022-03-09T22:09:09.823Z] github.com/docker/docker/daemon/config [2022-03-09T22:09:09.823Z] github.com/docker/docker/daemon/events [2022-03-09T22:09:09.823Z] github.com/docker/docker/daemon/events/testutils [2022-03-09T22:09:09.823Z] github.com/docker/docker/daemon/exec [2022-03-09T22:09:09.823Z] github.com/docker/docker/daemon/graphdriver [2022-03-09T22:09:09.823Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-03-09T22:09:09.823Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-03-09T22:09:09.823Z] github.com/docker/docker/daemon/graphdriver/copy [2022-03-09T22:09:09.823Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-03-09T22:09:09.823Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-03-09T22:09:09.823Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-03-09T22:09:09.823Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-03-09T22:09:09.823Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-03-09T22:09:09.823Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-03-09T22:09:09.823Z] github.com/docker/docker/daemon/graphdriver/register [2022-03-09T22:09:09.823Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-03-09T22:09:09.823Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-03-09T22:09:09.823Z] github.com/docker/docker/daemon/images [2022-03-09T22:09:09.823Z] github.com/docker/docker/daemon/initlayer [2022-03-09T22:09:09.823Z] github.com/docker/docker/daemon/links [2022-03-09T22:09:09.823Z] github.com/docker/docker/daemon/listeners [2022-03-09T22:09:09.823Z] github.com/docker/docker/daemon/logger [2022-03-09T22:09:09.823Z] github.com/docker/docker/daemon/logger/awslogs [2022-03-09T22:09:09.823Z] github.com/docker/docker/daemon/logger/fluentd [2022-03-09T22:09:09.823Z] github.com/docker/docker/daemon/logger/gcplogs [2022-03-09T22:09:09.823Z] github.com/docker/docker/daemon/logger/gelf [2022-03-09T22:09:09.823Z] github.com/docker/docker/daemon/logger/journald [2022-03-09T22:09:09.823Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-03-09T22:09:09.823Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-03-09T22:09:09.823Z] github.com/docker/docker/daemon/logger/local [2022-03-09T22:09:09.823Z] github.com/docker/docker/daemon/logger/logentries [2022-03-09T22:09:09.823Z] github.com/docker/docker/daemon/logger/loggerutils [2022-03-09T22:09:09.823Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-03-09T22:09:09.823Z] github.com/docker/docker/daemon/logger/splunk [2022-03-09T22:09:09.823Z] github.com/docker/docker/daemon/logger/syslog [2022-03-09T22:09:09.823Z] github.com/docker/docker/daemon/logger/templates [2022-03-09T22:09:09.823Z] github.com/docker/docker/daemon/names [2022-03-09T22:09:09.823Z] github.com/docker/docker/daemon/network [2022-03-09T22:09:09.823Z] github.com/docker/docker/daemon/stats [2022-03-09T22:09:09.823Z] github.com/docker/docker/distribution [2022-03-09T22:09:09.823Z] github.com/docker/docker/distribution/metadata [2022-03-09T22:09:09.823Z] github.com/docker/docker/distribution/utils [2022-03-09T22:09:09.823Z] github.com/docker/docker/distribution/xfer [2022-03-09T22:09:09.823Z] github.com/docker/docker/dockerversion [2022-03-09T22:09:09.823Z] github.com/docker/docker/errdefs [2022-03-09T22:09:09.823Z] github.com/docker/docker/image [2022-03-09T22:09:09.823Z] github.com/docker/docker/image/cache [2022-03-09T22:09:09.823Z] github.com/docker/docker/image/tarexport [2022-03-09T22:09:09.823Z] github.com/docker/docker/image/v1 [2022-03-09T22:09:09.823Z] github.com/docker/docker/internal/test/suite [2022-03-09T22:09:09.823Z] github.com/docker/docker/layer [2022-03-09T22:09:09.823Z] github.com/docker/docker/libcontainerd [2022-03-09T22:09:09.823Z] github.com/docker/docker/libcontainerd/queue [2022-03-09T22:09:09.823Z] github.com/docker/docker/libcontainerd/remote [2022-03-09T22:09:09.823Z] github.com/docker/docker/libcontainerd/supervisor [2022-03-09T22:09:09.823Z] github.com/docker/docker/libcontainerd/types [2022-03-09T22:09:09.823Z] github.com/docker/docker/oci [2022-03-09T22:09:09.823Z] github.com/docker/docker/oci/caps [2022-03-09T22:09:09.823Z] github.com/docker/docker/opts [2022-03-09T22:09:09.823Z] github.com/docker/docker/pkg/aaparser [2022-03-09T22:09:09.823Z] github.com/docker/docker/pkg/archive [2022-03-09T22:09:09.823Z] github.com/docker/docker/pkg/authorization [2022-03-09T22:09:09.823Z] github.com/docker/docker/pkg/broadcaster [2022-03-09T22:09:09.823Z] github.com/docker/docker/pkg/capabilities [2022-03-09T22:09:09.823Z] github.com/docker/docker/pkg/chrootarchive [2022-03-09T22:09:09.823Z] github.com/docker/docker/pkg/containerfs [2022-03-09T22:09:09.823Z] github.com/docker/docker/pkg/devicemapper [2022-03-09T22:09:09.823Z] github.com/docker/docker/pkg/directory [2022-03-09T22:09:09.823Z] github.com/docker/docker/pkg/dmesg [2022-03-09T22:09:09.823Z] github.com/docker/docker/pkg/filenotify [2022-03-09T22:09:09.823Z] github.com/docker/docker/pkg/fileutils [2022-03-09T22:09:09.823Z] github.com/docker/docker/pkg/fsutils [2022-03-09T22:09:09.823Z] github.com/docker/docker/pkg/homedir [2022-03-09T22:09:09.823Z] github.com/docker/docker/pkg/idtools [2022-03-09T22:09:09.823Z] github.com/docker/docker/pkg/ioutils [2022-03-09T22:09:09.823Z] github.com/docker/docker/pkg/jsonmessage [2022-03-09T22:09:09.823Z] github.com/docker/docker/pkg/longpath [2022-03-09T22:09:09.823Z] github.com/docker/docker/pkg/loopback [2022-03-09T22:09:09.823Z] github.com/docker/docker/pkg/namesgenerator [2022-03-09T22:09:09.823Z] github.com/docker/docker/pkg/parsers [2022-03-09T22:09:09.823Z] github.com/docker/docker/pkg/parsers/kernel [2022-03-09T22:09:09.823Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-03-09T22:09:09.823Z] github.com/docker/docker/pkg/pidfile [2022-03-09T22:09:09.823Z] github.com/docker/docker/pkg/platform [2022-03-09T22:09:09.823Z] github.com/docker/docker/pkg/plugingetter [2022-03-09T22:09:09.823Z] github.com/docker/docker/pkg/plugins [2022-03-09T22:09:09.823Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-03-09T22:09:09.823Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-03-09T22:09:09.823Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-03-09T22:09:09.823Z] github.com/docker/docker/pkg/plugins/transport [2022-03-09T22:09:09.823Z] github.com/docker/docker/pkg/pools [2022-03-09T22:09:09.823Z] github.com/docker/docker/pkg/progress [2022-03-09T22:09:09.823Z] github.com/docker/docker/pkg/pubsub [2022-03-09T22:09:09.823Z] github.com/docker/docker/pkg/reexec [2022-03-09T22:09:09.823Z] github.com/docker/docker/pkg/signal [2022-03-09T22:09:09.823Z] github.com/docker/docker/pkg/stack [2022-03-09T22:09:09.823Z] github.com/docker/docker/pkg/stdcopy [2022-03-09T22:09:09.823Z] github.com/docker/docker/pkg/streamformatter [2022-03-09T22:09:09.823Z] github.com/docker/docker/pkg/stringid [2022-03-09T22:09:09.823Z] github.com/docker/docker/pkg/sysinfo [2022-03-09T22:09:09.823Z] github.com/docker/docker/pkg/system [2022-03-09T22:09:09.823Z] github.com/docker/docker/pkg/tailfile [2022-03-09T22:09:09.823Z] github.com/docker/docker/pkg/tarsum [2022-03-09T22:09:09.823Z] github.com/docker/docker/pkg/truncindex [2022-03-09T22:09:09.823Z] github.com/docker/docker/pkg/urlutil [2022-03-09T22:09:09.823Z] github.com/docker/docker/pkg/useragent [2022-03-09T22:09:09.823Z] github.com/docker/docker/plugin [2022-03-09T22:09:09.823Z] github.com/docker/docker/plugin/executor/containerd [2022-03-09T22:09:09.823Z] github.com/docker/docker/plugin/v2 [2022-03-09T22:09:09.823Z] github.com/docker/docker/profiles/apparmor [2022-03-09T22:09:09.823Z] github.com/docker/docker/profiles/seccomp [2022-03-09T22:09:09.823Z] github.com/docker/docker/quota [2022-03-09T22:09:09.823Z] github.com/docker/docker/reference [2022-03-09T22:09:09.823Z] github.com/docker/docker/registry [2022-03-09T22:09:09.823Z] github.com/docker/docker/registry/resumable [2022-03-09T22:09:09.823Z] github.com/docker/docker/restartmanager [2022-03-09T22:09:09.823Z] github.com/docker/docker/rootless [2022-03-09T22:09:09.823Z] github.com/docker/docker/rootless/specconv [2022-03-09T22:09:09.823Z] github.com/docker/docker/runconfig [2022-03-09T22:09:09.823Z] github.com/docker/docker/runconfig/opts [2022-03-09T22:09:09.823Z] github.com/docker/docker/testutil [2022-03-09T22:09:09.823Z] github.com/docker/docker/testutil/daemon [2022-03-09T22:09:09.823Z] github.com/docker/docker/testutil/environment [2022-03-09T22:09:09.823Z] github.com/docker/docker/testutil/fakecontext [2022-03-09T22:09:09.823Z] github.com/docker/docker/testutil/fakegit [2022-03-09T22:09:09.823Z] github.com/docker/docker/testutil/fakestorage [2022-03-09T22:09:09.823Z] github.com/docker/docker/testutil/fixtures/load [2022-03-09T22:09:09.823Z] github.com/docker/docker/testutil/fixtures/plugin [2022-03-09T22:09:09.823Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-03-09T22:09:09.823Z] github.com/docker/docker/testutil/registry [2022-03-09T22:09:09.823Z] github.com/docker/docker/testutil/request [2022-03-09T22:09:09.823Z] github.com/docker/docker/volume [2022-03-09T22:09:09.823Z] github.com/docker/docker/volume/drivers [2022-03-09T22:09:09.823Z] github.com/docker/docker/volume/local [2022-03-09T22:09:09.823Z] github.com/docker/docker/volume/mounts [2022-03-09T22:09:09.823Z] github.com/docker/docker/volume/service [2022-03-09T22:09:09.823Z] github.com/docker/docker/volume/service/opts [2022-03-09T22:09:09.823Z] github.com/docker/docker/volume/testutils' [2022-03-09T22:09:09.823Z] ++ grep --fixed-strings /libnetwork [2022-03-09T22:09:09.823Z] ++ echo 'github.com/docker/docker/api [2022-03-09T22:09:09.823Z] github.com/docker/docker/api/server [2022-03-09T22:09:09.823Z] github.com/docker/docker/api/server/backend/build [2022-03-09T22:09:09.823Z] github.com/docker/docker/api/server/httputils [2022-03-09T22:09:09.824Z] github.com/docker/docker/api/server/middleware [2022-03-09T22:09:09.824Z] github.com/docker/docker/api/server/router [2022-03-09T22:09:09.824Z] github.com/docker/docker/api/server/router/build [2022-03-09T22:09:09.824Z] github.com/docker/docker/api/server/router/checkpoint [2022-03-09T22:09:09.824Z] github.com/docker/docker/api/server/router/container [2022-03-09T22:09:09.824Z] github.com/docker/docker/api/server/router/debug [2022-03-09T22:09:09.824Z] github.com/docker/docker/api/server/router/distribution [2022-03-09T22:09:09.824Z] github.com/docker/docker/api/server/router/grpc [2022-03-09T22:09:09.824Z] github.com/docker/docker/api/server/router/image [2022-03-09T22:09:09.824Z] github.com/docker/docker/api/server/router/network [2022-03-09T22:09:09.824Z] github.com/docker/docker/api/server/router/plugin [2022-03-09T22:09:09.824Z] github.com/docker/docker/api/server/router/session [2022-03-09T22:09:09.824Z] github.com/docker/docker/api/server/router/swarm [2022-03-09T22:09:09.824Z] github.com/docker/docker/api/server/router/system [2022-03-09T22:09:09.824Z] github.com/docker/docker/api/server/router/volume [2022-03-09T22:09:09.824Z] github.com/docker/docker/api/types [2022-03-09T22:09:09.824Z] github.com/docker/docker/api/types/backend [2022-03-09T22:09:09.824Z] github.com/docker/docker/api/types/blkiodev [2022-03-09T22:09:09.824Z] github.com/docker/docker/api/types/container [2022-03-09T22:09:09.824Z] github.com/docker/docker/api/types/events [2022-03-09T22:09:09.824Z] github.com/docker/docker/api/types/filters [2022-03-09T22:09:09.824Z] github.com/docker/docker/api/types/image [2022-03-09T22:09:09.824Z] github.com/docker/docker/api/types/mount [2022-03-09T22:09:09.824Z] github.com/docker/docker/api/types/network [2022-03-09T22:09:09.824Z] github.com/docker/docker/api/types/plugins/logdriver [2022-03-09T22:09:09.824Z] github.com/docker/docker/api/types/registry [2022-03-09T22:09:09.824Z] github.com/docker/docker/api/types/strslice [2022-03-09T22:09:09.824Z] github.com/docker/docker/api/types/swarm [2022-03-09T22:09:09.824Z] github.com/docker/docker/api/types/swarm/runtime [2022-03-09T22:09:09.824Z] github.com/docker/docker/api/types/time [2022-03-09T22:09:09.824Z] github.com/docker/docker/api/types/versions [2022-03-09T22:09:09.824Z] github.com/docker/docker/api/types/versions/v1p19 [2022-03-09T22:09:09.824Z] github.com/docker/docker/api/types/versions/v1p20 [2022-03-09T22:09:09.824Z] github.com/docker/docker/api/types/volume [2022-03-09T22:09:09.824Z] github.com/docker/docker/builder [2022-03-09T22:09:09.824Z] github.com/docker/docker/builder/builder-next [2022-03-09T22:09:09.824Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-03-09T22:09:09.824Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-03-09T22:09:09.824Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-03-09T22:09:09.824Z] github.com/docker/docker/builder/builder-next/exporter [2022-03-09T22:09:09.824Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-03-09T22:09:09.824Z] github.com/docker/docker/builder/builder-next/worker [2022-03-09T22:09:09.824Z] github.com/docker/docker/builder/dockerfile [2022-03-09T22:09:09.824Z] github.com/docker/docker/builder/remotecontext [2022-03-09T22:09:09.824Z] github.com/docker/docker/builder/remotecontext/git [2022-03-09T22:09:09.824Z] github.com/docker/docker/cli [2022-03-09T22:09:09.824Z] github.com/docker/docker/cli/config [2022-03-09T22:09:09.824Z] github.com/docker/docker/cli/debug [2022-03-09T22:09:09.824Z] github.com/docker/docker/client [2022-03-09T22:09:09.824Z] github.com/docker/docker/cmd/docker-proxy [2022-03-09T22:09:09.824Z] github.com/docker/docker/cmd/dockerd [2022-03-09T22:09:09.824Z] github.com/docker/docker/cmd/dockerd/trap [2022-03-09T22:09:09.824Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-03-09T22:09:09.824Z] github.com/docker/docker/container [2022-03-09T22:09:09.824Z] github.com/docker/docker/container/stream [2022-03-09T22:09:09.824Z] github.com/docker/docker/contrib/apparmor [2022-03-09T22:09:09.824Z] github.com/docker/docker/contrib/docker-device-tool [2022-03-09T22:09:09.824Z] github.com/docker/docker/contrib/httpserver [2022-03-09T22:09:09.824Z] github.com/docker/docker/daemon [2022-03-09T22:09:09.824Z] github.com/docker/docker/daemon/cluster [2022-03-09T22:09:09.824Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-03-09T22:09:09.824Z] github.com/docker/docker/daemon/cluster/convert [2022-03-09T22:09:09.824Z] github.com/docker/docker/daemon/cluster/executor [2022-03-09T22:09:09.824Z] github.com/docker/docker/daemon/cluster/executor/container [2022-03-09T22:09:09.824Z] github.com/docker/docker/daemon/cluster/provider [2022-03-09T22:09:09.824Z] github.com/docker/docker/daemon/config [2022-03-09T22:09:09.824Z] github.com/docker/docker/daemon/events [2022-03-09T22:09:09.824Z] github.com/docker/docker/daemon/events/testutils [2022-03-09T22:09:09.824Z] github.com/docker/docker/daemon/exec [2022-03-09T22:09:09.824Z] github.com/docker/docker/daemon/graphdriver [2022-03-09T22:09:09.824Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-03-09T22:09:09.824Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-03-09T22:09:09.824Z] github.com/docker/docker/daemon/graphdriver/copy [2022-03-09T22:09:09.824Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-03-09T22:09:09.824Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-03-09T22:09:09.824Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-03-09T22:09:09.824Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-03-09T22:09:09.824Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-03-09T22:09:09.824Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-03-09T22:09:09.824Z] github.com/docker/docker/daemon/graphdriver/register [2022-03-09T22:09:09.824Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-03-09T22:09:09.824Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-03-09T22:09:09.824Z] github.com/docker/docker/daemon/images [2022-03-09T22:09:09.824Z] github.com/docker/docker/daemon/initlayer [2022-03-09T22:09:09.824Z] github.com/docker/docker/daemon/links [2022-03-09T22:09:09.824Z] github.com/docker/docker/daemon/listeners [2022-03-09T22:09:09.824Z] github.com/docker/docker/daemon/logger [2022-03-09T22:09:09.824Z] github.com/docker/docker/daemon/logger/awslogs [2022-03-09T22:09:09.824Z] github.com/docker/docker/daemon/logger/fluentd [2022-03-09T22:09:09.824Z] github.com/docker/docker/daemon/logger/gcplogs [2022-03-09T22:09:09.824Z] github.com/docker/docker/daemon/logger/gelf [2022-03-09T22:09:09.824Z] github.com/docker/docker/daemon/logger/journald [2022-03-09T22:09:09.824Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-03-09T22:09:09.824Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-03-09T22:09:09.824Z] github.com/docker/docker/daemon/logger/local [2022-03-09T22:09:09.824Z] github.com/docker/docker/daemon/logger/logentries [2022-03-09T22:09:09.824Z] github.com/docker/docker/daemon/logger/loggerutils [2022-03-09T22:09:09.824Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-03-09T22:09:09.824Z] github.com/docker/docker/daemon/logger/splunk [2022-03-09T22:09:09.824Z] github.com/docker/docker/daemon/logger/syslog [2022-03-09T22:09:09.824Z] github.com/docker/docker/daemon/logger/templates [2022-03-09T22:09:09.824Z] github.com/docker/docker/daemon/names [2022-03-09T22:09:09.824Z] github.com/docker/docker/daemon/network [2022-03-09T22:09:09.824Z] github.com/docker/docker/daemon/stats [2022-03-09T22:09:09.824Z] github.com/docker/docker/distribution [2022-03-09T22:09:09.824Z] github.com/docker/docker/distribution/metadata [2022-03-09T22:09:09.824Z] github.com/docker/docker/distribution/utils [2022-03-09T22:09:09.824Z] github.com/docker/docker/distribution/xfer [2022-03-09T22:09:09.824Z] github.com/docker/docker/dockerversion [2022-03-09T22:09:09.824Z] github.com/docker/docker/errdefs [2022-03-09T22:09:09.824Z] github.com/docker/docker/image [2022-03-09T22:09:09.824Z] github.com/docker/docker/image/cache [2022-03-09T22:09:09.824Z] github.com/docker/docker/image/tarexport [2022-03-09T22:09:09.824Z] github.com/docker/docker/image/v1 [2022-03-09T22:09:09.824Z] github.com/docker/docker/internal/test/suite [2022-03-09T22:09:09.824Z] github.com/docker/docker/layer [2022-03-09T22:09:09.824Z] github.com/docker/docker/libcontainerd [2022-03-09T22:09:09.824Z] github.com/docker/docker/libcontainerd/queue [2022-03-09T22:09:09.824Z] github.com/docker/docker/libcontainerd/remote [2022-03-09T22:09:09.824Z] github.com/docker/docker/libcontainerd/supervisor [2022-03-09T22:09:09.824Z] github.com/docker/docker/libcontainerd/types [2022-03-09T22:09:09.824Z] github.com/docker/docker/libnetwork [2022-03-09T22:09:09.824Z] github.com/docker/docker/libnetwork/bitseq [2022-03-09T22:09:09.824Z] github.com/docker/docker/libnetwork/cluster [2022-03-09T22:09:09.824Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-09T22:09:09.824Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-09T22:09:09.824Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-09T22:09:09.824Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-09T22:09:09.824Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-09T22:09:09.824Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-09T22:09:09.824Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-09T22:09:09.824Z] github.com/docker/docker/libnetwork/config [2022-03-09T22:09:09.824Z] github.com/docker/docker/libnetwork/datastore [2022-03-09T22:09:09.824Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-09T22:09:09.824Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-09T22:09:09.824Z] github.com/docker/docker/libnetwork/driverapi [2022-03-09T22:09:09.824Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-09T22:09:09.824Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-09T22:09:09.824Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-09T22:09:09.824Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-09T22:09:09.824Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-09T22:09:09.824Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-09T22:09:09.824Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-09T22:09:09.824Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-09T22:09:09.824Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-09T22:09:09.824Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-09T22:09:09.824Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-09T22:09:09.824Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-09T22:09:09.824Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-09T22:09:09.824Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-09T22:09:09.824Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-09T22:09:09.824Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-09T22:09:09.824Z] github.com/docker/docker/libnetwork/etchosts [2022-03-09T22:09:09.824Z] github.com/docker/docker/libnetwork/idm [2022-03-09T22:09:09.824Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-09T22:09:09.824Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-09T22:09:09.824Z] github.com/docker/docker/libnetwork/ipam [2022-03-09T22:09:09.824Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-09T22:09:09.824Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-09T22:09:09.824Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-09T22:09:09.824Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-09T22:09:09.824Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-09T22:09:09.824Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-09T22:09:09.824Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-09T22:09:09.824Z] github.com/docker/docker/libnetwork/iptables [2022-03-09T22:09:09.824Z] github.com/docker/docker/libnetwork/netlabel [2022-03-09T22:09:09.824Z] github.com/docker/docker/libnetwork/netutils [2022-03-09T22:09:09.824Z] github.com/docker/docker/libnetwork/networkdb [2022-03-09T22:09:09.824Z] github.com/docker/docker/libnetwork/ns [2022-03-09T22:09:09.824Z] github.com/docker/docker/libnetwork/options [2022-03-09T22:09:09.824Z] github.com/docker/docker/libnetwork/osl [2022-03-09T22:09:09.824Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-09T22:09:09.824Z] github.com/docker/docker/libnetwork/portallocator [2022-03-09T22:09:09.824Z] github.com/docker/docker/libnetwork/portmapper [2022-03-09T22:09:09.824Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-09T22:09:09.824Z] github.com/docker/docker/libnetwork/testutils [2022-03-09T22:09:09.824Z] github.com/docker/docker/libnetwork/types [2022-03-09T22:09:09.824Z] github.com/docker/docker/oci [2022-03-09T22:09:09.824Z] github.com/docker/docker/oci/caps [2022-03-09T22:09:09.824Z] github.com/docker/docker/opts [2022-03-09T22:09:09.824Z] github.com/docker/docker/pkg/aaparser [2022-03-09T22:09:09.824Z] github.com/docker/docker/pkg/archive [2022-03-09T22:09:09.824Z] github.com/docker/docker/pkg/authorization [2022-03-09T22:09:09.824Z] github.com/docker/docker/pkg/broadcaster [2022-03-09T22:09:09.824Z] github.com/docker/docker/pkg/capabilities [2022-03-09T22:09:09.824Z] github.com/docker/docker/pkg/chrootarchive [2022-03-09T22:09:09.824Z] github.com/docker/docker/pkg/containerfs [2022-03-09T22:09:09.824Z] github.com/docker/docker/pkg/devicemapper [2022-03-09T22:09:09.824Z] github.com/docker/docker/pkg/directory [2022-03-09T22:09:09.824Z] github.com/docker/docker/pkg/dmesg [2022-03-09T22:09:09.824Z] github.com/docker/docker/pkg/filenotify [2022-03-09T22:09:09.824Z] github.com/docker/docker/pkg/fileutils [2022-03-09T22:09:09.824Z] github.com/docker/docker/pkg/fsutils [2022-03-09T22:09:09.824Z] github.com/docker/docker/pkg/homedir [2022-03-09T22:09:09.824Z] github.com/docker/docker/pkg/idtools [2022-03-09T22:09:09.824Z] github.com/docker/docker/pkg/ioutils [2022-03-09T22:09:09.824Z] github.com/docker/docker/pkg/jsonmessage [2022-03-09T22:09:09.824Z] github.com/docker/docker/pkg/longpath [2022-03-09T22:09:09.824Z] github.com/docker/docker/pkg/loopback [2022-03-09T22:09:09.824Z] github.com/docker/docker/pkg/namesgenerator [2022-03-09T22:09:09.824Z] github.com/docker/docker/pkg/parsers [2022-03-09T22:09:09.824Z] github.com/docker/docker/pkg/parsers/kernel [2022-03-09T22:09:09.824Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-03-09T22:09:09.824Z] github.com/docker/docker/pkg/pidfile [2022-03-09T22:09:09.824Z] github.com/docker/docker/pkg/platform [2022-03-09T22:09:09.824Z] github.com/docker/docker/pkg/plugingetter [2022-03-09T22:09:09.824Z] github.com/docker/docker/pkg/plugins [2022-03-09T22:09:09.824Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-03-09T22:09:09.824Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-03-09T22:09:09.824Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-03-09T22:09:09.824Z] github.com/docker/docker/pkg/plugins/transport [2022-03-09T22:09:09.824Z] github.com/docker/docker/pkg/pools [2022-03-09T22:09:09.824Z] github.com/docker/docker/pkg/progress [2022-03-09T22:09:09.824Z] github.com/docker/docker/pkg/pubsub [2022-03-09T22:09:09.824Z] github.com/docker/docker/pkg/reexec [2022-03-09T22:09:09.824Z] github.com/docker/docker/pkg/signal [2022-03-09T22:09:09.824Z] github.com/docker/docker/pkg/stack [2022-03-09T22:09:09.824Z] github.com/docker/docker/pkg/stdcopy [2022-03-09T22:09:09.824Z] github.com/docker/docker/pkg/streamformatter [2022-03-09T22:09:09.824Z] github.com/docker/docker/pkg/stringid [2022-03-09T22:09:09.824Z] github.com/docker/docker/pkg/sysinfo [2022-03-09T22:09:09.824Z] github.com/docker/docker/pkg/system [2022-03-09T22:09:09.824Z] github.com/docker/docker/pkg/tailfile [2022-03-09T22:09:09.824Z] github.com/docker/docker/pkg/tarsum [2022-03-09T22:09:09.824Z] github.com/docker/docker/pkg/truncindex [2022-03-09T22:09:09.824Z] github.com/docker/docker/pkg/urlutil [2022-03-09T22:09:09.824Z] github.com/docker/docker/pkg/useragent [2022-03-09T22:09:09.824Z] github.com/docker/docker/plugin [2022-03-09T22:09:09.824Z] github.com/docker/docker/plugin/executor/containerd [2022-03-09T22:09:09.824Z] github.com/docker/docker/plugin/v2 [2022-03-09T22:09:09.824Z] github.com/docker/docker/profiles/apparmor [2022-03-09T22:09:09.824Z] github.com/docker/docker/profiles/seccomp [2022-03-09T22:09:09.824Z] github.com/docker/docker/quota [2022-03-09T22:09:09.824Z] github.com/docker/docker/reference [2022-03-09T22:09:09.824Z] github.com/docker/docker/registry [2022-03-09T22:09:09.824Z] github.com/docker/docker/registry/resumable [2022-03-09T22:09:09.824Z] github.com/docker/docker/restartmanager [2022-03-09T22:09:09.824Z] github.com/docker/docker/rootless [2022-03-09T22:09:09.824Z] github.com/docker/docker/rootless/specconv [2022-03-09T22:09:09.824Z] github.com/docker/docker/runconfig [2022-03-09T22:09:09.824Z] github.com/docker/docker/runconfig/opts [2022-03-09T22:09:09.824Z] github.com/docker/docker/testutil [2022-03-09T22:09:09.824Z] github.com/docker/docker/testutil/daemon [2022-03-09T22:09:09.824Z] github.com/docker/docker/testutil/environment [2022-03-09T22:09:09.824Z] github.com/docker/docker/testutil/fakecontext [2022-03-09T22:09:09.824Z] github.com/docker/docker/testutil/fakegit [2022-03-09T22:09:09.824Z] github.com/docker/docker/testutil/fakestorage [2022-03-09T22:09:09.824Z] github.com/docker/docker/testutil/fixtures/load [2022-03-09T22:09:09.824Z] github.com/docker/docker/testutil/fixtures/plugin [2022-03-09T22:09:09.824Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-03-09T22:09:09.824Z] github.com/docker/docker/testutil/registry [2022-03-09T22:09:09.824Z] github.com/docker/docker/testutil/request [2022-03-09T22:09:09.824Z] github.com/docker/docker/volume [2022-03-09T22:09:09.824Z] github.com/docker/docker/volume/drivers [2022-03-09T22:09:09.824Z] github.com/docker/docker/volume/local [2022-03-09T22:09:09.824Z] github.com/docker/docker/volume/mounts [2022-03-09T22:09:09.824Z] github.com/docker/docker/volume/service [2022-03-09T22:09:09.824Z] github.com/docker/docker/volume/service/opts [2022-03-09T22:09:09.824Z] github.com/docker/docker/volume/testutils' [2022-03-09T22:09:09.824Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork [2022-03-09T22:09:09.824Z] github.com/docker/docker/libnetwork/bitseq [2022-03-09T22:09:09.824Z] github.com/docker/docker/libnetwork/cluster [2022-03-09T22:09:09.824Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-09T22:09:09.824Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-09T22:09:09.824Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-09T22:09:09.824Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-09T22:09:09.824Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-09T22:09:09.824Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-09T22:09:09.824Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-09T22:09:09.824Z] github.com/docker/docker/libnetwork/config [2022-03-09T22:09:09.824Z] github.com/docker/docker/libnetwork/datastore [2022-03-09T22:09:09.824Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-09T22:09:09.824Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-09T22:09:09.824Z] github.com/docker/docker/libnetwork/driverapi [2022-03-09T22:09:09.824Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-09T22:09:09.824Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-09T22:09:09.824Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-09T22:09:09.824Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-09T22:09:09.824Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-09T22:09:09.824Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-09T22:09:09.824Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-09T22:09:09.824Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-09T22:09:09.824Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-09T22:09:09.824Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-09T22:09:09.824Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-09T22:09:09.824Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-09T22:09:09.824Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-09T22:09:09.824Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-09T22:09:09.824Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-09T22:09:09.824Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-09T22:09:09.824Z] github.com/docker/docker/libnetwork/etchosts [2022-03-09T22:09:09.824Z] github.com/docker/docker/libnetwork/idm [2022-03-09T22:09:09.824Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-09T22:09:09.824Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-09T22:09:09.824Z] github.com/docker/docker/libnetwork/ipam [2022-03-09T22:09:09.824Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-09T22:09:09.824Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-09T22:09:09.824Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-09T22:09:09.824Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-09T22:09:09.824Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-09T22:09:09.824Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-09T22:09:09.824Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-09T22:09:09.824Z] github.com/docker/docker/libnetwork/iptables [2022-03-09T22:09:09.824Z] github.com/docker/docker/libnetwork/netlabel [2022-03-09T22:09:09.824Z] github.com/docker/docker/libnetwork/netutils [2022-03-09T22:09:09.824Z] github.com/docker/docker/libnetwork/networkdb [2022-03-09T22:09:09.824Z] github.com/docker/docker/libnetwork/ns [2022-03-09T22:09:09.824Z] github.com/docker/docker/libnetwork/options [2022-03-09T22:09:09.824Z] github.com/docker/docker/libnetwork/osl [2022-03-09T22:09:09.824Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-09T22:09:09.824Z] github.com/docker/docker/libnetwork/portallocator [2022-03-09T22:09:09.825Z] github.com/docker/docker/libnetwork/portmapper [2022-03-09T22:09:09.825Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-09T22:09:09.825Z] github.com/docker/docker/libnetwork/testutils [2022-03-09T22:09:09.825Z] github.com/docker/docker/libnetwork/types' [2022-03-09T22:09:09.825Z] + echo 'github.com/docker/docker/libnetwork [2022-03-09T22:09:09.825Z] github.com/docker/docker/libnetwork/bitseq [2022-03-09T22:09:09.825Z] github.com/docker/docker/libnetwork/cluster [2022-03-09T22:09:09.825Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-09T22:09:09.825Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-09T22:09:09.825Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-09T22:09:09.825Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-09T22:09:09.825Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-09T22:09:09.825Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-09T22:09:09.825Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-09T22:09:09.825Z] github.com/docker/docker/libnetwork/config [2022-03-09T22:09:09.825Z] github.com/docker/docker/libnetwork/datastore [2022-03-09T22:09:09.825Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-09T22:09:09.825Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-09T22:09:09.825Z] github.com/docker/docker/libnetwork/driverapi [2022-03-09T22:09:09.825Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-09T22:09:09.825Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-09T22:09:09.825Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-09T22:09:09.825Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-09T22:09:09.825Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-09T22:09:09.825Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-09T22:09:09.825Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-09T22:09:09.825Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-09T22:09:09.825Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-09T22:09:09.825Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-09T22:09:09.825Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-09T22:09:09.825Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-09T22:09:09.825Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-09T22:09:09.825Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-09T22:09:09.825Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-09T22:09:09.825Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-09T22:09:09.825Z] github.com/docker/docker/libnetwork/etchosts [2022-03-09T22:09:09.825Z] github.com/docker/docker/libnetwork/idm [2022-03-09T22:09:09.825Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-09T22:09:09.825Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-09T22:09:09.825Z] github.com/docker/docker/libnetwork/ipam [2022-03-09T22:09:09.825Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-09T22:09:09.825Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-09T22:09:09.825Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-09T22:09:09.825Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-09T22:09:09.825Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-09T22:09:09.825Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-09T22:09:09.825Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-09T22:09:09.825Z] github.com/docker/docker/libnetwork/iptables [2022-03-09T22:09:09.825Z] github.com/docker/docker/libnetwork/netlabel [2022-03-09T22:09:09.825Z] github.com/docker/docker/libnetwork/netutils [2022-03-09T22:09:09.825Z] github.com/docker/docker/libnetwork/networkdb [2022-03-09T22:09:09.825Z] github.com/docker/docker/libnetwork/ns [2022-03-09T22:09:09.825Z] github.com/docker/docker/libnetwork/options [2022-03-09T22:09:09.825Z] github.com/docker/docker/libnetwork/osl [2022-03-09T22:09:09.825Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-09T22:09:09.825Z] github.com/docker/docker/libnetwork/portallocator [2022-03-09T22:09:09.825Z] github.com/docker/docker/libnetwork/portmapper [2022-03-09T22:09:09.825Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-09T22:09:09.825Z] github.com/docker/docker/libnetwork/testutils [2022-03-09T22:09:09.825Z] github.com/docker/docker/libnetwork/types' [2022-03-09T22:09:09.825Z] + grep --fixed-strings libnetwork/drivers/bridge [2022-03-09T22:09:09.825Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-09T22:09:09.825Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-09T22:09:09.825Z] + type docker-proxy [2022-03-09T22:09:09.825Z] hack/test/unit: line 25: type: docker-proxy: not found [2022-03-09T22:09:09.825Z] + hack/make.sh binary-proxy install-proxy [2022-03-09T22:09:09.825Z] [2022-03-09T22:09:09.825Z] Removing bundles/ [2022-03-09T22:09:09.825Z] [2022-03-09T22:09:09.825Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy) [2022-03-09T22:09:09.825Z] Building: bundles/binary-proxy/docker-proxy-dev [2022-03-09T22:09:09.825Z] GOOS="" GOARCH="" GOARM="" [2022-03-09T22:09:11.504Z] #43 209.6 + dpkg --print-architecture [2022-03-09T22:09:11.504Z] #43 209.6 + git checkout -q v2.1.0 [2022-03-09T22:09:11.504Z] #43 209.8 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2022-03-09T22:09:11.504Z] #43 209.8 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2022-03-09T22:09:12.832Z] #65 21.62 Reading package lists... [2022-03-09T22:09:12.832Z] #65 ... [2022-03-09T22:09:12.832Z] [2022-03-09T22:09:12.832Z] #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-09T22:09:12.832Z] #45 sha256:8dbaebd03dad80e18a95f20d34b7aaf4e2ad318a1cfbe465c15fff308f029b34 [2022-03-09T22:09:12.832Z] #45 22.11 Fetched 48.9 MB in 21s (2372 kB/s) [2022-03-09T22:09:13.770Z] #45 22.11 Reading package lists... [2022-03-09T22:09:13.770Z] #45 ... [2022-03-09T22:09:13.770Z] [2022-03-09T22:09:13.770Z] #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-09T22:09:13.770Z] #20 sha256:2bda158e2977e036e23b070d72fcd39453b7f98561c266f6c0f5cfd59a696591 [2022-03-09T22:09:13.770Z] #20 21.95 Fetched 48.9 MB in 21s (2384 kB/s) [2022-03-09T22:09:13.770Z] #20 21.95 Reading package lists... [2022-03-09T22:09:13.770Z] #20 31.06 Reading package lists... [2022-03-09T22:09:13.770Z] #20 ... [2022-03-09T22:09:13.770Z] [2022-03-09T22:09:13.770Z] #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-09T22:09:13.770Z] #65 sha256:8a25e8b52796fc47e5b4d35510552e497fe08988fed204b3fb72ef0d7d94149a [2022-03-09T22:09:13.770Z] #65 21.62 Reading package lists... [2022-03-09T22:09:16.415Z] Created binary: bundles/binary-proxy/docker-proxy-dev [2022-03-09T22:09:16.415Z] [2022-03-09T22:09:16.415Z] ---> Making bundle: install-proxy (in bundles/install-proxy) [2022-03-09T22:09:16.415Z] Installing docker-proxy to /usr/local/bin/ [2022-03-09T22:09:16.415Z] [2022-03-09T22:09:16.415Z] + mkdir -p bundles [2022-03-09T22:09:16.415Z] + '[' -n 'github.com/docker/docker/api [2022-03-09T22:09:16.415Z] github.com/docker/docker/api/server [2022-03-09T22:09:16.415Z] github.com/docker/docker/api/server/backend/build [2022-03-09T22:09:16.415Z] github.com/docker/docker/api/server/httputils [2022-03-09T22:09:16.415Z] github.com/docker/docker/api/server/middleware [2022-03-09T22:09:16.415Z] github.com/docker/docker/api/server/router [2022-03-09T22:09:16.415Z] github.com/docker/docker/api/server/router/build [2022-03-09T22:09:16.415Z] github.com/docker/docker/api/server/router/checkpoint [2022-03-09T22:09:16.415Z] github.com/docker/docker/api/server/router/container [2022-03-09T22:09:16.415Z] github.com/docker/docker/api/server/router/debug [2022-03-09T22:09:16.415Z] github.com/docker/docker/api/server/router/distribution [2022-03-09T22:09:16.415Z] github.com/docker/docker/api/server/router/grpc [2022-03-09T22:09:16.415Z] github.com/docker/docker/api/server/router/image [2022-03-09T22:09:16.415Z] github.com/docker/docker/api/server/router/network [2022-03-09T22:09:16.415Z] github.com/docker/docker/api/server/router/plugin [2022-03-09T22:09:16.415Z] github.com/docker/docker/api/server/router/session [2022-03-09T22:09:16.415Z] github.com/docker/docker/api/server/router/swarm [2022-03-09T22:09:16.415Z] github.com/docker/docker/api/server/router/system [2022-03-09T22:09:16.415Z] github.com/docker/docker/api/server/router/volume [2022-03-09T22:09:16.415Z] github.com/docker/docker/api/types [2022-03-09T22:09:16.415Z] github.com/docker/docker/api/types/backend [2022-03-09T22:09:16.415Z] github.com/docker/docker/api/types/blkiodev [2022-03-09T22:09:16.415Z] github.com/docker/docker/api/types/container [2022-03-09T22:09:16.415Z] github.com/docker/docker/api/types/events [2022-03-09T22:09:16.415Z] github.com/docker/docker/api/types/filters [2022-03-09T22:09:16.415Z] github.com/docker/docker/api/types/image [2022-03-09T22:09:16.415Z] github.com/docker/docker/api/types/mount [2022-03-09T22:09:16.415Z] github.com/docker/docker/api/types/network [2022-03-09T22:09:16.415Z] github.com/docker/docker/api/types/plugins/logdriver [2022-03-09T22:09:16.415Z] github.com/docker/docker/api/types/registry [2022-03-09T22:09:16.415Z] github.com/docker/docker/api/types/strslice [2022-03-09T22:09:16.415Z] github.com/docker/docker/api/types/swarm [2022-03-09T22:09:16.415Z] github.com/docker/docker/api/types/swarm/runtime [2022-03-09T22:09:16.415Z] github.com/docker/docker/api/types/time [2022-03-09T22:09:16.415Z] github.com/docker/docker/api/types/versions [2022-03-09T22:09:16.415Z] github.com/docker/docker/api/types/versions/v1p19 [2022-03-09T22:09:16.415Z] github.com/docker/docker/api/types/versions/v1p20 [2022-03-09T22:09:16.415Z] github.com/docker/docker/api/types/volume [2022-03-09T22:09:16.415Z] github.com/docker/docker/builder [2022-03-09T22:09:16.415Z] github.com/docker/docker/builder/builder-next [2022-03-09T22:09:16.415Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-03-09T22:09:16.415Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-03-09T22:09:16.415Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-03-09T22:09:16.415Z] github.com/docker/docker/builder/builder-next/exporter [2022-03-09T22:09:16.415Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-03-09T22:09:16.415Z] github.com/docker/docker/builder/builder-next/worker [2022-03-09T22:09:16.415Z] github.com/docker/docker/builder/dockerfile [2022-03-09T22:09:16.415Z] github.com/docker/docker/builder/remotecontext [2022-03-09T22:09:16.415Z] github.com/docker/docker/builder/remotecontext/git [2022-03-09T22:09:16.415Z] github.com/docker/docker/cli [2022-03-09T22:09:16.415Z] github.com/docker/docker/cli/config [2022-03-09T22:09:16.415Z] github.com/docker/docker/cli/debug [2022-03-09T22:09:16.415Z] github.com/docker/docker/client [2022-03-09T22:09:16.415Z] github.com/docker/docker/cmd/docker-proxy [2022-03-09T22:09:16.415Z] github.com/docker/docker/cmd/dockerd [2022-03-09T22:09:16.415Z] github.com/docker/docker/cmd/dockerd/trap [2022-03-09T22:09:16.415Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-03-09T22:09:16.415Z] github.com/docker/docker/container [2022-03-09T22:09:16.415Z] github.com/docker/docker/container/stream [2022-03-09T22:09:16.415Z] github.com/docker/docker/contrib/apparmor [2022-03-09T22:09:16.415Z] github.com/docker/docker/contrib/docker-device-tool [2022-03-09T22:09:16.415Z] github.com/docker/docker/contrib/httpserver [2022-03-09T22:09:16.415Z] github.com/docker/docker/daemon [2022-03-09T22:09:16.415Z] github.com/docker/docker/daemon/cluster [2022-03-09T22:09:16.415Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-03-09T22:09:16.415Z] github.com/docker/docker/daemon/cluster/convert [2022-03-09T22:09:16.415Z] github.com/docker/docker/daemon/cluster/executor [2022-03-09T22:09:16.415Z] github.com/docker/docker/daemon/cluster/executor/container [2022-03-09T22:09:16.415Z] github.com/docker/docker/daemon/cluster/provider [2022-03-09T22:09:16.415Z] github.com/docker/docker/daemon/config [2022-03-09T22:09:16.415Z] github.com/docker/docker/daemon/events [2022-03-09T22:09:16.415Z] github.com/docker/docker/daemon/events/testutils [2022-03-09T22:09:16.415Z] github.com/docker/docker/daemon/exec [2022-03-09T22:09:16.415Z] github.com/docker/docker/daemon/graphdriver [2022-03-09T22:09:16.415Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-03-09T22:09:16.415Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-03-09T22:09:16.415Z] github.com/docker/docker/daemon/graphdriver/copy [2022-03-09T22:09:16.415Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-03-09T22:09:16.415Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-03-09T22:09:16.415Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-03-09T22:09:16.415Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-03-09T22:09:16.415Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-03-09T22:09:16.415Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-03-09T22:09:16.415Z] github.com/docker/docker/daemon/graphdriver/register [2022-03-09T22:09:16.415Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-03-09T22:09:16.415Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-03-09T22:09:16.415Z] github.com/docker/docker/daemon/images [2022-03-09T22:09:16.415Z] github.com/docker/docker/daemon/initlayer [2022-03-09T22:09:16.415Z] github.com/docker/docker/daemon/links [2022-03-09T22:09:16.415Z] github.com/docker/docker/daemon/listeners [2022-03-09T22:09:16.415Z] github.com/docker/docker/daemon/logger [2022-03-09T22:09:16.415Z] github.com/docker/docker/daemon/logger/awslogs [2022-03-09T22:09:16.415Z] github.com/docker/docker/daemon/logger/fluentd [2022-03-09T22:09:16.415Z] github.com/docker/docker/daemon/logger/gcplogs [2022-03-09T22:09:16.415Z] github.com/docker/docker/daemon/logger/gelf [2022-03-09T22:09:16.415Z] github.com/docker/docker/daemon/logger/journald [2022-03-09T22:09:16.415Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-03-09T22:09:16.415Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-03-09T22:09:16.415Z] github.com/docker/docker/daemon/logger/local [2022-03-09T22:09:16.415Z] github.com/docker/docker/daemon/logger/logentries [2022-03-09T22:09:16.415Z] github.com/docker/docker/daemon/logger/loggerutils [2022-03-09T22:09:16.415Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-03-09T22:09:16.415Z] github.com/docker/docker/daemon/logger/splunk [2022-03-09T22:09:16.415Z] github.com/docker/docker/daemon/logger/syslog [2022-03-09T22:09:16.415Z] github.com/docker/docker/daemon/logger/templates [2022-03-09T22:09:16.415Z] github.com/docker/docker/daemon/names [2022-03-09T22:09:16.415Z] github.com/docker/docker/daemon/network [2022-03-09T22:09:16.415Z] github.com/docker/docker/daemon/stats [2022-03-09T22:09:16.415Z] github.com/docker/docker/distribution [2022-03-09T22:09:16.415Z] github.com/docker/docker/distribution/metadata [2022-03-09T22:09:16.415Z] github.com/docker/docker/distribution/utils [2022-03-09T22:09:16.415Z] github.com/docker/docker/distribution/xfer [2022-03-09T22:09:16.415Z] github.com/docker/docker/dockerversion [2022-03-09T22:09:16.415Z] github.com/docker/docker/errdefs [2022-03-09T22:09:16.415Z] github.com/docker/docker/image [2022-03-09T22:09:16.415Z] github.com/docker/docker/image/cache [2022-03-09T22:09:16.415Z] github.com/docker/docker/image/tarexport [2022-03-09T22:09:16.415Z] github.com/docker/docker/image/v1 [2022-03-09T22:09:16.415Z] github.com/docker/docker/internal/test/suite [2022-03-09T22:09:16.415Z] github.com/docker/docker/layer [2022-03-09T22:09:16.415Z] github.com/docker/docker/libcontainerd [2022-03-09T22:09:16.415Z] github.com/docker/docker/libcontainerd/queue [2022-03-09T22:09:16.415Z] github.com/docker/docker/libcontainerd/remote [2022-03-09T22:09:16.415Z] github.com/docker/docker/libcontainerd/supervisor [2022-03-09T22:09:16.415Z] github.com/docker/docker/libcontainerd/types [2022-03-09T22:09:16.415Z] github.com/docker/docker/oci [2022-03-09T22:09:16.415Z] github.com/docker/docker/oci/caps [2022-03-09T22:09:16.415Z] github.com/docker/docker/opts [2022-03-09T22:09:16.415Z] github.com/docker/docker/pkg/aaparser [2022-03-09T22:09:16.415Z] github.com/docker/docker/pkg/archive [2022-03-09T22:09:16.415Z] github.com/docker/docker/pkg/authorization [2022-03-09T22:09:16.415Z] github.com/docker/docker/pkg/broadcaster [2022-03-09T22:09:16.415Z] github.com/docker/docker/pkg/capabilities [2022-03-09T22:09:16.415Z] github.com/docker/docker/pkg/chrootarchive [2022-03-09T22:09:16.415Z] github.com/docker/docker/pkg/containerfs [2022-03-09T22:09:16.415Z] github.com/docker/docker/pkg/devicemapper [2022-03-09T22:09:16.415Z] github.com/docker/docker/pkg/directory [2022-03-09T22:09:16.415Z] github.com/docker/docker/pkg/dmesg [2022-03-09T22:09:16.415Z] github.com/docker/docker/pkg/filenotify [2022-03-09T22:09:16.415Z] github.com/docker/docker/pkg/fileutils [2022-03-09T22:09:16.415Z] github.com/docker/docker/pkg/fsutils [2022-03-09T22:09:16.415Z] github.com/docker/docker/pkg/homedir [2022-03-09T22:09:16.415Z] github.com/docker/docker/pkg/idtools [2022-03-09T22:09:16.415Z] github.com/docker/docker/pkg/ioutils [2022-03-09T22:09:16.415Z] github.com/docker/docker/pkg/jsonmessage [2022-03-09T22:09:16.415Z] github.com/docker/docker/pkg/longpath [2022-03-09T22:09:16.415Z] github.com/docker/docker/pkg/loopback [2022-03-09T22:09:16.415Z] github.com/docker/docker/pkg/namesgenerator [2022-03-09T22:09:16.415Z] github.com/docker/docker/pkg/parsers [2022-03-09T22:09:16.415Z] github.com/docker/docker/pkg/parsers/kernel [2022-03-09T22:09:16.415Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-03-09T22:09:16.415Z] github.com/docker/docker/pkg/pidfile [2022-03-09T22:09:16.415Z] github.com/docker/docker/pkg/platform [2022-03-09T22:09:16.415Z] github.com/docker/docker/pkg/plugingetter [2022-03-09T22:09:16.415Z] github.com/docker/docker/pkg/plugins [2022-03-09T22:09:16.415Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-03-09T22:09:16.415Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-03-09T22:09:16.415Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-03-09T22:09:16.415Z] github.com/docker/docker/pkg/plugins/transport [2022-03-09T22:09:16.415Z] github.com/docker/docker/pkg/pools [2022-03-09T22:09:16.415Z] github.com/docker/docker/pkg/progress [2022-03-09T22:09:16.415Z] github.com/docker/docker/pkg/pubsub [2022-03-09T22:09:16.415Z] github.com/docker/docker/pkg/reexec [2022-03-09T22:09:16.415Z] github.com/docker/docker/pkg/signal [2022-03-09T22:09:16.415Z] github.com/docker/docker/pkg/stack [2022-03-09T22:09:16.415Z] github.com/docker/docker/pkg/stdcopy [2022-03-09T22:09:16.415Z] github.com/docker/docker/pkg/streamformatter [2022-03-09T22:09:16.415Z] github.com/docker/docker/pkg/stringid [2022-03-09T22:09:16.415Z] github.com/docker/docker/pkg/sysinfo [2022-03-09T22:09:16.415Z] github.com/docker/docker/pkg/system [2022-03-09T22:09:16.415Z] github.com/docker/docker/pkg/tailfile [2022-03-09T22:09:16.415Z] github.com/docker/docker/pkg/tarsum [2022-03-09T22:09:16.415Z] github.com/docker/docker/pkg/truncindex [2022-03-09T22:09:16.415Z] github.com/docker/docker/pkg/urlutil [2022-03-09T22:09:16.415Z] github.com/docker/docker/pkg/useragent [2022-03-09T22:09:16.415Z] github.com/docker/docker/plugin [2022-03-09T22:09:16.415Z] github.com/docker/docker/plugin/executor/containerd [2022-03-09T22:09:16.415Z] github.com/docker/docker/plugin/v2 [2022-03-09T22:09:16.415Z] github.com/docker/docker/profiles/apparmor [2022-03-09T22:09:16.415Z] github.com/docker/docker/profiles/seccomp [2022-03-09T22:09:16.415Z] github.com/docker/docker/quota [2022-03-09T22:09:16.415Z] github.com/docker/docker/reference [2022-03-09T22:09:16.415Z] github.com/docker/docker/registry [2022-03-09T22:09:16.415Z] github.com/docker/docker/registry/resumable [2022-03-09T22:09:16.415Z] github.com/docker/docker/restartmanager [2022-03-09T22:09:16.415Z] github.com/docker/docker/rootless [2022-03-09T22:09:16.415Z] github.com/docker/docker/rootless/specconv [2022-03-09T22:09:16.415Z] github.com/docker/docker/runconfig [2022-03-09T22:09:16.415Z] github.com/docker/docker/runconfig/opts [2022-03-09T22:09:16.415Z] github.com/docker/docker/testutil [2022-03-09T22:09:16.415Z] github.com/docker/docker/testutil/daemon [2022-03-09T22:09:16.415Z] github.com/docker/docker/testutil/environment [2022-03-09T22:09:16.415Z] github.com/docker/docker/testutil/fakecontext [2022-03-09T22:09:16.415Z] github.com/docker/docker/testutil/fakegit [2022-03-09T22:09:16.415Z] github.com/docker/docker/testutil/fakestorage [2022-03-09T22:09:16.415Z] github.com/docker/docker/testutil/fixtures/load [2022-03-09T22:09:16.415Z] github.com/docker/docker/testutil/fixtures/plugin [2022-03-09T22:09:16.415Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-03-09T22:09:16.415Z] github.com/docker/docker/testutil/registry [2022-03-09T22:09:16.415Z] github.com/docker/docker/testutil/request [2022-03-09T22:09:16.415Z] github.com/docker/docker/volume [2022-03-09T22:09:16.415Z] github.com/docker/docker/volume/drivers [2022-03-09T22:09:16.415Z] github.com/docker/docker/volume/local [2022-03-09T22:09:16.415Z] github.com/docker/docker/volume/mounts [2022-03-09T22:09:16.415Z] github.com/docker/docker/volume/service [2022-03-09T22:09:16.415Z] github.com/docker/docker/volume/service/opts [2022-03-09T22:09:16.415Z] github.com/docker/docker/volume/testutils' ']' [2022-03-09T22:09:16.416Z] + 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-09T22:09:16.677Z] ? github.com/docker/docker/api [no test files] [2022-03-09T22:09:18.937Z] 0a6173b79e25: Download complete [2022-03-09T22:09:24.027Z] #65 31.20 Reading package lists... [2022-03-09T22:09:24.027Z] #65 ... [2022-03-09T22:09:24.027Z] [2022-03-09T22:09:24.027Z] #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-09T22:09:24.027Z] #20 sha256:2bda158e2977e036e23b070d72fcd39453b7f98561c266f6c0f5cfd59a696591 [2022-03-09T22:09:24.027Z] #20 31.06 Reading package lists... [2022-03-09T22:09:24.286Z] #20 40.27 Building dependency tree... [2022-03-09T22:09:24.286Z] #20 ... [2022-03-09T22:09:24.286Z] [2022-03-09T22:09:24.286Z] #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-09T22:09:24.286Z] #45 sha256:8dbaebd03dad80e18a95f20d34b7aaf4e2ad318a1cfbe465c15fff308f029b34 [2022-03-09T22:09:24.286Z] #45 22.11 Reading package lists... [2022-03-09T22:09:24.286Z] #45 31.63 Reading package lists... [2022-03-09T22:09:24.286Z] #45 41.10 Building dependency tree... [2022-03-09T22:09:24.286Z] #45 ... [2022-03-09T22:09:24.286Z] [2022-03-09T22:09:24.286Z] #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-09T22:09:24.286Z] #65 sha256:8a25e8b52796fc47e5b4d35510552e497fe08988fed204b3fb72ef0d7d94149a [2022-03-09T22:09:24.286Z] #65 31.20 Reading package lists... [2022-03-09T22:09:25.224Z] #65 40.46 Building dependency tree... [2022-03-09T22:09:27.130Z] #65 44.36 The following additional packages will be installed: [2022-03-09T22:09:27.130Z] #65 44.38 libbtrfs0 [2022-03-09T22:09:27.391Z] #65 44.65 The following NEW packages will be installed: [2022-03-09T22:09:27.391Z] #65 44.68 libbtrfs-dev libbtrfs0 [2022-03-09T22:09:27.958Z] #65 45.14 0 upgraded, 2 newly installed, 0 to remove and 1 not upgraded. [2022-03-09T22:09:27.958Z] #65 45.14 Need to get 460 kB of archives. [2022-03-09T22:09:27.958Z] #65 45.14 After this operation, 1237 kB of additional disk space will be used. [2022-03-09T22:09:27.958Z] #65 45.14 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-03-09T22:09:27.958Z] #65 45.14 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-03-09T22:09:28.526Z] #65 45.83 debconf: delaying package configuration, since apt-utils is not installed [2022-03-09T22:09:28.526Z] #65 ... [2022-03-09T22:09:28.526Z] [2022-03-09T22:09:28.526Z] #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-09T22:09:28.526Z] #20 sha256:2bda158e2977e036e23b070d72fcd39453b7f98561c266f6c0f5cfd59a696591 [2022-03-09T22:09:28.526Z] #20 40.27 Building dependency tree... [2022-03-09T22:09:28.526Z] #20 44.23 The following additional packages will be installed: [2022-03-09T22:09:28.526Z] #20 44.23 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-03-09T22:09:28.526Z] #20 44.23 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-03-09T22:09:28.526Z] #20 44.23 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-03-09T22:09:28.526Z] #20 44.24 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-03-09T22:09:28.526Z] #20 44.24 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-03-09T22:09:28.526Z] #20 44.26 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-03-09T22:09:28.526Z] #20 44.26 mingw-w64-common mingw-w64-x86-64-dev [2022-03-09T22:09:28.526Z] #20 44.29 Suggested packages: [2022-03-09T22:09:28.526Z] #20 44.29 gcc-10-locales seccomp wine64 [2022-03-09T22:09:28.526Z] #20 44.96 The following NEW packages will be installed: [2022-03-09T22:09:28.526Z] #20 44.96 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-03-09T22:09:28.526Z] #20 44.96 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-03-09T22:09:28.526Z] #20 44.96 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-03-09T22:09:28.526Z] #20 44.96 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-03-09T22:09:28.526Z] #20 44.97 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-03-09T22:09:28.526Z] #20 44.97 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-03-09T22:09:28.526Z] #20 44.97 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-03-09T22:09:28.526Z] #20 44.97 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-03-09T22:09:28.526Z] #20 44.97 mingw-w64-x86-64-dev [2022-03-09T22:09:28.526Z] #20 45.35 0 upgraded, 30 newly installed, 0 to remove and 1 not upgraded. [2022-03-09T22:09:28.526Z] #20 45.35 Need to get 115 MB of archives. [2022-03-09T22:09:28.526Z] #20 45.35 After this operation, 645 MB of additional disk space will be used. [2022-03-09T22:09:28.526Z] #20 45.35 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-09T22:09:28.526Z] #20 45.41 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-09T22:09:28.526Z] #20 45.47 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-09T22:09:28.526Z] #20 45.47 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-09T22:09:28.526Z] #20 45.48 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-09T22:09:28.526Z] #20 45.48 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-03-09T22:09:28.526Z] #20 45.60 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-09T22:09:28.526Z] #20 45.65 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-09T22:09:28.526Z] #20 45.66 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-09T22:09:28.526Z] #20 45.83 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-09T22:09:28.954Z] ok github.com/docker/docker/api/server 0.007s coverage: 9.0% of statements [2022-03-09T22:09:29.092Z] #20 46.34 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-09T22:09:29.351Z] #20 46.52 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-09T22:09:29.351Z] #20 46.73 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-09T22:09:29.610Z] #20 ... [2022-03-09T22:09:29.610Z] [2022-03-09T22:09:29.610Z] #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-09T22:09:29.610Z] #70 sha256:7227bdfce3fe11f52df2284108d8532516b6fc7b575699a933ec883383e909a8 [2022-03-09T22:09:29.610Z] #70 43.73 + for f in rootlesskit rootlesskit-docker-proxy [2022-03-09T22:09:29.610Z] #70 43.73 + GOBIN=/build [2022-03-09T22:09:29.610Z] #70 43.74 + GO111MODULE=on [2022-03-09T22:09:29.610Z] #70 43.74 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.6 [2022-03-09T22:09:29.610Z] #70 46.70 rootlesskit version 0.14.6 [2022-03-09T22:09:29.610Z] #70 46.70 Usage of /build/rootlesskit-docker-proxy: [2022-03-09T22:09:29.610Z] #70 46.70 -container-ip string [2022-03-09T22:09:29.610Z] #70 46.70 container ip [2022-03-09T22:09:29.610Z] #70 46.70 -container-port int [2022-03-09T22:09:29.610Z] #70 46.70 container port (default -1) [2022-03-09T22:09:29.610Z] #70 46.70 -host-ip string [2022-03-09T22:09:29.610Z] #70 46.70 host ip [2022-03-09T22:09:29.610Z] #70 46.70 -host-port int [2022-03-09T22:09:29.610Z] #70 46.70 host port (default -1) [2022-03-09T22:09:29.610Z] #70 46.70 -proto string [2022-03-09T22:09:29.610Z] #70 46.70 proxy protocol (default "tcp") [2022-03-09T22:09:29.610Z] #70 DONE 46.8s [2022-03-09T22:09:29.610Z] [2022-03-09T22:09:29.610Z] #71 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-03-09T22:09:29.610Z] #71 sha256:312a6dc1d2c8e0e353d790b19ee6538cda030b4477225137a451204e65be08e4 [2022-03-09T22:09:29.610Z] #71 DONE 0.1s [2022-03-09T22:09:29.610Z] [2022-03-09T22:09:29.610Z] #72 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-03-09T22:09:29.610Z] #72 sha256:361acdc01f79a2ee6f4257a8458d6eb42f641b9f1845daf6f70256a0560afd47 [2022-03-09T22:09:29.610Z] #72 DONE 0.1s [2022-03-09T22:09:29.610Z] [2022-03-09T22:09:29.610Z] #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-09T22:09:29.610Z] #65 sha256:8a25e8b52796fc47e5b4d35510552e497fe08988fed204b3fb72ef0d7d94149a [2022-03-09T22:09:29.610Z] #65 46.17 Fetched 460 kB in 0s (1480 kB/s) [2022-03-09T22:09:29.610Z] #65 46.24 Selecting previously unselected package libbtrfs0:amd64. [2022-03-09T22:09:29.610Z] #65 46.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-09T22:09:29.610Z] #65 46.31 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2022-03-09T22:09:29.610Z] #65 46.34 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-03-09T22:09:29.610Z] #65 46.51 Selecting previously unselected package libbtrfs-dev:amd64. [2022-03-09T22:09:29.610Z] #65 46.52 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-03-09T22:09:29.610Z] #65 46.53 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-09T22:09:29.610Z] #65 46.77 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-03-09T22:09:29.610Z] #65 46.79 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-09T22:09:29.610Z] #65 46.81 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-09T22:09:29.872Z] #65 DONE 47.2s [2022-03-09T22:09:29.872Z] [2022-03-09T22:09:29.872Z] #66 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-03-09T22:09:29.872Z] #66 sha256:3beccb35f96dea2bdcab83c522845a86aa7ed92b88e5c4a93bbef4706932907d [2022-03-09T22:09:30.438Z] #66 DONE 0.4s [2022-03-09T22:09:30.438Z] [2022-03-09T22:09:30.438Z] #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-09T22:09:30.438Z] #67 sha256:da40f2ea551522438e5efa19db6e6d4c35f64fcc995546d97508bf56382f6093 [2022-03-09T22:09:30.721Z] #56 ... [2022-03-09T22:09:30.721Z] [2022-03-09T22:09:30.721Z] #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-09T22:09:30.721Z] #60 sha256:97649a1a77e818c9c1acb38549aef529bdfe32609a19963f3f5b35cfaf2cedd9 [2022-03-09T22:09:30.721Z] #60 205.8 + bin/containerd [2022-03-09T22:09:30.923Z] #43 DONE 228.1s [2022-03-09T22:09:30.923Z] [2022-03-09T22:09:30.923Z] #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-09T22:09:30.923Z] #60 sha256:b22f856b54cf6e27029cdde3dd287d5537a22da66dd254448bda8b81748b8016 [2022-03-09T22:09:30.923Z] #60 ... [2022-03-09T22:09:30.923Z] [2022-03-09T22:09:30.923Z] #44 [dev-systemd-false 15/24] COPY --from=registry /build/ /usr/local/bin/ [2022-03-09T22:09:30.923Z] #44 sha256:021ea4fc63e210fe9e97538fbb46d55574168b83f8e9b471f6473d4cb76db862 [2022-03-09T22:09:30.923Z] #44 DONE 0.5s [2022-03-09T22:09:30.923Z] [2022-03-09T22:09:30.923Z] #48 [dev-systemd-false 16/24] COPY --from=criu /build/ /usr/local/bin/ [2022-03-09T22:09:30.923Z] #48 sha256:60cfd62ff94c92faa1535aa402da9027197f3c9e548330795d3a3b9b3e61e3fa [2022-03-09T22:09:30.923Z] #48 DONE 0.1s [2022-03-09T22:09:30.923Z] [2022-03-09T22:09:30.923Z] #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-09T22:09:30.923Z] #60 sha256:b22f856b54cf6e27029cdde3dd287d5537a22da66dd254448bda8b81748b8016 [2022-03-09T22:09:30.923Z] #60 ... [2022-03-09T22:09:30.923Z] [2022-03-09T22:09:30.923Z] #50 [dev-systemd-false 17/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-03-09T22:09:30.923Z] #50 sha256:f6887142f2fb494aa002f1943f7d7446bec477eed3234f24990111cd93f208c5 [2022-03-09T22:09:30.923Z] #50 DONE 0.1s [2022-03-09T22:09:30.923Z] [2022-03-09T22:09:30.923Z] #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-09T22:09:30.923Z] #56 sha256:f6a976d44cf197b851623e339000066114a009efa0b36fad56a6b702e0e690f5 [2022-03-09T22:09:31.377Z] #67 1.115 + RM_GOPATH=0 [2022-03-09T22:09:31.635Z] #67 1.119 + TMP_GOPATH= [2022-03-09T22:09:31.635Z] #67 1.119 + : /build [2022-03-09T22:09:31.635Z] #67 1.119 + '[' -z '' ']' [2022-03-09T22:09:31.635Z] #67 1.119 ++ mktemp -d [2022-03-09T22:09:31.635Z] #67 1.119 + export GOPATH=/tmp/tmp.4JgOQVICjU [2022-03-09T22:09:31.635Z] #67 1.119 + GOPATH=/tmp/tmp.4JgOQVICjU [2022-03-09T22:09:31.635Z] #67 1.119 + RM_GOPATH=1 [2022-03-09T22:09:31.635Z] #67 1.119 + case "$(go env GOARCH)" in [2022-03-09T22:09:31.635Z] #67 1.124 ++ go env GOARCH [2022-03-09T22:09:31.635Z] #67 1.148 + export GO_BUILDMODE=-buildmode=pie [2022-03-09T22:09:31.635Z] #67 1.148 + GO_BUILDMODE=-buildmode=pie [2022-03-09T22:09:31.635Z] #67 1.149 ++ dirname /install.sh [2022-03-09T22:09:31.635Z] #67 1.188 + dir=/ [2022-03-09T22:09:31.635Z] #67 1.189 + bin=containerd [2022-03-09T22:09:31.635Z] #67 1.189 + shift [2022-03-09T22:09:31.635Z] #67 1.189 + '[' '!' -f //containerd.installer ']' [2022-03-09T22:09:31.635Z] #67 1.189 + . //containerd.installer [2022-03-09T22:09:31.635Z] #67 1.190 ++ set -e [2022-03-09T22:09:31.635Z] #67 1.190 ++ : v1.5.10 [2022-03-09T22:09:31.635Z] #67 1.190 + install_containerd [2022-03-09T22:09:31.635Z] #67 1.191 + echo 'Install containerd version v1.5.10' [2022-03-09T22:09:31.635Z] #67 1.191 Install containerd version v1.5.10 [2022-03-09T22:09:31.635Z] #67 1.191 + git clone https://github.com/containerd/containerd.git /tmp/tmp.4JgOQVICjU/src/github.com/containerd/containerd [2022-03-09T22:09:31.635Z] #67 1.206 Cloning into '/tmp/tmp.4JgOQVICjU/src/github.com/containerd/containerd'... [2022-03-09T22:09:32.627Z] #60 ... [2022-03-09T22:09:32.627Z] [2022-03-09T22:09:32.627Z] #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-09T22:09:32.627Z] #56 sha256:ab9a6509f9f20610ff4f964b55bd9bce15ebcedd3bf8fa91267cda8a46c9037d [2022-03-09T22:09:32.627Z] #56 131.4 + mkdir -p /build [2022-03-09T22:09:32.627Z] #56 131.4 + cp runc /build/runc [2022-03-09T22:09:33.441Z] #43 DONE 229.8s [2022-03-09T22:09:33.441Z] [2022-03-09T22:09:33.441Z] #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-09T22:09:33.441Z] #60 sha256:e1c0aa1177c4b415aeff224c7e8cc51c5a6c0a0c902c7b05eb3ffc9fa4896c3a [2022-03-09T22:09:33.441Z] #60 ... [2022-03-09T22:09:33.441Z] [2022-03-09T22:09:33.441Z] #44 [dev-systemd-false 15/24] COPY --from=registry /build/ /usr/local/bin/ [2022-03-09T22:09:33.441Z] #44 sha256:6d8f9adce88e39c5a86e7bf06dff9edf59d8cec2504346a6385969b97325e964 [2022-03-09T22:09:33.441Z] #44 DONE 0.5s [2022-03-09T22:09:33.441Z] [2022-03-09T22:09:33.442Z] #48 [dev-systemd-false 16/24] COPY --from=criu /build/ /usr/local/bin/ [2022-03-09T22:09:33.442Z] #48 sha256:9299575dc4731a95b5f2ba05924c7a36d4bbdf263cd4e33f29c10023d606fdfb [2022-03-09T22:09:33.442Z] #48 DONE 0.1s [2022-03-09T22:09:33.442Z] [2022-03-09T22:09:33.442Z] #50 [dev-systemd-false 17/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-03-09T22:09:33.442Z] #50 sha256:93dfab59943a2e6d1210c38071b51de66a200dfc9f9bddf07af552e427aa4249 [2022-03-09T22:09:33.442Z] #50 DONE 0.1s [2022-03-09T22:09:33.442Z] [2022-03-09T22:09:33.442Z] #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-09T22:09:33.442Z] #60 sha256:e1c0aa1177c4b415aeff224c7e8cc51c5a6c0a0c902c7b05eb3ffc9fa4896c3a [2022-03-09T22:09:33.540Z] #67 ... [2022-03-09T22:09:33.540Z] [2022-03-09T22:09:33.540Z] #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-09T22:09:33.540Z] #45 sha256:8dbaebd03dad80e18a95f20d34b7aaf4e2ad318a1cfbe465c15fff308f029b34 [2022-03-09T22:09:33.540Z] #45 41.10 Building dependency tree... [2022-03-09T22:09:33.540Z] #45 45.00 The following additional packages will be installed: [2022-03-09T22:09:33.540Z] #45 45.02 cmake-data libarchive13 libjsoncpp24 librhash0 libuv1 xxd [2022-03-09T22:09:33.540Z] #45 45.05 Suggested packages: [2022-03-09T22:09:33.540Z] #45 45.05 cmake-doc ninja-build lrzip [2022-03-09T22:09:33.540Z] #45 45.05 Recommended packages: [2022-03-09T22:09:33.540Z] #45 45.05 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-03-09T22:09:33.540Z] #45 45.54 The following NEW packages will be installed: [2022-03-09T22:09:33.540Z] #45 45.57 cmake cmake-data libarchive13 libjsoncpp24 librhash0 libuv1 vim-common xxd [2022-03-09T22:09:33.540Z] #45 46.00 0 upgraded, 8 newly installed, 0 to remove and 1 not upgraded. [2022-03-09T22:09:33.540Z] #45 46.00 Need to get 8418 kB of archives. [2022-03-09T22:09:33.540Z] #45 46.00 After this operation, 34.9 MB of additional disk space will be used. [2022-03-09T22:09:33.540Z] #45 46.00 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-03-09T22:09:33.540Z] #45 46.01 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-09T22:09:33.540Z] #45 46.02 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-03-09T22:09:33.540Z] #45 46.07 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+b1 [343 kB] [2022-03-09T22:09:33.540Z] #45 46.08 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2022-03-09T22:09:33.540Z] #45 46.08 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2022-03-09T22:09:33.540Z] #45 46.08 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2022-03-09T22:09:33.540Z] #45 46.08 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB] [2022-03-09T22:09:33.540Z] #45 46.83 debconf: delaying package configuration, since apt-utils is not installed [2022-03-09T22:09:33.540Z] #45 47.22 Fetched 8418 kB in 0s (17.7 MB/s) [2022-03-09T22:09:33.540Z] #45 47.30 Selecting previously unselected package xxd. [2022-03-09T22:09:33.540Z] #45 47.30 (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-09T22:09:33.540Z] #45 47.32 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-03-09T22:09:33.540Z] #45 47.38 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-03-09T22:09:33.540Z] #45 47.47 Selecting previously unselected package vim-common. [2022-03-09T22:09:33.540Z] #45 47.47 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-03-09T22:09:33.540Z] #45 47.50 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-09T22:09:33.540Z] #45 47.67 Selecting previously unselected package cmake-data. [2022-03-09T22:09:33.540Z] #45 47.67 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-03-09T22:09:33.540Z] #45 47.69 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-03-09T22:09:33.540Z] #45 48.77 Selecting previously unselected package libarchive13:amd64. [2022-03-09T22:09:33.540Z] #45 48.78 Preparing to unpack .../3-libarchive13_3.4.3-2+b1_amd64.deb ... [2022-03-09T22:09:33.540Z] #45 48.79 Unpacking libarchive13:amd64 (3.4.3-2+b1) ... [2022-03-09T22:09:33.540Z] #45 48.96 Selecting previously unselected package libjsoncpp24:amd64. [2022-03-09T22:09:33.540Z] #45 48.96 Preparing to unpack .../4-libjsoncpp24_1.9.4-4_amd64.deb ... [2022-03-09T22:09:33.540Z] #45 48.96 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2022-03-09T22:09:33.540Z] #45 49.05 Selecting previously unselected package librhash0:amd64. [2022-03-09T22:09:33.540Z] #45 49.06 Preparing to unpack .../5-librhash0_1.4.1-2_amd64.deb ... [2022-03-09T22:09:33.540Z] #45 49.06 Unpacking librhash0:amd64 (1.4.1-2) ... [2022-03-09T22:09:33.540Z] #45 49.14 Selecting previously unselected package libuv1:amd64. [2022-03-09T22:09:33.540Z] #45 49.15 Preparing to unpack .../6-libuv1_1.40.0-2_amd64.deb ... [2022-03-09T22:09:33.540Z] #45 49.15 Unpacking libuv1:amd64 (1.40.0-2) ... [2022-03-09T22:09:33.540Z] #45 49.21 Selecting previously unselected package cmake. [2022-03-09T22:09:33.540Z] #45 49.22 Preparing to unpack .../7-cmake_3.18.4-2+deb11u1_amd64.deb ... [2022-03-09T22:09:33.540Z] #45 49.22 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-03-09T22:09:33.540Z] #45 50.35 Setting up libarchive13:amd64 (3.4.3-2+b1) ... [2022-03-09T22:09:33.540Z] #45 50.36 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-03-09T22:09:33.540Z] #45 50.37 Setting up libuv1:amd64 (1.40.0-2) ... [2022-03-09T22:09:33.540Z] #45 50.38 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-09T22:09:33.540Z] #45 50.40 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2022-03-09T22:09:33.540Z] #45 50.41 Setting up librhash0:amd64 (1.4.1-2) ... [2022-03-09T22:09:33.540Z] #45 50.42 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-03-09T22:09:33.540Z] #45 50.44 Setting up cmake (3.18.4-2+deb11u1) ... [2022-03-09T22:09:33.540Z] #45 50.45 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-09T22:09:33.540Z] #45 DONE 50.7s [2022-03-09T22:09:33.540Z] [2022-03-09T22:09:33.540Z] #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-09T22:09:33.540Z] #20 sha256:2bda158e2977e036e23b070d72fcd39453b7f98561c266f6c0f5cfd59a696591 [2022-03-09T22:09:33.540Z] #20 47.32 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-09T22:09:33.540Z] #20 47.50 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-09T22:09:33.540Z] #20 47.51 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2022-03-09T22:09:33.540Z] #20 47.51 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2022-03-09T22:09:33.540Z] #20 47.51 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-03-09T22:09:33.540Z] #20 47.52 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-03-09T22:09:33.540Z] #20 47.55 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-09T22:09:33.540Z] #20 47.55 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-6 [123 kB] [2022-03-09T22:09:33.540Z] #20 47.55 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2022-03-09T22:09:33.540Z] #20 47.55 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB] [2022-03-09T22:09:33.540Z] #20 47.57 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB] [2022-03-09T22:09:33.540Z] #20 47.57 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB] [2022-03-09T22:09:33.540Z] #20 47.57 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB] [2022-03-09T22:09:33.540Z] #20 47.61 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2022-03-09T22:09:33.540Z] #20 47.61 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-09T22:09:33.540Z] #20 47.61 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-09T22:09:33.540Z] #20 47.62 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-6 [401 kB] [2022-03-09T22:09:33.540Z] #20 48.23 debconf: delaying package configuration, since apt-utils is not installed [2022-03-09T22:09:33.540Z] #20 48.54 Fetched 115 MB in 3s (44.8 MB/s) [2022-03-09T22:09:33.540Z] #20 48.61 Selecting previously unselected package binutils-mingw-w64-i686. [2022-03-09T22:09:33.540Z] #20 48.61 (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-09T22:09:33.540Z] #20 48.65 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2022-03-09T22:09:33.540Z] #20 48.65 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-03-09T22:09:33.540Z] #20 49.54 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-03-09T22:09:33.540Z] #20 49.54 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2022-03-09T22:09:33.540Z] #20 49.57 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-03-09T22:09:33.540Z] #20 50.17 Selecting previously unselected package binutils-mingw-w64. [2022-03-09T22:09:33.540Z] #20 50.18 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-03-09T22:09:33.540Z] #20 50.18 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-03-09T22:09:33.540Z] #20 50.24 Selecting previously unselected package libdevmapper1.02.1:amd64. [2022-03-09T22:09:33.540Z] #20 50.24 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-03-09T22:09:33.540Z] #20 50.25 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-09T22:09:33.540Z] #20 50.33 Selecting previously unselected package dmsetup. [2022-03-09T22:09:33.540Z] #20 50.33 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2022-03-09T22:09:33.540Z] #20 50.34 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-03-09T22:09:33.540Z] #20 50.40 Selecting previously unselected package mingw-w64-common. [2022-03-09T22:09:33.540Z] #20 50.40 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-03-09T22:09:33.540Z] #20 50.41 Unpacking mingw-w64-common (8.0.0-1) ... [2022-03-09T22:09:33.540Z] #20 ... [2022-03-09T22:09:33.540Z] [2022-03-09T22:09:33.540Z] #46 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-03-09T22:09:33.540Z] #46 sha256:a61d0716b64d81eff441b578a8499a17d3f89b7bbca7fe6ebead95ea61c05a7b [2022-03-09T22:09:33.540Z] #46 DONE 0.2s [2022-03-09T22:09:33.802Z] [2022-03-09T22:09:33.802Z] #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-09T22:09:33.802Z] #47 sha256:1d3df3391ceb234a2dbc45d77f208ae56d4441d20f5e8c460b96d5f38ee43978 [2022-03-09T22:09:33.912Z] 4612f6d0b889: Verifying Checksum [2022-03-09T22:09:33.912Z] 4612f6d0b889: Download complete [2022-03-09T22:09:34.370Z] #47 0.742 + RM_GOPATH=0 [2022-03-09T22:09:34.370Z] #47 0.742 + TMP_GOPATH= [2022-03-09T22:09:34.370Z] #47 0.742 + : /build [2022-03-09T22:09:34.370Z] #47 0.742 + '[' -z '' ']' [2022-03-09T22:09:34.370Z] #47 0.742 ++ mktemp -d [2022-03-09T22:09:34.370Z] #47 0.744 + export GOPATH=/tmp/tmp.zVaLgXF37P [2022-03-09T22:09:34.370Z] #47 0.744 + GOPATH=/tmp/tmp.zVaLgXF37P [2022-03-09T22:09:34.370Z] #47 0.744 + RM_GOPATH=1 [2022-03-09T22:09:34.370Z] #47 0.744 + case "$(go env GOARCH)" in [2022-03-09T22:09:34.370Z] #47 0.745 ++ go env GOARCH [2022-03-09T22:09:34.370Z] #47 0.752 + export GO_BUILDMODE=-buildmode=pie [2022-03-09T22:09:34.370Z] #47 0.752 + GO_BUILDMODE=-buildmode=pie [2022-03-09T22:09:34.370Z] #47 0.753 ++ dirname /install.sh [2022-03-09T22:09:34.370Z] #47 0.754 + dir=/ [2022-03-09T22:09:34.370Z] #47 0.754 + bin=tini [2022-03-09T22:09:34.370Z] #47 0.754 + shift [2022-03-09T22:09:34.370Z] #47 0.754 + '[' '!' -f //tini.installer ']' [2022-03-09T22:09:34.370Z] #47 0.755 + . //tini.installer [2022-03-09T22:09:34.370Z] #47 0.755 ++ : v0.19.0 [2022-03-09T22:09:34.370Z] #47 0.755 + install_tini [2022-03-09T22:09:34.370Z] #47 0.756 + echo 'Install tini version v0.19.0' [2022-03-09T22:09:34.370Z] #47 0.756 Install tini version v0.19.0 [2022-03-09T22:09:34.370Z] #47 0.756 + git clone https://github.com/krallin/tini.git /tmp/tmp.zVaLgXF37P/tini [2022-03-09T22:09:34.370Z] #47 0.758 Cloning into '/tmp/tmp.zVaLgXF37P/tini'... [2022-03-09T22:09:34.632Z] #47 1.114 + cd /tmp/tmp.zVaLgXF37P/tini [2022-03-09T22:09:34.632Z] #47 1.114 + git checkout -q v0.19.0 [2022-03-09T22:09:34.632Z] #47 1.127 + cmake . [2022-03-09T22:09:34.892Z] #47 1.281 -- The C compiler identification is GNU 10.2.1 [2022-03-09T22:09:34.892Z] #47 1.312 -- Detecting C compiler ABI info [2022-03-09T22:09:35.153Z] #47 1.590 -- Detecting C compiler ABI info - done [2022-03-09T22:09:35.153Z] #47 1.638 -- Check for working C compiler: /usr/bin/cc - skipped [2022-03-09T22:09:35.153Z] #47 1.652 -- Detecting C compile features [2022-03-09T22:09:35.153Z] #47 1.653 -- Detecting C compile features - done [2022-03-09T22:09:35.153Z] #47 1.669 -- Performing Test HAS_BUILTIN_FORTIFY [2022-03-09T22:09:35.164Z] #56 DONE 134.1s [2022-03-09T22:09:35.164Z] [2022-03-09T22:09:35.164Z] #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-09T22:09:35.164Z] #60 sha256:97649a1a77e818c9c1acb38549aef529bdfe32609a19963f3f5b35cfaf2cedd9 [2022-03-09T22:09:35.412Z] #47 1.778 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-03-09T22:09:35.412Z] #47 1.809 -- Configuring done [2022-03-09T22:09:35.412Z] #47 1.814 -- Generating done [2022-03-09T22:09:35.412Z] #47 1.823 -- Build files have been written to: /tmp/tmp.zVaLgXF37P/tini [2022-03-09T22:09:35.412Z] #47 1.834 + make tini-static [2022-03-09T22:09:35.412Z] #47 1.970 Scanning dependencies of target tini-static [2022-03-09T22:09:35.671Z] #47 2.023 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-03-09T22:09:35.930Z] #47 2.348 [100%] Linking C executable tini-static [2022-03-09T22:09:36.189Z] #47 2.490 [100%] Built target tini-static [2022-03-09T22:09:36.189Z] #47 2.507 + mkdir -p /build [2022-03-09T22:09:36.189Z] #47 2.510 + cp tini-static /build/docker-init [2022-03-09T22:09:36.448Z] #47 DONE 2.8s [2022-03-09T22:09:36.448Z] [2022-03-09T22:09:36.449Z] #20 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-09T22:09:36.449Z] #20 sha256:2bda158e2977e036e23b070d72fcd39453b7f98561c266f6c0f5cfd59a696591 [2022-03-09T22:09:36.449Z] #20 52.11 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-03-09T22:09:36.449Z] #20 52.11 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-03-09T22:09:36.449Z] #20 52.12 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-03-09T22:09:37.018Z] #20 54.32 Selecting previously unselected package gcc-mingw-w64-base. [2022-03-09T22:09:37.019Z] #20 54.33 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2022-03-09T22:09:37.019Z] #20 54.33 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-03-09T22:09:37.019Z] #20 54.43 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-03-09T22:09:37.071Z] #60 ... [2022-03-09T22:09:37.071Z] [2022-03-09T22:09:37.071Z] #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-09T22:09:37.071Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-09T22:09:37.071Z] #51 249.5 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown) [2022-03-09T22:09:37.071Z] #51 DONE 249.6s [2022-03-09T22:09:37.071Z] [2022-03-09T22:09:37.071Z] #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-09T22:09:37.071Z] #60 sha256:97649a1a77e818c9c1acb38549aef529bdfe32609a19963f3f5b35cfaf2cedd9 [2022-03-09T22:09:37.289Z] #20 54.45 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2022-03-09T22:09:37.289Z] #20 54.45 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-03-09T22:09:38.450Z] #60 ... [2022-03-09T22:09:38.450Z] [2022-03-09T22:09:38.450Z] #52 [dev-systemd-false 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-03-09T22:09:38.450Z] #52 sha256:ec22f6f677f8995f2701ce08fab2be3bb2a2888fac4841ca6ea6e310c6a723a9 [2022-03-09T22:09:39.020Z] #52 DONE 0.7s [2022-03-09T22:09:39.020Z] [2022-03-09T22:09:39.020Z] #54 [dev-systemd-false 19/24] COPY --from=shfmt /build/ /usr/local/bin/ [2022-03-09T22:09:39.020Z] #54 sha256:5c781aa3e101a87184bb2a4e27cfe45ce74de4609b5f0c0a67937455e9f24203 [2022-03-09T22:09:39.281Z] #54 DONE 0.1s [2022-03-09T22:09:39.281Z] [2022-03-09T22:09:39.281Z] #57 [dev-systemd-false 20/24] COPY --from=runc /build/ /usr/local/bin/ [2022-03-09T22:09:39.281Z] #57 sha256:7848b58a02063848fd5b3312db30686133a4094992ed8087cb99504fa8b06b85 [2022-03-09T22:09:39.453Z] #20 56.64 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-03-09T22:09:39.453Z] #20 56.65 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-03-09T22:09:39.453Z] #20 56.66 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-09T22:09:39.540Z] #57 DONE 0.3s [2022-03-09T22:09:39.541Z] [2022-03-09T22:09:39.541Z] #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-09T22:09:39.541Z] #60 sha256:97649a1a77e818c9c1acb38549aef529bdfe32609a19963f3f5b35cfaf2cedd9 [2022-03-09T22:09:43.649Z] #20 60.67 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-03-09T22:09:43.649Z] #20 60.68 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-03-09T22:09:43.649Z] #20 60.69 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-09T22:09:43.649Z] #20 ... [2022-03-09T22:09:43.649Z] [2022-03-09T22:09:43.649Z] #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-09T22:09:43.649Z] #67 sha256:da40f2ea551522438e5efa19db6e6d4c35f64fcc995546d97508bf56382f6093 [2022-03-09T22:09:43.649Z] #67 13.15 + cd /tmp/tmp.4JgOQVICjU/src/github.com/containerd/containerd [2022-03-09T22:09:43.649Z] #67 13.15 + git checkout -q v1.5.10 [2022-03-09T22:09:44.217Z] #67 13.83 + export 'BUILDTAGS=netgo osusergo static_build' [2022-03-09T22:09:44.217Z] #67 13.83 + BUILDTAGS='netgo osusergo static_build' [2022-03-09T22:09:44.217Z] #67 13.83 + export EXTRA_FLAGS=-buildmode=pie [2022-03-09T22:09:44.217Z] #67 13.83 + EXTRA_FLAGS=-buildmode=pie [2022-03-09T22:09:44.217Z] #67 13.83 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-03-09T22:09:44.217Z] #67 13.83 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-03-09T22:09:44.217Z] #67 13.83 + '[' '' = dynamic ']' [2022-03-09T22:09:44.217Z] #67 13.83 + make [2022-03-09T22:09:44.785Z] #67 14.48 + bin/ctr [2022-03-09T22:09:52.897Z] #67 ... [2022-03-09T22:09:52.897Z] [2022-03-09T22:09:52.897Z] #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-09T22:09:52.897Z] #20 sha256:2bda158e2977e036e23b070d72fcd39453b7f98561c266f6c0f5cfd59a696591 [2022-03-09T22:09:52.897Z] #20 62.33 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-03-09T22:09:52.897Z] #20 62.33 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2022-03-09T22:09:52.897Z] #20 62.33 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-03-09T22:09:52.897Z] #20 64.09 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-03-09T22:09:52.897Z] #20 64.09 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-03-09T22:09:52.897Z] #20 64.09 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-09T22:09:52.897Z] #20 67.82 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-03-09T22:09:52.897Z] #20 67.82 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-03-09T22:09:52.897Z] #20 67.83 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-09T22:09:52.897Z] #20 69.46 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-03-09T22:09:52.897Z] #20 69.46 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-03-09T22:09:52.897Z] #20 69.48 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-03-09T22:09:52.897Z] #20 69.54 Selecting previously unselected package libapparmor1:amd64. [2022-03-09T22:09:52.897Z] #20 69.54 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2022-03-09T22:09:52.897Z] #20 69.55 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2022-03-09T22:09:52.897Z] #20 69.60 Selecting previously unselected package libapparmor-dev:amd64. [2022-03-09T22:09:52.897Z] #20 69.61 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2022-03-09T22:09:52.897Z] #20 69.61 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2022-03-09T22:09:52.897Z] #20 69.69 Selecting previously unselected package libbtrfs0:amd64. [2022-03-09T22:09:52.897Z] #20 69.69 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2022-03-09T22:09:52.897Z] #20 69.70 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-03-09T22:09:52.897Z] #20 69.76 Selecting previously unselected package libbtrfs-dev:amd64. [2022-03-09T22:09:52.897Z] #20 69.77 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-03-09T22:09:52.897Z] #20 69.78 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-09T22:09:52.897Z] #20 69.86 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2022-03-09T22:09:52.897Z] #20 69.87 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-03-09T22:09:52.897Z] #20 69.88 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-09T22:09:52.897Z] #20 69.91 Selecting previously unselected package libudev-dev:amd64. [2022-03-09T22:09:52.897Z] #20 69.92 Preparing to unpack .../20-libudev-dev_247.3-6_amd64.deb ... [2022-03-09T22:09:52.897Z] #20 69.92 Unpacking libudev-dev:amd64 (247.3-6) ... [2022-03-09T22:09:52.897Z] #20 69.98 Selecting previously unselected package libsepol1-dev:amd64. [2022-03-09T22:09:52.897Z] #20 69.99 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2022-03-09T22:09:52.897Z] #20 69.99 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2022-03-09T22:09:52.897Z] #20 70.10 Selecting previously unselected package libpcre2-16-0:amd64. [2022-03-09T22:09:52.897Z] #20 70.11 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ... [2022-03-09T22:09:52.897Z] #20 70.11 Unpacking libpcre2-16-0:amd64 (10.36-2) ... [2022-03-09T22:09:52.897Z] #20 70.19 Selecting previously unselected package libpcre2-32-0:amd64. [2022-03-09T22:09:52.897Z] #20 70.20 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ... [2022-03-09T22:09:52.897Z] #20 70.20 Unpacking libpcre2-32-0:amd64 (10.36-2) ... [2022-03-09T22:09:52.897Z] #20 70.28 Selecting previously unselected package libpcre2-posix2:amd64. [2022-03-09T22:09:52.897Z] #20 70.29 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ... [2022-03-09T22:09:52.897Z] #20 70.29 Unpacking libpcre2-posix2:amd64 (10.36-2) ... [2022-03-09T22:09:53.156Z] #20 70.32 Selecting previously unselected package libpcre2-dev:amd64. [2022-03-09T22:09:53.156Z] #20 70.33 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ... [2022-03-09T22:09:53.156Z] #20 70.34 Unpacking libpcre2-dev:amd64 (10.36-2) ... [2022-03-09T22:09:53.156Z] #20 70.49 Selecting previously unselected package libselinux1-dev:amd64. [2022-03-09T22:09:53.156Z] #20 70.50 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2022-03-09T22:09:53.156Z] #20 70.50 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2022-03-09T22:09:53.414Z] #20 70.62 Selecting previously unselected package libdevmapper-dev:amd64. [2022-03-09T22:09:53.414Z] #20 70.63 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2022-03-09T22:09:53.414Z] #20 70.63 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-03-09T22:09:53.414Z] #20 70.68 Selecting previously unselected package libseccomp-dev:amd64. [2022-03-09T22:09:53.414Z] #20 70.68 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-03-09T22:09:53.414Z] #20 70.69 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-03-09T22:09:53.414Z] #20 70.76 Selecting previously unselected package libsystemd-dev:amd64. [2022-03-09T22:09:53.414Z] #20 70.77 Preparing to unpack .../29-libsystemd-dev_247.3-6_amd64.deb ... [2022-03-09T22:09:53.414Z] #20 70.78 Unpacking libsystemd-dev:amd64 (247.3-6) ... [2022-03-09T22:09:53.673Z] #20 70.98 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-03-09T22:09:53.673Z] #20 70.99 Setting up libapparmor1:amd64 (2.13.6-10) ... [2022-03-09T22:09:53.673Z] #20 71.00 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-03-09T22:09:53.673Z] #20 71.01 Setting up libsepol1-dev:amd64 (3.1-1) ... [2022-03-09T22:09:53.673Z] #20 71.02 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-03-09T22:09:53.673Z] #20 71.03 Setting up libpcre2-16-0:amd64 (10.36-2) ... [2022-03-09T22:09:53.673Z] #20 71.04 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-03-09T22:09:53.673Z] #20 71.04 Setting up libpcre2-32-0:amd64 (10.36-2) ... [2022-03-09T22:09:53.673Z] #20 71.05 Setting up libudev-dev:amd64 (247.3-6) ... [2022-03-09T22:09:53.673Z] #20 71.06 Setting up libpcre2-posix2:amd64 (10.36-2) ... [2022-03-09T22:09:53.673Z] #20 71.07 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-03-09T22:09:53.673Z] #20 71.08 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-09T22:09:53.673Z] #20 71.09 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-03-09T22:09:53.673Z] #20 71.10 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2022-03-09T22:09:53.673Z] #20 71.11 Setting up mingw-w64-common (8.0.0-1) ... [2022-03-09T22:09:53.673Z] #20 71.11 Setting up libsystemd-dev:amd64 (247.3-6) ... [2022-03-09T22:09:53.673Z] #20 71.12 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-03-09T22:09:53.931Z] #20 71.13 Setting up libpcre2-dev:amd64 (10.36-2) ... [2022-03-09T22:09:53.931Z] #20 71.14 Setting up libselinux1-dev:amd64 (3.1-3) ... [2022-03-09T22:09:53.931Z] #20 71.15 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-03-09T22:09:53.931Z] #20 71.16 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-09T22:09:53.931Z] #20 71.17 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-09T22:09:53.931Z] #20 71.18 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-09T22:09:53.931Z] #20 71.19 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2022-03-09T22:09:53.931Z] #20 71.20 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-03-09T22:09:53.931Z] #20 71.21 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-09T22:09:53.931Z] #20 71.22 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-09T22:09:53.931Z] #20 71.22 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-09T22:09:53.931Z] #20 71.24 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-03-09T22:09:53.931Z] #20 71.25 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-09T22:09:53.931Z] #20 71.26 Setting up dmsetup (2:1.02.175-2.1) ... [2022-03-09T22:09:53.931Z] #20 71.27 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-09T22:09:53.931Z] #20 71.28 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-03-09T22:09:53.931Z] #20 71.29 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-09T22:09:55.304Z] #20 DONE 72.6s [2022-03-09T22:09:55.304Z] [2022-03-09T22:09:55.304Z] #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-09T22:09:55.304Z] #21 sha256:db75bd3b135fe2d1bd4cb661fe8f3bb76feaaa7f57437ececffd905ad46fd13d [2022-03-09T22:09:56.677Z] #21 1.153 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2022-03-09T22:09:56.677Z] #21 1.153 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-09T22:09:56.677Z] #21 1.154 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2022-03-09T22:09:56.934Z] #21 1.666 Fetched 44.1 kB in 1s (56.2 kB/s) [2022-03-09T22:10:02.196Z] #21 1.666 Reading package lists... [2022-03-09T22:10:02.999Z] #56 ... [2022-03-09T22:10:02.999Z] [2022-03-09T22:10:02.999Z] #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-09T22:10:02.999Z] #60 sha256:b22f856b54cf6e27029cdde3dd287d5537a22da66dd254448bda8b81748b8016 [2022-03-09T22:10:02.999Z] #60 213.7 + bin/containerd [2022-03-09T22:10:05.586Z] #60 212.8 + bin/containerd [2022-03-09T22:10:06.093Z] #60 243.8 # github.com/containerd/containerd/cmd/containerd [2022-03-09T22:10:06.093Z] #60 243.8 /usr/bin/ld: /tmp/go-link-4225603608/000019.o: in function `New': [2022-03-09T22:10:06.093Z] #60 243.8 /tmp/tmp.Lsx0zSxk2j/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-09T22:10:06.093Z] #60 243.8 + bin/containerd-stress [2022-03-09T22:10:06.282Z] #60 ... [2022-03-09T22:10:06.282Z] [2022-03-09T22:10:06.282Z] #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-09T22:10:06.282Z] #56 sha256:f6a976d44cf197b851623e339000066114a009efa0b36fad56a6b702e0e690f5 [2022-03-09T22:10:06.282Z] #56 124.4 + mkdir -p /build [2022-03-09T22:10:06.282Z] #56 124.4 + cp runc /build/runc [2022-03-09T22:10:06.381Z] #21 6.430 Reading package lists... [2022-03-09T22:10:06.660Z] #60 244.9 + bin/containerd-shim [2022-03-09T22:10:06.848Z] #56 DONE 126.4s [2022-03-09T22:10:06.848Z] [2022-03-09T22:10:06.848Z] #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-09T22:10:06.848Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-09T22:10:07.755Z] #21 11.21 Building dependency tree... [2022-03-09T22:10:07.755Z] #21 12.34 Reading state information... [2022-03-09T22:10:08.832Z] 8f616e6e9eec: Pull complete [2022-03-09T22:10:08.872Z] #60 ... [2022-03-09T22:10:08.872Z] [2022-03-09T22:10:08.872Z] #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-09T22:10:08.872Z] #56 sha256:31ebd44a48f22de4851d5af4b76b1bdc44a8365031f70cc1a3dcb57c3657f8db [2022-03-09T22:10:08.872Z] #56 126.0 + mkdir -p /build [2022-03-09T22:10:08.872Z] #56 126.0 + cp runc /build/runc [2022-03-09T22:10:09.134Z] #21 13.52 The following additional packages will be installed: [2022-03-09T22:10:09.134Z] #21 13.52 gcc-10-base:arm64 gcc-10-base:armel gcc-10-base:armhf gcc-10-base:ppc64el [2022-03-09T22:10:09.134Z] #21 13.52 gcc-10-base:s390x libapparmor1:arm64 libapparmor1:armel libapparmor1:armhf [2022-03-09T22:10:09.134Z] #21 13.52 libapparmor1:ppc64el libapparmor1:s390x libc6:arm64 libc6:armel libc6:armhf [2022-03-09T22:10:09.134Z] #21 13.52 libc6:ppc64el libc6:s390x libcrypt1:arm64 libcrypt1:armel libcrypt1:armhf [2022-03-09T22:10:09.134Z] #21 13.52 libcrypt1:ppc64el libcrypt1:s390x libgcc-s1:arm64 libgcc-s1:armel [2022-03-09T22:10:09.134Z] #21 13.52 libgcc-s1:armhf libgcc-s1:ppc64el libgcc-s1:s390x libseccomp2:arm64 [2022-03-09T22:10:09.134Z] #21 13.53 libseccomp2:armel libseccomp2:armhf libseccomp2:ppc64el libseccomp2:s390x [2022-03-09T22:10:09.134Z] #21 13.55 Suggested packages: [2022-03-09T22:10:09.134Z] #21 13.55 glibc-doc:arm64 libc-l10n:arm64 locales:arm64 glibc-doc:armel [2022-03-09T22:10:09.134Z] #21 13.55 libc-l10n:armel locales:armel glibc-doc:armhf libc-l10n:armhf locales:armhf [2022-03-09T22:10:09.134Z] #21 13.55 glibc-doc:ppc64el libc-l10n:ppc64el locales:ppc64el glibc-doc:s390x [2022-03-09T22:10:09.135Z] #21 13.55 libc-l10n:s390x locales:s390x seccomp:arm64 seccomp:armel seccomp:armhf [2022-03-09T22:10:09.135Z] #21 13.55 seccomp:ppc64el seccomp:s390x [2022-03-09T22:10:09.135Z] #21 13.55 Recommended packages: [2022-03-09T22:10:09.135Z] #21 13.55 libidn2-0:arm64 libnss-nis:arm64 libnss-nisplus:arm64 libidn2-0:armel [2022-03-09T22:10:09.135Z] #21 13.55 libnss-nis:armel libnss-nisplus:armel libidn2-0:armhf libnss-nis:armhf [2022-03-09T22:10:09.135Z] #21 13.55 libnss-nisplus:armhf libidn2-0:ppc64el libnss-nis:ppc64el [2022-03-09T22:10:09.135Z] #21 13.55 libnss-nisplus:ppc64el libidn2-0:s390x libnss-nis:s390x libnss-nisplus:s390x [2022-03-09T22:10:09.394Z] #21 13.99 The following NEW packages will be installed: [2022-03-09T22:10:09.394Z] #21 13.99 gcc-10-base:arm64 gcc-10-base:armel gcc-10-base:armhf gcc-10-base:ppc64el [2022-03-09T22:10:09.394Z] #21 13.99 gcc-10-base:s390x libapparmor-dev:arm64 libapparmor-dev:armel [2022-03-09T22:10:09.394Z] #21 13.99 libapparmor-dev:armhf libapparmor-dev:ppc64el libapparmor-dev:s390x [2022-03-09T22:10:09.394Z] #21 13.99 libapparmor1:arm64 libapparmor1:armel libapparmor1:armhf [2022-03-09T22:10:09.394Z] #21 13.99 libapparmor1:ppc64el libapparmor1:s390x libc6:arm64 libc6:armel libc6:armhf [2022-03-09T22:10:09.394Z] #21 13.99 libc6:ppc64el libc6:s390x libcrypt1:arm64 libcrypt1:armel libcrypt1:armhf [2022-03-09T22:10:09.394Z] #21 13.99 libcrypt1:ppc64el libcrypt1:s390x libgcc-s1:arm64 libgcc-s1:armel [2022-03-09T22:10:09.394Z] #21 13.99 libgcc-s1:armhf libgcc-s1:ppc64el libgcc-s1:s390x libseccomp-dev:arm64 [2022-03-09T22:10:09.394Z] #21 13.99 libseccomp-dev:armel libseccomp-dev:armhf libseccomp-dev:ppc64el [2022-03-09T22:10:09.394Z] #21 13.99 libseccomp-dev:s390x libseccomp2:arm64 libseccomp2:armel libseccomp2:armhf [2022-03-09T22:10:09.394Z] #21 14.00 libseccomp2:ppc64el libseccomp2:s390x [2022-03-09T22:10:09.654Z] #21 14.35 0 upgraded, 40 newly installed, 0 to remove and 1 not upgraded. [2022-03-09T22:10:09.654Z] #21 14.35 Need to get 15.9 MB of archives. [2022-03-09T22:10:09.654Z] #21 14.35 After this operation, 73.0 MB of additional disk space will be used. [2022-03-09T22:10:09.654Z] #21 14.35 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-10-base arm64 10.2.1-6 [201 kB] [2022-03-09T22:10:09.654Z] #21 14.36 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main armel gcc-10-base armel 10.2.1-6 [201 kB] [2022-03-09T22:10:09.654Z] #21 14.36 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf gcc-10-base armhf 10.2.1-6 [201 kB] [2022-03-09T22:10:09.654Z] #21 14.36 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el gcc-10-base ppc64el 10.2.1-6 [201 kB] [2022-03-09T22:10:09.654Z] #21 14.37 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x gcc-10-base s390x 10.2.1-6 [201 kB] [2022-03-09T22:10:09.654Z] #21 14.37 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libgcc-s1 s390x 10.2.1-6 [24.6 kB] [2022-03-09T22:10:09.654Z] #21 14.37 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libcrypt1 s390x 1:4.4.18-4 [87.9 kB] [2022-03-09T22:10:09.654Z] #21 14.38 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libc6 s390x 2.31-13+deb11u2 [2448 kB] [2022-03-09T22:10:09.654Z] #21 14.42 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libapparmor1 s390x 2.13.6-10 [97.8 kB] [2022-03-09T22:10:09.654Z] #21 14.42 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libapparmor-dev s390x 2.13.6-10 [139 kB] [2022-03-09T22:10:09.654Z] #21 14.42 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libgcc-s1 ppc64el 10.2.1-6 [30.3 kB] [2022-03-09T22:10:09.654Z] #21 14.42 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libcrypt1 ppc64el 1:4.4.18-4 [96.7 kB] [2022-03-09T22:10:09.654Z] #21 14.43 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libc6 ppc64el 2.31-13+deb11u2 [2831 kB] [2022-03-09T22:10:09.654Z] #21 14.47 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libapparmor1 ppc64el 2.13.6-10 [103 kB] [2022-03-09T22:10:09.914Z] #21 14.47 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libapparmor-dev ppc64el 2.13.6-10 [146 kB] [2022-03-09T22:10:09.914Z] #21 14.47 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libgcc-s1 armhf 10.2.1-6 [36.2 kB] [2022-03-09T22:10:09.914Z] #21 14.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-09T22:10:09.914Z] #21 14.48 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libc6 armhf 2.31-13+deb11u2 [2333 kB] [2022-03-09T22:10:09.914Z] #21 14.52 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libapparmor1 armhf 2.13.6-10 [94.5 kB] [2022-03-09T22:10:09.914Z] #21 14.52 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libapparmor-dev armhf 2.13.6-10 [137 kB] [2022-03-09T22:10:09.915Z] #21 14.52 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libgcc-s1 arm64 10.2.1-6 [34.6 kB] [2022-03-09T22:10:09.915Z] #21 14.52 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcrypt1 arm64 1:4.4.18-4 [89.7 kB] [2022-03-09T22:10:09.915Z] #21 14.52 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libc6 arm64 2.31-13+deb11u2 [2458 kB] [2022-03-09T22:10:09.915Z] #21 14.57 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor1 arm64 2.13.6-10 [98.5 kB] [2022-03-09T22:10:09.915Z] #21 14.57 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor-dev arm64 2.13.6-10 [141 kB] [2022-03-09T22:10:09.915Z] #21 14.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-09T22:10:09.915Z] #21 14.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-09T22:10:09.915Z] #21 14.58 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libc6 armel 2.31-13+deb11u2 [2338 kB] [2022-03-09T22:10:09.915Z] #21 14.60 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libapparmor1 armel 2.13.6-10 [95.2 kB] [2022-03-09T22:10:09.915Z] #21 14.60 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libapparmor-dev armel 2.13.6-10 [138 kB] [2022-03-09T22:10:09.915Z] #21 14.60 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libseccomp2 s390x 2.5.1-1+deb11u1 [46.8 kB] [2022-03-09T22:10:09.915Z] #21 14.60 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-09T22:10:09.915Z] #21 14.60 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libseccomp2 ppc64el 2.5.1-1+deb11u1 [54.5 kB] [2022-03-09T22:10:09.915Z] #21 14.61 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-09T22:10:09.915Z] #21 14.61 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libseccomp2 armhf 2.5.1-1+deb11u1 [46.7 kB] [2022-03-09T22:10:09.915Z] #21 14.61 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-09T22:10:09.915Z] #21 14.62 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libseccomp2 armel 2.5.1-1+deb11u1 [47.6 kB] [2022-03-09T22:10:09.915Z] #21 14.62 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-09T22:10:09.915Z] #21 14.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-09T22:10:09.915Z] #21 14.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-09T22:10:10.252Z] #56 DONE 127.9s [2022-03-09T22:10:10.252Z] [2022-03-09T22:10:10.252Z] #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-09T22:10:10.252Z] #60 sha256:e1c0aa1177c4b415aeff224c7e8cc51c5a6c0a0c902c7b05eb3ffc9fa4896c3a [2022-03-09T22:10:10.525Z] #21 15.22 debconf: delaying package configuration, since apt-utils is not installed [2022-03-09T22:10:10.785Z] #21 15.48 Fetched 15.9 MB in 1s (28.8 MB/s) [2022-03-09T22:10:10.785Z] #21 15.52 Selecting previously unselected package gcc-10-base:armel. [2022-03-09T22:10:10.785Z] #21 15.52 (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-09T22:10:10.785Z] #21 15.56 Preparing to unpack .../00-gcc-10-base_10.2.1-6_armel.deb ... [2022-03-09T22:10:10.785Z] #21 15.57 Unpacking gcc-10-base:armel (10.2.1-6) ... [2022-03-09T22:10:10.785Z] #21 15.61 Selecting previously unselected package gcc-10-base:armhf. [2022-03-09T22:10:11.043Z] #51 270.8 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown) [2022-03-09T22:10:11.043Z] #51 DONE 271.0s [2022-03-09T22:10:11.043Z] [2022-03-09T22:10:11.043Z] #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-09T22:10:11.043Z] #60 sha256:b22f856b54cf6e27029cdde3dd287d5537a22da66dd254448bda8b81748b8016 [2022-03-09T22:10:11.044Z] #21 15.62 Preparing to unpack .../01-gcc-10-base_10.2.1-6_armhf.deb ... [2022-03-09T22:10:11.044Z] #21 15.62 Unpacking gcc-10-base:armhf (10.2.1-6) ... [2022-03-09T22:10:11.044Z] #21 15.67 Selecting previously unselected package gcc-10-base:ppc64el. [2022-03-09T22:10:11.044Z] #21 15.67 Preparing to unpack .../02-gcc-10-base_10.2.1-6_ppc64el.deb ... [2022-03-09T22:10:11.044Z] #21 15.69 Unpacking gcc-10-base:ppc64el (10.2.1-6) ... [2022-03-09T22:10:11.044Z] #21 15.77 Selecting previously unselected package gcc-10-base:s390x. [2022-03-09T22:10:11.044Z] #21 15.77 Preparing to unpack .../03-gcc-10-base_10.2.1-6_s390x.deb ... [2022-03-09T22:10:11.044Z] #21 15.78 Unpacking gcc-10-base:s390x (10.2.1-6) ... [2022-03-09T22:10:11.044Z] #21 15.83 Selecting previously unselected package gcc-10-base:arm64. [2022-03-09T22:10:11.044Z] #21 15.83 Preparing to unpack .../04-gcc-10-base_10.2.1-6_arm64.deb ... [2022-03-09T22:10:11.044Z] #21 15.84 Unpacking gcc-10-base:arm64 (10.2.1-6) ... [2022-03-09T22:10:11.044Z] #21 15.90 Selecting previously unselected package libgcc-s1:armel. [2022-03-09T22:10:11.308Z] #21 15.90 Preparing to unpack .../05-libgcc-s1_10.2.1-6_armel.deb ... [2022-03-09T22:10:11.308Z] #21 15.91 Unpacking libgcc-s1:armel (10.2.1-6) ... [2022-03-09T22:10:11.308Z] #21 16.00 Selecting previously unselected package libcrypt1:armel. [2022-03-09T22:10:11.308Z] #21 16.00 Preparing to unpack .../06-libcrypt1_1%3a4.4.18-4_armel.deb ... [2022-03-09T22:10:11.308Z] #21 16.00 Unpacking libcrypt1:armel (1:4.4.18-4) ... [2022-03-09T22:10:11.308Z] #21 16.10 Selecting previously unselected package libc6:armel. [2022-03-09T22:10:11.572Z] #21 16.10 Preparing to unpack .../07-libc6_2.31-13+deb11u2_armel.deb ... [2022-03-09T22:10:11.572Z] #21 16.34 Unpacking libc6:armel (2.31-13+deb11u2) ... [2022-03-09T22:10:11.615Z] 8f616e6e9eec: Verifying Checksum [2022-03-09T22:10:11.615Z] 8f616e6e9eec: Download complete [2022-03-09T22:10:11.995Z] #60 ... [2022-03-09T22:10:11.995Z] [2022-03-09T22:10:11.995Z] #52 [dev-systemd-false 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-03-09T22:10:11.995Z] #52 sha256:7f8797f377e3213b30b29c020407def3738afa4ffca9fe585f8add84f7487c22 [2022-03-09T22:10:12.139Z] #21 16.76 Selecting previously unselected package libapparmor1:armel. [2022-03-09T22:10:12.139Z] #21 16.76 Preparing to unpack .../08-libapparmor1_2.13.6-10_armel.deb ... [2022-03-09T22:10:12.139Z] #21 16.77 Unpacking libapparmor1:armel (2.13.6-10) ... [2022-03-09T22:10:12.139Z] #21 16.83 Selecting previously unselected package libapparmor-dev:armel. [2022-03-09T22:10:12.139Z] #21 16.83 Preparing to unpack .../09-libapparmor-dev_2.13.6-10_armel.deb ... [2022-03-09T22:10:12.139Z] #21 16.84 Unpacking libapparmor-dev:armel (2.13.6-10) ... [2022-03-09T22:10:12.139Z] #21 16.89 Selecting previously unselected package libgcc-s1:arm64. [2022-03-09T22:10:12.139Z] #21 16.89 Preparing to unpack .../10-libgcc-s1_10.2.1-6_arm64.deb ... [2022-03-09T22:10:12.139Z] #21 16.90 Unpacking libgcc-s1:arm64 (10.2.1-6) ... [2022-03-09T22:10:12.139Z] #21 16.95 Selecting previously unselected package libcrypt1:arm64. [2022-03-09T22:10:12.398Z] #21 16.95 Preparing to unpack .../11-libcrypt1_1%3a4.4.18-4_arm64.deb ... [2022-03-09T22:10:12.398Z] #21 16.96 Unpacking libcrypt1:arm64 (1:4.4.18-4) ... [2022-03-09T22:10:12.398Z] #21 17.03 Selecting previously unselected package libc6:arm64. [2022-03-09T22:10:12.398Z] #21 17.04 Preparing to unpack .../12-libc6_2.31-13+deb11u2_arm64.deb ... [2022-03-09T22:10:12.566Z] #52 DONE 0.6s [2022-03-09T22:10:12.566Z] [2022-03-09T22:10:12.566Z] #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-09T22:10:12.566Z] #60 sha256:b22f856b54cf6e27029cdde3dd287d5537a22da66dd254448bda8b81748b8016 [2022-03-09T22:10:12.566Z] #60 ... [2022-03-09T22:10:12.566Z] [2022-03-09T22:10:12.567Z] #54 [dev-systemd-false 19/24] COPY --from=shfmt /build/ /usr/local/bin/ [2022-03-09T22:10:12.567Z] #54 sha256:57ede749d334e8733a53983ac324af0ae0be22d80c3d8901da649291648b20d7 [2022-03-09T22:10:12.567Z] #54 DONE 0.1s [2022-03-09T22:10:12.567Z] [2022-03-09T22:10:12.567Z] #57 [dev-systemd-false 20/24] COPY --from=runc /build/ /usr/local/bin/ [2022-03-09T22:10:12.567Z] #57 sha256:04fc287d4e84b4c0320e4d63d87d2d96fc27e574d1ac409514e3a0abb6d91775 [2022-03-09T22:10:12.656Z] #21 17.25 Unpacking libc6:arm64 (2.31-13+deb11u2) ... [2022-03-09T22:10:12.826Z] #57 DONE 0.3s [2022-03-09T22:10:12.826Z] [2022-03-09T22:10:12.826Z] #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-09T22:10:12.826Z] #60 sha256:b22f856b54cf6e27029cdde3dd287d5537a22da66dd254448bda8b81748b8016 [2022-03-09T22:10:12.915Z] #21 17.69 Selecting previously unselected package libapparmor1:arm64. [2022-03-09T22:10:13.174Z] #21 17.70 Preparing to unpack .../13-libapparmor1_2.13.6-10_arm64.deb ... [2022-03-09T22:10:13.174Z] #21 17.70 Unpacking libapparmor1:arm64 (2.13.6-10) ... [2022-03-09T22:10:13.174Z] #21 17.76 Selecting previously unselected package libapparmor-dev:arm64. [2022-03-09T22:10:13.174Z] #21 17.76 Preparing to unpack .../14-libapparmor-dev_2.13.6-10_arm64.deb ... [2022-03-09T22:10:13.175Z] #21 17.76 Unpacking libapparmor-dev:arm64 (2.13.6-10) ... [2022-03-09T22:10:13.175Z] #21 17.83 Selecting previously unselected package libgcc-s1:s390x. [2022-03-09T22:10:13.175Z] #21 17.84 Preparing to unpack .../15-libgcc-s1_10.2.1-6_s390x.deb ... [2022-03-09T22:10:13.175Z] #21 17.84 Unpacking libgcc-s1:s390x (10.2.1-6) ... [2022-03-09T22:10:13.175Z] #21 17.89 Selecting previously unselected package libcrypt1:s390x. [2022-03-09T22:10:13.175Z] #21 17.89 Preparing to unpack .../16-libcrypt1_1%3a4.4.18-4_s390x.deb ... [2022-03-09T22:10:13.175Z] #21 17.90 Unpacking libcrypt1:s390x (1:4.4.18-4) ... [2022-03-09T22:10:13.175Z] #21 17.97 Selecting previously unselected package libc6:s390x. [2022-03-09T22:10:13.434Z] #21 17.98 Preparing to unpack .../17-libc6_2.31-13+deb11u2_s390x.deb ... [2022-03-09T22:10:13.434Z] #21 18.17 Unpacking libc6:s390x (2.31-13+deb11u2) ... [2022-03-09T22:10:13.547Z] #60 ... [2022-03-09T22:10:13.547Z] [2022-03-09T22:10:13.547Z] #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-09T22:10:13.547Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-09T22:10:13.547Z] #51 272.4 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown) [2022-03-09T22:10:13.547Z] #51 DONE 272.4s [2022-03-09T22:10:13.547Z] [2022-03-09T22:10:13.547Z] #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-09T22:10:13.547Z] #60 sha256:e1c0aa1177c4b415aeff224c7e8cc51c5a6c0a0c902c7b05eb3ffc9fa4896c3a [2022-03-09T22:10:14.000Z] #21 18.67 Selecting previously unselected package libapparmor1:s390x. [2022-03-09T22:10:14.000Z] #21 18.67 Preparing to unpack .../18-libapparmor1_2.13.6-10_s390x.deb ... [2022-03-09T22:10:14.000Z] #21 18.68 Unpacking libapparmor1:s390x (2.13.6-10) ... [2022-03-09T22:10:14.000Z] #21 18.72 Selecting previously unselected package libapparmor-dev:s390x. [2022-03-09T22:10:14.000Z] #21 18.73 Preparing to unpack .../19-libapparmor-dev_2.13.6-10_s390x.deb ... [2022-03-09T22:10:14.000Z] #21 18.73 Unpacking libapparmor-dev:s390x (2.13.6-10) ... [2022-03-09T22:10:14.000Z] #21 18.79 Selecting previously unselected package libgcc-s1:armhf. [2022-03-09T22:10:14.259Z] #21 18.79 Preparing to unpack .../20-libgcc-s1_10.2.1-6_armhf.deb ... [2022-03-09T22:10:14.259Z] #21 18.79 Unpacking libgcc-s1:armhf (10.2.1-6) ... [2022-03-09T22:10:14.259Z] #21 18.83 Selecting previously unselected package libcrypt1:armhf. [2022-03-09T22:10:14.259Z] #21 18.84 Preparing to unpack .../21-libcrypt1_1%3a4.4.18-4_armhf.deb ... [2022-03-09T22:10:14.259Z] #21 18.85 Unpacking libcrypt1:armhf (1:4.4.18-4) ... [2022-03-09T22:10:14.259Z] #21 18.92 Selecting previously unselected package libc6:armhf. [2022-03-09T22:10:14.259Z] #21 18.93 Preparing to unpack .../22-libc6_2.31-13+deb11u2_armhf.deb ... [2022-03-09T22:10:14.483Z] #60 ... [2022-03-09T22:10:14.483Z] [2022-03-09T22:10:14.483Z] #52 [dev-systemd-false 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-03-09T22:10:14.483Z] #52 sha256:f16ff56473228e77a4423a00c0b0c28a03f8ad1be122588cf0553c92c0b58627 [2022-03-09T22:10:14.517Z] #21 19.14 Unpacking libc6:armhf (2.31-13+deb11u2) ... [2022-03-09T22:10:14.782Z] #60 252.1 + bin/containerd-shim-runc-v1 [2022-03-09T22:10:15.049Z] #52 DONE 0.6s [2022-03-09T22:10:15.049Z] [2022-03-09T22:10:15.049Z] #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-09T22:10:15.049Z] #60 sha256:e1c0aa1177c4b415aeff224c7e8cc51c5a6c0a0c902c7b05eb3ffc9fa4896c3a [2022-03-09T22:10:15.049Z] #60 ... [2022-03-09T22:10:15.049Z] [2022-03-09T22:10:15.049Z] #54 [dev-systemd-false 19/24] COPY --from=shfmt /build/ /usr/local/bin/ [2022-03-09T22:10:15.049Z] #54 sha256:34004260a294a580a05a08a05b542335545f02f9b815a7fe85a5141890ea7f4c [2022-03-09T22:10:15.049Z] #54 DONE 0.1s [2022-03-09T22:10:15.049Z] [2022-03-09T22:10:15.049Z] #57 [dev-systemd-false 20/24] COPY --from=runc /build/ /usr/local/bin/ [2022-03-09T22:10:15.049Z] #57 sha256:ac456d6a89982179ca5d53cff7ffc66010e21d87f5e3d5dd7a4af929fc9a1918 [2022-03-09T22:10:15.083Z] #21 19.55 Selecting previously unselected package libapparmor1:armhf. [2022-03-09T22:10:15.083Z] #21 19.55 Preparing to unpack .../23-libapparmor1_2.13.6-10_armhf.deb ... [2022-03-09T22:10:15.083Z] #21 19.56 Unpacking libapparmor1:armhf (2.13.6-10) ... [2022-03-09T22:10:15.083Z] #21 19.61 Selecting previously unselected package libapparmor-dev:armhf. [2022-03-09T22:10:15.083Z] #21 19.61 Preparing to unpack .../24-libapparmor-dev_2.13.6-10_armhf.deb ... [2022-03-09T22:10:15.083Z] #21 19.62 Unpacking libapparmor-dev:armhf (2.13.6-10) ... [2022-03-09T22:10:15.083Z] #21 19.69 Selecting previously unselected package libgcc-s1:ppc64el. [2022-03-09T22:10:15.083Z] #21 19.69 Preparing to unpack .../25-libgcc-s1_10.2.1-6_ppc64el.deb ... [2022-03-09T22:10:15.083Z] #21 19.70 Unpacking libgcc-s1:ppc64el (10.2.1-6) ... [2022-03-09T22:10:15.083Z] #21 19.74 Selecting previously unselected package libcrypt1:ppc64el. [2022-03-09T22:10:15.083Z] #21 19.74 Preparing to unpack .../26-libcrypt1_1%3a4.4.18-4_ppc64el.deb ... [2022-03-09T22:10:15.083Z] #21 19.75 Unpacking libcrypt1:ppc64el (1:4.4.18-4) ... [2022-03-09T22:10:15.083Z] #21 19.82 Selecting previously unselected package libc6:ppc64el. [2022-03-09T22:10:15.083Z] #21 19.82 Preparing to unpack .../27-libc6_2.31-13+deb11u2_ppc64el.deb ... [2022-03-09T22:10:15.342Z] #21 20.01 Unpacking libc6:ppc64el (2.31-13+deb11u2) ... [2022-03-09T22:10:15.614Z] #57 DONE 0.2s [2022-03-09T22:10:15.614Z] [2022-03-09T22:10:15.614Z] #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-09T22:10:15.614Z] #60 sha256:e1c0aa1177c4b415aeff224c7e8cc51c5a6c0a0c902c7b05eb3ffc9fa4896c3a [2022-03-09T22:10:15.907Z] #21 20.55 Selecting previously unselected package libapparmor1:ppc64el. [2022-03-09T22:10:15.907Z] #21 20.55 Preparing to unpack .../28-libapparmor1_2.13.6-10_ppc64el.deb ... [2022-03-09T22:10:15.907Z] #21 20.56 Unpacking libapparmor1:ppc64el (2.13.6-10) ... [2022-03-09T22:10:15.907Z] #21 20.60 Selecting previously unselected package libapparmor-dev:ppc64el. [2022-03-09T22:10:15.907Z] #21 20.60 Preparing to unpack .../29-libapparmor-dev_2.13.6-10_ppc64el.deb ... [2022-03-09T22:10:15.907Z] #21 20.61 Unpacking libapparmor-dev:ppc64el (2.13.6-10) ... [2022-03-09T22:10:15.907Z] #21 20.68 Selecting previously unselected package libseccomp2:s390x. [2022-03-09T22:10:15.907Z] #21 20.68 Preparing to unpack .../30-libseccomp2_2.5.1-1+deb11u1_s390x.deb ... [2022-03-09T22:10:15.907Z] #21 20.69 Unpacking libseccomp2:s390x (2.5.1-1+deb11u1) ... [2022-03-09T22:10:15.907Z] #21 20.74 Selecting previously unselected package libseccomp-dev:s390x. [2022-03-09T22:10:15.907Z] #21 20.74 Preparing to unpack .../31-libseccomp-dev_2.5.1-1+deb11u1_s390x.deb ... [2022-03-09T22:10:15.907Z] #21 20.74 Unpacking libseccomp-dev:s390x (2.5.1-1+deb11u1) ... [2022-03-09T22:10:15.907Z] #21 20.80 Selecting previously unselected package libseccomp2:ppc64el. [2022-03-09T22:10:16.165Z] #21 20.80 Preparing to unpack .../32-libseccomp2_2.5.1-1+deb11u1_ppc64el.deb ... [2022-03-09T22:10:16.165Z] #21 20.81 Unpacking libseccomp2:ppc64el (2.5.1-1+deb11u1) ... [2022-03-09T22:10:16.165Z] #21 20.86 Selecting previously unselected package libseccomp-dev:ppc64el. [2022-03-09T22:10:16.165Z] #21 20.86 Preparing to unpack .../33-libseccomp-dev_2.5.1-1+deb11u1_ppc64el.deb ... [2022-03-09T22:10:16.165Z] #21 20.86 Unpacking libseccomp-dev:ppc64el (2.5.1-1+deb11u1) ... [2022-03-09T22:10:16.165Z] #21 20.93 Selecting previously unselected package libseccomp2:armhf. [2022-03-09T22:10:16.165Z] #21 20.93 Preparing to unpack .../34-libseccomp2_2.5.1-1+deb11u1_armhf.deb ... [2022-03-09T22:10:16.165Z] #21 20.94 Unpacking libseccomp2:armhf (2.5.1-1+deb11u1) ... [2022-03-09T22:10:16.165Z] #21 20.98 Selecting previously unselected package libseccomp-dev:armhf. [2022-03-09T22:10:16.165Z] #21 20.98 Preparing to unpack .../35-libseccomp-dev_2.5.1-1+deb11u1_armhf.deb ... [2022-03-09T22:10:16.165Z] #21 20.99 Unpacking libseccomp-dev:armhf (2.5.1-1+deb11u1) ... [2022-03-09T22:10:16.165Z] #21 21.05 Selecting previously unselected package libseccomp2:armel. [2022-03-09T22:10:16.424Z] #21 21.05 Preparing to unpack .../36-libseccomp2_2.5.1-1+deb11u1_armel.deb ... [2022-03-09T22:10:16.424Z] #21 21.05 Unpacking libseccomp2:armel (2.5.1-1+deb11u1) ... [2022-03-09T22:10:16.424Z] #21 21.10 Selecting previously unselected package libseccomp-dev:armel. [2022-03-09T22:10:16.424Z] #21 21.10 Preparing to unpack .../37-libseccomp-dev_2.5.1-1+deb11u1_armel.deb ... [2022-03-09T22:10:16.424Z] #21 21.11 Unpacking libseccomp-dev:armel (2.5.1-1+deb11u1) ... [2022-03-09T22:10:16.424Z] #21 21.17 Selecting previously unselected package libseccomp2:arm64. [2022-03-09T22:10:16.424Z] #21 21.17 Preparing to unpack .../38-libseccomp2_2.5.1-1+deb11u1_arm64.deb ... [2022-03-09T22:10:16.424Z] #21 21.18 Unpacking libseccomp2:arm64 (2.5.1-1+deb11u1) ... [2022-03-09T22:10:16.424Z] #21 21.22 Selecting previously unselected package libseccomp-dev:arm64. [2022-03-09T22:10:16.424Z] #21 21.23 Preparing to unpack .../39-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ... [2022-03-09T22:10:16.424Z] #21 21.24 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2022-03-09T22:10:16.424Z] #21 21.32 Setting up gcc-10-base:arm64 (10.2.1-6) ... [2022-03-09T22:10:16.682Z] #21 21.33 Setting up gcc-10-base:armel (10.2.1-6) ... [2022-03-09T22:10:16.682Z] #21 21.34 Setting up gcc-10-base:armhf (10.2.1-6) ... [2022-03-09T22:10:16.682Z] #21 21.34 Setting up gcc-10-base:ppc64el (10.2.1-6) ... [2022-03-09T22:10:16.682Z] #21 21.35 Setting up gcc-10-base:s390x (10.2.1-6) ... [2022-03-09T22:10:16.682Z] #21 21.37 Setting up libcrypt1:arm64 (1:4.4.18-4) ... [2022-03-09T22:10:16.682Z] #21 21.38 Setting up libcrypt1:armel (1:4.4.18-4) ... [2022-03-09T22:10:16.682Z] #21 21.39 Setting up libcrypt1:armhf (1:4.4.18-4) ... [2022-03-09T22:10:16.682Z] #21 21.40 Setting up libcrypt1:ppc64el (1:4.4.18-4) ... [2022-03-09T22:10:16.682Z] #21 21.41 Setting up libcrypt1:s390x (1:4.4.18-4) ... [2022-03-09T22:10:16.682Z] #21 21.42 Setting up libgcc-s1:arm64 (10.2.1-6) ... [2022-03-09T22:10:16.682Z] #21 21.43 Setting up libgcc-s1:armel (10.2.1-6) ... [2022-03-09T22:10:16.682Z] #21 21.44 Setting up libgcc-s1:armhf (10.2.1-6) ... [2022-03-09T22:10:16.682Z] #21 21.45 Setting up libgcc-s1:ppc64el (10.2.1-6) ... [2022-03-09T22:10:16.682Z] #21 21.46 Setting up libgcc-s1:s390x (10.2.1-6) ... [2022-03-09T22:10:16.682Z] #21 21.47 Setting up libc6:arm64 (2.31-13+deb11u2) ... [2022-03-09T22:10:18.058Z] #21 22.69 Setting up libc6:armel (2.31-13+deb11u2) ... [2022-03-09T22:10:18.977Z] #60 257.2 + bin/containerd-shim-runc-v2 [2022-03-09T22:10:19.436Z] #21 23.89 Setting up libc6:armhf (2.31-13+deb11u2) ... [2022-03-09T22:10:19.545Z] #60 257.9 + binaries [2022-03-09T22:10:19.545Z] #60 257.9 + install -D bin/containerd /build/containerd [2022-03-09T22:10:19.545Z] #60 257.9 + install -D bin/containerd-shim /build/containerd-shim [2022-03-09T22:10:19.545Z] #60 257.9 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-03-09T22:10:19.545Z] #60 257.9 + install -D bin/ctr /build/ctr [2022-03-09T22:10:20.632Z] #21 25.13 Setting up libc6:ppc64el (2.31-13+deb11u2) ... [2022-03-09T22:10:21.568Z] #21 26.33 Setting up libc6:s390x (2.31-13+deb11u2) ... [2022-03-09T22:10:22.835Z] #60 DONE 261.2s [2022-03-09T22:10:22.942Z] #21 27.55 Setting up libapparmor1:arm64 (2.13.6-10) ... [2022-03-09T22:10:22.942Z] #21 27.56 Setting up libapparmor1:armel (2.13.6-10) ... [2022-03-09T22:10:22.942Z] #21 27.57 Setting up libapparmor1:armhf (2.13.6-10) ... [2022-03-09T22:10:22.942Z] #21 27.58 Setting up libapparmor1:ppc64el (2.13.6-10) ... [2022-03-09T22:10:22.942Z] #21 27.59 Setting up libapparmor1:s390x (2.13.6-10) ... [2022-03-09T22:10:22.942Z] #21 27.60 Setting up libseccomp2:arm64 (2.5.1-1+deb11u1) ... [2022-03-09T22:10:22.942Z] #21 27.60 Setting up libseccomp2:armel (2.5.1-1+deb11u1) ... [2022-03-09T22:10:22.942Z] #21 27.61 Setting up libseccomp2:armhf (2.5.1-1+deb11u1) ... [2022-03-09T22:10:22.942Z] #21 27.62 Setting up libseccomp2:ppc64el (2.5.1-1+deb11u1) ... [2022-03-09T22:10:22.942Z] #21 27.63 Setting up libseccomp2:s390x (2.5.1-1+deb11u1) ... [2022-03-09T22:10:22.942Z] #21 27.64 Setting up libapparmor-dev:arm64 (2.13.6-10) ... [2022-03-09T22:10:22.942Z] #21 27.65 Setting up libapparmor-dev:armel (2.13.6-10) ... [2022-03-09T22:10:22.942Z] #21 27.66 Setting up libapparmor-dev:armhf (2.13.6-10) ... [2022-03-09T22:10:22.942Z] #21 27.67 Setting up libapparmor-dev:ppc64el (2.13.6-10) ... [2022-03-09T22:10:22.942Z] #21 27.68 Setting up libapparmor-dev:s390x (2.13.6-10) ... [2022-03-09T22:10:22.942Z] #21 27.69 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2022-03-09T22:10:22.942Z] #21 27.70 Setting up libseccomp-dev:armel (2.5.1-1+deb11u1) ... [2022-03-09T22:10:22.942Z] #21 27.71 Setting up libseccomp-dev:armhf (2.5.1-1+deb11u1) ... [2022-03-09T22:10:22.942Z] #21 27.72 Setting up libseccomp-dev:ppc64el (2.5.1-1+deb11u1) ... [2022-03-09T22:10:22.942Z] #21 27.73 Setting up libseccomp-dev:s390x (2.5.1-1+deb11u1) ... [2022-03-09T22:10:23.203Z] #21 27.74 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-09T22:10:23.467Z] #21 DONE 28.3s [2022-03-09T22:10:23.467Z] [2022-03-09T22:10:23.467Z] #22 [dev-systemd-false 1/24] RUN groupadd -r docker [2022-03-09T22:10:23.467Z] #22 sha256:049910e928085381c0242f32aad2fd6a9c72d163e636c7a2fccc1360c0dc0548 [2022-03-09T22:10:23.736Z] #22 ... [2022-03-09T22:10:23.737Z] [2022-03-09T22:10:23.737Z] #62 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-03-09T22:10:23.737Z] #62 sha256:266e76b4045e61922c61db15d3c775bd87db422a0a171491ed139ba781e9bf21 [2022-03-09T22:10:23.737Z] #62 DONE 0.1s [2022-03-09T22:10:23.771Z] [2022-03-09T22:10:23.771Z] #61 [dev-systemd-false 21/24] COPY --from=containerd /build/ /usr/local/bin/ [2022-03-09T22:10:23.771Z] #61 sha256:f55460b996bd59cb7daed46527e727b71c4df7692b5f89f4aab28c15390357a2 [2022-03-09T22:10:23.995Z] [2022-03-09T22:10:23.995Z] #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-09T22:10:23.995Z] #63 sha256:727279c912553acc981bd14ab2b3499704b90e621c0a0576902c9bacbfd67875 [2022-03-09T22:10:24.713Z] #61 DONE 1.2s [2022-03-09T22:10:24.713Z] [2022-03-09T22:10:24.713Z] #66 [dev-systemd-false 22/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-03-09T22:10:24.713Z] #66 sha256:37661e0d808de81421f5a7664a8249a70e17914e54fae0ad6076f598bb0082c2 [2022-03-09T22:10:24.934Z] #63 1.116 + RM_GOPATH=0 [2022-03-09T22:10:24.934Z] #63 ... [2022-03-09T22:10:24.934Z] [2022-03-09T22:10:24.934Z] #22 [dev-systemd-false 1/24] RUN groupadd -r docker [2022-03-09T22:10:24.934Z] #22 sha256:049910e928085381c0242f32aad2fd6a9c72d163e636c7a2fccc1360c0dc0548 [2022-03-09T22:10:24.934Z] #22 DONE 1.3s [2022-03-09T22:10:24.934Z] [2022-03-09T22:10:24.934Z] #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-09T22:10:24.934Z] #63 sha256:727279c912553acc981bd14ab2b3499704b90e621c0a0576902c9bacbfd67875 [2022-03-09T22:10:24.934Z] #63 1.118 + TMP_GOPATH= [2022-03-09T22:10:24.934Z] #63 1.118 + : /build [2022-03-09T22:10:24.934Z] #63 1.118 + '[' -z '' ']' [2022-03-09T22:10:24.934Z] #63 1.118 ++ mktemp -d [2022-03-09T22:10:24.934Z] #63 1.119 + export GOPATH=/tmp/tmp.cFL5rIEY2i [2022-03-09T22:10:24.934Z] #63 1.119 + GOPATH=/tmp/tmp.cFL5rIEY2i [2022-03-09T22:10:24.934Z] #63 1.120 + RM_GOPATH=1 [2022-03-09T22:10:24.934Z] #63 1.120 + case "$(go env GOARCH)" in [2022-03-09T22:10:24.934Z] #63 1.121 ++ go env GOARCH [2022-03-09T22:10:24.934Z] #63 1.126 + export GO_BUILDMODE=-buildmode=pie [2022-03-09T22:10:24.934Z] #63 1.127 + GO_BUILDMODE=-buildmode=pie [2022-03-09T22:10:24.934Z] #63 1.127 ++ dirname /install.sh [2022-03-09T22:10:24.934Z] #63 1.128 + dir=/ [2022-03-09T22:10:24.934Z] #63 1.129 + bin=runc [2022-03-09T22:10:24.934Z] #63 1.129 + shift [2022-03-09T22:10:24.934Z] #63 1.129 + '[' '!' -f //runc.installer ']' [2022-03-09T22:10:24.934Z] #63 1.129 + . //runc.installer [2022-03-09T22:10:24.934Z] #63 1.130 ++ set -e [2022-03-09T22:10:24.934Z] #63 1.130 ++ : v1.1.0 [2022-03-09T22:10:24.934Z] #63 1.130 + install_runc [2022-03-09T22:10:24.934Z] #63 1.130 + RUNC_BUILDTAGS=seccomp [2022-03-09T22:10:24.934Z] #63 1.131 + echo 'Install runc version v1.1.0 (build tags: seccomp)' [2022-03-09T22:10:24.934Z] #63 1.131 Install runc version v1.1.0 (build tags: seccomp) [2022-03-09T22:10:24.934Z] #63 1.131 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.cFL5rIEY2i/src/github.com/opencontainers/runc [2022-03-09T22:10:24.934Z] #63 1.133 Cloning into '/tmp/tmp.cFL5rIEY2i/src/github.com/opencontainers/runc'... [2022-03-09T22:10:25.279Z] #66 DONE 0.3s [2022-03-09T22:10:25.279Z] [2022-03-09T22:10:25.279Z] #71 [dev-systemd-false 23/24] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-03-09T22:10:25.279Z] #71 sha256:27ad9717cf6c7a4d4b5ed73b5f2afef2d0a3b361eb129965af03de1b7d48391d [2022-03-09T22:10:25.871Z] #63 ... [2022-03-09T22:10:25.871Z] [2022-03-09T22:10:25.871Z] #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-09T22:10:25.871Z] #23 sha256:08ef7aab0ae1c051ee5514bf7661a991d1f1c86a87327c5fa71e369ed4370d6a [2022-03-09T22:10:25.871Z] #23 DONE 0.9s [2022-03-09T22:10:25.871Z] [2022-03-09T22:10:25.871Z] #24 [dev-systemd-false 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-03-09T22:10:25.871Z] #24 sha256:57c943574319571dc37b4c12cf80791bbd2382fc4b8f8d5e6a767a99787cda50 [2022-03-09T22:10:26.211Z] #71 DONE 1.1s [2022-03-09T22:10:26.211Z] [2022-03-09T22:10:26.211Z] #72 [dev-systemd-false 24/24] WORKDIR /go/src/github.com/docker/docker [2022-03-09T22:10:26.211Z] #72 sha256:5966ab81880416011f160084c58ed655517a69710ca1b516055e8eb3a237c7a3 [2022-03-09T22:10:26.211Z] #72 DONE 0.0s [2022-03-09T22:10:26.211Z] [2022-03-09T22:10:26.211Z] #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-09T22:10:26.211Z] #73 sha256:01ba083752e57eab1196b1c284e88cc806e75a99d128bccd6af2a477cad55d89 [2022-03-09T22:10:26.776Z] #73 0.623 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2022-03-09T22:10:26.776Z] #73 0.623 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-09T22:10:26.776Z] #73 0.624 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2022-03-09T22:10:26.808Z] #24 0.824 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-03-09T22:10:26.808Z] #24 DONE 0.9s [2022-03-09T22:10:26.808Z] [2022-03-09T22:10:26.808Z] #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-09T22:10:26.808Z] #67 sha256:da40f2ea551522438e5efa19db6e6d4c35f64fcc995546d97508bf56382f6093 [2022-03-09T22:10:26.808Z] #67 ... [2022-03-09T22:10:26.808Z] [2022-03-09T22:10:26.808Z] #25 [dev-systemd-false 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-03-09T22:10:26.808Z] #25 sha256:c79e1e4a6eeaa399b796a413950280c15dcd45913219f685865b0df00db85412 [2022-03-09T22:10:27.035Z] #73 0.860 Fetched 44.1 kB in 1s (87.3 kB/s) [2022-03-09T22:10:27.603Z] #73 0.860 Reading package lists... [2022-03-09T22:10:27.746Z] #25 DONE 0.8s [2022-03-09T22:10:27.746Z] [2022-03-09T22:10:27.746Z] #26 [dev-systemd-false 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-03-09T22:10:27.746Z] #26 sha256:d326afb01be0f9fa2354eaf00d23e7439b881216a41668b7ebc2270a7f9867b1 [2022-03-09T22:10:28.170Z] #73 1.359 Reading package lists... [2022-03-09T22:10:28.170Z] #73 1.847 Building dependency tree... [2022-03-09T22:10:28.170Z] #73 1.947 Reading state information... [2022-03-09T22:10:28.170Z] #73 2.060 The following additional packages will be installed: [2022-03-09T22:10:28.314Z] #26 DONE 0.9s [2022-03-09T22:10:28.314Z] [2022-03-09T22:10:28.314Z] #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-09T22:10:28.314Z] #63 sha256:727279c912553acc981bd14ab2b3499704b90e621c0a0576902c9bacbfd67875 [2022-03-09T22:10:28.428Z] #73 2.061 libargon2-1 libcryptsetup12 libdbus-1-3 libjson-c5 libkmod2 libpam-systemd [2022-03-09T22:10:28.428Z] #73 2.061 systemd-timesyncd [2022-03-09T22:10:28.428Z] #73 2.062 Suggested packages: [2022-03-09T22:10:28.428Z] #73 2.062 systemd-container policykit-1 [2022-03-09T22:10:28.428Z] #73 2.062 Recommended packages: [2022-03-09T22:10:28.428Z] #73 2.062 libnss-systemd [2022-03-09T22:10:28.428Z] #73 2.139 The following NEW packages will be installed: [2022-03-09T22:10:28.428Z] #73 2.139 dbus dbus-user-session libargon2-1 libcryptsetup12 libdbus-1-3 libjson-c5 [2022-03-09T22:10:28.428Z] #73 2.140 libkmod2 libpam-systemd systemd systemd-sysv systemd-timesyncd [2022-03-09T22:10:28.687Z] #73 2.411 0 upgraded, 11 newly installed, 0 to remove and 1 not upgraded. [2022-03-09T22:10:28.687Z] #73 2.411 Need to get 5941 kB of archives. [2022-03-09T22:10:28.687Z] #73 2.411 After this operation, 19.5 MB of additional disk space will be used. [2022-03-09T22:10:28.687Z] #73 2.411 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libargon2-1 amd64 0~20171227-0.2 [19.6 kB] [2022-03-09T22:10:28.687Z] #73 2.415 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjson-c5 amd64 0.15-2 [42.8 kB] [2022-03-09T22:10:28.688Z] #73 2.416 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-09T22:10:28.688Z] #73 2.419 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libkmod2 amd64 28-1 [55.6 kB] [2022-03-09T22:10:28.688Z] #73 2.432 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd-timesyncd amd64 247.3-6 [131 kB] [2022-03-09T22:10:28.688Z] #73 2.433 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd amd64 247.3-6 [4495 kB] [2022-03-09T22:10:28.688Z] #73 2.514 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd-sysv amd64 247.3-6 [113 kB] [2022-03-09T22:10:28.688Z] #73 2.531 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdbus-1-3 amd64 1.12.20-2 [219 kB] [2022-03-09T22:10:28.688Z] #73 2.533 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dbus amd64 1.12.20-2 [239 kB] [2022-03-09T22:10:28.688Z] #73 2.534 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpam-systemd amd64 247.3-6 [282 kB] [2022-03-09T22:10:28.688Z] #73 2.536 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-09T22:10:28.880Z] #63 ... [2022-03-09T22:10:28.880Z] [2022-03-09T22:10:28.880Z] #27 [dev-systemd-false 6/24] RUN ldconfig [2022-03-09T22:10:28.880Z] #27 sha256:31b8876c5768dd12c94844f6e4b385a2f5b2c66122305733c479327e231acf32 [2022-03-09T22:10:28.946Z] #73 2.696 debconf: delaying package configuration, since apt-utils is not installed [2022-03-09T22:10:28.946Z] #73 2.727 Fetched 5941 kB in 0s (15.1 MB/s) [2022-03-09T22:10:28.946Z] #73 2.754 Selecting previously unselected package libargon2-1:amd64. [2022-03-09T22:10:28.946Z] #73 2.754 (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-09T22:10:28.946Z] #73 2.767 Preparing to unpack .../0-libargon2-1_0~20171227-0.2_amd64.deb ... [2022-03-09T22:10:28.946Z] #73 2.776 Unpacking libargon2-1:amd64 (0~20171227-0.2) ... [2022-03-09T22:10:28.946Z] #73 2.828 Selecting previously unselected package libjson-c5:amd64. [2022-03-09T22:10:28.946Z] #73 2.831 Preparing to unpack .../1-libjson-c5_0.15-2_amd64.deb ... [2022-03-09T22:10:28.946Z] #73 2.836 Unpacking libjson-c5:amd64 (0.15-2) ... [2022-03-09T22:10:28.946Z] #73 2.891 Selecting previously unselected package libcryptsetup12:amd64. [2022-03-09T22:10:29.206Z] #73 2.893 Preparing to unpack .../2-libcryptsetup12_2%3a2.3.7-1+deb11u1_amd64.deb ... [2022-03-09T22:10:29.206Z] #73 2.898 Unpacking libcryptsetup12:amd64 (2:2.3.7-1+deb11u1) ... [2022-03-09T22:10:29.206Z] #73 2.959 Selecting previously unselected package libkmod2:amd64. [2022-03-09T22:10:29.206Z] #73 2.961 Preparing to unpack .../3-libkmod2_28-1_amd64.deb ... [2022-03-09T22:10:29.206Z] #73 2.966 Unpacking libkmod2:amd64 (28-1) ... [2022-03-09T22:10:29.206Z] #73 3.011 Selecting previously unselected package systemd-timesyncd. [2022-03-09T22:10:29.206Z] #73 3.013 Preparing to unpack .../4-systemd-timesyncd_247.3-6_amd64.deb ... [2022-03-09T22:10:29.206Z] #73 3.018 Unpacking systemd-timesyncd (247.3-6) ... [2022-03-09T22:10:29.206Z] #73 3.074 Selecting previously unselected package systemd. [2022-03-09T22:10:29.206Z] #73 3.077 Preparing to unpack .../5-systemd_247.3-6_amd64.deb ... [2022-03-09T22:10:29.206Z] #73 3.113 Unpacking systemd (247.3-6) ... [2022-03-09T22:10:29.452Z] #27 DONE 1.0s [2022-03-09T22:10:29.452Z] [2022-03-09T22:10:29.452Z] #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-09T22:10:29.452Z] #63 sha256:727279c912553acc981bd14ab2b3499704b90e621c0a0576902c9bacbfd67875 [2022-03-09T22:10:29.452Z] #63 5.512 + cd /tmp/tmp.cFL5rIEY2i/src/github.com/opencontainers/runc [2022-03-09T22:10:29.452Z] #63 5.512 + git checkout -q v1.1.0 [2022-03-09T22:10:29.452Z] #63 5.586 + '[' -z '' ']' [2022-03-09T22:10:29.452Z] #63 5.586 + target=static [2022-03-09T22:10:29.452Z] #63 5.586 + make BUILDTAGS=seccomp static [2022-03-09T22:10:29.452Z] #63 5.775 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-09T22:10:29.773Z] #73 3.619 Setting up libargon2-1:amd64 (0~20171227-0.2) ... [2022-03-09T22:10:29.773Z] #73 3.632 Setting up libjson-c5:amd64 (0.15-2) ... [2022-03-09T22:10:29.773Z] #73 3.644 Setting up libcryptsetup12:amd64 (2:2.3.7-1+deb11u1) ... [2022-03-09T22:10:29.773Z] #73 3.657 Setting up libkmod2:amd64 (28-1) ... [2022-03-09T22:10:29.773Z] #73 3.669 Setting up systemd (247.3-6) ... [2022-03-09T22:10:30.031Z] #73 3.714 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service. [2022-03-09T22:10:30.031Z] #73 3.716 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target. [2022-03-09T22:10:30.031Z] #73 3.718 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service. [2022-03-09T22:10:30.289Z] #73 4.046 Setting up systemd-timesyncd (247.3-6) ... [2022-03-09T22:10:30.289Z] #73 4.269 Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service. [2022-03-09T22:10:30.289Z] #73 4.269 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service. [2022-03-09T22:10:30.548Z] #73 4.340 Selecting previously unselected package systemd-sysv. [2022-03-09T22:10:30.549Z] #73 4.341 (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-09T22:10:30.549Z] #73 4.354 Preparing to unpack .../systemd-sysv_247.3-6_amd64.deb ... [2022-03-09T22:10:30.549Z] #73 4.359 Unpacking systemd-sysv (247.3-6) ... [2022-03-09T22:10:30.549Z] #73 4.406 Selecting previously unselected package libdbus-1-3:amd64. [2022-03-09T22:10:30.549Z] #73 4.408 Preparing to unpack .../libdbus-1-3_1.12.20-2_amd64.deb ... [2022-03-09T22:10:30.549Z] #73 4.412 Unpacking libdbus-1-3:amd64 (1.12.20-2) ... [2022-03-09T22:10:30.549Z] #73 4.476 Selecting previously unselected package dbus. [2022-03-09T22:10:30.549Z] #73 4.479 Preparing to unpack .../dbus_1.12.20-2_amd64.deb ... [2022-03-09T22:10:30.549Z] #73 4.489 Unpacking dbus (1.12.20-2) ... [2022-03-09T22:10:30.549Z] #73 4.549 Selecting previously unselected package libpam-systemd:amd64. [2022-03-09T22:10:30.809Z] #73 4.551 Preparing to unpack .../libpam-systemd_247.3-6_amd64.deb ... [2022-03-09T22:10:30.809Z] #73 4.556 Unpacking libpam-systemd:amd64 (247.3-6) ... [2022-03-09T22:10:30.809Z] #73 4.610 Selecting previously unselected package dbus-user-session. [2022-03-09T22:10:30.809Z] #73 4.613 Preparing to unpack .../dbus-user-session_1.12.20-2_amd64.deb ... [2022-03-09T22:10:30.809Z] #73 4.619 Unpacking dbus-user-session (1.12.20-2) ... [2022-03-09T22:10:31.073Z] #73 4.722 Setting up systemd-sysv (247.3-6) ... [2022-03-09T22:10:31.073Z] #73 4.736 Setting up libdbus-1-3:amd64 (1.12.20-2) ... [2022-03-09T22:10:31.073Z] #73 4.751 Setting up dbus (1.12.20-2) ... [2022-03-09T22:10:31.073Z] #73 4.877 invoke-rc.d: could not determine current runlevel [2022-03-09T22:10:31.073Z] #73 4.879 invoke-rc.d: policy-rc.d denied execution of start. [2022-03-09T22:10:31.073Z] #73 4.884 Setting up libpam-systemd:amd64 (247.3-6) ... [2022-03-09T22:10:31.333Z] #73 5.020 Setting up dbus-user-session (1.12.20-2) ... [2022-03-09T22:10:31.333Z] #73 5.038 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-09T22:10:31.333Z] #73 DONE 5.2s [2022-03-09T22:10:31.333Z] [2022-03-09T22:10:31.333Z] #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-09T22:10:31.333Z] #74 sha256:273488905216e936f0c5061ef64fcb015945bc3ac1e14c33d015577ccca888da [2022-03-09T22:10:31.851Z] #74 0.393 % Total % Received % Xferd Average Speed Time Time Time Current [2022-03-09T22:10:31.851Z] #74 0.395 Dload Upload Total Spent Left Speed [2022-03-09T22:10:31.851Z] #74 0.396 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1823 100 1823 0 0 8362 0 --:--:-- --:--:-- --:--:-- 8362 [2022-03-09T22:10:31.851Z] #74 DONE 0.7s [2022-03-09T22:10:32.110Z] [2022-03-09T22:10:32.110Z] #75 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-03-09T22:10:32.110Z] #75 sha256:1ecf5edf8c60d551edee6ad3cb1a10a36cf982ea34c5f44d540391c66cb87245 [2022-03-09T22:10:33.050Z] #75 DONE 0.9s [2022-03-09T22:10:33.050Z] [2022-03-09T22:10:33.050Z] #76 exporting to image [2022-03-09T22:10:33.050Z] #76 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-03-09T22:10:33.050Z] #76 exporting layers [2022-03-09T22:10:36.023Z] #63 ... [2022-03-09T22:10:36.023Z] [2022-03-09T22:10:36.023Z] #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-09T22:10:36.023Z] #28 sha256:2b001536469da2b48c0083ea1700be5ed8b8dce92b2b590b37c0e06ae85a0ae5 [2022-03-09T22:10:36.023Z] #28 1.117 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-09T22:10:36.023Z] #28 1.134 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-09T22:10:36.023Z] #28 1.135 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-09T22:10:36.023Z] #28 1.373 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7943 kB] [2022-03-09T22:10:36.023Z] #28 1.599 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-03-09T22:10:36.023Z] #28 1.719 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-09T22:10:36.023Z] #28 2.087 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-03-09T22:10:36.023Z] #28 2.367 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-03-09T22:10:36.023Z] #28 2.711 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-03-09T22:10:36.023Z] #28 2.978 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [123 kB] [2022-03-09T22:10:36.023Z] #28 2.979 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [121 kB] [2022-03-09T22:10:36.023Z] #28 2.979 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [122 kB] [2022-03-09T22:10:36.023Z] #28 2.980 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [116 kB] [2022-03-09T22:10:36.023Z] #28 2.980 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [116 kB] [2022-03-09T22:10:36.023Z] #28 2.988 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [124 kB] [2022-03-09T22:10:36.023Z] #28 3.161 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-03-09T22:10:36.023Z] #28 3.166 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2604 B] [2022-03-09T22:10:36.023Z] #28 3.169 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-03-09T22:10:36.023Z] #28 3.170 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2604 B] [2022-03-09T22:10:36.023Z] #28 3.171 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-03-09T22:10:36.023Z] #28 3.172 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-09T22:10:36.704Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-03-09T22:10:36.704Z] ok github.com/docker/docker/api/server/httputils 0.003s coverage: 14.7% of statements [2022-03-09T22:10:36.704Z] ok github.com/docker/docker/api/server/middleware 0.011s coverage: 37.7% of statements [2022-03-09T22:10:36.704Z] ? github.com/docker/docker/api/server/router [no test files] [2022-03-09T22:10:36.704Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-03-09T22:10:36.704Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-03-09T22:10:36.704Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-03-09T22:10:36.704Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-03-09T22:10:36.704Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-03-09T22:10:36.704Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-03-09T22:10:36.704Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-03-09T22:10:36.704Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-03-09T22:10:36.704Z] ok github.com/docker/docker/api/server/router/swarm 0.007s coverage: 5.7% of statements [2022-03-09T22:10:36.704Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-03-09T22:10:36.704Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-03-09T22:10:36.704Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-03-09T22:10:36.704Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2022-03-09T22:10:36.704Z] ? github.com/docker/docker/api/types [no test files] [2022-03-09T22:10:36.704Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-03-09T22:10:36.704Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-03-09T22:10:36.704Z] ? github.com/docker/docker/api/types/container [no test files] [2022-03-09T22:10:36.704Z] ? github.com/docker/docker/api/types/events [no test files] [2022-03-09T22:10:36.704Z] ok github.com/docker/docker/api/types/strslice 0.006s coverage: 90.0% of statements [2022-03-09T22:10:36.704Z] ok github.com/docker/docker/api/types/filters 0.003s coverage: 92.2% of statements [2022-03-09T22:10:36.704Z] ? github.com/docker/docker/api/types/image [no test files] [2022-03-09T22:10:36.704Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-03-09T22:10:36.704Z] ? github.com/docker/docker/api/types/network [no test files] [2022-03-09T22:10:36.704Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-03-09T22:10:36.704Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-03-09T22:10:36.704Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-03-09T22:10:36.704Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-03-09T22:10:36.704Z] ok github.com/docker/docker/api/types/time 0.007s coverage: 100.0% of statements [2022-03-09T22:10:36.704Z] ok github.com/docker/docker/api/types/versions 0.011s coverage: 77.3% of statements [2022-03-09T22:10:36.704Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-03-09T22:10:36.704Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-03-09T22:10:36.704Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-03-09T22:10:36.704Z] ? github.com/docker/docker/builder [no test files] [2022-03-09T22:10:36.704Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-03-09T22:10:36.704Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-03-09T22:10:36.704Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-03-09T22:10:36.704Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-03-09T22:10:36.704Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-03-09T22:10:36.704Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-03-09T22:10:36.704Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-03-09T22:10:36.704Z] ok github.com/docker/docker/builder/remotecontext 0.062s coverage: 13.7% of statements [2022-03-09T22:10:36.704Z] ok github.com/docker/docker/builder/dockerfile 0.188s coverage: 49.3% of statements [2022-03-09T22:10:36.704Z] ok github.com/docker/docker/cli/debug 0.002s coverage: 100.0% of statements [2022-03-09T22:10:36.704Z] ok github.com/docker/docker/builder/remotecontext/git 0.894s coverage: 86.3% of statements [2022-03-09T22:10:36.704Z] ? github.com/docker/docker/cli [no test files] [2022-03-09T22:10:36.704Z] ? github.com/docker/docker/cli/config [no test files] [2022-03-09T22:10:36.704Z] ok github.com/docker/docker/cmd/docker-proxy 0.189s coverage: 67.6% of statements [2022-03-09T22:10:38.618Z] ok github.com/docker/docker/client 0.086s coverage: 75.7% of statements [2022-03-09T22:10:39.382Z] #60 252.2 # github.com/containerd/containerd/cmd/containerd [2022-03-09T22:10:39.382Z] #60 252.2 /usr/bin/ld: /tmp/go-link-245269701/000019.o: in function `New': [2022-03-09T22:10:39.382Z] #60 252.2 /tmp/tmp.uOxT77h43z/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-09T22:10:39.382Z] #60 252.3 + bin/containerd-stress [2022-03-09T22:10:39.665Z] #76 exporting layers 6.5s done [2022-03-09T22:10:39.665Z] #76 writing image sha256:3a9ad919009d6dd98be5b21095ee40cd1162ffbfb9e383509c5f77c355ca9e0f done [2022-03-09T22:10:39.665Z] #76 naming to docker.io/library/docker:b92af14a1c47368b8cf1c52e303adf6e11cebc3b done [2022-03-09T22:10:39.665Z] #76 DONE 6.5s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-03-09T22:10:40.014Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43352/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_GITCOMMIT=b92af14a1c47368b8cf1c52e303adf6e11cebc3b -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:b92af14a1c47368b8cf1c52e303adf6e11cebc3b hack/make.sh dynbinary test-integration [2022-03-09T22:10:40.283Z] #28 ... [2022-03-09T22:10:40.283Z] [2022-03-09T22:10:40.283Z] #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-09T22:10:40.283Z] #67 sha256:da40f2ea551522438e5efa19db6e6d4c35f64fcc995546d97508bf56382f6093 [2022-03-09T22:10:40.283Z] #67 70.07 + bin/containerd [2022-03-09T22:10:40.760Z] #60 253.4 + bin/containerd-shim [2022-03-09T22:10:40.951Z] Created symlink /etc/systemd/system/systemd-firstboot.service → /dev/null. [2022-03-09T22:10:40.951Z] Created symlink /etc/systemd/system/systemd-udevd.service → /dev/null. [2022-03-09T22:10:40.951Z] Created symlink /etc/systemd/system/multi-user.target.wants/docker-entrypoint.service → /etc/systemd/system/docker-entrypoint.service. [2022-03-09T22:10:40.951Z] hack/dind-systemd: starting /lib/systemd/systemd --show-status=false --unit=docker-entrypoint.target [2022-03-09T22:10:40.951Z] 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-09T22:10:40.951Z] Detected virtualization docker. [2022-03-09T22:10:40.951Z] Detected architecture x86-64. [2022-03-09T22:10:40.951Z] Set hostname to <6809e4dcecf0>. [2022-03-09T22:10:40.951Z] modprobe@configfs.service: Succeeded. [2022-03-09T22:10:40.951Z] modprobe@drm.service: Succeeded. [2022-03-09T22:10:40.951Z] modprobe@fuse.service: Succeeded. [2022-03-09T22:10:41.210Z] + source /etc/docker-entrypoint-cmd [2022-03-09T22:10:41.210Z] ++ hack/make.sh dynbinary test-integration [2022-03-09T22:10:41.210Z] [2022-03-09T22:10:41.210Z] Removing bundles/ [2022-03-09T22:10:41.210Z] [2022-03-09T22:10:41.210Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-03-09T22:10:41.470Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-03-09T22:10:41.470Z] GOOS="" GOARCH="" GOARM="" [2022-03-09T22:10:42.157Z] #60 251.7 # github.com/containerd/containerd/cmd/containerd [2022-03-09T22:10:42.157Z] #60 251.7 /usr/bin/ld: /tmp/go-link-1262985130/000019.o: in function `New': [2022-03-09T22:10:42.158Z] #60 251.7 /tmp/tmp.7sICTMv1aU/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-09T22:10:42.158Z] #60 251.8 + bin/containerd-stress [2022-03-09T22:10:43.100Z] #60 252.9 + bin/containerd-shim [2022-03-09T22:10:48.875Z] #60 260.5 + bin/containerd-shim-runc-v1 [2022-03-09T22:10:50.258Z] #67 ... [2022-03-09T22:10:50.258Z] [2022-03-09T22:10:50.258Z] #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-09T22:10:50.258Z] #28 sha256:2b001536469da2b48c0083ea1700be5ed8b8dce92b2b590b37c0e06ae85a0ae5 [2022-03-09T22:10:50.258Z] #28 13.79 Fetched 48.9 MB in 13s (3787 kB/s) [2022-03-09T22:10:50.258Z] #28 13.79 Reading package lists... [2022-03-09T22:10:51.225Z] #60 260.2 + bin/containerd-shim-runc-v1 [2022-03-09T22:10:53.070Z] #60 265.7 + bin/containerd-shim-runc-v2 [2022-03-09T22:10:53.328Z] #60 266.3 + binaries [2022-03-09T22:10:53.586Z] #60 266.3 + install -D bin/containerd /build/containerd [2022-03-09T22:10:53.586Z] #60 266.3 + install -D bin/containerd-shim /build/containerd-shim [2022-03-09T22:10:53.586Z] #60 266.3 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-03-09T22:10:53.586Z] #60 266.3 + install -D bin/ctr /build/ctr [2022-03-09T22:10:55.489Z] #60 DONE 268.2s [2022-03-09T22:10:56.426Z] [2022-03-09T22:10:56.426Z] #61 [dev-systemd-false 21/24] COPY --from=containerd /build/ /usr/local/bin/ [2022-03-09T22:10:56.426Z] #61 sha256:df74350b2ee52c14a49480127344708422bb99f8ee7534e184b8ad86ad01e832 [2022-03-09T22:10:56.493Z] #60 265.4 + bin/containerd-shim-runc-v2 [2022-03-09T22:10:56.493Z] #60 266.0 + binaries [2022-03-09T22:10:56.493Z] #60 266.0 + install -D bin/containerd /build/containerd [2022-03-09T22:10:56.493Z] #60 266.0 + install -D bin/containerd-shim /build/containerd-shim [2022-03-09T22:10:56.493Z] #60 266.0 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-03-09T22:10:56.493Z] #60 266.1 + install -D bin/ctr /build/ctr [2022-03-09T22:10:56.825Z] #28 20.20 Reading package lists... [2022-03-09T22:10:56.994Z] #61 DONE 0.7s [2022-03-09T22:10:56.994Z] [2022-03-09T22:10:56.994Z] #66 [dev-systemd-false 22/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-03-09T22:10:56.994Z] #66 sha256:c18e96a5bb78ce57a422e91f70d0558a7e79fabdd1bbfb334fe9427e851d8689 [2022-03-09T22:10:57.252Z] #66 DONE 0.2s [2022-03-09T22:10:57.252Z] [2022-03-09T22:10:57.252Z] #71 [dev-systemd-false 23/24] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-03-09T22:10:57.252Z] #71 sha256:602ed1075563129cf907f3b358d075a56724e9ecb3cb7a09091a3bf183fae39f [2022-03-09T22:10:57.763Z] #28 26.67 Building dependency tree... [2022-03-09T22:10:58.189Z] #71 DONE 0.9s [2022-03-09T22:10:58.189Z] [2022-03-09T22:10:58.189Z] #72 [dev-systemd-false 24/24] WORKDIR /go/src/github.com/docker/docker [2022-03-09T22:10:58.189Z] #72 sha256:0ba9d55429e59f29f434200814bd7e4a10cd10a9bced8b28e809becf0d5cd557 [2022-03-09T22:10:58.189Z] #72 DONE 0.0s [2022-03-09T22:10:58.189Z] [2022-03-09T22:10:58.189Z] #73 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-03-09T22:10:58.189Z] #73 sha256:816ddac4fac537878905785b35f502c96e202d04d9d6fbb7ccf582463133b287 [2022-03-09T22:10:58.394Z] #60 DONE 267.9s [2022-03-09T22:10:59.143Z] #28 29.50 bzip2 is already the newest version (1.0.8-4). [2022-03-09T22:10:59.143Z] #28 29.50 patch is already the newest version (2.7.6-7). [2022-03-09T22:10:59.143Z] #28 29.50 xz-utils is already the newest version (5.2.5-2). [2022-03-09T22:10:59.143Z] #28 29.50 The following additional packages will be installed: [2022-03-09T22:10:59.143Z] #28 29.50 libaio1 libbpf0 libcap2 libelf1 libgpm2 libinih1 libip4tc2 libip6tc2 libjq1 [2022-03-09T22:10:59.143Z] #28 29.51 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 [2022-03-09T22:10:59.143Z] #28 29.51 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-03-09T22:10:59.143Z] #28 29.51 python3-pkg-resources vim-runtime xxd [2022-03-09T22:10:59.143Z] #28 29.53 Suggested packages: [2022-03-09T22:10:59.143Z] #28 29.53 apparmor-profiles-extra apparmor-utils iproute2-doc firewalld kmod gpm [2022-03-09T22:10:59.143Z] #28 29.53 python-setuptools-doc ctags vim-doc vim-scripts xfsdump acl attr quota [2022-03-09T22:10:59.143Z] #28 29.53 Recommended packages: [2022-03-09T22:10:59.143Z] #28 29.53 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-03-09T22:10:59.326Z] [2022-03-09T22:10:59.326Z] #61 [dev-systemd-false 21/24] COPY --from=containerd /build/ /usr/local/bin/ [2022-03-09T22:10:59.326Z] #61 sha256:88b32e349d4ea38420ba2dd13be24d4d0dd7daa51ad5df2c303a3d800a92dab0 [2022-03-09T22:10:59.613Z] #73 DONE 1.3s [2022-03-09T22:10:59.613Z] [2022-03-09T22:10:59.613Z] #74 exporting to image [2022-03-09T22:10:59.613Z] #74 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-03-09T22:10:59.613Z] #74 exporting layers [2022-03-09T22:10:59.891Z] #61 DONE 0.6s [2022-03-09T22:10:59.891Z] [2022-03-09T22:10:59.891Z] #66 [dev-systemd-false 22/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-03-09T22:10:59.891Z] #66 sha256:a5b039e6ce34887fa0fc3734c478b9cc12eb09a9948431272a2fd668bfe0aa2d [2022-03-09T22:10:59.891Z] #66 DONE 0.2s [2022-03-09T22:10:59.891Z] [2022-03-09T22:10:59.891Z] #71 [dev-systemd-false 23/24] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-03-09T22:10:59.891Z] #71 sha256:00a76db59cedea9cbe07ddf44af2b9fac22ce11c229bd42e2d0167ec835eca60 [2022-03-09T22:11:00.518Z] #28 31.07 The following NEW packages will be installed: [2022-03-09T22:11:00.518Z] #28 31.07 apparmor bash-completion inetutils-ping iproute2 iptables jq libaio1 libbpf0 [2022-03-09T22:11:00.518Z] #28 31.07 libcap2 libcap2-bin libelf1 libgpm2 libinih1 libip4tc2 libip6tc2 libjq1 [2022-03-09T22:11:00.518Z] #28 31.08 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 [2022-03-09T22:11:00.518Z] #28 31.08 libonig5 libprotobuf-c1 libxtables12 net-tools pigz python-pip-whl [2022-03-09T22:11:00.518Z] #28 31.08 python3-distutils python3-lib2to3 python3-pip python3-pkg-resources [2022-03-09T22:11:00.518Z] #28 31.08 python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim [2022-03-09T22:11:00.518Z] #28 31.09 vim-common vim-runtime xfsprogs xxd zip zstd [2022-03-09T22:11:00.823Z] #71 DONE 0.8s [2022-03-09T22:11:00.824Z] [2022-03-09T22:11:00.824Z] #72 [dev-systemd-false 24/24] WORKDIR /go/src/github.com/docker/docker [2022-03-09T22:11:00.824Z] #72 sha256:a4dea566f3020c834b6cdcc7a55265dc03762b6b72c689ce1bf77816b0d10350 [2022-03-09T22:11:00.824Z] #72 DONE 0.0s [2022-03-09T22:11:00.824Z] [2022-03-09T22:11:00.824Z] #73 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-03-09T22:11:00.824Z] #73 sha256:77f789b57acb0e0a3573fc1e7cbd366f737896e21e2207759aa777820e3a74a7 [2022-03-09T22:11:01.085Z] #28 31.48 0 upgraded, 44 newly installed, 0 to remove and 1 not upgraded. [2022-03-09T22:11:01.085Z] #28 31.48 Need to get 18.6 MB of archives. [2022-03-09T22:11:01.085Z] #28 31.48 After this operation, 71.4 MB of additional disk space will be used. [2022-03-09T22:11:01.085Z] #28 31.48 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2022-03-09T22:11:01.085Z] #28 31.49 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2022-03-09T22:11:01.085Z] #28 31.49 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2022-03-09T22:11:01.085Z] #28 31.49 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-03-09T22:11:01.085Z] #28 31.49 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2022-03-09T22:11:01.085Z] #28 31.49 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2022-03-09T22:11:01.085Z] #28 31.50 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2022-03-09T22:11:01.085Z] #28 31.50 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2022-03-09T22:11:01.085Z] #28 31.52 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-03-09T22:11:01.085Z] #28 31.52 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-09T22:11:01.085Z] #28 31.53 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2022-03-09T22:11:01.085Z] #28 31.53 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2022-03-09T22:11:01.085Z] #28 31.55 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB] [2022-03-09T22:11:01.085Z] #28 31.56 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2022-03-09T22:11:01.085Z] #28 31.56 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2022-03-09T22:11:01.085Z] #28 31.57 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2022-03-09T22:11:01.085Z] #28 31.57 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2022-03-09T22:11:01.085Z] #28 31.57 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2022-03-09T22:11:01.085Z] #28 31.57 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2022-03-09T22:11:01.085Z] #28 31.58 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-03-09T22:11:01.085Z] #28 31.58 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-03-09T22:11:01.085Z] #28 31.58 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-03-09T22:11:01.085Z] #28 31.59 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2022-03-09T22:11:01.085Z] #28 31.59 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2022-03-09T22:11:01.085Z] #28 31.59 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2022-03-09T22:11:01.085Z] #28 31.59 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-09T22:11:01.085Z] #28 31.59 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-09T22:11:01.085Z] #28 31.59 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-09T22:11:01.085Z] #28 31.59 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2022-03-09T22:11:01.085Z] #28 31.60 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4 [1948 kB] [2022-03-09T22:11:01.085Z] #28 31.63 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-03-09T22:11:01.085Z] #28 31.63 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2022-03-09T22:11:01.085Z] #28 31.63 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-03-09T22:11:01.085Z] #28 31.64 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2022-03-09T22:11:01.085Z] #28 31.65 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-03-09T22:11:01.085Z] #28 31.65 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4 [337 kB] [2022-03-09T22:11:01.085Z] #28 31.65 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2022-03-09T22:11:01.085Z] #28 31.67 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2022-03-09T22:11:01.085Z] #28 31.67 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2022-03-09T22:11:01.085Z] #28 31.68 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-09T22:11:01.085Z] #28 31.76 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB] [2022-03-09T22:11:01.085Z] #28 31.78 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2022-03-09T22:11:01.344Z] #28 31.79 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2022-03-09T22:11:01.344Z] #28 31.79 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB] [2022-03-09T22:11:01.602Z] #28 32.33 debconf: delaying package configuration, since apt-utils is not installed [2022-03-09T22:11:02.170Z] #28 32.62 Fetched 18.6 MB in 1s (31.3 MB/s) [2022-03-09T22:11:02.170Z] #28 32.68 Selecting previously unselected package pigz. [2022-03-09T22:11:02.170Z] #28 32.68 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 40068 files and directories currently installed.) [2022-03-09T22:11:02.170Z] #28 32.78 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2022-03-09T22:11:02.170Z] #28 32.79 Unpacking pigz (2.6-1) ... [2022-03-09T22:11:02.170Z] #28 32.84 Selecting previously unselected package libelf1:amd64. [2022-03-09T22:11:02.197Z] #73 DONE 1.1s [2022-03-09T22:11:02.197Z] [2022-03-09T22:11:02.197Z] #74 exporting to image [2022-03-09T22:11:02.197Z] #74 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-03-09T22:11:02.197Z] #74 exporting layers [2022-03-09T22:11:02.430Z] #28 32.84 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2022-03-09T22:11:02.430Z] #28 32.85 Unpacking libelf1:amd64 (0.183-1) ... [2022-03-09T22:11:02.430Z] #28 32.96 Selecting previously unselected package libbpf0:amd64. [2022-03-09T22:11:02.430Z] #28 32.96 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2022-03-09T22:11:02.430Z] #28 32.97 Unpacking libbpf0:amd64 (1:0.3-2) ... [2022-03-09T22:11:02.430Z] #28 33.04 Selecting previously unselected package libcap2:amd64. [2022-03-09T22:11:02.430Z] #28 33.05 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2022-03-09T22:11:02.430Z] #28 33.06 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-03-09T22:11:02.430Z] #28 33.11 Selecting previously unselected package libmnl0:amd64. [2022-03-09T22:11:02.690Z] #28 33.12 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2022-03-09T22:11:02.690Z] #28 33.12 Unpacking libmnl0:amd64 (1.0.4-3) ... [2022-03-09T22:11:02.690Z] #28 33.17 Selecting previously unselected package libxtables12:amd64. [2022-03-09T22:11:02.690Z] #28 33.18 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2022-03-09T22:11:02.690Z] #28 33.18 Unpacking libxtables12:amd64 (1.8.7-1) ... [2022-03-09T22:11:02.690Z] #28 33.23 Selecting previously unselected package libcap2-bin. [2022-03-09T22:11:02.690Z] #28 33.24 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2022-03-09T22:11:02.690Z] #28 33.25 Unpacking libcap2-bin (1:2.44-1) ... [2022-03-09T22:11:02.690Z] #28 33.31 Selecting previously unselected package iproute2. [2022-03-09T22:11:02.690Z] #28 33.31 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2022-03-09T22:11:02.690Z] #28 33.32 Unpacking iproute2 (5.10.0-4) ... [2022-03-09T22:11:02.950Z] #28 33.64 Selecting previously unselected package xxd. [2022-03-09T22:11:02.950Z] #28 33.64 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-03-09T22:11:03.209Z] #28 33.65 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-03-09T22:11:03.209Z] #28 33.72 Selecting previously unselected package vim-common. [2022-03-09T22:11:03.209Z] #28 33.72 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-03-09T22:11:03.209Z] #28 33.74 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-09T22:11:03.209Z] #28 33.83 Selecting previously unselected package bash-completion. [2022-03-09T22:11:03.209Z] #28 33.84 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-03-09T22:11:04.596Z] #28 35.01 Unpacking bash-completion (1:2.11-2) ... [2022-03-09T22:11:04.856Z] #28 35.41 Selecting previously unselected package apparmor. [2022-03-09T22:11:04.856Z] #28 35.41 Preparing to unpack .../11-apparmor_2.13.6-10_amd64.deb ... [2022-03-09T22:11:04.856Z] #28 35.48 Unpacking apparmor (2.13.6-10) ... [2022-03-09T22:11:05.424Z] #28 35.80 Selecting previously unselected package inetutils-ping. [2022-03-09T22:11:05.424Z] #28 35.80 Preparing to unpack .../12-inetutils-ping_2%3a2.0-1_amd64.deb ... [2022-03-09T22:11:05.424Z] #28 35.81 Unpacking inetutils-ping (2:2.0-1) ... [2022-03-09T22:11:05.424Z] #28 35.89 Selecting previously unselected package libip4tc2:amd64. [2022-03-09T22:11:05.424Z] #28 35.89 Preparing to unpack .../13-libip4tc2_1.8.7-1_amd64.deb ... [2022-03-09T22:11:05.424Z] #28 35.90 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2022-03-09T22:11:05.424Z] #28 35.95 Selecting previously unselected package libip6tc2:amd64. [2022-03-09T22:11:05.424Z] #28 35.95 Preparing to unpack .../14-libip6tc2_1.8.7-1_amd64.deb ... [2022-03-09T22:11:05.424Z] #28 35.96 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2022-03-09T22:11:05.424Z] #28 36.03 Selecting previously unselected package libnfnetlink0:amd64. [2022-03-09T22:11:05.424Z] #28 36.03 Preparing to unpack .../15-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2022-03-09T22:11:05.424Z] #28 36.04 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-03-09T22:11:05.424Z] #28 36.09 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2022-03-09T22:11:05.684Z] #28 36.09 Preparing to unpack .../16-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2022-03-09T22:11:05.684Z] #28 36.10 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-03-09T22:11:05.684Z] #28 36.17 Selecting previously unselected package libnftnl11:amd64. [2022-03-09T22:11:05.684Z] #28 36.18 Preparing to unpack .../17-libnftnl11_1.1.9-1_amd64.deb ... [2022-03-09T22:11:05.684Z] #28 36.19 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2022-03-09T22:11:05.684Z] #28 36.26 Selecting previously unselected package iptables. [2022-03-09T22:11:05.684Z] #28 36.26 Preparing to unpack .../18-iptables_1.8.7-1_amd64.deb ... [2022-03-09T22:11:05.684Z] #28 36.27 Unpacking iptables (1.8.7-1) ... [2022-03-09T22:11:05.944Z] #28 36.43 Selecting previously unselected package libonig5:amd64. [2022-03-09T22:11:05.944Z] #28 36.43 Preparing to unpack .../19-libonig5_6.9.6-1.1_amd64.deb ... [2022-03-09T22:11:05.944Z] #28 36.44 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-03-09T22:11:05.944Z] #28 36.54 Selecting previously unselected package libjq1:amd64. [2022-03-09T22:11:05.944Z] #28 36.55 Preparing to unpack .../20-libjq1_1.6-2.1_amd64.deb ... [2022-03-09T22:11:05.944Z] #28 36.56 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-03-09T22:11:05.944Z] #28 36.65 Selecting previously unselected package jq. [2022-03-09T22:11:05.944Z] #28 36.65 Preparing to unpack .../21-jq_1.6-2.1_amd64.deb ... [2022-03-09T22:11:06.177Z] #74 exporting layers 6.1s done [2022-03-09T22:11:06.177Z] #74 writing image sha256:e8cfc4f8a0c8de16ce72884a35df52a7e0e5fa8323a1749337f09a7c581172e0 done [2022-03-09T22:11:06.177Z] #74 naming to docker.io/library/docker:b92af14a1c47368b8cf1c52e303adf6e11cebc3b [2022-03-09T22:11:06.177Z] #74 naming to docker.io/library/docker:b92af14a1c47368b8cf1c52e303adf6e11cebc3b done [2022-03-09T22:11:06.177Z] #74 DONE 6.1s [Pipeline] } [Pipeline] // stage [2022-03-09T22:11:06.203Z] #28 36.65 Unpacking jq (1.6-2.1) ... [2022-03-09T22:11:06.203Z] #28 36.71 Selecting previously unselected package libaio1:amd64. [2022-03-09T22:11:06.203Z] #28 36.72 Preparing to unpack .../22-libaio1_0.3.112-9_amd64.deb ... [2022-03-09T22:11:06.203Z] #28 36.72 Unpacking libaio1:amd64 (0.3.112-9) ... [2022-03-09T22:11:06.203Z] #28 36.77 Selecting previously unselected package libgpm2:amd64. [2022-03-09T22:11:06.203Z] #28 36.78 Preparing to unpack .../23-libgpm2_1.20.7-8_amd64.deb ... [2022-03-09T22:11:06.203Z] #28 36.78 Unpacking libgpm2:amd64 (1.20.7-8) ... [2022-03-09T22:11:06.203Z] #28 36.84 Selecting previously unselected package libinih1:amd64. [2022-03-09T22:11:06.203Z] #28 36.84 Preparing to unpack .../24-libinih1_53-1+b2_amd64.deb ... [2022-03-09T22:11:06.203Z] #28 36.85 Unpacking libinih1:amd64 (53-1+b2) ... [2022-03-09T22:11:06.203Z] #28 36.91 Selecting previously unselected package libnet1:amd64. [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-03-09T22:11:06.462Z] #28 36.91 Preparing to unpack .../25-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-03-09T22:11:06.462Z] #28 36.92 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-03-09T22:11:06.462Z] #28 37.02 Selecting previously unselected package libnl-3-200:amd64. [2022-03-09T22:11:06.462Z] #28 37.03 Preparing to unpack .../26-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-03-09T22:11:06.462Z] #28 37.04 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-03-09T22:11:06.462Z] #28 37.11 Selecting previously unselected package libprotobuf-c1:amd64. [2022-03-09T22:11:06.462Z] #28 37.11 Preparing to unpack .../27-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-03-09T22:11:06.462Z] #28 37.12 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-03-09T22:11:06.462Z] #28 37.17 Selecting previously unselected package net-tools. [2022-03-09T22:11:06.542Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43352/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_GITCOMMIT=b92af14a1c47368b8cf1c52e303adf6e11cebc3b -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:b92af14a1c47368b8cf1c52e303adf6e11cebc3b hack/make.sh dynbinary test-integration [2022-03-09T22:11:06.722Z] #28 37.18 Preparing to unpack .../28-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2022-03-09T22:11:06.722Z] #28 37.18 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-03-09T22:11:06.722Z] #28 37.30 Selecting previously unselected package python-pip-whl. [2022-03-09T22:11:06.722Z] #28 37.31 Preparing to unpack .../29-python-pip-whl_20.3.4-4_all.deb ... [2022-03-09T22:11:06.722Z] #28 37.31 Unpacking python-pip-whl (20.3.4-4) ... [2022-03-09T22:11:07.290Z] #28 37.65 Selecting previously unselected package python3-lib2to3. [2022-03-09T22:11:07.290Z] #28 37.66 Preparing to unpack .../30-python3-lib2to3_3.9.2-1_all.deb ... [2022-03-09T22:11:07.290Z] #28 37.67 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-03-09T22:11:07.290Z] #28 37.74 Selecting previously unselected package python3-distutils. [2022-03-09T22:11:07.290Z] #28 37.75 Preparing to unpack .../31-python3-distutils_3.9.2-1_all.deb ... [2022-03-09T22:11:07.290Z] #28 37.76 Unpacking python3-distutils (3.9.2-1) ... [2022-03-09T22:11:07.290Z] #28 37.84 Selecting previously unselected package python3-pkg-resources. [2022-03-09T22:11:07.290Z] #28 37.85 Preparing to unpack .../32-python3-pkg-resources_52.0.0-4_all.deb ... [2022-03-09T22:11:07.290Z] #28 37.86 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-03-09T22:11:07.290Z] #28 37.94 Selecting previously unselected package python3-setuptools. [2022-03-09T22:11:07.290Z] #28 37.94 Preparing to unpack .../33-python3-setuptools_52.0.0-4_all.deb ... [2022-03-09T22:11:07.479Z] [2022-03-09T22:11:07.479Z] Removing bundles/ [2022-03-09T22:11:07.479Z] [2022-03-09T22:11:07.479Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-03-09T22:11:07.550Z] #28 37.95 Unpacking python3-setuptools (52.0.0-4) ... [2022-03-09T22:11:07.550Z] #28 38.11 Selecting previously unselected package python3-wheel. [2022-03-09T22:11:07.550Z] #28 38.11 Preparing to unpack .../34-python3-wheel_0.34.2-1_all.deb ... [2022-03-09T22:11:07.550Z] #28 38.12 Unpacking python3-wheel (0.34.2-1) ... [2022-03-09T22:11:07.550Z] #28 38.19 Selecting previously unselected package python3-pip. [2022-03-09T22:11:07.550Z] #28 38.19 Preparing to unpack .../35-python3-pip_20.3.4-4_all.deb ... [2022-03-09T22:11:07.743Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-03-09T22:11:07.743Z] GOOS="" GOARCH="" GOARM="" [2022-03-09T22:11:07.810Z] #28 38.20 Unpacking python3-pip (20.3.4-4) ... [2022-03-09T22:11:07.810Z] #28 38.36 Selecting previously unselected package sudo. [2022-03-09T22:11:07.810Z] #28 38.37 Preparing to unpack .../36-sudo_1.9.5p2-3_amd64.deb ... [2022-03-09T22:11:07.810Z] #28 38.37 Unpacking sudo (1.9.5p2-3) ... [2022-03-09T22:11:08.069Z] #28 38.71 Selecting previously unselected package thin-provisioning-tools. [2022-03-09T22:11:08.069Z] #28 38.72 Preparing to unpack .../37-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2022-03-09T22:11:08.069Z] #28 38.72 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-03-09T22:11:08.328Z] #28 38.87 Selecting previously unselected package uidmap. [2022-03-09T22:11:08.328Z] #28 38.88 Preparing to unpack .../38-uidmap_1%3a4.8.1-1_amd64.deb ... [2022-03-09T22:11:08.328Z] #28 38.88 Unpacking uidmap (1:4.8.1-1) ... [2022-03-09T22:11:08.588Z] #28 38.97 Selecting previously unselected package vim-runtime. [2022-03-09T22:11:08.588Z] #28 38.98 Preparing to unpack .../39-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-03-09T22:11:08.588Z] #28 39.00 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-09T22:11:08.588Z] #28 39.01 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-03-09T22:11:08.588Z] #28 39.02 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-03-09T22:11:08.761Z] #74 exporting layers 5.8s done [2022-03-09T22:11:08.761Z] #74 writing image sha256:dfcb6052f6e97015dec719be0fb064660cfce84c5a4aa5c6ed6ec8278fe7ecdb done [2022-03-09T22:11:08.761Z] #74 naming to docker.io/library/docker:b92af14a1c47368b8cf1c52e303adf6e11cebc3b done [2022-03-09T22:11:08.761Z] #74 DONE 5.8s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] sh [2022-03-09T22:11:09.095Z] + trap exit INT TERM [2022-03-09T22:11:09.095Z] + trap 'pids=$(jobs -p); echo "Remaining pids to kill: [$pids]"; [ -z "$pids" ] || kill $pids' EXIT [2022-03-09T22:11:09.095Z] + CONTAINER_NAME=docker-pr2 [2022-03-09T22:11:09.095Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43352/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43352/.git:/go/src/github.com/docker/docker/.git --name docker-pr2-build -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=b92af14a1c47368b8cf1c52e303adf6e11cebc3b -e DOCKER_GRAPHDRIVER docker:b92af14a1c47368b8cf1c52e303adf6e11cebc3b hack/make.sh dynbinary [2022-03-09T22:11:10.030Z] [2022-03-09T22:11:10.030Z] Removing bundles/ [2022-03-09T22:11:10.030Z] [2022-03-09T22:11:10.030Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-03-09T22:11:10.030Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-03-09T22:11:10.030Z] GOOS="" GOARCH="" GOARM="" [2022-03-09T22:11:10.493Z] #28 40.74 Selecting previously unselected package vim. [2022-03-09T22:11:10.493Z] #28 40.75 Preparing to unpack .../40-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-03-09T22:11:10.493Z] #28 40.77 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-03-09T22:11:10.493Z] #28 41.12 Selecting previously unselected package xfsprogs. [2022-03-09T22:11:10.493Z] #28 41.12 Preparing to unpack .../41-xfsprogs_5.10.0-4_amd64.deb ... [2022-03-09T22:11:10.493Z] #28 41.13 Unpacking xfsprogs (5.10.0-4) ... [2022-03-09T22:11:10.739Z] ok github.com/docker/docker/cmd/dockerd 0.046s coverage: 29.3% of statements [2022-03-09T22:11:10.739Z] ok github.com/docker/docker/container 0.115s coverage: 34.8% of statements [2022-03-09T22:11:10.739Z] ok github.com/docker/docker/cmd/dockerd/trap 2.469s coverage: 0.0% of statements [2022-03-09T22:11:10.739Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-03-09T22:11:10.739Z] ? github.com/docker/docker/container/stream [no test files] [2022-03-09T22:11:10.739Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-03-09T22:11:10.739Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-03-09T22:11:10.739Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-03-09T22:11:10.752Z] #28 41.35 Selecting previously unselected package zip. [2022-03-09T22:11:10.752Z] #28 41.37 Preparing to unpack .../42-zip_3.0-12_amd64.deb ... [2022-03-09T22:11:10.752Z] #28 41.37 Unpacking zip (3.0-12) ... [2022-03-09T22:11:10.752Z] #28 41.47 Selecting previously unselected package zstd. [2022-03-09T22:11:11.053Z] #28 41.48 Preparing to unpack .../43-zstd_1.4.8+dfsg-2.1_amd64.deb ... [2022-03-09T22:11:11.053Z] #28 41.49 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-03-09T22:11:11.316Z] #28 41.78 Setting up python3-pkg-resources (52.0.0-4) ... [2022-03-09T22:11:11.890Z] #28 42.34 Setting up libip4tc2:amd64 (1.8.7-1) ... [2022-03-09T22:11:11.890Z] #28 42.35 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-03-09T22:11:11.890Z] #28 42.38 Setting up libgpm2:amd64 (1.20.7-8) ... [2022-03-09T22:11:11.890Z] #28 42.39 Setting up libip6tc2:amd64 (1.8.7-1) ... [2022-03-09T22:11:11.890Z] #28 42.40 Setting up libinih1:amd64 (53-1+b2) ... [2022-03-09T22:11:11.890Z] #28 42.41 Setting up uidmap (1:4.8.1-1) ... [2022-03-09T22:11:11.890Z] #28 42.42 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-03-09T22:11:11.890Z] #28 42.43 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-03-09T22:11:11.890Z] #28 42.44 Setting up python3-wheel (0.34.2-1) ... [2022-03-09T22:11:12.150Z] #28 42.84 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-03-09T22:11:12.150Z] #28 42.85 Setting up libcap2:amd64 (1:2.44-1) ... [2022-03-09T22:11:12.418Z] #28 42.86 Setting up libcap2-bin (1:2.44-1) ... [2022-03-09T22:11:12.418Z] #28 42.87 Setting up apparmor (2.13.6-10) ... [2022-03-09T22:11:13.358Z] #28 43.97 Setting up zip (3.0-12) ... [2022-03-09T22:11:13.358Z] #28 43.98 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-09T22:11:13.358Z] #28 44.00 Setting up bash-completion (1:2.11-2) ... [2022-03-09T22:11:14.735Z] #28 45.27 Setting up libmnl0:amd64 (1.0.4-3) ... [2022-03-09T22:11:14.735Z] #28 45.28 Setting up sudo (1.9.5p2-3) ... [2022-03-09T22:11:14.735Z] #28 45.32 invoke-rc.d: could not determine current runlevel [2022-03-09T22:11:14.735Z] #28 45.34 invoke-rc.d: policy-rc.d denied execution of start. [2022-03-09T22:11:14.735Z] #28 45.35 Setting up xfsprogs (5.10.0-4) ... [2022-03-09T22:11:14.735Z] #28 45.36 Setting up libxtables12:amd64 (1.8.7-1) ... [2022-03-09T22:11:14.735Z] #28 45.37 Setting up inetutils-ping (2:2.0-1) ... [2022-03-09T22:11:14.735Z] #28 45.38 Setting up pigz (2.6-1) ... [2022-03-09T22:11:14.735Z] #28 45.39 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-03-09T22:11:14.735Z] #28 45.40 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-03-09T22:11:14.735Z] #28 45.42 Setting up python-pip-whl (20.3.4-4) ... [2022-03-09T22:11:14.995Z] #28 45.43 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-03-09T22:11:15.563Z] #28 45.92 Setting up libaio1:amd64 (0.3.112-9) ... [2022-03-09T22:11:15.563Z] #28 45.93 Setting up python3-lib2to3 (3.9.2-1) ... [2022-03-09T22:11:15.563Z] #28 46.12 Setting up libelf1:amd64 (0.183-1) ... [2022-03-09T22:11:15.564Z] #28 46.13 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-03-09T22:11:15.564Z] #28 46.14 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-03-09T22:11:15.564Z] #28 46.15 Setting up python3-distutils (3.9.2-1) ... [2022-03-09T22:11:15.822Z] #28 46.50 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-03-09T22:11:15.823Z] #28 46.51 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-03-09T22:11:15.823Z] #28 46.51 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-03-09T22:11:15.823Z] #28 46.51 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-03-09T22:11:15.823Z] #28 46.52 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-03-09T22:11:15.823Z] #28 46.52 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-03-09T22:11:15.823Z] #28 46.53 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-03-09T22:11:15.823Z] #28 46.53 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-03-09T22:11:16.032Z] ok github.com/docker/docker/daemon/cluster 0.042s coverage: 0.5% of statements [2022-03-09T22:11:16.082Z] #28 46.54 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-03-09T22:11:16.082Z] #28 46.57 Setting up python3-setuptools (52.0.0-4) ... [2022-03-09T22:11:17.021Z] #28 47.38 Setting up libjq1:amd64 (1.6-2.1) ... [2022-03-09T22:11:17.021Z] #28 47.40 Setting up libnftnl11:amd64 (1.1.9-1) ... [2022-03-09T22:11:17.021Z] #28 47.41 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-03-09T22:11:17.021Z] #28 47.42 Setting up python3-pip (20.3.4-4) ... [2022-03-09T22:11:17.589Z] #28 48.15 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-03-09T22:11:17.589Z] #28 48.16 Setting up jq (1.6-2.1) ... [2022-03-09T22:11:17.589Z] #28 48.17 Setting up libbpf0:amd64 (1:0.3-2) ... [2022-03-09T22:11:17.589Z] #28 48.18 Setting up iptables (1.8.7-1) ... [2022-03-09T22:11:17.589Z] #28 48.19 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-03-09T22:11:17.589Z] #28 48.20 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-03-09T22:11:17.589Z] #28 48.21 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-03-09T22:11:17.589Z] #28 48.21 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-03-09T22:11:17.589Z] #28 48.22 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-03-09T22:11:17.589Z] #28 48.23 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-03-09T22:11:17.589Z] #28 48.24 Setting up iproute2 (5.10.0-4) ... [2022-03-09T22:11:17.949Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.014s coverage: 65.3% of statements [2022-03-09T22:11:18.158Z] #28 48.50 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-09T22:11:18.416Z] #28 DONE 49.0s [2022-03-09T22:11:18.417Z] [2022-03-09T22:11:18.417Z] #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-09T22:11:18.417Z] #67 sha256:da40f2ea551522438e5efa19db6e6d4c35f64fcc995546d97508bf56382f6093 [2022-03-09T22:11:18.417Z] #67 ... [2022-03-09T22:11:18.417Z] [2022-03-09T22:11:18.417Z] #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-09T22:11:18.417Z] #29 sha256:794e2ac80c419903b645c774457fa107aa2162387b6113b98c83e52653cf009e [2022-03-09T22:11:18.894Z] ok github.com/docker/docker/daemon/cluster/convert 0.008s coverage: 35.9% of statements [2022-03-09T22:11:19.356Z] #29 0.844 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-03-09T22:11:19.356Z] #29 0.848 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-03-09T22:11:19.356Z] #29 0.851 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-03-09T22:11:19.356Z] #29 DONE 0.9s [2022-03-09T22:11:19.356Z] [2022-03-09T22:11:19.356Z] #30 [dev-systemd-false 9/24] RUN pip3 install yamllint==1.26.1 [2022-03-09T22:11:19.356Z] #30 sha256:43f2de394cf5ff2009356a6f1eb2c6da94e2e71bace4303f63c2f369b35b4b1c [2022-03-09T22:11:25.481Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.435s coverage: 13.8% of statements [2022-03-09T22:11:26.422Z] ok github.com/docker/docker/daemon/config 0.026s coverage: 81.0% of statements [2022-03-09T22:11:26.992Z] ok github.com/docker/docker/daemon/events 0.056s coverage: 50.0% of statements [2022-03-09T22:11:27.476Z] #30 7.560 Collecting yamllint==1.26.1 [2022-03-09T22:11:27.565Z] ok github.com/docker/docker/daemon/graphdriver 0.005s coverage: 2.2% of statements [2022-03-09T22:11:28.044Z] #30 8.622 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-03-09T22:11:28.137Z] ok github.com/docker/docker/daemon/graphdriver/aufs 0.009s coverage: 4.2% of statements [2022-03-09T22:11:28.613Z] #30 9.311 Collecting pathspec>=0.5.3 [2022-03-09T22:11:28.613Z] #30 9.316 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-03-09T22:11:28.710Z] ok github.com/docker/docker/daemon 10.139s coverage: 17.2% of statements [2022-03-09T22:11:28.710Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-03-09T22:11:28.710Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-03-09T22:11:28.710Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-03-09T22:11:28.710Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-03-09T22:11:28.873Z] #30 9.555 Collecting pyyaml [2022-03-09T22:11:28.873Z] #30 9.571 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-09T22:11:28.873Z] #30 9.603 Building wheels for collected packages: yamllint [2022-03-09T22:11:28.873Z] #30 9.604 Building wheel for yamllint (setup.py): started [2022-03-09T22:11:29.442Z] #30 10.06 Building wheel for yamllint (setup.py): finished with status 'done' [2022-03-09T22:11:29.442Z] #30 10.06 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=2e886c2ccb266b3c6266c5262c6edebfd88a1529f3737d55f6a634ba3d6e6493 [2022-03-09T22:11:29.442Z] #30 10.07 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-03-09T22:11:29.442Z] #30 10.07 Successfully built yamllint [2022-03-09T22:11:29.442Z] #30 10.08 Installing collected packages: pyyaml, pathspec, yamllint [2022-03-09T22:11:29.655Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.343s coverage: 56.2% of statements [2022-03-09T22:11:29.703Z] #30 10.32 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-03-09T22:11:29.703Z] #30 DONE 10.5s [2022-03-09T22:11:29.703Z] [2022-03-09T22:11:29.703Z] #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-09T22:11:29.703Z] #63 sha256:727279c912553acc981bd14ab2b3499704b90e621c0a0576902c9bacbfd67875 [2022-03-09T22:11:29.916Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.025s coverage: 3.0% of statements [2022-03-09T22:11:29.962Z] #63 ... [2022-03-09T22:11:29.963Z] [2022-03-09T22:11:29.963Z] #34 [dev-systemd-false 10/24] COPY --from=dockercli /build/ /usr/local/cli [2022-03-09T22:11:29.963Z] #34 sha256:7480ab16ac9e4dcde9036c6f74702d182c6afa994e8c4d049ab6d807bfb6d115 [2022-03-09T22:11:29.963Z] #34 DONE 0.3s [2022-03-09T22:11:29.963Z] [2022-03-09T22:11:29.963Z] #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-09T22:11:29.963Z] #67 sha256:da40f2ea551522438e5efa19db6e6d4c35f64fcc995546d97508bf56382f6093 [2022-03-09T22:11:30.221Z] #67 ... [2022-03-09T22:11:30.221Z] [2022-03-09T22:11:30.221Z] #39 [dev-systemd-false 11/24] COPY --from=frozen-images /build/ /docker-frozen-images [2022-03-09T22:11:30.221Z] #39 sha256:953cad79b2505d14284e6ee8345584d0e0b069c41180764e637ee0fde95d2ddc [2022-03-09T22:11:30.482Z] #39 DONE 0.2s [2022-03-09T22:11:30.482Z] [2022-03-09T22:11:30.482Z] #42 [dev-systemd-false 12/24] COPY --from=swagger /build/ /usr/local/bin/ [2022-03-09T22:11:30.482Z] #42 sha256:40679b3f467a1be9bcc35a80aebfd69258bbb7ee810a7bae2eb11839de23776b [2022-03-09T22:11:30.482Z] #42 DONE 0.1s [2022-03-09T22:11:30.482Z] [2022-03-09T22:11:30.482Z] #44 [dev-systemd-false 13/24] COPY --from=tomll /build/ /usr/local/bin/ [2022-03-09T22:11:30.482Z] #44 sha256:7d72df43b7f12624c0f63bb30755b148bc13e9008d606efc82f8952631662e31 [2022-03-09T22:11:30.482Z] #44 DONE 0.1s [2022-03-09T22:11:30.482Z] [2022-03-09T22:11:30.482Z] #48 [dev-systemd-false 14/24] COPY --from=tini /build/ /usr/local/bin/ [2022-03-09T22:11:30.482Z] #48 sha256:0600b0e0424dc24cf5d686d270d91f22af542d69bb44a4ecf3f8011ee64b1603 [2022-03-09T22:11:30.482Z] #48 DONE 0.1s [2022-03-09T22:11:30.482Z] [2022-03-09T22:11:30.482Z] #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-09T22:11:30.482Z] #63 sha256:727279c912553acc981bd14ab2b3499704b90e621c0a0576902c9bacbfd67875 [2022-03-09T22:11:30.741Z] #63 ... [2022-03-09T22:11:30.741Z] [2022-03-09T22:11:30.741Z] #51 [dev-systemd-false 15/24] COPY --from=registry /build/ /usr/local/bin/ [2022-03-09T22:11:30.741Z] #51 sha256:300beee321a4d1f77e87ddd01bf44a1bee32206b1847e2a61945406b3b84db7a [2022-03-09T22:11:30.741Z] #51 DONE 0.1s [2022-03-09T22:11:30.741Z] [2022-03-09T22:11:30.741Z] #55 [dev-systemd-false 16/24] COPY --from=criu /build/ /usr/local/bin/ [2022-03-09T22:11:30.741Z] #55 sha256:34be8fb7c94a9e038746aa6605ce727bf72c8203bf5426101337939efed2164d [2022-03-09T22:11:30.741Z] #55 DONE 0.0s [2022-03-09T22:11:30.741Z] [2022-03-09T22:11:30.741Z] #57 [dev-systemd-false 17/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-03-09T22:11:30.741Z] #57 sha256:8f1ad3dd66580349f1dcf483427c1da329c1271865fdfbab593f2ad9393eb20b [2022-03-09T22:11:30.741Z] #57 DONE 0.1s [2022-03-09T22:11:30.741Z] [2022-03-09T22:11:30.741Z] #59 [dev-systemd-false 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-03-09T22:11:30.741Z] #59 sha256:cd031bb63d8f4da16796e38ab3657a7cae34e7230dfe48650bf9d07d52bb5161 [2022-03-09T22:11:31.000Z] #59 DONE 0.1s [2022-03-09T22:11:31.000Z] [2022-03-09T22:11:31.000Z] #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-09T22:11:31.000Z] #63 sha256:727279c912553acc981bd14ab2b3499704b90e621c0a0576902c9bacbfd67875 [2022-03-09T22:11:31.000Z] #63 ... [2022-03-09T22:11:31.000Z] [2022-03-09T22:11:31.000Z] #61 [dev-systemd-false 19/24] COPY --from=shfmt /build/ /usr/local/bin/ [2022-03-09T22:11:31.000Z] #61 sha256:9ec138b6cfb16439cd43480a487e1bb48f570fcd3bc164f869dff5c6992d329c [2022-03-09T22:11:31.000Z] #61 DONE 0.1s [2022-03-09T22:11:31.259Z] [2022-03-09T22:11:31.259Z] #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-09T22:11:31.259Z] #63 sha256:727279c912553acc981bd14ab2b3499704b90e621c0a0576902c9bacbfd67875 [2022-03-09T22:11:31.310Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.006s coverage: 1.8% of statements [2022-03-09T22:11:32.696Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.219s coverage: 50.5% of statements [2022-03-09T22:11:34.084Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.736s coverage: 46.2% of statements [2022-03-09T22:11:34.084Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-03-09T22:11:35.025Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.918s coverage: 58.0% of statements [2022-03-09T22:11:35.025Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2022-03-09T22:11:35.025Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-03-09T22:11:35.025Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.007s coverage: 58.8% of statements [2022-03-09T22:11:35.970Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.010s coverage: 2.9% of statements [2022-03-09T22:11:36.542Z] ok github.com/docker/docker/daemon/links 0.002s coverage: 93.0% of statements [2022-03-09T22:11:36.804Z] ok github.com/docker/docker/daemon/images 0.015s coverage: 6.8% of statements [2022-03-09T22:11:36.804Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-03-09T22:11:36.804Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-03-09T22:11:37.750Z] ok github.com/docker/docker/daemon/logger 0.217s coverage: 43.0% of statements [2022-03-09T22:11:37.775Z] 8f616e6e9eec: Pull complete [2022-03-09T22:11:38.012Z] ok github.com/docker/docker/daemon/logger/awslogs 0.157s coverage: 80.2% of statements [2022-03-09T22:11:38.585Z] ok github.com/docker/docker/daemon/logger/fluentd 0.004s coverage: 33.6% of statements [2022-03-09T22:11:38.585Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-03-09T22:11:38.585Z] ok github.com/docker/docker/daemon/logger/gelf 0.004s coverage: 67.0% of statements [2022-03-09T22:11:39.159Z] ok github.com/docker/docker/daemon/logger/journald 0.003s coverage: 23.9% of statements [2022-03-09T22:11:39.421Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.004s coverage: 87.2% of statements [2022-03-09T22:11:39.421Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.009s coverage: 69.9% of statements [2022-03-09T22:11:39.994Z] ok github.com/docker/docker/daemon/logger/local 0.030s coverage: 78.7% of statements [2022-03-09T22:11:39.994Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-03-09T22:11:40.257Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.045s coverage: 59.1% of statements [2022-03-09T22:11:40.830Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.027s coverage: 31.5% of statements [2022-03-09T22:11:41.774Z] ok github.com/docker/docker/daemon/logger/syslog 0.006s coverage: 46.8% of statements [2022-03-09T22:11:41.774Z] ok github.com/docker/docker/daemon/logger/templates 0.002s coverage: 8.3% of statements [2022-03-09T22:11:42.346Z] ok github.com/docker/docker/daemon/network 0.004s coverage: 63.8% of statements [2022-03-09T22:11:42.607Z] ok github.com/docker/docker/daemon/logger/splunk 1.549s coverage: 82.5% of statements [2022-03-09T22:11:42.607Z] ? github.com/docker/docker/daemon/names [no test files] [2022-03-09T22:11:42.607Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-03-09T22:11:43.996Z] ok github.com/docker/docker/distribution/metadata 0.026s coverage: 48.2% of statements [2022-03-09T22:11:44.257Z] ok github.com/docker/docker/distribution 0.611s coverage: 28.4% of statements [2022-03-09T22:11:44.257Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-03-09T22:11:44.828Z] ok github.com/docker/docker/errdefs 0.004s coverage: 53.1% of statements [2022-03-09T22:11:45.399Z] ok github.com/docker/docker/image 0.026s coverage: 86.9% of statements [2022-03-09T22:11:45.970Z] ok github.com/docker/docker/image/cache 0.006s coverage: 19.2% of statements [2022-03-09T22:11:46.092Z] 4612f6d0b889: Pull complete [2022-03-09T22:11:46.231Z] ok github.com/docker/docker/distribution/xfer 1.904s coverage: 84.9% of statements [2022-03-09T22:11:46.231Z] ? github.com/docker/docker/dockerversion [no test files] [2022-03-09T22:11:46.491Z] ok github.com/docker/docker/image/tarexport 0.011s coverage: 0.7% of statements [2022-03-09T22:11:46.752Z] ok github.com/docker/docker/image/v1 0.006s coverage: 25.0% of statements [2022-03-09T22:11:46.752Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-03-09T22:11:47.013Z] ok github.com/docker/docker/libcontainerd/queue 0.023s coverage: 100.0% of statements [2022-03-09T22:11:48.001Z] ok github.com/docker/docker/oci 0.008s coverage: 43.3% of statements [2022-03-09T22:11:48.577Z] ok github.com/docker/docker/opts 0.021s coverage: 67.4% of statements [2022-03-09T22:11:48.577Z] ok github.com/docker/docker/pkg/aaparser 0.001s coverage: 52.9% of statements [2022-03-09T22:11:49.347Z] #63 82.96 + mkdir -p /build [2022-03-09T22:11:49.347Z] #63 82.96 + cp runc /build/runc [2022-03-09T22:11:49.347Z] #63 DONE 83.1s [2022-03-09T22:11:49.347Z] [2022-03-09T22:11:49.347Z] #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-09T22:11:49.347Z] #67 sha256:da40f2ea551522438e5efa19db6e6d4c35f64fcc995546d97508bf56382f6093 [2022-03-09T22:11:49.347Z] #67 ... [2022-03-09T22:11:49.347Z] [2022-03-09T22:11:49.347Z] #64 [dev-systemd-false 20/24] COPY --from=runc /build/ /usr/local/bin/ [2022-03-09T22:11:49.347Z] #64 sha256:ddfc48609a4c4c21c0de0de59de8913a2ce2669511a5b07ce9a8a9749ea87b68 [2022-03-09T22:11:49.347Z] #64 DONE 0.1s [2022-03-09T22:11:49.347Z] [2022-03-09T22:11:49.347Z] #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-09T22:11:49.347Z] #67 sha256:da40f2ea551522438e5efa19db6e6d4c35f64fcc995546d97508bf56382f6093 [2022-03-09T22:11:50.504Z] ok github.com/docker/docker/pkg/archive 0.291s coverage: 82.6% of statements [2022-03-09T22:11:51.452Z] ok github.com/docker/docker/pkg/authorization 0.650s coverage: 68.3% of statements [2022-03-09T22:11:51.452Z] ok github.com/docker/docker/pkg/broadcaster 0.001s coverage: 100.0% of statements [2022-03-09T22:11:51.713Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2022-03-09T22:11:55.015Z] ok github.com/docker/docker/pkg/chrootarchive 2.513s coverage: 43.5% of statements [2022-03-09T22:11:55.015Z] ok github.com/docker/docker/pkg/containerfs 0.003s coverage: 6.7% of statements [2022-03-09T22:11:55.277Z] ok github.com/docker/docker/pkg/directory 0.002s coverage: 80.0% of statements [2022-03-09T22:11:55.277Z] ok github.com/docker/docker/pkg/dmesg 0.002s coverage: 83.3% of statements [2022-03-09T22:11:55.915Z] #67 144.7 # github.com/containerd/containerd/cmd/containerd [2022-03-09T22:11:55.915Z] #67 144.7 /usr/bin/ld: /tmp/go-link-1452853433/000019.o: in function `New': [2022-03-09T22:11:55.915Z] #67 144.7 /tmp/tmp.4JgOQVICjU/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-09T22:11:55.915Z] #67 144.7 + bin/containerd-stress [2022-03-09T22:11:56.173Z] #67 145.8 + bin/containerd-shim [2022-03-09T22:11:56.216Z] ok github.com/docker/docker/layer 7.976s coverage: 69.0% of statements [2022-03-09T22:11:56.216Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-03-09T22:11:56.216Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-03-09T22:11:56.216Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-03-09T22:11:56.216Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-03-09T22:11:56.216Z] ? github.com/docker/docker/oci/caps [no test files] [2022-03-09T22:11:56.216Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-03-09T22:11:56.216Z] ok github.com/docker/docker/pkg/filenotify 0.603s coverage: 67.0% of statements [2022-03-09T22:11:56.476Z] ok github.com/docker/docker/pkg/fileutils 0.007s coverage: 87.2% of statements [2022-03-09T22:11:56.736Z] ok github.com/docker/docker/pkg/fsutils 0.160s coverage: 85.1% of statements [2022-03-09T22:11:56.736Z] ok github.com/docker/docker/pkg/homedir 0.003s coverage: 11.4% of statements [2022-03-09T22:11:57.678Z] ok github.com/docker/docker/pkg/idtools 0.435s coverage: 69.5% of statements [2022-03-09T22:11:57.678Z] ok github.com/docker/docker/pkg/ioutils 0.353s coverage: 71.5% of statements [2022-03-09T22:11:57.939Z] ok github.com/docker/docker/pkg/jsonmessage 0.003s coverage: 91.7% of statements [2022-03-09T22:11:57.939Z] ok github.com/docker/docker/pkg/longpath 0.004s coverage: 100.0% of statements [2022-03-09T22:11:57.939Z] ? github.com/docker/docker/pkg/loopback [no test files] [2022-03-09T22:11:58.200Z] ok github.com/docker/docker/pkg/namesgenerator 0.015s coverage: 85.7% of statements [2022-03-09T22:11:58.200Z] ok github.com/docker/docker/pkg/parsers 0.002s coverage: 97.0% of statements [2022-03-09T22:11:58.461Z] ok github.com/docker/docker/pkg/parsers/kernel 0.001s coverage: 60.0% of statements [2022-03-09T22:11:58.461Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.008s coverage: 86.7% of statements [2022-03-09T22:11:58.723Z] ok github.com/docker/docker/pkg/pidfile 0.002s coverage: 82.4% of statements [2022-03-09T22:11:58.723Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-03-09T22:11:58.723Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-03-09T22:11:59.296Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.016s coverage: 56.8% of statements [2022-03-09T22:11:59.556Z] ok github.com/docker/docker/pkg/plugins/transport 0.003s coverage: 85.7% of statements [2022-03-09T22:11:59.817Z] ok github.com/docker/docker/pkg/pools 0.004s coverage: 88.2% of statements [2022-03-09T22:11:59.817Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2022-03-09T22:12:01.203Z] ok github.com/docker/docker/pkg/pubsub 1.042s coverage: 75.0% of statements [2022-03-09T22:12:01.464Z] ok github.com/docker/docker/pkg/reexec 0.008s coverage: 82.4% of statements [2022-03-09T22:12:01.726Z] ok github.com/docker/docker/pkg/stack 0.003s coverage: 90.9% of statements [2022-03-09T22:12:01.726Z] ok github.com/docker/docker/pkg/stdcopy 0.004s coverage: 100.0% of statements [2022-03-09T22:12:01.987Z] ok github.com/docker/docker/pkg/streamformatter 0.003s coverage: 66.2% of statements [2022-03-09T22:12:02.249Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2022-03-09T22:12:02.820Z] ok github.com/docker/docker/pkg/sysinfo 0.005s coverage: 53.3% of statements [2022-03-09T22:12:03.081Z] ok github.com/docker/docker/pkg/system 0.003s coverage: 42.3% of statements [2022-03-09T22:12:03.344Z] ok github.com/docker/docker/pkg/tailfile 0.044s coverage: 88.6% of statements [2022-03-09T22:12:03.915Z] ok github.com/docker/docker/pkg/tarsum 0.050s coverage: 89.3% of statements [2022-03-09T22:12:04.177Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2022-03-09T22:12:04.177Z] ok github.com/docker/docker/pkg/urlutil 0.001s coverage: 100.0% of statements [2022-03-09T22:12:04.293Z] #67 153.1 + bin/containerd-shim-runc-v1 [2022-03-09T22:12:04.438Z] ok github.com/docker/docker/pkg/useragent 0.001s coverage: 88.9% of statements [2022-03-09T22:12:05.440Z] 037d5740b404: Pull complete [2022-03-09T22:12:05.440Z] Digest: sha256:343f8c95ec604913c74597f6d541e388f83bc0ce373ee8ea5bb26d268879f338 [2022-03-09T22:12:05.440Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-09T22:12:05.440Z] mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-09T22:12:05.440Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2022 completed successfully [2022-03-09T22:12:05.440Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2022 as microsoft/windowsservercore [2022-03-09T22:12:05.440Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.20348.587' [2022-03-09T22:12:05.440Z] INFO: Docker version of control daemon [2022-03-09T22:12:05.440Z] [2022-03-09T22:12:05.440Z] Client: [2022-03-09T22:12:05.440Z] Version: 20.10.9 [2022-03-09T22:12:05.440Z] API version: 1.41 [2022-03-09T22:12:05.440Z] Go version: go1.16.8 [2022-03-09T22:12:05.440Z] Git commit: c2ea9bc [2022-03-09T22:12:05.440Z] Built: Mon Oct 4 16:11:10 2021 [2022-03-09T22:12:05.440Z] OS/Arch: windows/amd64 [2022-03-09T22:12:05.440Z] Context: default [2022-03-09T22:12:05.440Z] Experimental: true [2022-03-09T22:12:05.440Z] [2022-03-09T22:12:05.440Z] Server: Docker Engine - Community [2022-03-09T22:12:05.440Z] Engine: [2022-03-09T22:12:05.440Z] Version: 20.10.9 [2022-03-09T22:12:05.440Z] API version: 1.41 (minimum version 1.24) [2022-03-09T22:12:05.440Z] Go version: go1.16.8 [2022-03-09T22:12:05.440Z] Git commit: 79ea9d3 [2022-03-09T22:12:05.440Z] Built: Mon Oct 4 16:06:39 2021 [2022-03-09T22:12:05.440Z] OS/Arch: windows/amd64 [2022-03-09T22:12:05.440Z] Experimental: true [2022-03-09T22:12:05.440Z] [2022-03-09T22:12:05.440Z] INFO: Docker info of control daemon [2022-03-09T22:12:05.440Z] [2022-03-09T22:12:05.440Z] Client: [2022-03-09T22:12:05.440Z] Context: default [2022-03-09T22:12:05.440Z] Debug Mode: false [2022-03-09T22:12:05.440Z] [2022-03-09T22:12:05.440Z] Server: [2022-03-09T22:12:05.440Z] Containers: 0 [2022-03-09T22:12:05.440Z] Running: 0 [2022-03-09T22:12:05.440Z] Paused: 0 [2022-03-09T22:12:05.440Z] Stopped: 0 [2022-03-09T22:12:05.440Z] Images: 1 [2022-03-09T22:12:05.440Z] Server Version: 20.10.9 [2022-03-09T22:12:05.440Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-03-09T22:12:05.440Z] Windows: [2022-03-09T22:12:05.440Z] LCOW: [2022-03-09T22:12:05.440Z] Logging Driver: json-file [2022-03-09T22:12:05.440Z] Plugins: [2022-03-09T22:12:05.440Z] Volume: local [2022-03-09T22:12:05.440Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-09T22:12:05.440Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-09T22:12:05.440Z] Swarm: inactive [2022-03-09T22:12:05.440Z] Default Isolation: process [2022-03-09T22:12:05.440Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-03-09T22:12:05.440Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-03-09T22:12:05.440Z] OSType: windows [2022-03-09T22:12:05.440Z] Architecture: x86_64 [2022-03-09T22:12:05.440Z] CPUs: 4 [2022-03-09T22:12:05.440Z] Total Memory: 32GiB [2022-03-09T22:12:05.440Z] Name: azwin-2-4ecfc0 [2022-03-09T22:12:05.440Z] ID: CJX2:WCHU:DQXJ:TPBW:4NKF:F7QT:SPQ2:EZH2:AXXB:4MN4:I6L6:OXA3 [2022-03-09T22:12:05.440Z] Docker Root Dir: D:\docker [2022-03-09T22:12:05.440Z] Debug Mode: false [2022-03-09T22:12:05.440Z] Registry: https://index.docker.io/v1/ [2022-03-09T22:12:05.440Z] Labels: [2022-03-09T22:12:05.440Z] Experimental: true [2022-03-09T22:12:05.440Z] Insecure Registries: [2022-03-09T22:12:05.440Z] 10.0.0.4:5000 [2022-03-09T22:12:05.440Z] 127.0.0.0/8 [2022-03-09T22:12:05.440Z] Registry Mirrors: [2022-03-09T22:12:05.440Z] http://10.0.0.4:5000/ [2022-03-09T22:12:05.440Z] Live Restore Enabled: false [2022-03-09T22:12:05.440Z] Product License: Community Engine [2022-03-09T22:12:05.440Z] [2022-03-09T22:12:05.440Z] [2022-03-09T22:12:05.440Z] INFO: Commit hash is b92af14a1c [2022-03-09T22:12:05.440Z] INFO: Nuke-Everything... [2022-03-09T22:12:05.440Z] INFO: Container count on control daemon to delete is 0 [2022-03-09T22:12:05.440Z] INFO: Nuking d:\CI [2022-03-09T22:12:05.440Z] INFO: Zapped successfully [2022-03-09T22:12:05.440Z] INFO: Location for testing is d:\CI\PR-43352\2 [2022-03-09T22:12:05.440Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2022-03-09T22:12:05.440Z] [2022-03-09T22:12:05.440Z] [2022-03-09T22:12:05.440Z] INFO: Building the image from Dockerfile.windows at 03/09/2022 22:12:02... [2022-03-09T22:12:05.440Z] [2022-03-09T22:12:06.354Z] ok github.com/docker/docker/plugin 0.515s coverage: 23.2% of statements [2022-03-09T22:12:06.354Z] ok github.com/docker/docker/plugin/v2 0.002s coverage: 14.4% of statements [2022-03-09T22:12:06.925Z] ok github.com/docker/docker/profiles/seccomp 0.008s coverage: 86.0% of statements [2022-03-09T22:12:07.866Z] ok github.com/docker/docker/quota 0.232s coverage: 71.4% of statements [2022-03-09T22:12:08.126Z] ok github.com/docker/docker/reference 0.006s coverage: 84.4% of statements [2022-03-09T22:12:09.510Z] ok github.com/docker/docker/registry 0.084s coverage: 58.3% of statements [2022-03-09T22:12:09.510Z] ok github.com/docker/docker/registry/resumable 0.016s coverage: 100.0% of statements [2022-03-09T22:12:09.561Z] #67 158.3 + bin/containerd-shim-runc-v2 [2022-03-09T22:12:09.561Z] #67 158.9 + binaries [2022-03-09T22:12:09.561Z] #67 158.9 + install -D bin/containerd /build/containerd [2022-03-09T22:12:09.561Z] #67 158.9 + install -D bin/containerd-shim /build/containerd-shim [2022-03-09T22:12:09.561Z] #67 158.9 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-03-09T22:12:09.561Z] #67 158.9 + install -D bin/ctr /build/ctr [2022-03-09T22:12:09.561Z] #67 DONE 159.3s [2022-03-09T22:12:09.772Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 50.9% of statements [2022-03-09T22:12:10.111Z] Sending build context to Docker daemon 62.15MB [2022-03-09T22:12:10.111Z] [2022-03-09T22:12:10.111Z] Step 1/11 : FROM microsoft/windowsservercore [2022-03-09T22:12:10.111Z] ---> 02f938cacc3b [2022-03-09T22:12:10.111Z] Step 2/11 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2022-03-09T22:12:10.111Z] ---> Running in ef57458935af [2022-03-09T22:12:10.111Z] Removing intermediate container ef57458935af [2022-03-09T22:12:10.111Z] ---> f6be617a7d7b [2022-03-09T22:12:10.111Z] Step 3/11 : ARG GO_VERSION=1.17.8 [2022-03-09T22:12:10.111Z] ---> Running in f5ce989606b0 [2022-03-09T22:12:10.346Z] ok github.com/docker/docker/runconfig 0.008s coverage: 65.7% of statements [2022-03-09T22:12:10.346Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2022-03-09T22:12:10.567Z] Removing intermediate container f5ce989606b0 [2022-03-09T22:12:10.567Z] ---> dbc4bf1f236a [2022-03-09T22:12:10.567Z] Step 4/11 : ARG CONTAINERD_VERSION=1.5.10 [2022-03-09T22:12:10.567Z] ---> Running in 0c9c558266e8 [2022-03-09T22:12:10.937Z] [2022-03-09T22:12:10.937Z] #68 [dev-systemd-false 21/24] COPY --from=containerd /build/ /usr/local/bin/ [2022-03-09T22:12:10.937Z] #68 sha256:9d3d36717b896c4d033ec241e268917b89f867f65a7a28dd8f24f7eb74f75fb5 [2022-03-09T22:12:10.937Z] #68 DONE 0.2s [2022-03-09T22:12:10.937Z] [2022-03-09T22:12:10.937Z] #73 [dev-systemd-false 22/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-03-09T22:12:10.937Z] #73 sha256:a43bd19edc11896a7c13195646fe22befb53c488e8416a90840ef1a56e1001c3 [2022-03-09T22:12:10.937Z] #73 DONE 0.1s [2022-03-09T22:12:10.937Z] [2022-03-09T22:12:10.937Z] #78 [dev-systemd-false 23/24] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-03-09T22:12:10.937Z] #78 sha256:42ca565d9c9270afbdbff44ac36d31b46155789831dc4d0b71ab895bb39ac617 [2022-03-09T22:12:11.024Z] Removing intermediate container 0c9c558266e8 [2022-03-09T22:12:11.024Z] ---> d576cfbc0391 [2022-03-09T22:12:11.024Z] Step 5/11 : ARG GOTESTSUM_VERSION=v1.7.0 [2022-03-09T22:12:11.024Z] ---> Running in 40a0b20d32e6 [2022-03-09T22:12:11.480Z] Removing intermediate container 40a0b20d32e6 [2022-03-09T22:12:11.480Z] ---> c39ff59649ea [2022-03-09T22:12:11.480Z] 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-09T22:12:11.480Z] ---> Running in 9ac2a59d1951 [2022-03-09T22:12:11.503Z] #78 DONE 0.4s [2022-03-09T22:12:11.503Z] [2022-03-09T22:12:11.503Z] #79 [dev-systemd-false 24/24] WORKDIR /go/src/github.com/docker/docker [2022-03-09T22:12:11.503Z] #79 sha256:0933c969d96f9dbb488684bfd50b0e97601d4bdfbfc7750daf6836301905c58e [2022-03-09T22:12:11.503Z] #79 DONE 0.0s [2022-03-09T22:12:11.503Z] [2022-03-09T22:12:11.503Z] #80 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-03-09T22:12:11.503Z] #80 sha256:22d3a3974bce6fe47b8d3eaa1da27677685ed0a5e1cc7dbb329cab2ac2c9b002 [2022-03-09T22:12:11.937Z] Removing intermediate container 9ac2a59d1951 [2022-03-09T22:12:11.937Z] ---> 640713de0b7f [2022-03-09T22:12:11.937Z] 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-09T22:12:11.937Z] ---> Running in 22f2a1354c5d [2022-03-09T22:12:12.895Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2022-03-09T22:12:13.468Z] ok github.com/docker/docker/volume/local 0.094s coverage: 76.4% of statements [2022-03-09T22:12:14.041Z] ok github.com/docker/docker/volume/mounts 0.008s coverage: 67.7% of statements [2022-03-09T22:12:15.427Z] ok github.com/docker/docker/volume/service 0.013s coverage: 72.3% of statements [2022-03-09T22:12:16.699Z] [2022-03-09T22:12:16.699Z] SUCCESS: Specified value was saved. [2022-03-09T22:12:16.767Z] #80 DONE 4.6s [2022-03-09T22:12:16.767Z] [2022-03-09T22:12:16.767Z] #81 exporting to image [2022-03-09T22:12:16.767Z] #81 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-03-09T22:12:16.767Z] #81 exporting layers [2022-03-09T22:12:17.689Z] INFO: Downloading git... [2022-03-09T22:12:17.931Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-03-09T22:12:17.931Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-03-09T22:12:17.931Z] GOOS="" GOARCH="" GOARM="" [2022-03-09T22:12:17.931Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-03-09T22:12:17.931Z] [2022-03-09T22:12:17.931Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-03-09T22:12:17.931Z] DOCKER_SYSTEMD=1 [2022-03-09T22:12:17.931Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-03-09T22:12:17.931Z] HOSTNAME=6809e4dcecf0 [2022-03-09T22:12:17.931Z] DEST=bundles/test-integration [2022-03-09T22:12:17.931Z] PWD=/go/src/github.com/docker/docker [2022-03-09T22:12:17.931Z] DOCKER_GITCOMMIT=b92af14a1c47368b8cf1c52e303adf6e11cebc3b [2022-03-09T22:12:17.931Z] container=docker [2022-03-09T22:12:17.931Z] HOME=/root [2022-03-09T22:12:17.931Z] LANG=C.UTF-8 [2022-03-09T22:12:17.931Z] INVOCATION_ID=ca5c7d5a187b46bfb09b38db57ead568 [2022-03-09T22:12:17.931Z] GOLANG_VERSION=1.17.8 [2022-03-09T22:12:17.931Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-03-09T22:12:17.931Z] VALIDATE_BRANCH=master [2022-03-09T22:12:17.931Z] TERM=xterm [2022-03-09T22:12:17.931Z] DOCKER_PKG=github.com/docker/docker [2022-03-09T22:12:17.931Z] SHLVL=3 [2022-03-09T22:12:17.931Z] TIMEOUT=120m [2022-03-09T22:12:17.931Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-03-09T22:12:17.931Z] DOCKER_GRAPHDRIVER=overlay2 [2022-03-09T22:12:17.931Z] GO111MODULE=off [2022-03-09T22:12:17.931Z] DOCKER_EXPERIMENTAL=1 [2022-03-09T22:12:17.931Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-03-09T22:12:17.931Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-03-09T22:12:17.931Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-03-09T22:12:17.931Z] GOPATH=/go [2022-03-09T22:12:17.931Z] PKG_CONFIG=pkg-config [2022-03-09T22:12:17.931Z] _=/usr/bin/env [2022-03-09T22:12:17.931Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-03-09T22:12:19.261Z] INFO: Downloading go... [2022-03-09T22:12:20.253Z] INFO: Downloading compiler 1 of 3... [2022-03-09T22:12:20.726Z] INFO: Downloading compiler 2 of 3... [2022-03-09T22:12:20.726Z] INFO: Downloading compiler 3 of 3... [2022-03-09T22:12:20.726Z] INFO: Extracting git... [2022-03-09T22:12:33.538Z] ok github.com/docker/docker/pkg/plugins 33.654s coverage: 76.3% of statements [2022-03-09T22:12:33.538Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-03-09T22:12:33.538Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-03-09T22:12:33.538Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-03-09T22:12:33.538Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-03-09T22:12:33.538Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2022-03-09T22:12:33.538Z] ? github.com/docker/docker/rootless [no test files] [2022-03-09T22:12:33.538Z] ? github.com/docker/docker/rootless/specconv [no test files] [2022-03-09T22:12:33.538Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-03-09T22:12:33.538Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-03-09T22:12:33.538Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-03-09T22:12:33.538Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-03-09T22:12:33.538Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-03-09T22:12:33.538Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-03-09T22:12:33.538Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-03-09T22:12:33.538Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-03-09T22:12:33.538Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-03-09T22:12:33.538Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-03-09T22:12:33.538Z] ? github.com/docker/docker/testutil/request [no test files] [2022-03-09T22:12:33.538Z] ? github.com/docker/docker/volume [no test files] [2022-03-09T22:12:33.538Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-03-09T22:12:33.538Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-03-09T22:12:33.538Z] [2022-03-09T22:12:33.538Z] === Skipped [2022-03-09T22:12:33.538Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-03-09T22:12:33.538Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-03-09T22:12:33.538Z] [2022-03-09T22:12:33.538Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-03-09T22:12:33.538Z] network_proxy_test.go:208: No support for dual stack yet [2022-03-09T22:12:33.538Z] [2022-03-09T22:12:33.538Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-03-09T22:12:33.538Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-03-09T22:12:33.538Z] [2022-03-09T22:12:33.538Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-03-09T22:12:33.538Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-03-09T22:12:33.538Z] [2022-03-09T22:12:33.538Z] === SKIP: daemon/graphdriver/aufs TestNewDriver (0.00s) [2022-03-09T22:12:33.538Z] time="2022-03-09T22:11:27Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-09T22:12:33.538Z] aufs_test.go:37: driver not supported [2022-03-09T22:12:33.538Z] [2022-03-09T22:12:33.538Z] === SKIP: daemon/graphdriver/aufs TestAufsString (0.00s) [2022-03-09T22:12:33.538Z] time="2022-03-09T22:11:27Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-09T22:12:33.538Z] aufs_test.go:37: driver not supported [2022-03-09T22:12:33.538Z] [2022-03-09T22:12:33.538Z] === SKIP: daemon/graphdriver/aufs TestCreateDirStructure (0.00s) [2022-03-09T22:12:33.538Z] time="2022-03-09T22:11:27Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-09T22:12:33.538Z] aufs_test.go:37: driver not supported [2022-03-09T22:12:33.538Z] [2022-03-09T22:12:33.538Z] === SKIP: daemon/graphdriver/aufs TestNewDriverFromExistingDir (0.00s) [2022-03-09T22:12:33.538Z] time="2022-03-09T22:11:27Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-09T22:12:33.538Z] aufs_test.go:37: driver not supported [2022-03-09T22:12:33.538Z] [2022-03-09T22:12:33.538Z] === SKIP: daemon/graphdriver/aufs TestCreateNewDir (0.00s) [2022-03-09T22:12:33.538Z] time="2022-03-09T22:11:27Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-09T22:12:33.538Z] aufs_test.go:37: driver not supported [2022-03-09T22:12:33.538Z] [2022-03-09T22:12:33.538Z] === SKIP: daemon/graphdriver/aufs TestCreateNewDirStructure (0.00s) [2022-03-09T22:12:33.538Z] time="2022-03-09T22:11:27Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-09T22:12:33.538Z] aufs_test.go:37: driver not supported [2022-03-09T22:12:33.538Z] [2022-03-09T22:12:33.538Z] === SKIP: daemon/graphdriver/aufs TestRemoveImage (0.00s) [2022-03-09T22:12:33.538Z] time="2022-03-09T22:11:27Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-09T22:12:33.538Z] aufs_test.go:37: driver not supported [2022-03-09T22:12:33.538Z] [2022-03-09T22:12:33.538Z] === SKIP: daemon/graphdriver/aufs TestGetWithoutParent (0.00s) [2022-03-09T22:12:33.538Z] time="2022-03-09T22:11:27Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-09T22:12:33.538Z] aufs_test.go:37: driver not supported [2022-03-09T22:12:33.538Z] [2022-03-09T22:12:33.538Z] === SKIP: daemon/graphdriver/aufs TestCleanupWithNoDirs (0.00s) [2022-03-09T22:12:33.538Z] time="2022-03-09T22:11:27Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-09T22:12:33.538Z] aufs_test.go:37: driver not supported [2022-03-09T22:12:33.538Z] [2022-03-09T22:12:33.538Z] === SKIP: daemon/graphdriver/aufs TestCleanupWithDir (0.00s) [2022-03-09T22:12:33.538Z] time="2022-03-09T22:11:27Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-09T22:12:33.538Z] aufs_test.go:37: driver not supported [2022-03-09T22:12:33.538Z] [2022-03-09T22:12:33.538Z] === SKIP: daemon/graphdriver/aufs TestMountedFalseResponse (0.00s) [2022-03-09T22:12:33.538Z] time="2022-03-09T22:11:27Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-09T22:12:33.538Z] aufs_test.go:37: driver not supported [2022-03-09T22:12:33.538Z] [2022-03-09T22:12:33.538Z] === SKIP: daemon/graphdriver/aufs TestMountedTrueResponse (0.00s) [2022-03-09T22:12:33.538Z] time="2022-03-09T22:11:27Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-09T22:12:33.538Z] aufs_test.go:37: driver not supported [2022-03-09T22:12:33.538Z] [2022-03-09T22:12:33.538Z] === SKIP: daemon/graphdriver/aufs TestMountWithParent (0.00s) [2022-03-09T22:12:33.538Z] time="2022-03-09T22:11:27Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-09T22:12:33.538Z] aufs_test.go:37: driver not supported [2022-03-09T22:12:33.538Z] [2022-03-09T22:12:33.538Z] === SKIP: daemon/graphdriver/aufs TestRemoveMountedDir (0.00s) [2022-03-09T22:12:33.538Z] time="2022-03-09T22:11:27Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-09T22:12:33.538Z] aufs_test.go:37: driver not supported [2022-03-09T22:12:33.538Z] [2022-03-09T22:12:33.538Z] === SKIP: daemon/graphdriver/aufs TestCreateWithInvalidParent (0.00s) [2022-03-09T22:12:33.539Z] time="2022-03-09T22:11:27Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-09T22:12:33.539Z] aufs_test.go:37: driver not supported [2022-03-09T22:12:33.539Z] [2022-03-09T22:12:33.539Z] === SKIP: daemon/graphdriver/aufs TestGetDiff (0.00s) [2022-03-09T22:12:33.539Z] time="2022-03-09T22:11:27Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-09T22:12:33.539Z] aufs_test.go:37: driver not supported [2022-03-09T22:12:33.539Z] [2022-03-09T22:12:33.539Z] === SKIP: daemon/graphdriver/aufs TestChanges (0.00s) [2022-03-09T22:12:33.539Z] time="2022-03-09T22:11:27Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-09T22:12:33.539Z] aufs_test.go:37: driver not supported [2022-03-09T22:12:33.539Z] [2022-03-09T22:12:33.539Z] === SKIP: daemon/graphdriver/aufs TestDiffSize (0.00s) [2022-03-09T22:12:33.539Z] time="2022-03-09T22:11:27Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-09T22:12:33.539Z] aufs_test.go:37: driver not supported [2022-03-09T22:12:33.539Z] [2022-03-09T22:12:33.539Z] === SKIP: daemon/graphdriver/aufs TestChildDiffSize (0.00s) [2022-03-09T22:12:33.539Z] time="2022-03-09T22:11:27Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-09T22:12:33.539Z] aufs_test.go:37: driver not supported [2022-03-09T22:12:33.539Z] [2022-03-09T22:12:33.539Z] === SKIP: daemon/graphdriver/aufs TestExists (0.00s) [2022-03-09T22:12:33.539Z] time="2022-03-09T22:11:27Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-09T22:12:33.539Z] aufs_test.go:37: driver not supported [2022-03-09T22:12:33.539Z] [2022-03-09T22:12:33.539Z] === SKIP: daemon/graphdriver/aufs TestStatus (0.00s) [2022-03-09T22:12:33.539Z] time="2022-03-09T22:11:27Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-09T22:12:33.539Z] aufs_test.go:37: driver not supported [2022-03-09T22:12:33.539Z] [2022-03-09T22:12:33.539Z] === SKIP: daemon/graphdriver/aufs TestApplyDiff (0.00s) [2022-03-09T22:12:33.539Z] time="2022-03-09T22:11:27Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-09T22:12:33.539Z] aufs_test.go:37: driver not supported [2022-03-09T22:12:33.539Z] [2022-03-09T22:12:33.539Z] === SKIP: daemon/graphdriver/aufs TestMountMoreThan42Layers (0.00s) [2022-03-09T22:12:33.539Z] time="2022-03-09T22:11:28Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-09T22:12:33.539Z] aufs_test.go:37: driver not supported [2022-03-09T22:12:33.539Z] [2022-03-09T22:12:33.539Z] === SKIP: daemon/graphdriver/aufs TestMountMoreThan42LayersMatchingPathLength (0.00s) [2022-03-09T22:12:33.539Z] aufs_test.go:714: Using path: /tmp/aufs-tests/0000000/aufs [2022-03-09T22:12:33.539Z] time="2022-03-09T22:11:28Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-09T22:12:33.539Z] aufs_test.go:37: driver not supported [2022-03-09T22:12:33.539Z] [2022-03-09T22:12:33.539Z] === SKIP: daemon/graphdriver/aufs TestInitStaleCleanup (0.00s) [2022-03-09T22:12:33.539Z] time="2022-03-09T22:11:28Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-09T22:12:33.539Z] aufs_test.go:37: driver not supported [2022-03-09T22:12:33.539Z] [2022-03-09T22:12:33.539Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2022-03-09T22:12:33.539Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-09T22:12:33.539Z] graphtest_unix.go:44: Driver btrfs not supported [2022-03-09T22:12:33.539Z] [2022-03-09T22:12:33.539Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2022-03-09T22:12:33.539Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-09T22:12:33.539Z] graphtest_unix.go:44: Driver btrfs not supported [2022-03-09T22:12:33.539Z] [2022-03-09T22:12:33.539Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2022-03-09T22:12:33.539Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-09T22:12:33.539Z] graphtest_unix.go:44: Driver btrfs not supported [2022-03-09T22:12:33.539Z] [2022-03-09T22:12:33.539Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2022-03-09T22:12:33.539Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-09T22:12:33.539Z] graphtest_unix.go:44: Driver btrfs not supported [2022-03-09T22:12:33.539Z] [2022-03-09T22:12:33.539Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2022-03-09T22:12:33.539Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-09T22:12:33.539Z] graphtest_unix.go:44: Driver btrfs not supported [2022-03-09T22:12:33.539Z] [2022-03-09T22:12:33.539Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2022-03-09T22:12:33.539Z] graphtest_unix.go:71: No driver to put! [2022-03-09T22:12:33.539Z] [2022-03-09T22:12:33.539Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2022-03-09T22:12:33.539Z] time="2022-03-09T22:11:31Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-03-09T22:12:33.539Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-03-09T22:12:33.539Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-03-09T22:12:33.539Z] [2022-03-09T22:12:33.539Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2022-03-09T22:12:33.539Z] time="2022-03-09T22:11:31Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-03-09T22:12:33.539Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-03-09T22:12:33.539Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-03-09T22:12:33.539Z] [2022-03-09T22:12:33.539Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2022-03-09T22:12:33.539Z] time="2022-03-09T22:11:31Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-03-09T22:12:33.539Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-03-09T22:12:33.539Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-03-09T22:12:33.539Z] [2022-03-09T22:12:33.539Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2022-03-09T22:12:33.539Z] time="2022-03-09T22:11:31Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-03-09T22:12:33.539Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-03-09T22:12:33.539Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-03-09T22:12:33.539Z] [2022-03-09T22:12:33.539Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2022-03-09T22:12:33.539Z] time="2022-03-09T22:11:31Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-03-09T22:12:33.539Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-03-09T22:12:33.539Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-03-09T22:12:33.539Z] [2022-03-09T22:12:33.539Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2022-03-09T22:12:33.539Z] graphtest_unix.go:71: No driver to put! [2022-03-09T22:12:33.539Z] [2022-03-09T22:12:33.539Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2022-03-09T22:12:33.539Z] overlay_test.go:45: Fails to compute changes after apply intermittently [2022-03-09T22:12:33.539Z] [2022-03-09T22:12:33.539Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2022-03-09T22:12:33.539Z] overlay_test.go:50: Fails to compute changes intermittently [2022-03-09T22:12:33.539Z] [2022-03-09T22:12:33.539Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2022-03-09T22:12:33.539Z] overlay_test.go:65: Cannot run test with naive change algorithm [2022-03-09T22:12:33.539Z] [2022-03-09T22:12:33.539Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2022-03-09T22:12:33.539Z] graphtest_unix.go:314: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2022-03-09T22:12:33.539Z] [2022-03-09T22:12:33.539Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2022-03-09T22:12:33.539Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-09T22:12:33.539Z] graphtest_unix.go:44: Driver zfs not supported [2022-03-09T22:12:33.539Z] [2022-03-09T22:12:33.539Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2022-03-09T22:12:33.539Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-09T22:12:33.539Z] graphtest_unix.go:44: Driver zfs not supported [2022-03-09T22:12:33.539Z] [2022-03-09T22:12:33.539Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2022-03-09T22:12:33.539Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-09T22:12:33.539Z] graphtest_unix.go:44: Driver zfs not supported [2022-03-09T22:12:33.539Z] [2022-03-09T22:12:33.539Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2022-03-09T22:12:33.539Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-09T22:12:33.539Z] graphtest_unix.go:44: Driver zfs not supported [2022-03-09T22:12:33.539Z] [2022-03-09T22:12:33.539Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2022-03-09T22:12:33.539Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-09T22:12:33.539Z] graphtest_unix.go:44: Driver zfs not supported [2022-03-09T22:12:33.539Z] [2022-03-09T22:12:33.539Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2022-03-09T22:12:33.539Z] graphtest_unix.go:71: No driver to put! [2022-03-09T22:12:33.539Z] [2022-03-09T22:12:33.539Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2022-03-09T22:12:33.539Z] sysinfo_linux_test.go:87: AppArmor Must be Disabled [2022-03-09T22:12:33.539Z] [2022-03-09T22:12:33.539Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2022-03-09T22:12:33.539Z] sysinfo_linux_test.go:107: cgroup namespaces must be disabled [2022-03-09T22:12:33.539Z] [2022-03-09T22:12:33.539Z] DONE 2323 tests, 53 skipped in 197.345s [2022-03-09T22:12:33.539Z] + '[' -n 'github.com/docker/docker/libnetwork [2022-03-09T22:12:33.539Z] github.com/docker/docker/libnetwork/bitseq [2022-03-09T22:12:33.539Z] github.com/docker/docker/libnetwork/cluster [2022-03-09T22:12:33.539Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-09T22:12:33.539Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-09T22:12:33.539Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-09T22:12:33.539Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-09T22:12:33.539Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-09T22:12:33.539Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-09T22:12:33.539Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-09T22:12:33.539Z] github.com/docker/docker/libnetwork/config [2022-03-09T22:12:33.539Z] github.com/docker/docker/libnetwork/datastore [2022-03-09T22:12:33.539Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-09T22:12:33.539Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-09T22:12:33.539Z] github.com/docker/docker/libnetwork/driverapi [2022-03-09T22:12:33.539Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-09T22:12:33.539Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-09T22:12:33.539Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-09T22:12:33.539Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-09T22:12:33.539Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-09T22:12:33.539Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-09T22:12:33.539Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-09T22:12:33.539Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-09T22:12:33.539Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-09T22:12:33.539Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-09T22:12:33.539Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-09T22:12:33.539Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-09T22:12:33.539Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-09T22:12:33.539Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-09T22:12:33.539Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-09T22:12:33.539Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-09T22:12:33.539Z] github.com/docker/docker/libnetwork/etchosts [2022-03-09T22:12:33.539Z] github.com/docker/docker/libnetwork/idm [2022-03-09T22:12:33.539Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-09T22:12:33.539Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-09T22:12:33.539Z] github.com/docker/docker/libnetwork/ipam [2022-03-09T22:12:33.539Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-09T22:12:33.539Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-09T22:12:33.539Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-09T22:12:33.539Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-09T22:12:33.539Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-09T22:12:33.539Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-09T22:12:33.539Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-09T22:12:33.539Z] github.com/docker/docker/libnetwork/iptables [2022-03-09T22:12:33.539Z] github.com/docker/docker/libnetwork/netlabel [2022-03-09T22:12:33.539Z] github.com/docker/docker/libnetwork/netutils [2022-03-09T22:12:33.539Z] github.com/docker/docker/libnetwork/networkdb [2022-03-09T22:12:33.539Z] github.com/docker/docker/libnetwork/ns [2022-03-09T22:12:33.539Z] github.com/docker/docker/libnetwork/options [2022-03-09T22:12:33.539Z] github.com/docker/docker/libnetwork/osl [2022-03-09T22:12:33.539Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-09T22:12:33.539Z] github.com/docker/docker/libnetwork/portallocator [2022-03-09T22:12:33.539Z] github.com/docker/docker/libnetwork/portmapper [2022-03-09T22:12:33.539Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-09T22:12:33.539Z] github.com/docker/docker/libnetwork/testutils [2022-03-09T22:12:33.539Z] github.com/docker/docker/libnetwork/types' ']' [2022-03-09T22:12:33.539Z] + 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-09T22:12:35.662Z] INFO: Expanding go... [2022-03-09T22:12:43.302Z] #81 exporting layers 23.4s done [2022-03-09T22:12:43.302Z] #81 writing image sha256:1386e153c35549fff6994bffed10accc5e5818497ad10654535fd7d4585f8b41 done [2022-03-09T22:12:43.302Z] #81 naming to docker.io/library/docker:b92af14a1c47368b8cf1c52e303adf6e11cebc3b done [2022-03-09T22:12:43.302Z] #81 DONE 23.4s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate) [Pipeline] sh [2022-03-09T22:12:43.675Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43352/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43352/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=b92af14a1c47368b8cf1c52e303adf6e11cebc3b -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:b92af14a1c47368b8cf1c52e303adf6e11cebc3b hack/validate/default [2022-03-09T22:12:44.188Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-03-09T22:12:44.188Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-03-09T22:12:44.188Z] GOOS="" GOARCH="" GOARM="" [2022-03-09T22:12:44.188Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-03-09T22:12:44.188Z] [2022-03-09T22:12:44.188Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-03-09T22:12:44.188Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-03-09T22:12:44.188Z] HOSTNAME=529a05163b00 [2022-03-09T22:12:44.188Z] DEST=bundles/test-integration [2022-03-09T22:12:44.188Z] PWD=/go/src/github.com/docker/docker [2022-03-09T22:12:44.188Z] DOCKER_ROOTLESS=1 [2022-03-09T22:12:44.188Z] DOCKER_GITCOMMIT=b92af14a1c47368b8cf1c52e303adf6e11cebc3b [2022-03-09T22:12:44.188Z] container=docker [2022-03-09T22:12:44.188Z] HOME=/root [2022-03-09T22:12:44.188Z] GOLANG_VERSION=1.17.8 [2022-03-09T22:12:44.188Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-03-09T22:12:44.188Z] VALIDATE_BRANCH=master [2022-03-09T22:12:44.188Z] TERM=xterm [2022-03-09T22:12:44.188Z] DOCKER_PKG=github.com/docker/docker [2022-03-09T22:12:44.188Z] SHLVL=1 [2022-03-09T22:12:44.188Z] TIMEOUT=120m [2022-03-09T22:12:44.188Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-03-09T22:12:44.188Z] DOCKER_GRAPHDRIVER=overlay2 [2022-03-09T22:12:44.188Z] GO111MODULE=off [2022-03-09T22:12:44.188Z] DOCKER_EXPERIMENTAL=1 [2022-03-09T22:12:44.188Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-03-09T22:12:44.188Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-03-09T22:12:44.188Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-03-09T22:12:44.188Z] GOPATH=/go [2022-03-09T22:12:44.188Z] PKG_CONFIG=pkg-config [2022-03-09T22:12:44.188Z] _=/usr/bin/env [2022-03-09T22:12:44.188Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-03-09T22:12:44.244Z] Congratulations! Packages in "./pkg/..." are safely isolated from internal code. [2022-03-09T22:12:44.244Z] No api/types/ or api/swagger.yaml changes in diff. [2022-03-09T22:12:44.244Z] Congratulations! All TOML source files changed here have valid syntax. [2022-03-09T22:12:44.244Z] Congratulations! Changelog CHANGELOG.md is well-formed. [2022-03-09T22:12:44.502Z] Congratulations! Changelog CHANGELOG.md dates are in descending order. [2022-03-09T22:12:44.502Z] Congratulations! No new tests were added to integration-cli. [2022-03-09T22:12:44.502Z] [2022-03-09T22:12:44.502Z] INFO Start validation with golang-ci-lint [2022-03-09T22:12:45.442Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml [2022-03-09T22:12:45.442Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2022-03-09T22:12:45.442Z] INFO [loader] Using build tags: [apparmor seccomp] [2022-03-09T22:12:46.489Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-03-09T22:12:46.489Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-03-09T22:12:46.489Z] GOOS="" GOARCH="" GOARM="" [2022-03-09T22:12:46.489Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-03-09T22:12:46.489Z] [2022-03-09T22:12:46.489Z] + TEST_INTEGRATION_DEST=1 [2022-03-09T22:12:46.489Z] + CONTAINER_NAME=docker-pr2-1 [2022-03-09T22:12:46.489Z] + TEST_SKIP_INTEGRATION_CLI=1 [2022-03-09T22:12:46.489Z] + run_tests test-integration-flaky [2022-03-09T22:12:46.489Z] + '[' -n 0 ']' [2022-03-09T22:12:46.489Z] + rm= [2022-03-09T22:12:46.489Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-43352/bundles/1:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43352/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-43352/.git:/go/src/github.com/docker/docker/.git --name docker-pr2-1 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=b92af14a1c47368b8cf1c52e303adf6e11cebc3b -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:b92af14a1c47368b8cf1c52e303adf6e11cebc3b hack/make.sh test-integration-flaky test-integration [2022-03-09T22:12:46.489Z] + c=0 [2022-03-09T22:12:46.489Z] ++ jobs -p [2022-03-09T22:12:46.489Z] + TEST_INTEGRATION_DEST=3 [2022-03-09T22:12:46.489Z] + CONTAINER_NAME=docker-pr2-3 [2022-03-09T22:12:46.489Z] + TEST_SKIP_INTEGRATION=1 [2022-03-09T22:12:46.489Z] + TESTFLAGS='-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2022-03-09T22:12:46.489Z] + run_tests [2022-03-09T22:12:46.489Z] + '[' -n 0 ']' [2022-03-09T22:12:46.489Z] + rm= [2022-03-09T22:12:46.489Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-43352/bundles/3:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43352/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-43352/.git:/go/src/github.com/docker/docker/.git --name docker-pr2-3 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=b92af14a1c47368b8cf1c52e303adf6e11cebc3b -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:b92af14a1c47368b8cf1c52e303adf6e11cebc3b hack/make.sh '' test-integration [2022-03-09T22:12:46.489Z] + for job in $(jobs -p) [2022-03-09T22:12:46.489Z] + wait 7603 [2022-03-09T22:12:46.489Z] + TEST_INTEGRATION_DEST=2 [2022-03-09T22:12:46.489Z] + CONTAINER_NAME=docker-pr2-2 [2022-03-09T22:12:46.489Z] + TEST_SKIP_INTEGRATION=1 [2022-03-09T22:12:46.489Z] + TESTFLAGS='-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2022-03-09T22:12:46.489Z] + run_tests [2022-03-09T22:12:46.489Z] + '[' -n 0 ']' [2022-03-09T22:12:46.489Z] + rm= [2022-03-09T22:12:46.489Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-43352/bundles/2:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43352/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-43352/.git:/go/src/github.com/docker/docker/.git --name docker-pr2-2 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=b92af14a1c47368b8cf1c52e303adf6e11cebc3b -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:b92af14a1c47368b8cf1c52e303adf6e11cebc3b hack/make.sh '' test-integration [2022-03-09T22:12:46.489Z] [2022-03-09T22:12:46.489Z] [2022-03-09T22:12:46.489Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-03-09T22:12:46.489Z] [2022-03-09T22:12:46.489Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-03-09T22:12:46.489Z] HOSTNAME=1a4da0b7b6b6 [2022-03-09T22:12:46.489Z] TEST_SKIP_INTEGRATION=1 [2022-03-09T22:12:46.489Z] TESTDEBUG=0 [2022-03-09T22:12:46.489Z] DEST=bundles/test-integration [2022-03-09T22:12:46.489Z] PWD=/go/src/github.com/docker/docker [2022-03-09T22:12:46.489Z] KEEPBUNDLE=1 [2022-03-09T22:12:46.489Z] DOCKER_GITCOMMIT=b92af14a1c47368b8cf1c52e303adf6e11cebc3b [2022-03-09T22:12:46.489Z] container=docker [2022-03-09T22:12:46.489Z] HOME=/root [2022-03-09T22:12:46.489Z] GOLANG_VERSION=1.17.8 [2022-03-09T22:12:46.489Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-03-09T22:12:46.489Z] VALIDATE_BRANCH=master [2022-03-09T22:12:46.489Z] TERM=xterm [2022-03-09T22:12:46.489Z] DOCKER_PKG=github.com/docker/docker [2022-03-09T22:12:46.489Z] SHLVL=1 [2022-03-09T22:12:46.489Z] TIMEOUT=120m [2022-03-09T22:12:46.489Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-03-09T22:12:46.489Z] DOCKER_GRAPHDRIVER=overlay2 [2022-03-09T22:12:46.490Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2022-03-09T22:12:46.490Z] GO111MODULE=off [2022-03-09T22:12:46.490Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-03-09T22:12:46.490Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-03-09T22:12:46.490Z] GOPATH=/go [2022-03-09T22:12:46.490Z] PKG_CONFIG=pkg-config [2022-03-09T22:12:46.490Z] _=/usr/bin/env [2022-03-09T22:12:46.490Z] Building test suite binary ./integration-cli/test.main [2022-03-09T22:12:46.490Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky) [2022-03-09T22:12:46.490Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-03-09T22:12:46.490Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-03-09T22:12:46.490Z] HOSTNAME=30c9730d5601 [2022-03-09T22:12:46.490Z] TEST_SKIP_INTEGRATION=1 [2022-03-09T22:12:46.490Z] TESTDEBUG=0 [2022-03-09T22:12:46.490Z] DEST=bundles/test-integration [2022-03-09T22:12:46.490Z] PWD=/go/src/github.com/docker/docker [2022-03-09T22:12:46.490Z] KEEPBUNDLE=1 [2022-03-09T22:12:46.490Z] DOCKER_GITCOMMIT=b92af14a1c47368b8cf1c52e303adf6e11cebc3b [2022-03-09T22:12:46.490Z] container=docker [2022-03-09T22:12:46.490Z] HOME=/root [2022-03-09T22:12:46.490Z] GOLANG_VERSION=1.17.8 [2022-03-09T22:12:46.490Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-03-09T22:12:46.490Z] VALIDATE_BRANCH=master [2022-03-09T22:12:46.490Z] TERM=xterm [2022-03-09T22:12:46.490Z] DOCKER_PKG=github.com/docker/docker [2022-03-09T22:12:46.490Z] SHLVL=1 [2022-03-09T22:12:46.490Z] TIMEOUT=120m [2022-03-09T22:12:46.490Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-03-09T22:12:46.490Z] DOCKER_GRAPHDRIVER=overlay2 [2022-03-09T22:12:46.490Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2022-03-09T22:12:46.490Z] GO111MODULE=off [2022-03-09T22:12:46.490Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-03-09T22:12:46.490Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-03-09T22:12:46.490Z] GOPATH=/go [2022-03-09T22:12:46.490Z] PKG_CONFIG=pkg-config [2022-03-09T22:12:46.490Z] _=/usr/bin/env [2022-03-09T22:12:46.490Z] Building test suite binary ./integration-cli/test.main [2022-03-09T22:12:46.490Z] No new tests added to integration. [2022-03-09T22:12:46.490Z] [2022-03-09T22:12:46.490Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-03-09T22:12:46.749Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-03-09T22:12:46.749Z] HOSTNAME=f222e9f50db6 [2022-03-09T22:12:46.749Z] TESTDEBUG=0 [2022-03-09T22:12:46.749Z] DEST=bundles/test-integration [2022-03-09T22:12:46.749Z] PWD=/go/src/github.com/docker/docker [2022-03-09T22:12:46.749Z] KEEPBUNDLE=1 [2022-03-09T22:12:46.749Z] DOCKER_GITCOMMIT=b92af14a1c47368b8cf1c52e303adf6e11cebc3b [2022-03-09T22:12:46.749Z] container=docker [2022-03-09T22:12:46.749Z] HOME=/root [2022-03-09T22:12:46.749Z] GOLANG_VERSION=1.17.8 [2022-03-09T22:12:46.749Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-03-09T22:12:46.749Z] VALIDATE_BRANCH=master [2022-03-09T22:12:46.749Z] TERM=xterm [2022-03-09T22:12:46.749Z] DOCKER_PKG=github.com/docker/docker [2022-03-09T22:12:46.749Z] SHLVL=1 [2022-03-09T22:12:46.749Z] TIMEOUT=120m [2022-03-09T22:12:46.749Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-03-09T22:12:46.749Z] DOCKER_GRAPHDRIVER=overlay2 [2022-03-09T22:12:46.749Z] GO111MODULE=off [2022-03-09T22:12:46.749Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-03-09T22:12:46.749Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-03-09T22:12:46.749Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-03-09T22:12:46.749Z] GOPATH=/go [2022-03-09T22:12:46.749Z] PKG_CONFIG=pkg-config [2022-03-09T22:12:46.749Z] _=/usr/bin/env [2022-03-09T22:12:46.749Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-03-09T22:12:56.648Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-03-09T22:12:56.648Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-03-09T22:13:00.952Z] INFO: Expanding compiler 1 of 3... [2022-03-09T22:13:00.953Z] INFO: Expanding compiler 2 of 3... [2022-03-09T22:13:04.860Z] INFO: Expanding compiler 3 of 3... [2022-03-09T22:13:04.860Z] INFO: Removing downloaded files... [2022-03-09T22:13:04.860Z] INFO: Downloading containerd [2022-03-09T22:13:18.615Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-03-09T22:13:20.258Z] ok github.com/docker/docker/libnetwork 37.008s coverage: 40.7% of statements [2022-03-09T22:13:20.258Z] ok github.com/docker/docker/libnetwork/bitseq 0.128s coverage: 84.4% of statements [2022-03-09T22:13:20.258Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-03-09T22:13:20.258Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-03-09T22:13:20.258Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-03-09T22:13:20.258Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-03-09T22:13:20.258Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-03-09T22:13:20.258Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-03-09T22:13:20.258Z] ? github.com/docker/docker/libnetwork/cmd/ovrouter [no test files] [2022-03-09T22:13:20.258Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-03-09T22:13:20.258Z] ok github.com/docker/docker/libnetwork/config 0.013s coverage: 19.7% of statements [2022-03-09T22:13:20.258Z] ok github.com/docker/docker/libnetwork/datastore 0.003s coverage: 21.9% of statements [2022-03-09T22:13:20.258Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-03-09T22:13:20.258Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-03-09T22:13:20.258Z] ok github.com/docker/docker/libnetwork/driverapi 0.002s coverage: 68.9% of statements [2022-03-09T22:13:20.258Z] ok github.com/docker/docker/libnetwork/drivers/bridge 1.230s coverage: 59.9% of statements [2022-03-09T22:13:20.258Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-03-09T22:13:20.520Z] ok github.com/docker/docker/libnetwork/drivers/host 0.002s coverage: 34.8% of statements [2022-03-09T22:13:21.092Z] ok github.com/docker/docker/libnetwork/drivers/ipvlan 0.043s coverage: 4.0% of statements [2022-03-09T22:13:21.092Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-03-09T22:13:21.665Z] ok github.com/docker/docker/libnetwork/drivers/macvlan 0.014s coverage: 4.5% of statements [2022-03-09T22:13:21.665Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-03-09T22:13:21.926Z] ok github.com/docker/docker/libnetwork/drivers/null 0.002s coverage: 34.8% of statements [2022-03-09T22:13:22.809Z] [2022-03-09T22:13:22.809Z] Name Version Source Summary [2022-03-09T22:13:22.809Z] ---- ------- ------ ------- [2022-03-09T22:13:22.809Z] 7Zip4Powershell 2.1.0 PSGallery Powershell ... [2022-03-09T22:13:22.809Z] [2022-03-09T22:13:22.809Z] PSPath : Microsoft.PowerShell.Core\FileSystem::C:\containerd [2022-03-09T22:13:22.809Z] PSParentPath : Microsoft.PowerShell.Core\FileSystem::C:\ [2022-03-09T22:13:22.809Z] PSChildName : containerd [2022-03-09T22:13:22.809Z] PSDrive : C [2022-03-09T22:13:22.809Z] PSProvider : Microsoft.PowerShell.Core\FileSystem [2022-03-09T22:13:22.809Z] PSIsContainer : True [2022-03-09T22:13:22.809Z] Name : containerd [2022-03-09T22:13:22.809Z] FullName : C:\containerd [2022-03-09T22:13:22.809Z] Parent : [2022-03-09T22:13:22.809Z] Exists : True [2022-03-09T22:13:22.809Z] Root : C:\ [2022-03-09T22:13:22.809Z] Extension : [2022-03-09T22:13:22.809Z] CreationTime : 3/9/2022 10:13:21 PM [2022-03-09T22:13:22.809Z] CreationTimeUtc : 3/9/2022 10:13:21 PM [2022-03-09T22:13:22.809Z] LastAccessTime : 3/9/2022 10:13:21 PM [2022-03-09T22:13:22.809Z] LastAccessTimeUtc : 3/9/2022 10:13:21 PM [2022-03-09T22:13:22.809Z] LastWriteTime : 3/9/2022 10:13:21 PM [2022-03-09T22:13:22.809Z] LastWriteTimeUtc : 3/9/2022 10:13:21 PM [2022-03-09T22:13:22.809Z] Attributes : Directory [2022-03-09T22:13:22.809Z] Mode : d----- [2022-03-09T22:13:22.809Z] BaseName : containerd [2022-03-09T22:13:22.809Z] Target : {} [2022-03-09T22:13:22.809Z] LinkType : [2022-03-09T22:13:22.809Z] [2022-03-09T22:13:22.906Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-03-09T22:13:22.906Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-03-09T22:13:23.279Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ... [2022-03-09T22:13:23.279Z] INFO: Configuring git core.autocrlf... [2022-03-09T22:13:23.279Z] [2022-03-09T22:13:23.279Z] [2022-03-09T22:13:26.740Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-03-09T22:13:32.027Z] ok github.com/docker/docker/libnetwork/drivers/overlay 7.641s coverage: 7.2% of statements [2022-03-09T22:13:32.027Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-03-09T22:13:32.027Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.003s coverage: 63.6% of statements [2022-03-09T22:13:32.027Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.010s coverage: 57.4% of statements [2022-03-09T22:13:32.027Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-03-09T22:13:32.027Z] ? github.com/docker/docker/libnetwork/drivers/windows [no test files] [2022-03-09T22:13:32.028Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-03-09T22:13:32.028Z] ok github.com/docker/docker/libnetwork/drvregistry 0.015s coverage: 82.4% of statements [2022-03-09T22:13:32.289Z] ok github.com/docker/docker/libnetwork/etchosts 0.012s coverage: 81.2% of statements [2022-03-09T22:13:32.550Z] ok github.com/docker/docker/libnetwork/idm 0.002s coverage: 87.5% of statements [2022-03-09T22:13:32.550Z] ok github.com/docker/docker/libnetwork/internal/caller 0.001s coverage: 100.0% of statements [2022-03-09T22:13:34.423Z] 037d5740b404: Pull complete [2022-03-09T22:13:34.423Z] Digest: sha256:343f8c95ec604913c74597f6d541e388f83bc0ce373ee8ea5bb26d268879f338 [2022-03-09T22:13:34.423Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-09T22:13:34.423Z] mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-09T22:13:34.423Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2022 completed successfully [2022-03-09T22:13:34.423Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2022 as microsoft/windowsservercore [2022-03-09T22:13:34.423Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.20348.587' [2022-03-09T22:13:34.423Z] INFO: Docker version of control daemon [2022-03-09T22:13:34.423Z] [2022-03-09T22:13:34.423Z] Client: [2022-03-09T22:13:34.423Z] Version: 20.10.9 [2022-03-09T22:13:34.423Z] API version: 1.41 [2022-03-09T22:13:34.423Z] Go version: go1.16.8 [2022-03-09T22:13:34.423Z] Git commit: c2ea9bc [2022-03-09T22:13:34.423Z] Built: Mon Oct 4 16:11:10 2021 [2022-03-09T22:13:34.423Z] OS/Arch: windows/amd64 [2022-03-09T22:13:34.423Z] Context: default [2022-03-09T22:13:34.423Z] Experimental: true [2022-03-09T22:13:34.423Z] [2022-03-09T22:13:34.423Z] Server: Docker Engine - Community [2022-03-09T22:13:34.423Z] Engine: [2022-03-09T22:13:34.423Z] Version: 20.10.9 [2022-03-09T22:13:34.423Z] API version: 1.41 (minimum version 1.24) [2022-03-09T22:13:34.423Z] Go version: go1.16.8 [2022-03-09T22:13:34.423Z] Git commit: 79ea9d3 [2022-03-09T22:13:34.423Z] Built: Mon Oct 4 16:06:39 2021 [2022-03-09T22:13:34.423Z] OS/Arch: windows/amd64 [2022-03-09T22:13:34.423Z] Experimental: true [2022-03-09T22:13:34.423Z] [2022-03-09T22:13:34.423Z] INFO: Docker info of control daemon [2022-03-09T22:13:34.423Z] [2022-03-09T22:13:34.423Z] Client: [2022-03-09T22:13:34.423Z] Context: default [2022-03-09T22:13:34.423Z] Debug Mode: false [2022-03-09T22:13:34.423Z] [2022-03-09T22:13:34.423Z] Server: [2022-03-09T22:13:34.423Z] Containers: 0 [2022-03-09T22:13:34.423Z] Running: 0 [2022-03-09T22:13:34.423Z] Paused: 0 [2022-03-09T22:13:34.423Z] Stopped: 0 [2022-03-09T22:13:34.423Z] Images: 1 [2022-03-09T22:13:34.423Z] Server Version: 20.10.9 [2022-03-09T22:13:34.423Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-03-09T22:13:34.423Z] Windows: [2022-03-09T22:13:34.423Z] LCOW: [2022-03-09T22:13:34.423Z] Logging Driver: json-file [2022-03-09T22:13:34.423Z] Plugins: [2022-03-09T22:13:34.423Z] Volume: local [2022-03-09T22:13:34.423Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-09T22:13:34.423Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-09T22:13:34.423Z] Swarm: inactive [2022-03-09T22:13:34.423Z] Default Isolation: process [2022-03-09T22:13:34.423Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-03-09T22:13:34.423Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-03-09T22:13:34.423Z] OSType: windows [2022-03-09T22:13:34.423Z] Architecture: x86_64 [2022-03-09T22:13:34.423Z] CPUs: 4 [2022-03-09T22:13:34.423Z] Total Memory: 32GiB [2022-03-09T22:13:34.423Z] Name: azwin-2-b09451 [2022-03-09T22:13:34.423Z] ID: CJX2:WCHU:DQXJ:TPBW:4NKF:F7QT:SPQ2:EZH2:AXXB:4MN4:I6L6:OXA3 [2022-03-09T22:13:34.423Z] Docker Root Dir: D:\docker [2022-03-09T22:13:34.423Z] Debug Mode: false [2022-03-09T22:13:34.423Z] Registry: https://index.docker.io/v1/ [2022-03-09T22:13:34.423Z] Labels: [2022-03-09T22:13:34.423Z] Experimental: true [2022-03-09T22:13:34.423Z] Insecure Registries: [2022-03-09T22:13:34.423Z] 10.0.0.4:5000 [2022-03-09T22:13:34.423Z] 127.0.0.0/8 [2022-03-09T22:13:34.423Z] Registry Mirrors: [2022-03-09T22:13:34.423Z] http://10.0.0.4:5000/ [2022-03-09T22:13:34.423Z] Live Restore Enabled: false [2022-03-09T22:13:34.423Z] Product License: Community Engine [2022-03-09T22:13:34.423Z] [2022-03-09T22:13:34.423Z] [2022-03-09T22:13:34.423Z] INFO: Commit hash is b92af14a1c [2022-03-09T22:13:34.423Z] INFO: Nuke-Everything... [2022-03-09T22:13:34.423Z] INFO: Container count on control daemon to delete is 0 [2022-03-09T22:13:34.423Z] INFO: Nuking d:\CI [2022-03-09T22:13:34.423Z] INFO: Zapped successfully [2022-03-09T22:13:34.423Z] INFO: Location for testing is d:\CI\PR-43352\2 [2022-03-09T22:13:34.423Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2022-03-09T22:13:34.423Z] [2022-03-09T22:13:34.423Z] [2022-03-09T22:13:34.423Z] INFO: Building the image from Dockerfile.windows at 03/09/2022 22:13:24... [2022-03-09T22:13:34.423Z] [2022-03-09T22:13:34.423Z] Sending build context to Docker daemon 62.15MB [2022-03-09T22:13:34.423Z] [2022-03-09T22:13:34.423Z] Step 1/11 : FROM microsoft/windowsservercore [2022-03-09T22:13:34.423Z] ---> 02f938cacc3b [2022-03-09T22:13:34.423Z] Step 2/11 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2022-03-09T22:13:34.423Z] ---> Running in ceb6dda038c3 [2022-03-09T22:13:34.423Z] Removing intermediate container ceb6dda038c3 [2022-03-09T22:13:34.423Z] ---> 58fbc4a7a212 [2022-03-09T22:13:34.423Z] Step 3/11 : ARG GO_VERSION=1.17.8 [2022-03-09T22:13:34.423Z] ---> Running in 71995d9da3e0 [2022-03-09T22:13:34.423Z] Removing intermediate container 71995d9da3e0 [2022-03-09T22:13:34.423Z] ---> baec589b2755 [2022-03-09T22:13:34.423Z] Step 4/11 : ARG CONTAINERD_VERSION=1.5.10 [2022-03-09T22:13:34.423Z] ---> Running in 85a2e30b8998 [2022-03-09T22:13:34.423Z] Removing intermediate container 85a2e30b8998 [2022-03-09T22:13:34.423Z] ---> 288378c5bc0c [2022-03-09T22:13:34.423Z] Step 5/11 : ARG GOTESTSUM_VERSION=v1.7.0 [2022-03-09T22:13:34.423Z] ---> Running in 9e3fe554aa56 [2022-03-09T22:13:34.423Z] Removing intermediate container 9e3fe554aa56 [2022-03-09T22:13:34.423Z] ---> ad8697e1f628 [2022-03-09T22:13:34.423Z] 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-09T22:13:34.423Z] ---> Running in df270f0e4567 [2022-03-09T22:13:34.423Z] Removing intermediate container df270f0e4567 [2022-03-09T22:13:34.423Z] ---> 8e5816091214 [2022-03-09T22:13:34.423Z] 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-09T22:13:34.423Z] ---> Running in 807f0c530612 [2022-03-09T22:13:34.858Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-03-09T22:13:35.118Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-03-09T22:13:36.057Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-03-09T22:13:36.625Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-03-09T22:13:36.883Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-03-09T22:13:37.891Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-03-09T22:13:39.245Z] [2022-03-09T22:13:39.245Z] SUCCESS: Specified value was saved. [2022-03-09T22:13:39.712Z] INFO: Downloading git... [2022-03-09T22:13:40.435Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-03-09T22:13:40.700Z] INFO: Downloading go... [2022-03-09T22:13:41.373Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-03-09T22:13:42.297Z] INFO: Downloading compiler 1 of 3... [2022-03-09T22:13:42.297Z] INFO: Downloading compiler 2 of 3... [2022-03-09T22:13:42.297Z] INFO: Downloading compiler 3 of 3... [2022-03-09T22:13:42.310Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-03-09T22:13:42.310Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-03-09T22:13:42.765Z] INFO: Extracting git... [2022-03-09T22:13:43.250Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-03-09T22:13:44.188Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-03-09T22:13:44.784Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.005s coverage: 100.0% of statements [2022-03-09T22:13:44.832Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-03-09T22:13:45.127Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-03-09T22:13:45.697Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-03-09T22:13:46.632Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-03-09T22:13:47.199Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-03-09T22:13:47.199Z] Using test binary docker [2022-03-09T22:13:47.199Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-03-09T22:13:47.457Z] Starting apparmor (via systemctl): apparmor.service. [2022-03-09T22:13:47.457Z] INFO: Waiting for daemon to start... [2022-03-09T22:13:47.457Z] Starting dockerd [2022-03-09T22:13:50.112Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-03-09T22:13:50.737Z] . [2022-03-09T22:13:50.737Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-03-09T22:13:50.737Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-03-09T22:13:50.737Z] Error: No such image: emptyfs [2022-03-09T22:13:50.737Z] Running integration-test (iteration 1) [2022-03-09T22:13:50.737Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2022-03-09T22:13:50.737Z] Loaded image: busybox:latest [2022-03-09T22:13:50.995Z] Loaded image: busybox:glibc [2022-03-09T22:13:52.374Z] Loaded image: debian:bullseye-slim [2022-03-09T22:13:52.374Z] Loaded image: hello-world:latest [2022-03-09T22:13:52.374Z] Loaded image: arm32v7/hello-world:latest [2022-03-09T22:13:52.374Z] INFO: Testing against a local daemon [2022-03-09T22:13:52.374Z] === RUN TestCgroupNamespacesBuild [2022-03-09T22:13:53.753Z] --- PASS: TestCgroupNamespacesBuild (1.37s) [2022-03-09T22:13:53.753Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-03-09T22:13:55.128Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.29s) [2022-03-09T22:13:55.128Z] === RUN TestBuildWithSession [2022-03-09T22:13:55.128Z] build_session_test.go:25: TODO: BuildKit [2022-03-09T22:13:55.128Z] --- SKIP: TestBuildWithSession (0.00s) [2022-03-09T22:13:55.128Z] === RUN TestBuildSquashParent [2022-03-09T22:13:57.696Z] INFO: Expanding go... [2022-03-09T22:13:59.700Z] ok github.com/docker/docker/libnetwork/ipam 15.657s coverage: 85.3% of statements [2022-03-09T22:13:59.700Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-03-09T22:13:59.700Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-03-09T22:13:59.700Z] ok github.com/docker/docker/libnetwork/ipams/null 0.002s coverage: 57.1% of statements [2022-03-09T22:13:59.700Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.006s coverage: 47.4% of statements [2022-03-09T22:13:59.700Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-03-09T22:13:59.961Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.002s coverage: 71.4% of statements [2022-03-09T22:14:00.083Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-03-09T22:14:00.083Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-03-09T22:14:00.083Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-03-09T22:14:00.397Z] --- PASS: TestBuildSquashParent (4.41s) [2022-03-09T22:14:00.397Z] === RUN TestBuildWithRemoveAndForceRemove [2022-03-09T22:14:00.397Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-09T22:14:00.397Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-09T22:14:00.397Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-09T22:14:00.397Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-09T22:14:00.397Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-09T22:14:00.397Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-09T22:14:00.397Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-09T22:14:00.397Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-09T22:14:00.397Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-09T22:14:00.397Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-09T22:14:00.397Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-09T22:14:00.397Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-09T22:14:00.397Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-09T22:14:00.397Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-09T22:14:00.531Z] ok github.com/docker/docker/libnetwork/ipamutils 0.294s coverage: 74.0% of statements [2022-03-09T22:14:00.649Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-03-09T22:14:00.936Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-03-09T22:14:00.963Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-09T22:14:01.102Z] ok github.com/docker/docker/libnetwork/iptables 0.124s coverage: 45.1% of statements [2022-03-09T22:14:01.102Z] ok github.com/docker/docker/libnetwork/netlabel 0.001s coverage: 60.0% of statements [2022-03-09T22:14:01.222Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-09T22:14:01.362Z] ok github.com/docker/docker/libnetwork/netutils 0.016s coverage: 44.1% of statements [2022-03-09T22:14:01.886Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-03-09T22:14:02.597Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-09T22:14:02.855Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-09T22:14:04.233Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2022-03-09T22:14:04.233Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.40s) [2022-03-09T22:14:04.233Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.70s) [2022-03-09T22:14:04.233Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.59s) [2022-03-09T22:14:04.233Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.63s) [2022-03-09T22:14:04.233Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.44s) [2022-03-09T22:14:04.233Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.35s) [2022-03-09T22:14:04.233Z] === RUN TestBuildMultiStageCopy [2022-03-09T22:14:04.233Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-03-09T22:14:04.432Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-03-09T22:14:05.373Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-03-09T22:14:05.611Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-03-09T22:14:05.871Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-03-09T22:14:05.941Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-03-09T22:14:06.130Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-03-09T22:14:06.396Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-03-09T22:14:06.509Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-03-09T22:14:06.654Z] --- PASS: TestBuildMultiStageCopy (2.41s) [2022-03-09T22:14:06.654Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.50s) [2022-03-09T22:14:06.654Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.21s) [2022-03-09T22:14:06.654Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.22s) [2022-03-09T22:14:06.654Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.22s) [2022-03-09T22:14:06.654Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.25s) [2022-03-09T22:14:06.654Z] === RUN TestBuildMultiStageParentConfig [2022-03-09T22:14:07.076Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-03-09T22:14:07.222Z] --- PASS: TestBuildMultiStageParentConfig (0.71s) [2022-03-09T22:14:07.222Z] === RUN TestBuildLabelWithTargets [2022-03-09T22:14:08.013Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-03-09T22:14:08.597Z] --- PASS: TestBuildLabelWithTargets (1.12s) [2022-03-09T22:14:08.597Z] === RUN TestBuildWithEmptyLayers [2022-03-09T22:14:08.855Z] --- PASS: TestBuildWithEmptyLayers (0.43s) [2022-03-09T22:14:08.855Z] === RUN TestBuildMultiStageOnBuild [2022-03-09T22:14:08.946Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-03-09T22:14:09.512Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-03-09T22:14:10.447Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-03-09T22:14:10.757Z] --- PASS: TestBuildMultiStageOnBuild (1.68s) [2022-03-09T22:14:10.757Z] === RUN TestBuildUncleanTarFilenames [2022-03-09T22:14:11.014Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-03-09T22:14:11.014Z] Using test binary docker [2022-03-09T22:14:11.014Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-03-09T22:14:11.016Z] --- PASS: TestBuildUncleanTarFilenames (0.56s) [2022-03-09T22:14:11.016Z] === RUN TestBuildMultiStageLayerLeak [2022-03-09T22:14:11.272Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-03-09T22:14:11.272Z] INFO: Waiting for daemon to start... [2022-03-09T22:14:11.272Z] Starting dockerd [2022-03-09T22:14:12.917Z] --- PASS: TestBuildMultiStageLayerLeak (1.81s) [2022-03-09T22:14:12.917Z] === RUN TestBuildWithHugeFile [2022-03-09T22:14:13.864Z] 0a6173b79e25: Pull complete [2022-03-09T22:14:13.864Z] Digest: sha256:33d7abef52e917a19145873e9ed487055cb55ce3ccf3056ea189b0eb5e4e3683 [2022-03-09T22:14:13.864Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-09T22:14:13.864Z] mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-09T22:14:13.864Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 completed successfully [2022-03-09T22:14:13.864Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore [2022-03-09T22:14:13.864Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.17763.2686' [2022-03-09T22:14:13.864Z] INFO: Docker version of control daemon [2022-03-09T22:14:13.864Z] [2022-03-09T22:14:13.864Z] Client: [2022-03-09T22:14:13.864Z] Version: 20.10.9 [2022-03-09T22:14:13.864Z] API version: 1.41 [2022-03-09T22:14:13.864Z] Go version: go1.16.8 [2022-03-09T22:14:13.864Z] Git commit: c2ea9bc [2022-03-09T22:14:13.864Z] Built: Mon Oct 4 16:11:10 2021 [2022-03-09T22:14:13.864Z] OS/Arch: windows/amd64 [2022-03-09T22:14:13.864Z] Context: default [2022-03-09T22:14:13.864Z] Experimental: true [2022-03-09T22:14:13.864Z] [2022-03-09T22:14:13.864Z] Server: Docker Engine - Community [2022-03-09T22:14:13.864Z] Engine: [2022-03-09T22:14:13.864Z] Version: 20.10.9 [2022-03-09T22:14:13.864Z] API version: 1.41 (minimum version 1.24) [2022-03-09T22:14:13.864Z] Go version: go1.16.8 [2022-03-09T22:14:13.864Z] Git commit: 79ea9d3 [2022-03-09T22:14:13.864Z] Built: Mon Oct 4 16:06:39 2021 [2022-03-09T22:14:13.864Z] OS/Arch: windows/amd64 [2022-03-09T22:14:13.864Z] Experimental: true [2022-03-09T22:14:13.864Z] [2022-03-09T22:14:13.864Z] INFO: Docker info of control daemon [2022-03-09T22:14:13.864Z] [2022-03-09T22:14:13.864Z] Client: [2022-03-09T22:14:13.864Z] Context: default [2022-03-09T22:14:13.864Z] Debug Mode: false [2022-03-09T22:14:13.864Z] Plugins: [2022-03-09T22:14:13.864Z] app: Docker Application (Docker Inc., v0.8.0) [2022-03-09T22:14:13.864Z] cluster: Manage Mirantis Container Cloud clusters (Mirantis Inc., v1.9.0) [2022-03-09T22:14:13.864Z] registry: Manage Docker registries (Docker Inc., 0.1.0) [2022-03-09T22:14:13.864Z] [2022-03-09T22:14:13.864Z] Server: [2022-03-09T22:14:13.864Z] Containers: 0 [2022-03-09T22:14:13.864Z] Running: 0 [2022-03-09T22:14:13.864Z] Paused: 0 [2022-03-09T22:14:13.864Z] Stopped: 0 [2022-03-09T22:14:13.864Z] Images: 1 [2022-03-09T22:14:13.864Z] Server Version: 20.10.9 [2022-03-09T22:14:13.864Z] Storage Driver: lcow (linux) windowsfilter (windows) [2022-03-09T22:14:13.864Z] LCOW: [2022-03-09T22:14:13.864Z] Windows: [2022-03-09T22:14:13.864Z] Logging Driver: json-file [2022-03-09T22:14:13.864Z] Plugins: [2022-03-09T22:14:13.864Z] Volume: local [2022-03-09T22:14:13.864Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-09T22:14:13.864Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-09T22:14:13.864Z] Swarm: inactive [2022-03-09T22:14:13.864Z] Default Isolation: process [2022-03-09T22:14:13.864Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2022-03-09T22:14:13.864Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2183) [2022-03-09T22:14:13.864Z] OSType: windows [2022-03-09T22:14:13.864Z] Architecture: x86_64 [2022-03-09T22:14:13.864Z] CPUs: 4 [2022-03-09T22:14:13.864Z] Total Memory: 32GiB [2022-03-09T22:14:13.864Z] Name: azwin-2-2e4960 [2022-03-09T22:14:13.864Z] ID: OBVN:G3H4:FJG4:OG2S:XO4Y:7BB7:QXYF:W3KL:Z6WW:C45S:QCIM:4F6L [2022-03-09T22:14:13.864Z] Docker Root Dir: D:\docker [2022-03-09T22:14:13.864Z] Debug Mode: false [2022-03-09T22:14:13.864Z] Registry: https://index.docker.io/v1/ [2022-03-09T22:14:13.864Z] Labels: [2022-03-09T22:14:13.864Z] Experimental: true [2022-03-09T22:14:13.864Z] Insecure Registries: [2022-03-09T22:14:13.864Z] 10.0.0.4:5000 [2022-03-09T22:14:13.864Z] 127.0.0.0/8 [2022-03-09T22:14:13.864Z] Registry Mirrors: [2022-03-09T22:14:13.864Z] http://10.0.0.4:5000/ [2022-03-09T22:14:13.864Z] Live Restore Enabled: false [2022-03-09T22:14:13.864Z] Product License: Community Engine [2022-03-09T22:14:13.864Z] [2022-03-09T22:14:13.864Z] [2022-03-09T22:14:13.864Z] INFO: Commit hash is b92af14a1c [2022-03-09T22:14:13.864Z] INFO: Nuke-Everything... [2022-03-09T22:14:13.864Z] INFO: Container count on control daemon to delete is 0 [2022-03-09T22:14:13.864Z] INFO: Nuking d:\CI [2022-03-09T22:14:13.864Z] INFO: Zapped successfully [2022-03-09T22:14:13.864Z] INFO: Location for testing is d:\CI\PR-43352\2 [2022-03-09T22:14:13.864Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2022-03-09T22:14:13.864Z] [2022-03-09T22:14:13.864Z] [2022-03-09T22:14:13.864Z] INFO: Building the image from Dockerfile.windows at 03/09/2022 22:14:09... [2022-03-09T22:14:13.864Z] [2022-03-09T22:14:14.552Z] . [2022-03-09T22:14:14.552Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-03-09T22:14:14.552Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-03-09T22:14:14.552Z] Error: No such image: emptyfs [2022-03-09T22:14:14.552Z] Running integration-test (iteration 1) [2022-03-09T22:14:14.552Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2022-03-09T22:14:14.552Z] Loaded image: busybox:latest [2022-03-09T22:14:14.552Z] Loaded image: busybox:glibc [2022-03-09T22:14:15.929Z] Loaded image: debian:bullseye-slim [2022-03-09T22:14:15.929Z] Loaded image: hello-world:latest [2022-03-09T22:14:15.929Z] Loaded image: arm32v7/hello-world:latest [2022-03-09T22:14:16.187Z] INFO: Testing against a local daemon [2022-03-09T22:14:16.187Z] === RUN TestCgroupNamespacesBuild [2022-03-09T22:14:16.938Z] Sending build context to Docker daemon 62.15MB [2022-03-09T22:14:16.938Z] [2022-03-09T22:14:17.434Z] Step 1/11 : FROM microsoft/windowsservercore [2022-03-09T22:14:17.434Z] ---> 6a11116086a4 [2022-03-09T22:14:17.434Z] Step 2/11 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2022-03-09T22:14:17.434Z] ---> Running in 0220b0544fd5 [2022-03-09T22:14:17.561Z] --- PASS: TestCgroupNamespacesBuild (1.26s) [2022-03-09T22:14:17.561Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-03-09T22:14:17.934Z] Removing intermediate container 0220b0544fd5 [2022-03-09T22:14:17.934Z] ---> 1c613216920c [2022-03-09T22:14:17.934Z] Step 3/11 : ARG GO_VERSION=1.17.8 [2022-03-09T22:14:17.934Z] ---> Running in f21805fc50b2 [2022-03-09T22:14:18.424Z] Removing intermediate container f21805fc50b2 [2022-03-09T22:14:18.424Z] ---> 3875fdb63dfb [2022-03-09T22:14:18.424Z] Step 4/11 : ARG CONTAINERD_VERSION=1.5.10 [2022-03-09T22:14:18.424Z] ---> Running in a6835b099e38 [2022-03-09T22:14:18.501Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.12s) [2022-03-09T22:14:18.501Z] === RUN TestBuildWithSession [2022-03-09T22:14:18.501Z] build_session_test.go:25: TODO: BuildKit [2022-03-09T22:14:18.501Z] --- SKIP: TestBuildWithSession (0.00s) [2022-03-09T22:14:18.501Z] === RUN TestBuildSquashParent [2022-03-09T22:14:18.921Z] Removing intermediate container a6835b099e38 [2022-03-09T22:14:18.921Z] ---> ed43dc1a8350 [2022-03-09T22:14:18.921Z] Step 5/11 : ARG GOTESTSUM_VERSION=v1.7.0 [2022-03-09T22:14:18.921Z] ---> Running in 069d75528d92 [2022-03-09T22:14:18.921Z] Removing intermediate container 069d75528d92 [2022-03-09T22:14:18.921Z] ---> 5480bc03dab4 [2022-03-09T22:14:18.921Z] 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-09T22:14:18.921Z] ---> Running in b5b0b14a3e0b [2022-03-09T22:14:19.411Z] Removing intermediate container b5b0b14a3e0b [2022-03-09T22:14:19.411Z] ---> b8c11859e605 [2022-03-09T22:14:19.412Z] 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-09T22:14:19.412Z] ---> Running in 2c62a2652934 [2022-03-09T22:14:25.064Z] --- PASS: TestBuildSquashParent (6.71s) [2022-03-09T22:14:25.064Z] === RUN TestBuildWithRemoveAndForceRemove [2022-03-09T22:14:25.064Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-09T22:14:25.064Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-09T22:14:25.064Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-09T22:14:25.064Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-09T22:14:25.064Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-09T22:14:25.064Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-09T22:14:25.064Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-09T22:14:25.064Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-09T22:14:25.064Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-09T22:14:25.064Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-09T22:14:25.064Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-09T22:14:25.064Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-09T22:14:25.064Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-09T22:14:25.064Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-09T22:14:26.967Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-09T22:14:26.967Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-09T22:14:27.837Z] INFO: Expanding compiler 1 of 3... [2022-03-09T22:14:27.837Z] INFO: Expanding compiler 2 of 3... [2022-03-09T22:14:28.872Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-09T22:14:28.872Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-09T22:14:30.775Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2022-03-09T22:14:30.775Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.53s) [2022-03-09T22:14:30.775Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.67s) [2022-03-09T22:14:30.775Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.99s) [2022-03-09T22:14:30.775Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.16s) [2022-03-09T22:14:30.775Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.88s) [2022-03-09T22:14:30.775Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.95s) [2022-03-09T22:14:30.775Z] === RUN TestBuildMultiStageCopy [2022-03-09T22:14:30.775Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-03-09T22:14:30.793Z] INFO: Expanding compiler 3 of 3... [2022-03-09T22:14:31.262Z] INFO: Removing downloaded files... [2022-03-09T22:14:31.262Z] INFO: Downloading containerd [2022-03-09T22:14:34.058Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-03-09T22:14:35.429Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-03-09T22:14:36.363Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-03-09T22:14:37.297Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-03-09T22:14:38.230Z] --- PASS: TestBuildMultiStageCopy (7.33s) [2022-03-09T22:14:38.230Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (3.34s) [2022-03-09T22:14:38.230Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.00s) [2022-03-09T22:14:38.230Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.00s) [2022-03-09T22:14:38.230Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.00s) [2022-03-09T22:14:38.230Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.00s) [2022-03-09T22:14:38.230Z] === RUN TestBuildMultiStageParentConfig [2022-03-09T22:14:40.963Z] [2022-03-09T22:14:40.963Z] SUCCESS: Specified value was saved. [2022-03-09T22:14:40.963Z] INFO: Downloading git... [2022-03-09T22:14:43.265Z] INFO: Downloading go... [2022-03-09T22:14:43.496Z] --- PASS: TestBuildMultiStageParentConfig (5.00s) [2022-03-09T22:14:43.496Z] === RUN TestBuildLabelWithTargets [2022-03-09T22:14:45.571Z] INFO: Downloading compiler 1 of 3... [2022-03-09T22:14:45.571Z] INFO: Downloading compiler 2 of 3... [2022-03-09T22:14:46.127Z] INFO: Downloading compiler 3 of 3... [2022-03-09T22:14:46.127Z] INFO: Extracting git... [2022-03-09T22:14:49.076Z] [2022-03-09T22:14:49.076Z] Name Version Source Summary [2022-03-09T22:14:49.076Z] ---- ------- ------ ------- [2022-03-09T22:14:49.076Z] 7Zip4Powershell 2.1.0 PSGallery Powershell ... [2022-03-09T22:14:49.076Z] [2022-03-09T22:14:49.076Z] PSPath : Microsoft.PowerShell.Core\FileSystem::C:\containerd [2022-03-09T22:14:49.076Z] PSParentPath : Microsoft.PowerShell.Core\FileSystem::C:\ [2022-03-09T22:14:49.076Z] PSChildName : containerd [2022-03-09T22:14:49.076Z] PSDrive : C [2022-03-09T22:14:49.076Z] PSProvider : Microsoft.PowerShell.Core\FileSystem [2022-03-09T22:14:49.076Z] PSIsContainer : True [2022-03-09T22:14:49.076Z] Name : containerd [2022-03-09T22:14:49.076Z] FullName : C:\containerd [2022-03-09T22:14:49.076Z] Parent : [2022-03-09T22:14:49.076Z] Exists : True [2022-03-09T22:14:49.076Z] Root : C:\ [2022-03-09T22:14:49.076Z] Extension : [2022-03-09T22:14:49.076Z] CreationTime : 3/9/2022 10:14:48 PM [2022-03-09T22:14:49.076Z] CreationTimeUtc : 3/9/2022 10:14:48 PM [2022-03-09T22:14:49.076Z] LastAccessTime : 3/9/2022 10:14:48 PM [2022-03-09T22:14:49.076Z] LastAccessTimeUtc : 3/9/2022 10:14:48 PM [2022-03-09T22:14:49.076Z] LastWriteTime : 3/9/2022 10:14:48 PM [2022-03-09T22:14:49.076Z] LastWriteTimeUtc : 3/9/2022 10:14:48 PM [2022-03-09T22:14:49.076Z] Attributes : Directory [2022-03-09T22:14:49.076Z] Mode : d----- [2022-03-09T22:14:49.076Z] BaseName : containerd [2022-03-09T22:14:49.076Z] Target : {} [2022-03-09T22:14:49.076Z] LinkType : [2022-03-09T22:14:49.076Z] [2022-03-09T22:14:49.477Z] Removing intermediate container 22f2a1354c5d [2022-03-09T22:14:49.477Z] ---> 5c2d004ea833 [2022-03-09T22:14:49.477Z] 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-09T22:14:49.477Z] ---> Running in 69deacbec4d0 [2022-03-09T22:14:49.477Z] INFO: Installing gotestsum version v1.7.0 in C:\gopath\bin [2022-03-09T22:14:49.477Z] go: downloading gotest.tools/gotestsum v1.7.0 [2022-03-09T22:14:49.477Z] go: downloading github.com/fatih/color v1.10.0 [2022-03-09T22:14:49.477Z] go: downloading github.com/dnephin/pflag v1.0.7 [2022-03-09T22:14:49.477Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-03-09T22:14:49.477Z] go: downloading github.com/pkg/errors v0.9.1 [2022-03-09T22:14:49.477Z] go: downloading golang.org/x/tools v0.1.0 [2022-03-09T22:14:49.477Z] go: downloading github.com/mattn/go-colorable v0.1.8 [2022-03-09T22:14:49.477Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2022-03-09T22:14:49.477Z] go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-03-09T22:14:49.477Z] go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-03-09T22:14:49.477Z] go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-03-09T22:14:49.477Z] go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-03-09T22:14:49.477Z] go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-03-09T22:14:49.477Z] go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-03-09T22:14:49.477Z] go: downloading golang.org/x/mod v0.3.0 [2022-03-09T22:14:50.064Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ... [2022-03-09T22:14:50.064Z] INFO: Configuring git core.autocrlf... [2022-03-09T22:14:50.064Z] [2022-03-09T22:14:50.064Z] [2022-03-09T22:14:51.603Z] --- PASS: TestBuildLabelWithTargets (8.00s) [2022-03-09T22:14:51.603Z] === RUN TestBuildWithEmptyLayers [2022-03-09T22:14:54.132Z] --- PASS: TestBuildWithEmptyLayers (2.99s) [2022-03-09T22:14:54.132Z] === RUN TestBuildMultiStageOnBuild [2022-03-09T22:14:59.396Z] --- PASS: TestBuildMultiStageOnBuild (5.05s) [2022-03-09T22:14:59.396Z] === RUN TestBuildUncleanTarFilenames [2022-03-09T22:14:59.654Z] --- PASS: TestBuildUncleanTarFilenames (0.56s) [2022-03-09T22:14:59.654Z] === RUN TestBuildMultiStageLayerLeak [2022-03-09T22:15:01.349Z] INFO: Expanding go... [2022-03-09T22:15:01.829Z] Removing intermediate container 69deacbec4d0 [2022-03-09T22:15:01.829Z] ---> 6cb664b39625 [2022-03-09T22:15:01.829Z] Step 9/11 : ENTRYPOINT ["powershell.exe"] [2022-03-09T22:15:01.829Z] ---> Running in a34d59943b19 [2022-03-09T22:15:01.829Z] Removing intermediate container a34d59943b19 [2022-03-09T22:15:01.829Z] ---> 1861dad3b969 [2022-03-09T22:15:01.829Z] Step 10/11 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2022-03-09T22:15:01.829Z] ---> Running in 3d624bae3415 [2022-03-09T22:15:01.829Z] Removing intermediate container 3d624bae3415 [2022-03-09T22:15:01.829Z] ---> 4125494f2edd [2022-03-09T22:15:01.829Z] Step 11/11 : COPY . . [2022-03-09T22:15:04.925Z] --- PASS: TestBuildMultiStageLayerLeak (4.41s) [2022-03-09T22:15:04.925Z] === RUN TestBuildWithHugeFile [2022-03-09T22:15:06.917Z] INFO [loader] Go packages loading at mode 575 (compiled_files|exports_file|imports|types_sizes|deps|files|name) took 2m19.88343111s [2022-03-09T22:15:06.917Z] 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-09T22:15:06.917Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 482.368679ms [2022-03-09T22:15:08.228Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-03-09T22:15:08.228Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-03-09T22:15:09.145Z] --- PASS: TestBuildWithHugeFile (53.46s) [2022-03-09T22:15:09.145Z] === RUN TestBuildWCOWSandboxSize [2022-03-09T22:15:09.145Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-09T22:15:09.145Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-03-09T22:15:09.145Z] === RUN TestBuildWithEmptyDockerfile [2022-03-09T22:15:09.145Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-09T22:15:09.145Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-09T22:15:09.145Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-09T22:15:09.145Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-09T22:15:09.145Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-09T22:15:09.145Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-09T22:15:09.145Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-09T22:15:09.145Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-09T22:15:09.145Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-09T22:15:09.145Z] --- PASS: TestBuildWithEmptyDockerfile (0.08s) [2022-03-09T22:15:09.145Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.14s) [2022-03-09T22:15:09.145Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.14s) [2022-03-09T22:15:09.145Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2022-03-09T22:15:09.145Z] === RUN TestBuildPreserveOwnership [2022-03-09T22:15:09.145Z] === RUN TestBuildPreserveOwnership/copy_from [2022-03-09T22:15:09.145Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-03-09T22:15:10.522Z] --- PASS: TestBuildPreserveOwnership (3.69s) [2022-03-09T22:15:10.522Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.49s) [2022-03-09T22:15:10.522Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.19s) [2022-03-09T22:15:10.522Z] === RUN TestBuildPlatformInvalid [2022-03-09T22:15:10.522Z] --- PASS: TestBuildPlatformInvalid (0.07s) [2022-03-09T22:15:10.522Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-03-09T22:15:11.459Z] Loaded image: busybox:latest [2022-03-09T22:15:11.459Z] Loaded image: busybox:glibc [2022-03-09T22:15:12.838Z] Loaded image: debian:bullseye-slim [2022-03-09T22:15:12.838Z] Loaded image: hello-world:latest [2022-03-09T22:15:13.096Z] Loaded image: arm32v7/hello-world:latest [2022-03-09T22:15:23.136Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (11.34s) [2022-03-09T22:15:23.136Z] PASS [2022-03-09T22:15:23.136Z] [2022-03-09T22:15:23.136Z] === Skipped [2022-03-09T22:15:23.136Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2022-03-09T22:15:23.136Z] build_session_test.go:25: TODO: BuildKit [2022-03-09T22:15:23.136Z] [2022-03-09T22:15:23.136Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-03-09T22:15:23.136Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-09T22:15:23.136Z] [2022-03-09T22:15:23.136Z] DONE 34 tests, 2 skipped in 91.186s [2022-03-09T22:15:23.136Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2022-03-09T22:15:23.136Z] INFO: Testing against a local daemon [2022-03-09T22:15:23.136Z] === RUN TestConfigInspect [2022-03-09T22:15:24.073Z] --- PASS: TestConfigInspect (2.31s) [2022-03-09T22:15:24.073Z] === RUN TestConfigList [2022-03-09T22:15:26.609Z] --- PASS: TestConfigList (2.15s) [2022-03-09T22:15:26.609Z] === RUN TestConfigsCreateAndDelete [2022-03-09T22:15:28.515Z] --- PASS: TestConfigsCreateAndDelete (2.13s) [2022-03-09T22:15:28.515Z] === RUN TestConfigsUpdate [2022-03-09T22:15:31.043Z] --- PASS: TestConfigsUpdate (2.14s) [2022-03-09T22:15:31.043Z] === RUN TestTemplatedConfig [2022-03-09T22:15:31.785Z] ---> 377fae43fe7b [2022-03-09T22:15:31.785Z] Successfully built 377fae43fe7b [2022-03-09T22:15:31.785Z] Successfully tagged docker:latest [2022-03-09T22:15:31.785Z] INFO: Image build ended at 03/09/2022 22:15:31. Duration:00:03:29.2387258 [2022-03-09T22:15:31.849Z] INFO: Expanding compiler 1 of 3... [2022-03-09T22:15:31.849Z] INFO: Expanding compiler 2 of 3... [2022-03-09T22:15:32.241Z] [2022-03-09T22:15:32.241Z] [2022-03-09T22:15:32.241Z] INFO: Building the test binaries at 03/09/2022 22:15:31... [2022-03-09T22:15:33.576Z] --- PASS: TestTemplatedConfig (2.71s) [2022-03-09T22:15:33.576Z] === RUN TestConfigCreateResolve [2022-03-09T22:15:35.482Z] --- PASS: TestConfigCreateResolve (2.16s) [2022-03-09T22:15:35.482Z] PASS [2022-03-09T22:15:35.482Z] [2022-03-09T22:15:35.482Z] DONE 6 tests in 13.681s [2022-03-09T22:15:35.482Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2022-03-09T22:15:35.482Z] INFO: Testing against a local daemon [2022-03-09T22:15:35.482Z] === RUN TestCheckpoint [2022-03-09T22:15:35.482Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-09T22:15:35.482Z] --- SKIP: TestCheckpoint (0.00s) [2022-03-09T22:15:35.482Z] === RUN TestContainerInvalidJSON [2022-03-09T22:15:35.482Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-03-09T22:15:35.482Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-03-09T22:15:35.482Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-03-09T22:15:35.482Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-03-09T22:15:35.482Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-03-09T22:15:35.482Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-03-09T22:15:35.482Z] --- PASS: TestContainerInvalidJSON (0.01s) [2022-03-09T22:15:35.482Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2022-03-09T22:15:35.482Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2022-03-09T22:15:35.482Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-03-09T22:15:35.482Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.08s) [2022-03-09T22:15:35.482Z] === RUN TestCopyFromContainerPathIsNotDir [2022-03-09T22:15:35.741Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s) [2022-03-09T22:15:35.741Z] === RUN TestCopyToContainerPathDoesNotExist [2022-03-09T22:15:35.741Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s) [2022-03-09T22:15:35.741Z] === RUN TestCopyToContainerPathIsNotDir [2022-03-09T22:15:35.741Z] --- PASS: TestCopyToContainerPathIsNotDir (0.08s) [2022-03-09T22:15:35.741Z] === RUN TestCopyFromContainer [2022-03-09T22:15:36.165Z] INFO: make.ps1 starting at 03/09/2022 22:15:35 [2022-03-09T22:15:36.633Z] INFO: Git commit (b92af14a1c) assumed from DOCKER_GITCOMMIT environment variable [2022-03-09T22:15:36.633Z] INFO: Invoking autogen... [2022-03-09T22:15:36.743Z] INFO: Expanding compiler 3 of 3... [2022-03-09T22:15:37.101Z] INFO: Building daemon... [2022-03-09T22:15:37.117Z] === RUN TestCopyFromContainer// [2022-03-09T22:15:37.117Z] === RUN TestCopyFromContainer//bar/root [2022-03-09T22:15:37.117Z] === RUN TestCopyFromContainer//bar/root/ [2022-03-09T22:15:37.117Z] === RUN TestCopyFromContainer/bar/quux [2022-03-09T22:15:37.117Z] === RUN TestCopyFromContainer/bar/quux/ [2022-03-09T22:15:37.205Z] INFO: Removing downloaded files... [2022-03-09T22:15:37.205Z] INFO: Downloading containerd [2022-03-09T22:15:37.376Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-03-09T22:15:37.376Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-03-09T22:15:37.376Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-03-09T22:15:37.376Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-03-09T22:15:37.376Z] === RUN TestCopyFromContainer/bar/notarget [2022-03-09T22:15:37.633Z] --- PASS: TestCopyFromContainer (1.81s) [2022-03-09T22:15:37.633Z] --- PASS: TestCopyFromContainer// (0.06s) [2022-03-09T22:15:37.633Z] --- PASS: TestCopyFromContainer//bar/root (0.08s) [2022-03-09T22:15:37.633Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2022-03-09T22:15:37.633Z] --- PASS: TestCopyFromContainer/bar/quux (0.06s) [2022-03-09T22:15:37.633Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.06s) [2022-03-09T22:15:37.633Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s) [2022-03-09T22:15:37.633Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.05s) [2022-03-09T22:15:37.633Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s) [2022-03-09T22:15:37.633Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.05s) [2022-03-09T22:15:37.633Z] --- PASS: TestCopyFromContainer/bar/notarget (0.06s) [2022-03-09T22:15:37.633Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-03-09T22:15:37.633Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-09T22:15:37.633Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-09T22:15:37.633Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-09T22:15:37.633Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-09T22:15:37.633Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-09T22:15:37.633Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-09T22:15:37.633Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-09T22:15:37.633Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-09T22:15:37.633Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-09T22:15:37.633Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2022-03-09T22:15:37.633Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-03-09T22:15:37.633Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-03-09T22:15:37.633Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-03-09T22:15:37.633Z] === RUN TestCreateLinkToNonExistingContainer [2022-03-09T22:15:37.633Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2022-03-09T22:15:37.633Z] === RUN TestCreateWithInvalidEnv [2022-03-09T22:15:37.633Z] === RUN TestCreateWithInvalidEnv/0 [2022-03-09T22:15:37.633Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-03-09T22:15:37.633Z] === RUN TestCreateWithInvalidEnv/1 [2022-03-09T22:15:37.633Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-03-09T22:15:37.633Z] === RUN TestCreateWithInvalidEnv/2 [2022-03-09T22:15:37.633Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-03-09T22:15:37.633Z] === CONT TestCreateWithInvalidEnv/0 [2022-03-09T22:15:37.633Z] === CONT TestCreateWithInvalidEnv/2 [2022-03-09T22:15:37.633Z] === CONT TestCreateWithInvalidEnv/1 [2022-03-09T22:15:37.633Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2022-03-09T22:15:37.633Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-03-09T22:15:37.633Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-03-09T22:15:37.633Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-03-09T22:15:37.633Z] === RUN TestCreateTmpfsMountsTarget [2022-03-09T22:15:37.633Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2022-03-09T22:15:37.633Z] === RUN TestCreateWithCustomMaskedPaths [2022-03-09T22:15:39.536Z] --- PASS: TestCreateWithCustomMaskedPaths (1.58s) [2022-03-09T22:15:39.536Z] === RUN TestCreateWithCustomReadonlyPaths [2022-03-09T22:15:40.910Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.62s) [2022-03-09T22:15:40.911Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-03-09T22:15:40.911Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-09T22:15:40.911Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-09T22:15:40.911Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-09T22:15:40.911Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-09T22:15:40.911Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-09T22:15:40.911Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-09T22:15:40.911Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-09T22:15:40.911Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-09T22:15:40.911Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-09T22:15:40.911Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-09T22:15:40.911Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-09T22:15:40.911Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-09T22:15:40.911Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-09T22:15:40.911Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-09T22:15:40.911Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-09T22:15:40.911Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2022-03-09T22:15:40.911Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-03-09T22:15:40.911Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-03-09T22:15:40.911Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2022-03-09T22:15:40.911Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-03-09T22:15:40.911Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.00s) [2022-03-09T22:15:40.911Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-03-09T22:15:41.477Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.59s) [2022-03-09T22:15:41.477Z] === RUN TestCreateDifferentPlatform [2022-03-09T22:15:41.477Z] === RUN TestCreateDifferentPlatform/different_os [2022-03-09T22:15:41.477Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-03-09T22:15:41.477Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2022-03-09T22:15:41.477Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-03-09T22:15:41.477Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-03-09T22:15:41.477Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-03-09T22:15:41.477Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s) [2022-03-09T22:15:41.477Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-03-09T22:15:41.477Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s) [2022-03-09T22:15:41.477Z] === RUN TestContainerStartOnDaemonRestart [2022-03-09T22:15:41.477Z] === PAUSE TestContainerStartOnDaemonRestart [2022-03-09T22:15:41.477Z] === RUN TestDaemonRestartIpcMode [2022-03-09T22:15:41.477Z] === PAUSE TestDaemonRestartIpcMode [2022-03-09T22:15:41.477Z] === RUN TestDaemonHostGatewayIP [2022-03-09T22:15:41.477Z] === PAUSE TestDaemonHostGatewayIP [2022-03-09T22:15:41.477Z] === RUN TestRestartDaemonWithRestartingContainer [2022-03-09T22:15:41.477Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-03-09T22:15:41.477Z] === RUN TestContainerKillOnDaemonStart [2022-03-09T22:15:41.477Z] === PAUSE TestContainerKillOnDaemonStart [2022-03-09T22:15:41.477Z] === RUN TestDiff [2022-03-09T22:15:42.043Z] --- PASS: TestDiff (0.59s) [2022-03-09T22:15:42.043Z] === RUN TestExecWithCloseStdin [2022-03-09T22:15:42.978Z] --- PASS: TestExecWithCloseStdin (0.63s) [2022-03-09T22:15:42.978Z] === RUN TestExec [2022-03-09T22:15:43.545Z] --- PASS: TestExec (0.62s) [2022-03-09T22:15:43.545Z] === RUN TestExecUser [2022-03-09T22:15:44.114Z] --- PASS: TestExecUser (0.64s) [2022-03-09T22:15:44.114Z] === RUN TestExportContainerAndImportImage [2022-03-09T22:15:44.681Z] --- PASS: TestExportContainerAndImportImage (0.75s) [2022-03-09T22:15:44.938Z] === RUN TestExportContainerAfterDaemonRestart [2022-03-09T22:15:46.314Z] --- PASS: TestExportContainerAfterDaemonRestart (1.28s) [2022-03-09T22:15:46.314Z] === RUN TestHealthCheckWorkdir [2022-03-09T22:15:46.882Z] --- PASS: TestHealthCheckWorkdir (0.87s) [2022-03-09T22:15:46.882Z] === RUN TestHealthKillContainer [2022-03-09T22:15:52.862Z] ok github.com/docker/docker/libnetwork/networkdb 105.040s coverage: 60.0% of statements [2022-03-09T22:15:52.862Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-03-09T22:15:52.863Z] ok github.com/docker/docker/libnetwork/options 0.002s coverage: 100.0% of statements [2022-03-09T22:15:52.863Z] ok github.com/docker/docker/libnetwork/osl 4.276s coverage: 39.7% of statements [2022-03-09T22:15:53.123Z] ok github.com/docker/docker/libnetwork/osl/kernel 0.003s coverage: 20.0% of statements [2022-03-09T22:15:53.384Z] ok github.com/docker/docker/libnetwork/portallocator 0.007s coverage: 86.1% of statements [2022-03-09T22:15:54.326Z] ok github.com/docker/docker/libnetwork/portmapper 0.284s coverage: 48.6% of statements [2022-03-09T22:15:54.326Z] ok github.com/docker/docker/libnetwork/resolvconf 0.003s coverage: 70.6% of statements [2022-03-09T22:15:54.326Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-03-09T22:15:54.587Z] ok github.com/docker/docker/libnetwork/types 0.002s coverage: 37.3% of statements [2022-03-09T22:15:54.587Z] [2022-03-09T22:15:54.587Z] === Skipped [2022-03-09T22:15:54.587Z] === SKIP: libnetwork TestParallel1 (0.00s) [2022-03-09T22:15:54.587Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-03-09T22:15:54.587Z] [2022-03-09T22:15:54.587Z] === SKIP: libnetwork TestParallel3 (0.00s) [2022-03-09T22:15:54.587Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-03-09T22:15:54.587Z] [2022-03-09T22:15:54.587Z] === SKIP: libnetwork TestParallel2 (0.00s) [2022-03-09T22:15:54.587Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-03-09T22:15:54.587Z] [2022-03-09T22:15:54.587Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-03-09T22:15:54.587Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-09T22:15:54.587Z] [2022-03-09T22:15:54.587Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-03-09T22:15:54.587Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-09T22:15:54.587Z] [2022-03-09T22:15:54.587Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-03-09T22:15:54.587Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-09T22:15:54.587Z] [2022-03-09T22:15:54.587Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-03-09T22:15:54.587Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-09T22:15:54.587Z] [2022-03-09T22:15:54.587Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-03-09T22:15:54.587Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-09T22:15:54.587Z] [2022-03-09T22:15:54.587Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s) [2022-03-09T22:15:54.587Z] firewalld_test.go:14: firewalld is not running [2022-03-09T22:15:54.587Z] [2022-03-09T22:15:54.587Z] DONE 326 tests, 9 skipped in 201.547s Post stage [Pipeline] junit [2022-03-09T22:15:55.175Z] Recording test results [2022-03-09T22:15:56.310Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-03-09T22:15:56.659Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43352/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=b92af14a1c47368b8cf1c52e303adf6e11cebc3b -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:b92af14a1c47368b8cf1c52e303adf6e11cebc3b hack/make.sh dynbinary test-integration [2022-03-09T22:15:56.855Z] --- PASS: TestHealthKillContainer (8.17s) [2022-03-09T22:15:56.855Z] === RUN TestInspectCpusetInConfigPre120 [2022-03-09T22:15:56.855Z] --- PASS: TestInspectCpusetInConfigPre120 (0.57s) [2022-03-09T22:15:56.855Z] === RUN TestIpcModeNone [2022-03-09T22:15:56.855Z] --- PASS: TestIpcModeNone (0.63s) [2022-03-09T22:15:56.855Z] === RUN TestIpcModePrivate [2022-03-09T22:15:56.855Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:59, shared: false, mustBeShared: false [2022-03-09T22:15:56.855Z] --- PASS: TestIpcModePrivate (0.65s) [2022-03-09T22:15:56.855Z] === RUN TestIpcModeShareable [2022-03-09T22:15:56.922Z] [2022-03-09T22:15:57.183Z] Removing bundles/ [2022-03-09T22:15:57.183Z] [2022-03-09T22:15:57.183Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-03-09T22:15:57.183Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-03-09T22:15:57.183Z] GOOS="" GOARCH="" GOARM="" [2022-03-09T22:15:57.423Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:54, shared: true, mustBeShared: true [2022-03-09T22:15:57.683Z] --- PASS: TestIpcModeShareable (0.66s) [2022-03-09T22:15:57.683Z] === RUN TestAPIIpcModeShareableAndContainer [2022-03-09T22:15:58.343Z] [2022-03-09T22:15:58.343Z] Name Version Source Summary [2022-03-09T22:15:58.343Z] ---- ------- ------ ------- [2022-03-09T22:15:58.343Z] 7Zip4Powershell 2.1.0 PSGallery Powershell ... [2022-03-09T22:15:58.343Z] [2022-03-09T22:15:58.343Z] PSPath : Microsoft.PowerShell.Core\FileSystem::C:\containerd [2022-03-09T22:15:58.343Z] PSParentPath : Microsoft.PowerShell.Core\FileSystem::C:\ [2022-03-09T22:15:58.343Z] PSChildName : containerd [2022-03-09T22:15:58.343Z] PSDrive : C [2022-03-09T22:15:58.343Z] PSProvider : Microsoft.PowerShell.Core\FileSystem [2022-03-09T22:15:58.343Z] PSIsContainer : True [2022-03-09T22:15:58.343Z] Name : containerd [2022-03-09T22:15:58.343Z] FullName : C:\containerd [2022-03-09T22:15:58.343Z] Parent : [2022-03-09T22:15:58.343Z] Exists : True [2022-03-09T22:15:58.343Z] Root : C:\ [2022-03-09T22:15:58.343Z] Extension : [2022-03-09T22:15:58.343Z] CreationTime : 3/9/2022 10:15:57 PM [2022-03-09T22:15:58.343Z] CreationTimeUtc : 3/9/2022 10:15:57 PM [2022-03-09T22:15:58.343Z] LastAccessTime : 3/9/2022 10:15:57 PM [2022-03-09T22:15:58.343Z] LastAccessTimeUtc : 3/9/2022 10:15:57 PM [2022-03-09T22:15:58.343Z] LastWriteTime : 3/9/2022 10:15:57 PM [2022-03-09T22:15:58.343Z] LastWriteTimeUtc : 3/9/2022 10:15:57 PM [2022-03-09T22:15:58.343Z] Attributes : Directory [2022-03-09T22:15:58.343Z] Mode : d----- [2022-03-09T22:15:58.343Z] BaseName : containerd [2022-03-09T22:15:58.343Z] Target : {} [2022-03-09T22:15:58.343Z] LinkType : [2022-03-09T22:15:58.343Z] [2022-03-09T22:15:59.320Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ... [2022-03-09T22:15:59.320Z] INFO: Configuring git core.autocrlf... [2022-03-09T22:15:59.320Z] [2022-03-09T22:15:59.320Z] [2022-03-09T22:15:59.585Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.81s) [2022-03-09T22:15:59.585Z] === RUN TestAPIIpcModeHost [2022-03-09T22:15:59.843Z] --- PASS: TestAPIIpcModeHost (0.38s) [2022-03-09T22:15:59.843Z] === RUN TestDaemonIpcModeShareable [2022-03-09T22:16:00.776Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: true, mustBeShared: true [2022-03-09T22:16:01.034Z] --- PASS: TestDaemonIpcModeShareable (1.17s) [2022-03-09T22:16:01.034Z] === RUN TestDaemonIpcModePrivate [2022-03-09T22:16:01.216Z] --- PASS: TestBuildWithHugeFile (50.93s) [2022-03-09T22:16:01.216Z] === RUN TestBuildWCOWSandboxSize [2022-03-09T22:16:01.216Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-09T22:16:01.216Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-03-09T22:16:01.216Z] === RUN TestBuildWithEmptyDockerfile [2022-03-09T22:16:01.216Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-09T22:16:01.216Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-09T22:16:01.216Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-09T22:16:01.216Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-09T22:16:01.216Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-09T22:16:01.216Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-09T22:16:01.216Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-09T22:16:01.216Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-09T22:16:01.216Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-09T22:16:01.216Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s) [2022-03-09T22:16:01.216Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.13s) [2022-03-09T22:16:01.216Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.15s) [2022-03-09T22:16:01.216Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2022-03-09T22:16:01.216Z] === RUN TestBuildPreserveOwnership [2022-03-09T22:16:01.216Z] === RUN TestBuildPreserveOwnership/copy_from [2022-03-09T22:16:01.216Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-03-09T22:16:01.968Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:68, shared: false, mustBeShared: false [2022-03-09T22:16:02.227Z] --- PASS: TestDaemonIpcModePrivate (1.22s) [2022-03-09T22:16:02.227Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-03-09T22:16:02.319Z] Removing intermediate container 807f0c530612 [2022-03-09T22:16:02.319Z] ---> eaca3fb1143c [2022-03-09T22:16:02.319Z] 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-09T22:16:02.319Z] ---> Running in c2f9b6429f83 [2022-03-09T22:16:03.164Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:68, shared: false, mustBeShared: false [2022-03-09T22:16:03.422Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.22s) [2022-03-09T22:16:03.422Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-03-09T22:16:04.360Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: true, mustBeShared: true [2022-03-09T22:16:04.619Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.24s) [2022-03-09T22:16:04.619Z] === RUN TestIpcModeOlderClient [2022-03-09T22:16:04.619Z] === PAUSE TestIpcModeOlderClient [2022-03-09T22:16:04.619Z] === RUN TestKillContainerInvalidSignal [2022-03-09T22:16:05.185Z] --- PASS: TestKillContainerInvalidSignal (0.52s) [2022-03-09T22:16:05.185Z] === RUN TestKillContainer [2022-03-09T22:16:05.185Z] === RUN TestKillContainer/no_signal [2022-03-09T22:16:05.402Z] --- PASS: TestBuildPreserveOwnership (9.84s) [2022-03-09T22:16:05.402Z] --- PASS: TestBuildPreserveOwnership/copy_from (5.84s) [2022-03-09T22:16:05.402Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (4.00s) [2022-03-09T22:16:05.402Z] === RUN TestBuildPlatformInvalid [2022-03-09T22:16:05.402Z] --- PASS: TestBuildPlatformInvalid (0.07s) [2022-03-09T22:16:05.402Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-03-09T22:16:05.402Z] build_userns_linux_test.go:31: testEnv.IsRootless() [2022-03-09T22:16:05.402Z] --- SKIP: TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2022-03-09T22:16:05.402Z] PASS [2022-03-09T22:16:05.402Z] [2022-03-09T22:16:05.402Z] === Skipped [2022-03-09T22:16:05.402Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2022-03-09T22:16:05.402Z] build_session_test.go:25: TODO: BuildKit [2022-03-09T22:16:05.402Z] [2022-03-09T22:16:05.402Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-03-09T22:16:05.402Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-09T22:16:05.402Z] [2022-03-09T22:16:05.402Z] === SKIP: amd64.integration.build TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2022-03-09T22:16:05.402Z] build_userns_linux_test.go:31: testEnv.IsRootless() [2022-03-09T22:16:05.402Z] [2022-03-09T22:16:05.402Z] DONE 34 tests, 3 skipped in 111.012s [2022-03-09T22:16:05.402Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2022-03-09T22:16:05.402Z] INFO: Testing against a local daemon [2022-03-09T22:16:05.402Z] === RUN TestConfigInspect [2022-03-09T22:16:05.402Z] config_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T22:16:05.402Z] --- SKIP: TestConfigInspect (0.02s) [2022-03-09T22:16:05.402Z] === RUN TestConfigList [2022-03-09T22:16:05.402Z] config_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T22:16:05.402Z] --- SKIP: TestConfigList (0.01s) [2022-03-09T22:16:05.402Z] === RUN TestConfigsCreateAndDelete [2022-03-09T22:16:05.402Z] config_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T22:16:05.402Z] --- SKIP: TestConfigsCreateAndDelete (0.01s) [2022-03-09T22:16:05.402Z] === RUN TestConfigsUpdate [2022-03-09T22:16:05.402Z] config_test.go:171: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T22:16:05.402Z] --- SKIP: TestConfigsUpdate (0.01s) [2022-03-09T22:16:05.402Z] === RUN TestTemplatedConfig [2022-03-09T22:16:05.402Z] config_test.go:221: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T22:16:05.402Z] --- SKIP: TestTemplatedConfig (0.00s) [2022-03-09T22:16:05.402Z] === RUN TestConfigCreateResolve [2022-03-09T22:16:05.402Z] config_test.go:333: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T22:16:05.402Z] --- SKIP: TestConfigCreateResolve (0.01s) [2022-03-09T22:16:05.402Z] PASS [2022-03-09T22:16:05.402Z] [2022-03-09T22:16:05.402Z] === Skipped [2022-03-09T22:16:05.402Z] === SKIP: amd64.integration.config TestConfigInspect (0.02s) [2022-03-09T22:16:05.402Z] config_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T22:16:05.402Z] [2022-03-09T22:16:05.402Z] === SKIP: amd64.integration.config TestConfigList (0.01s) [2022-03-09T22:16:05.402Z] config_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T22:16:05.402Z] [2022-03-09T22:16:05.402Z] === SKIP: amd64.integration.config TestConfigsCreateAndDelete (0.01s) [2022-03-09T22:16:05.402Z] config_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T22:16:05.402Z] [2022-03-09T22:16:05.402Z] === SKIP: amd64.integration.config TestConfigsUpdate (0.01s) [2022-03-09T22:16:05.402Z] config_test.go:171: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T22:16:05.402Z] [2022-03-09T22:16:05.402Z] === SKIP: amd64.integration.config TestTemplatedConfig (0.00s) [2022-03-09T22:16:05.402Z] config_test.go:221: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T22:16:05.402Z] [2022-03-09T22:16:05.402Z] === SKIP: amd64.integration.config TestConfigCreateResolve (0.01s) [2022-03-09T22:16:05.402Z] config_test.go:333: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T22:16:05.402Z] [2022-03-09T22:16:05.402Z] DONE 6 tests, 6 skipped in 0.149s [2022-03-09T22:16:05.402Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2022-03-09T22:16:05.660Z] INFO: Testing against a local daemon [2022-03-09T22:16:05.660Z] === RUN TestCheckpoint [2022-03-09T22:16:05.660Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-09T22:16:05.660Z] --- SKIP: TestCheckpoint (0.00s) [2022-03-09T22:16:05.660Z] === RUN TestContainerInvalidJSON [2022-03-09T22:16:05.660Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-03-09T22:16:05.660Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-03-09T22:16:05.660Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-03-09T22:16:05.660Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-03-09T22:16:05.660Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-03-09T22:16:05.660Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-03-09T22:16:05.660Z] --- PASS: TestContainerInvalidJSON (0.01s) [2022-03-09T22:16:05.660Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2022-03-09T22:16:05.660Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2022-03-09T22:16:05.660Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-03-09T22:16:05.660Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s) [2022-03-09T22:16:05.660Z] === RUN TestCopyFromContainerPathIsNotDir [2022-03-09T22:16:05.660Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.04s) [2022-03-09T22:16:05.660Z] === RUN TestCopyToContainerPathDoesNotExist [2022-03-09T22:16:05.660Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s) [2022-03-09T22:16:05.660Z] === RUN TestCopyToContainerPathIsNotDir [2022-03-09T22:16:05.660Z] --- PASS: TestCopyToContainerPathIsNotDir (0.04s) [2022-03-09T22:16:05.660Z] === RUN TestCopyFromContainer [2022-03-09T22:16:05.751Z] === RUN TestKillContainer/non_killing_signal [2022-03-09T22:16:06.009Z] === RUN TestKillContainer/killing_signal [2022-03-09T22:16:06.216Z] INFO: Installing gotestsum version v1.7.0 in C:\gopath\bin [2022-03-09T22:16:06.216Z] go: downloading gotest.tools/gotestsum v1.7.0 [2022-03-09T22:16:06.577Z] --- PASS: TestKillContainer (1.37s) [2022-03-09T22:16:06.577Z] --- PASS: TestKillContainer/no_signal (0.42s) [2022-03-09T22:16:06.577Z] --- PASS: TestKillContainer/non_killing_signal (0.29s) [2022-03-09T22:16:06.577Z] --- PASS: TestKillContainer/killing_signal (0.46s) [2022-03-09T22:16:06.577Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-03-09T22:16:06.577Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-03-09T22:16:06.684Z] go: downloading github.com/fatih/color v1.10.0 [2022-03-09T22:16:06.684Z] go: downloading github.com/dnephin/pflag v1.0.7 [2022-03-09T22:16:06.684Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-03-09T22:16:06.684Z] go: downloading github.com/pkg/errors v0.9.1 [2022-03-09T22:16:06.684Z] go: downloading github.com/mattn/go-colorable v0.1.8 [2022-03-09T22:16:06.684Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2022-03-09T22:16:06.684Z] go: downloading golang.org/x/tools v0.1.0 [2022-03-09T22:16:06.684Z] go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-03-09T22:16:07.145Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-03-09T22:16:07.154Z] go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-03-09T22:16:07.154Z] go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-03-09T22:16:07.154Z] go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-03-09T22:16:07.154Z] go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-03-09T22:16:08.081Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.37s) [2022-03-09T22:16:08.081Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.49s) [2022-03-09T22:16:08.081Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.70s) [2022-03-09T22:16:08.081Z] === RUN TestKillStoppedContainer [2022-03-09T22:16:08.081Z] --- PASS: TestKillStoppedContainer (0.06s) [2022-03-09T22:16:08.081Z] === RUN TestKillStoppedContainerAPIPre120 [2022-03-09T22:16:08.081Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.05s) [2022-03-09T22:16:08.081Z] === RUN TestKillDifferentUserContainer [2022-03-09T22:16:08.140Z] go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-03-09T22:16:08.141Z] go: downloading golang.org/x/mod v0.3.0 [2022-03-09T22:16:08.649Z] --- PASS: TestKillDifferentUserContainer (0.45s) [2022-03-09T22:16:08.649Z] === RUN TestInspectOomKilledTrue [2022-03-09T22:16:08.649Z] kill_test.go:159: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-09T22:16:08.649Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-03-09T22:16:08.649Z] === RUN TestInspectOomKilledFalse [2022-03-09T22:16:08.649Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-09T22:16:08.649Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-03-09T22:16:08.649Z] === RUN TestLinksEtcHostsContentMatch [2022-03-09T22:16:08.909Z] --- PASS: TestLinksEtcHostsContentMatch (0.34s) [2022-03-09T22:16:08.909Z] === RUN TestLinksContainerNames [2022-03-09T22:16:09.978Z] --- PASS: TestLinksContainerNames (0.90s) [2022-03-09T22:16:09.978Z] === RUN TestLogsFollowTailEmpty [2022-03-09T22:16:09.979Z] === RUN TestCopyFromContainer// [2022-03-09T22:16:09.979Z] === RUN TestCopyFromContainer//bar/root [2022-03-09T22:16:09.979Z] === RUN TestCopyFromContainer//bar/root/ [2022-03-09T22:16:09.979Z] === RUN TestCopyFromContainer/bar/quux [2022-03-09T22:16:09.979Z] === RUN TestCopyFromContainer/bar/quux/ [2022-03-09T22:16:09.979Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-03-09T22:16:09.979Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-03-09T22:16:09.979Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-03-09T22:16:09.979Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-03-09T22:16:09.979Z] === RUN TestCopyFromContainer/bar/notarget [2022-03-09T22:16:09.979Z] --- PASS: TestCopyFromContainer (3.93s) [2022-03-09T22:16:09.979Z] --- PASS: TestCopyFromContainer// (0.06s) [2022-03-09T22:16:09.979Z] --- PASS: TestCopyFromContainer//bar/root (0.05s) [2022-03-09T22:16:09.979Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2022-03-09T22:16:09.979Z] --- PASS: TestCopyFromContainer/bar/quux (0.06s) [2022-03-09T22:16:09.979Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.05s) [2022-03-09T22:16:09.979Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.05s) [2022-03-09T22:16:09.979Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.05s) [2022-03-09T22:16:09.979Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.05s) [2022-03-09T22:16:09.979Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.05s) [2022-03-09T22:16:09.979Z] --- PASS: TestCopyFromContainer/bar/notarget (0.05s) [2022-03-09T22:16:09.979Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-03-09T22:16:09.979Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-09T22:16:09.979Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-09T22:16:09.979Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-09T22:16:09.979Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-09T22:16:09.979Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-09T22:16:09.979Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-09T22:16:09.979Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-09T22:16:09.979Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-09T22:16:09.979Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-09T22:16:09.979Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2022-03-09T22:16:09.979Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-03-09T22:16:09.979Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-03-09T22:16:09.979Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-03-09T22:16:09.979Z] === RUN TestCreateLinkToNonExistingContainer [2022-03-09T22:16:09.979Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2022-03-09T22:16:09.979Z] === RUN TestCreateWithInvalidEnv [2022-03-09T22:16:09.979Z] === RUN TestCreateWithInvalidEnv/0 [2022-03-09T22:16:09.979Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-03-09T22:16:09.979Z] === RUN TestCreateWithInvalidEnv/1 [2022-03-09T22:16:09.979Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-03-09T22:16:09.979Z] === RUN TestCreateWithInvalidEnv/2 [2022-03-09T22:16:09.979Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-03-09T22:16:09.979Z] === CONT TestCreateWithInvalidEnv/0 [2022-03-09T22:16:09.979Z] === CONT TestCreateWithInvalidEnv/2 [2022-03-09T22:16:09.979Z] === CONT TestCreateWithInvalidEnv/1 [2022-03-09T22:16:09.979Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2022-03-09T22:16:09.979Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-03-09T22:16:09.979Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-03-09T22:16:09.979Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-03-09T22:16:09.979Z] === RUN TestCreateTmpfsMountsTarget [2022-03-09T22:16:09.979Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2022-03-09T22:16:09.979Z] === RUN TestCreateWithCustomMaskedPaths [2022-03-09T22:16:10.236Z] --- PASS: TestLogsFollowTailEmpty (0.44s) [2022-03-09T22:16:10.236Z] === RUN TestContainerNetworkMountsNoChown [2022-03-09T22:16:10.495Z] --- PASS: TestContainerNetworkMountsNoChown (0.40s) [2022-03-09T22:16:10.495Z] === RUN TestMountDaemonRoot [2022-03-09T22:16:10.495Z] === RUN TestMountDaemonRoot/default [2022-03-09T22:16:10.495Z] === PAUSE TestMountDaemonRoot/default [2022-03-09T22:16:10.495Z] === RUN TestMountDaemonRoot/private [2022-03-09T22:16:10.495Z] === PAUSE TestMountDaemonRoot/private [2022-03-09T22:16:10.495Z] === RUN TestMountDaemonRoot/rprivate [2022-03-09T22:16:10.495Z] === PAUSE TestMountDaemonRoot/rprivate [2022-03-09T22:16:10.495Z] === RUN TestMountDaemonRoot/slave [2022-03-09T22:16:10.495Z] === PAUSE TestMountDaemonRoot/slave [2022-03-09T22:16:10.495Z] === RUN TestMountDaemonRoot/rslave [2022-03-09T22:16:10.495Z] === PAUSE TestMountDaemonRoot/rslave [2022-03-09T22:16:10.495Z] === RUN TestMountDaemonRoot/shared [2022-03-09T22:16:10.495Z] === PAUSE TestMountDaemonRoot/shared [2022-03-09T22:16:10.495Z] === RUN TestMountDaemonRoot/rshared [2022-03-09T22:16:10.495Z] === PAUSE TestMountDaemonRoot/rshared [2022-03-09T22:16:10.495Z] === CONT TestMountDaemonRoot/default [2022-03-09T22:16:10.495Z] === RUN TestMountDaemonRoot/default/mount_root [2022-03-09T22:16:10.495Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-03-09T22:16:10.495Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-03-09T22:16:10.495Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-03-09T22:16:10.495Z] === RUN TestMountDaemonRoot/default/bind_root [2022-03-09T22:16:10.495Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-03-09T22:16:10.495Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-03-09T22:16:10.495Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-03-09T22:16:10.495Z] === CONT TestMountDaemonRoot/rslave [2022-03-09T22:16:10.495Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-03-09T22:16:10.495Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-03-09T22:16:10.495Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-03-09T22:16:10.495Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-03-09T22:16:10.495Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-03-09T22:16:10.495Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-03-09T22:16:10.495Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-03-09T22:16:10.495Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-03-09T22:16:10.495Z] === CONT TestMountDaemonRoot/rshared [2022-03-09T22:16:10.495Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-03-09T22:16:10.495Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-03-09T22:16:10.495Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-03-09T22:16:10.495Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-03-09T22:16:10.495Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-03-09T22:16:10.495Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-03-09T22:16:10.495Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-03-09T22:16:10.495Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-03-09T22:16:10.495Z] === CONT TestMountDaemonRoot/shared [2022-03-09T22:16:10.495Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-03-09T22:16:10.495Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-03-09T22:16:10.495Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-03-09T22:16:10.495Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-03-09T22:16:10.495Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-03-09T22:16:10.495Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-03-09T22:16:10.495Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-03-09T22:16:10.495Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-03-09T22:16:10.495Z] === CONT TestMountDaemonRoot/rprivate [2022-03-09T22:16:10.495Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-03-09T22:16:10.495Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-03-09T22:16:10.495Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-03-09T22:16:10.495Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-03-09T22:16:10.495Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-03-09T22:16:10.495Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-03-09T22:16:10.495Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-03-09T22:16:10.495Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-03-09T22:16:10.495Z] === CONT TestMountDaemonRoot/slave [2022-03-09T22:16:10.495Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-03-09T22:16:10.495Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-03-09T22:16:10.495Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-03-09T22:16:10.495Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-03-09T22:16:10.495Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-03-09T22:16:10.495Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-03-09T22:16:10.495Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-03-09T22:16:10.495Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-03-09T22:16:10.495Z] === CONT TestMountDaemonRoot/private [2022-03-09T22:16:10.495Z] === RUN TestMountDaemonRoot/private/bind_root [2022-03-09T22:16:10.495Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-03-09T22:16:10.495Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-03-09T22:16:10.495Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-03-09T22:16:10.495Z] === RUN TestMountDaemonRoot/private/mount_root [2022-03-09T22:16:10.495Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-03-09T22:16:10.495Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-03-09T22:16:10.495Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-03-09T22:16:10.495Z] === CONT TestMountDaemonRoot/default/mount_root [2022-03-09T22:16:10.495Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-03-09T22:16:10.753Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-03-09T22:16:10.753Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-03-09T22:16:10.753Z] === CONT TestMountDaemonRoot/default/bind_root [2022-03-09T22:16:10.753Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-03-09T22:16:10.753Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-03-09T22:16:10.753Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-03-09T22:16:10.753Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-03-09T22:16:10.753Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-03-09T22:16:10.913Z] --- PASS: TestCreateWithCustomMaskedPaths (1.15s) [2022-03-09T22:16:10.913Z] === RUN TestCreateWithCustomReadonlyPaths [2022-03-09T22:16:11.011Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-03-09T22:16:11.011Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-03-09T22:16:11.011Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-03-09T22:16:11.011Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-03-09T22:16:11.011Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-03-09T22:16:11.011Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-03-09T22:16:11.011Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-03-09T22:16:11.011Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-03-09T22:16:11.011Z] === CONT TestMountDaemonRoot/private/bind_root [2022-03-09T22:16:11.011Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-03-09T22:16:11.011Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-03-09T22:16:11.011Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-03-09T22:16:11.011Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-03-09T22:16:11.011Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-03-09T22:16:11.011Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-03-09T22:16:11.011Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-03-09T22:16:11.270Z] === CONT TestMountDaemonRoot/private/mount_root [2022-03-09T22:16:11.270Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-03-09T22:16:11.270Z] --- PASS: TestMountDaemonRoot (0.02s) [2022-03-09T22:16:11.270Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-03-09T22:16:11.270Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.09s) [2022-03-09T22:16:11.270Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s) [2022-03-09T22:16:11.270Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.05s) [2022-03-09T22:16:11.270Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.07s) [2022-03-09T22:16:11.270Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-03-09T22:16:11.270Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.09s) [2022-03-09T22:16:11.270Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s) [2022-03-09T22:16:11.270Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.07s) [2022-03-09T22:16:11.270Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s) [2022-03-09T22:16:11.270Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-03-09T22:16:11.270Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.06s) [2022-03-09T22:16:11.270Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.06s) [2022-03-09T22:16:11.270Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s) [2022-03-09T22:16:11.270Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.07s) [2022-03-09T22:16:11.270Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-03-09T22:16:11.270Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2022-03-09T22:16:11.270Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2022-03-09T22:16:11.270Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2022-03-09T22:16:11.270Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s) [2022-03-09T22:16:11.270Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-03-09T22:16:11.270Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2022-03-09T22:16:11.270Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s) [2022-03-09T22:16:11.270Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2022-03-09T22:16:11.270Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2022-03-09T22:16:11.270Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-03-09T22:16:11.270Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2022-03-09T22:16:11.270Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) [2022-03-09T22:16:11.270Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2022-03-09T22:16:11.270Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2022-03-09T22:16:11.270Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-03-09T22:16:11.270Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2022-03-09T22:16:11.270Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) [2022-03-09T22:16:11.270Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.05s) [2022-03-09T22:16:11.270Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.05s) [2022-03-09T22:16:11.270Z] === RUN TestContainerBindMountNonRecursive [2022-03-09T22:16:12.289Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.11s) [2022-03-09T22:16:12.289Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-03-09T22:16:12.289Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-09T22:16:12.289Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-09T22:16:12.289Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-09T22:16:12.289Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-09T22:16:12.289Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-09T22:16:12.289Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-09T22:16:12.289Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-09T22:16:12.289Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-09T22:16:12.289Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-09T22:16:12.289Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-09T22:16:12.289Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-09T22:16:12.289Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-09T22:16:12.289Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-09T22:16:12.289Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-09T22:16:12.289Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-09T22:16:12.289Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2022-03-09T22:16:12.289Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-03-09T22:16:12.289Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-03-09T22:16:12.289Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-03-09T22:16:12.289Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-03-09T22:16:12.289Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2022-03-09T22:16:12.289Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-03-09T22:16:12.548Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.39s) [2022-03-09T22:16:12.548Z] === RUN TestCreateDifferentPlatform [2022-03-09T22:16:12.548Z] === RUN TestCreateDifferentPlatform/different_os [2022-03-09T22:16:12.548Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-03-09T22:16:12.548Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2022-03-09T22:16:12.548Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-03-09T22:16:12.548Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-03-09T22:16:12.548Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-03-09T22:16:12.548Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.02s) [2022-03-09T22:16:12.548Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-03-09T22:16:12.548Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2022-03-09T22:16:12.548Z] === RUN TestContainerStartOnDaemonRestart [2022-03-09T22:16:12.548Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2022-03-09T22:16:12.548Z] --- SKIP: TestContainerStartOnDaemonRestart (0.00s) [2022-03-09T22:16:12.548Z] === RUN TestDaemonRestartIpcMode [2022-03-09T22:16:12.548Z] === PAUSE TestDaemonRestartIpcMode [2022-03-09T22:16:12.548Z] === RUN TestDaemonHostGatewayIP [2022-03-09T22:16:12.548Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-09T22:16:12.548Z] --- SKIP: TestDaemonHostGatewayIP (0.00s) [2022-03-09T22:16:12.548Z] === RUN TestRestartDaemonWithRestartingContainer [2022-03-09T22:16:12.548Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-03-09T22:16:12.548Z] === RUN TestContainerKillOnDaemonStart [2022-03-09T22:16:12.548Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2022-03-09T22:16:12.548Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2022-03-09T22:16:12.548Z] === RUN TestDiff [2022-03-09T22:16:12.697Z] --- PASS: TestContainerBindMountNonRecursive (1.39s) [2022-03-09T22:16:12.697Z] === RUN TestContainerVolumesMountedAsShared [2022-03-09T22:16:12.807Z] --- PASS: TestDiff (0.39s) [2022-03-09T22:16:12.807Z] === RUN TestExecWithCloseStdin [2022-03-09T22:16:12.962Z] --- PASS: TestContainerVolumesMountedAsShared (0.43s) [2022-03-09T22:16:12.962Z] === RUN TestContainerVolumesMountedAsSlave [2022-03-09T22:16:13.375Z] --- PASS: TestExecWithCloseStdin (0.44s) [2022-03-09T22:16:13.375Z] === RUN TestExec [2022-03-09T22:16:13.538Z] --- PASS: TestContainerVolumesMountedAsSlave (0.37s) [2022-03-09T22:16:13.538Z] === RUN TestNetworkNat [2022-03-09T22:16:13.798Z] --- PASS: TestNetworkNat (0.49s) [2022-03-09T22:16:13.798Z] === RUN TestNetworkLocalhostTCPNat [2022-03-09T22:16:13.941Z] --- PASS: TestExec (0.43s) [2022-03-09T22:16:13.941Z] === RUN TestExecUser [2022-03-09T22:16:14.199Z] --- PASS: TestExecUser (0.44s) [2022-03-09T22:16:14.199Z] === RUN TestExportContainerAndImportImage [2022-03-09T22:16:14.364Z] --- PASS: TestNetworkLocalhostTCPNat (0.44s) [2022-03-09T22:16:14.364Z] === RUN TestNetworkLoopbackNat [2022-03-09T22:16:14.765Z] --- PASS: TestExportContainerAndImportImage (0.54s) [2022-03-09T22:16:14.765Z] === RUN TestExportContainerAfterDaemonRestart [2022-03-09T22:16:15.918Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-03-09T22:16:16.138Z] --- PASS: TestExportContainerAfterDaemonRestart (1.29s) [2022-03-09T22:16:16.138Z] === RUN TestHealthCheckWorkdir [2022-03-09T22:16:16.704Z] --- PASS: TestHealthCheckWorkdir (0.57s) [2022-03-09T22:16:16.704Z] === RUN TestHealthKillContainer [2022-03-09T22:16:16.893Z] --- PASS: TestNetworkLoopbackNat (2.60s) [2022-03-09T22:16:16.893Z] === RUN TestPause [2022-03-09T22:16:17.461Z] --- PASS: TestPause (0.46s) [2022-03-09T22:16:17.461Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-03-09T22:16:17.461Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-03-09T22:16:17.461Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-03-09T22:16:17.461Z] === RUN TestPauseStopPausedContainer [2022-03-09T22:16:17.720Z] --- PASS: TestPauseStopPausedContainer (0.44s) [2022-03-09T22:16:17.720Z] === RUN TestPidHost [2022-03-09T22:16:19.099Z] --- PASS: TestPidHost (0.96s) [2022-03-09T22:16:19.099Z] === RUN TestPsFilter [2022-03-09T22:16:19.099Z] --- PASS: TestPsFilter (0.15s) [2022-03-09T22:16:19.099Z] === RUN TestRemoveContainerWithRemovedVolume [2022-03-09T22:16:19.358Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.43s) [2022-03-09T22:16:19.358Z] === RUN TestRemoveContainerWithVolume [2022-03-09T22:16:19.926Z] --- PASS: TestRemoveContainerWithVolume (0.43s) [2022-03-09T22:16:19.926Z] === RUN TestRemoveContainerRunning [2022-03-09T22:16:20.185Z] --- PASS: TestRemoveContainerRunning (0.45s) [2022-03-09T22:16:20.185Z] === RUN TestRemoveContainerForceRemoveRunning [2022-03-09T22:16:20.753Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.43s) [2022-03-09T22:16:20.753Z] === RUN TestRemoveInvalidContainer [2022-03-09T22:16:20.753Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-03-09T22:16:20.753Z] === RUN TestRenameLinkedContainer [2022-03-09T22:16:22.661Z] --- PASS: TestRenameLinkedContainer (1.78s) [2022-03-09T22:16:22.661Z] === RUN TestRenameStoppedContainer [2022-03-09T22:16:22.919Z] --- PASS: TestRenameStoppedContainer (0.45s) [2022-03-09T22:16:22.919Z] === RUN TestRenameRunningContainerAndReuse [2022-03-09T22:16:23.854Z] --- PASS: TestRenameRunningContainerAndReuse (0.90s) [2022-03-09T22:16:23.854Z] === RUN TestRenameInvalidName [2022-03-09T22:16:24.420Z] --- PASS: TestRenameInvalidName (0.46s) [2022-03-09T22:16:24.420Z] === RUN TestRenameAnonymousContainer [2022-03-09T22:16:24.814Z] --- PASS: TestHealthKillContainer (7.84s) [2022-03-09T22:16:24.815Z] === RUN TestInspectCpusetInConfigPre120 [2022-03-09T22:16:24.815Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-03-09T22:16:24.815Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2022-03-09T22:16:24.815Z] === RUN TestIpcModeNone [2022-03-09T22:16:24.815Z] --- PASS: TestIpcModeNone (0.45s) [2022-03-09T22:16:24.815Z] === RUN TestIpcModePrivate [2022-03-09T22:16:25.073Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:71, shared: false, mustBeShared: false [2022-03-09T22:16:25.331Z] --- PASS: TestIpcModePrivate (0.45s) [2022-03-09T22:16:25.331Z] === RUN TestIpcModeShareable [2022-03-09T22:16:25.331Z] ipcmode_linux_test.go:118: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-03-09T22:16:25.331Z] --- SKIP: TestIpcModeShareable (0.00s) [2022-03-09T22:16:25.331Z] === RUN TestAPIIpcModeShareableAndContainer [2022-03-09T22:16:25.795Z] --- PASS: TestRenameAnonymousContainer (1.55s) [2022-03-09T22:16:25.795Z] === RUN TestRenameContainerWithSameName [2022-03-09T22:16:26.360Z] --- PASS: TestRenameContainerWithSameName (0.43s) [2022-03-09T22:16:26.360Z] === RUN TestRenameContainerWithLinkedContainer [2022-03-09T22:16:26.704Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.35s) [2022-03-09T22:16:26.704Z] === RUN TestAPIIpcModeHost [2022-03-09T22:16:26.704Z] ipcmode_linux_test.go:194: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-03-09T22:16:26.704Z] --- SKIP: TestAPIIpcModeHost (0.00s) [2022-03-09T22:16:26.704Z] === RUN TestDaemonIpcModeShareable [2022-03-09T22:16:26.704Z] ipcmode_linux_test.go:266: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-03-09T22:16:26.704Z] --- SKIP: TestDaemonIpcModeShareable (0.00s) [2022-03-09T22:16:26.704Z] === RUN TestDaemonIpcModePrivate [2022-03-09T22:16:27.294Z] --- PASS: TestRenameContainerWithLinkedContainer (0.90s) [2022-03-09T22:16:27.294Z] === RUN TestResize [2022-03-09T22:16:27.553Z] --- PASS: TestResize (0.44s) [2022-03-09T22:16:27.553Z] === RUN TestResizeWithInvalidSize [2022-03-09T22:16:27.638Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:74, shared: false, mustBeShared: false [2022-03-09T22:16:27.896Z] --- PASS: TestDaemonIpcModePrivate (1.13s) [2022-03-09T22:16:27.896Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-03-09T22:16:27.896Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-03-09T22:16:27.896Z] --- SKIP: TestDaemonIpcModePrivateFromConfig (0.00s) [2022-03-09T22:16:27.896Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-03-09T22:16:27.896Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-03-09T22:16:27.896Z] --- SKIP: TestDaemonIpcModeShareableFromConfig (0.00s) [2022-03-09T22:16:27.896Z] === RUN TestIpcModeOlderClient [2022-03-09T22:16:27.896Z] === PAUSE TestIpcModeOlderClient [2022-03-09T22:16:27.896Z] === RUN TestKillContainerInvalidSignal [2022-03-09T22:16:28.119Z] --- PASS: TestResizeWithInvalidSize (0.46s) [2022-03-09T22:16:28.119Z] === RUN TestResizeWhenContainerNotStarted [2022-03-09T22:16:28.155Z] --- PASS: TestKillContainerInvalidSignal (0.40s) [2022-03-09T22:16:28.155Z] === RUN TestKillContainer [2022-03-09T22:16:28.155Z] === RUN TestKillContainer/no_signal [2022-03-09T22:16:28.378Z] --- PASS: TestResizeWhenContainerNotStarted (0.42s) [2022-03-09T22:16:28.379Z] === RUN TestDaemonRestartKillContainers [2022-03-09T22:16:28.379Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-03-09T22:16:28.379Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-03-09T22:16:28.379Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-03-09T22:16:28.379Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-03-09T22:16:28.379Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-03-09T22:16:28.379Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-03-09T22:16:28.379Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-03-09T22:16:28.379Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-03-09T22:16:28.379Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-03-09T22:16:28.379Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-03-09T22:16:28.379Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-03-09T22:16:28.379Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-03-09T22:16:28.379Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-03-09T22:16:28.379Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-03-09T22:16:28.379Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-03-09T22:16:28.379Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-03-09T22:16:28.379Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-09T22:16:28.379Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-09T22:16:28.379Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-09T22:16:28.379Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-09T22:16:28.379Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-09T22:16:28.379Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-09T22:16:28.379Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-09T22:16:28.379Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-09T22:16:28.379Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-03-09T22:16:28.379Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-03-09T22:16:28.379Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-03-09T22:16:28.379Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-03-09T22:16:28.379Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-03-09T22:16:28.379Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-03-09T22:16:28.379Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-03-09T22:16:28.379Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-03-09T22:16:28.379Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-03-09T22:16:28.379Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-03-09T22:16:28.723Z] === RUN TestKillContainer/non_killing_signal [2022-03-09T22:16:28.982Z] === RUN TestKillContainer/killing_signal [2022-03-09T22:16:29.390Z] Removing intermediate container c2f9b6429f83 [2022-03-09T22:16:29.390Z] ---> 13d38fe41fbb [2022-03-09T22:16:29.390Z] Step 9/11 : ENTRYPOINT ["powershell.exe"] [2022-03-09T22:16:29.390Z] ---> Running in 1edaeca22be5 [2022-03-09T22:16:29.390Z] Removing intermediate container 1edaeca22be5 [2022-03-09T22:16:29.390Z] ---> c755d7cf161f [2022-03-09T22:16:29.390Z] Step 10/11 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2022-03-09T22:16:29.390Z] ---> Running in f9055ade1516 [2022-03-09T22:16:29.390Z] Removing intermediate container f9055ade1516 [2022-03-09T22:16:29.390Z] ---> 00ba6671bf0b [2022-03-09T22:16:29.390Z] Step 11/11 : COPY . . [2022-03-09T22:16:29.550Z] --- PASS: TestKillContainer (1.15s) [2022-03-09T22:16:29.550Z] --- PASS: TestKillContainer/no_signal (0.36s) [2022-03-09T22:16:29.550Z] --- PASS: TestKillContainer/non_killing_signal (0.25s) [2022-03-09T22:16:29.550Z] --- PASS: TestKillContainer/killing_signal (0.38s) [2022-03-09T22:16:29.550Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-03-09T22:16:29.550Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-03-09T22:16:29.757Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-03-09T22:16:29.809Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-03-09T22:16:30.068Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.78s) [2022-03-09T22:16:30.068Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.38s) [2022-03-09T22:16:30.068Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.24s) [2022-03-09T22:16:30.068Z] === RUN TestKillStoppedContainer [2022-03-09T22:16:30.325Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-03-09T22:16:30.328Z] --- PASS: TestKillStoppedContainer (0.04s) [2022-03-09T22:16:30.328Z] === RUN TestKillStoppedContainerAPIPre120 [2022-03-09T22:16:30.328Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2022-03-09T22:16:30.328Z] === RUN TestKillDifferentUserContainer [2022-03-09T22:16:30.586Z] --- PASS: TestKillDifferentUserContainer (0.43s) [2022-03-09T22:16:30.586Z] === RUN TestInspectOomKilledTrue [2022-03-09T22:16:30.586Z] kill_test.go:158: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-09T22:16:30.586Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-03-09T22:16:30.586Z] === RUN TestInspectOomKilledFalse [2022-03-09T22:16:30.586Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-09T22:16:30.586Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-03-09T22:16:30.586Z] === RUN TestLinksEtcHostsContentMatch [2022-03-09T22:16:30.586Z] links_linux_test.go:18: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2022-03-09T22:16:30.586Z] --- SKIP: TestLinksEtcHostsContentMatch (0.00s) [2022-03-09T22:16:30.586Z] === RUN TestLinksContainerNames [2022-03-09T22:16:30.803Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-03-09T22:16:31.264Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-03-09T22:16:31.521Z] --- PASS: TestLinksContainerNames (0.83s) [2022-03-09T22:16:31.521Z] === RUN TestLogsFollowTailEmpty [2022-03-09T22:16:31.523Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-09T22:16:32.089Z] --- PASS: TestLogsFollowTailEmpty (0.39s) [2022-03-09T22:16:32.089Z] === RUN TestContainerNetworkMountsNoChown [2022-03-09T22:16:32.348Z] --- PASS: TestContainerNetworkMountsNoChown (0.42s) [2022-03-09T22:16:32.348Z] === RUN TestMountDaemonRoot [2022-03-09T22:16:32.348Z] === RUN TestMountDaemonRoot/default [2022-03-09T22:16:32.348Z] === PAUSE TestMountDaemonRoot/default [2022-03-09T22:16:32.348Z] === RUN TestMountDaemonRoot/private [2022-03-09T22:16:32.348Z] === PAUSE TestMountDaemonRoot/private [2022-03-09T22:16:32.348Z] === RUN TestMountDaemonRoot/rprivate [2022-03-09T22:16:32.348Z] === PAUSE TestMountDaemonRoot/rprivate [2022-03-09T22:16:32.348Z] === RUN TestMountDaemonRoot/slave [2022-03-09T22:16:32.348Z] === PAUSE TestMountDaemonRoot/slave [2022-03-09T22:16:32.348Z] === RUN TestMountDaemonRoot/rslave [2022-03-09T22:16:32.348Z] === PAUSE TestMountDaemonRoot/rslave [2022-03-09T22:16:32.348Z] === RUN TestMountDaemonRoot/shared [2022-03-09T22:16:32.348Z] === PAUSE TestMountDaemonRoot/shared [2022-03-09T22:16:32.348Z] === RUN TestMountDaemonRoot/rshared [2022-03-09T22:16:32.348Z] === PAUSE TestMountDaemonRoot/rshared [2022-03-09T22:16:32.348Z] === CONT TestMountDaemonRoot/default [2022-03-09T22:16:32.348Z] === RUN TestMountDaemonRoot/default/bind_root [2022-03-09T22:16:32.348Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-03-09T22:16:32.348Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-03-09T22:16:32.348Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-03-09T22:16:32.348Z] === RUN TestMountDaemonRoot/default/mount_root [2022-03-09T22:16:32.348Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-03-09T22:16:32.348Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-03-09T22:16:32.348Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-03-09T22:16:32.348Z] === CONT TestMountDaemonRoot/default/bind_root [2022-03-09T22:16:32.348Z] === CONT TestMountDaemonRoot/rshared [2022-03-09T22:16:32.348Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-03-09T22:16:32.348Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-03-09T22:16:32.348Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-03-09T22:16:32.348Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-03-09T22:16:32.348Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-03-09T22:16:32.348Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-03-09T22:16:32.348Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-03-09T22:16:32.348Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-03-09T22:16:32.348Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-03-09T22:16:32.348Z] === CONT TestMountDaemonRoot/shared [2022-03-09T22:16:32.348Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-03-09T22:16:32.348Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-03-09T22:16:32.348Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-03-09T22:16:32.348Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-03-09T22:16:32.348Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-03-09T22:16:32.348Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-03-09T22:16:32.348Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-03-09T22:16:32.348Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-03-09T22:16:32.348Z] === CONT TestMountDaemonRoot/rslave [2022-03-09T22:16:32.348Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-03-09T22:16:32.348Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-03-09T22:16:32.348Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-03-09T22:16:32.348Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-03-09T22:16:32.348Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-03-09T22:16:32.348Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-03-09T22:16:32.348Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-03-09T22:16:32.348Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-03-09T22:16:32.348Z] === CONT TestMountDaemonRoot/slave [2022-03-09T22:16:32.348Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-03-09T22:16:32.348Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-03-09T22:16:32.348Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-03-09T22:16:32.348Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-03-09T22:16:32.348Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-03-09T22:16:32.348Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-03-09T22:16:32.348Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-03-09T22:16:32.348Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-03-09T22:16:32.348Z] === CONT TestMountDaemonRoot/rprivate [2022-03-09T22:16:32.348Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-03-09T22:16:32.348Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-03-09T22:16:32.348Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-03-09T22:16:32.348Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-03-09T22:16:32.348Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-03-09T22:16:32.348Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-03-09T22:16:32.348Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-03-09T22:16:32.348Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-03-09T22:16:32.348Z] === CONT TestMountDaemonRoot/private [2022-03-09T22:16:32.348Z] === RUN TestMountDaemonRoot/private/bind_root [2022-03-09T22:16:32.348Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-03-09T22:16:32.348Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-03-09T22:16:32.348Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-03-09T22:16:32.348Z] === RUN TestMountDaemonRoot/private/mount_root [2022-03-09T22:16:32.348Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-03-09T22:16:32.348Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-03-09T22:16:32.348Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-03-09T22:16:32.348Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-03-09T22:16:32.348Z] === CONT TestMountDaemonRoot/default/mount_root [2022-03-09T22:16:32.348Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-03-09T22:16:32.348Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-03-09T22:16:32.461Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-09T22:16:32.606Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-03-09T22:16:32.606Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-03-09T22:16:32.606Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-03-09T22:16:32.606Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-03-09T22:16:32.606Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-03-09T22:16:32.606Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-03-09T22:16:32.606Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-03-09T22:16:32.606Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-03-09T22:16:32.606Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-03-09T22:16:32.606Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-03-09T22:16:32.606Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-03-09T22:16:32.606Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-03-09T22:16:32.606Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-03-09T22:16:32.606Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-03-09T22:16:32.606Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-03-09T22:16:32.606Z] === CONT TestMountDaemonRoot/private/bind_root [2022-03-09T22:16:32.606Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-03-09T22:16:32.865Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-03-09T22:16:32.865Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-03-09T22:16:32.865Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-03-09T22:16:32.865Z] === CONT TestMountDaemonRoot/private/mount_root [2022-03-09T22:16:32.865Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-03-09T22:16:32.865Z] --- PASS: TestMountDaemonRoot (0.02s) [2022-03-09T22:16:32.865Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-03-09T22:16:32.865Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.06s) [2022-03-09T22:16:32.865Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.04s) [2022-03-09T22:16:32.865Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.04s) [2022-03-09T22:16:32.865Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s) [2022-03-09T22:16:32.865Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-03-09T22:16:32.865Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s) [2022-03-09T22:16:32.865Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s) [2022-03-09T22:16:32.865Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s) [2022-03-09T22:16:32.865Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s) [2022-03-09T22:16:32.865Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-03-09T22:16:32.865Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2022-03-09T22:16:32.865Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2022-03-09T22:16:32.865Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2022-03-09T22:16:32.865Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2022-03-09T22:16:32.865Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-03-09T22:16:32.865Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s) [2022-03-09T22:16:32.865Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s) [2022-03-09T22:16:32.865Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s) [2022-03-09T22:16:32.865Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s) [2022-03-09T22:16:32.865Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-03-09T22:16:32.865Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2022-03-09T22:16:32.865Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2022-03-09T22:16:32.865Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2022-03-09T22:16:32.865Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2022-03-09T22:16:32.865Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-03-09T22:16:32.865Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2022-03-09T22:16:32.865Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2022-03-09T22:16:32.865Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2022-03-09T22:16:32.865Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2022-03-09T22:16:32.865Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-03-09T22:16:32.865Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2022-03-09T22:16:32.865Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2022-03-09T22:16:32.865Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) [2022-03-09T22:16:32.865Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2022-03-09T22:16:32.865Z] === RUN TestContainerBindMountNonRecursive [2022-03-09T22:16:32.865Z] 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-09T22:16:32.865Z] --- SKIP: TestContainerBindMountNonRecursive (0.01s) [2022-03-09T22:16:32.865Z] === RUN TestContainerVolumesMountedAsShared [2022-03-09T22:16:32.865Z] 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-09T22:16:32.865Z] --- SKIP: TestContainerVolumesMountedAsShared (0.00s) [2022-03-09T22:16:32.865Z] === RUN TestContainerVolumesMountedAsSlave [2022-03-09T22:16:32.865Z] 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-09T22:16:32.865Z] --- SKIP: TestContainerVolumesMountedAsSlave (0.00s) [2022-03-09T22:16:32.865Z] === RUN TestNetworkNat [2022-03-09T22:16:33.437Z] --- PASS: TestNetworkNat (0.56s) [2022-03-09T22:16:33.437Z] === RUN TestNetworkLocalhostTCPNat [2022-03-09T22:16:33.695Z] --- PASS: TestNetworkLocalhostTCPNat (0.42s) [2022-03-09T22:16:33.695Z] === RUN TestNetworkLoopbackNat [2022-03-09T22:16:34.999Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-09T22:16:35.937Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-09T22:16:36.224Z] --- PASS: TestNetworkLoopbackNat (2.53s) [2022-03-09T22:16:36.224Z] === RUN TestPause [2022-03-09T22:16:36.224Z] pause_test.go:24: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-09T22:16:36.224Z] --- SKIP: TestPause (0.00s) [2022-03-09T22:16:36.224Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-03-09T22:16:36.224Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-03-09T22:16:36.224Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-03-09T22:16:36.224Z] === RUN TestPauseStopPausedContainer [2022-03-09T22:16:36.224Z] pause_test.go:72: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-09T22:16:36.224Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2022-03-09T22:16:36.224Z] === RUN TestPidHost [2022-03-09T22:16:37.157Z] --- PASS: TestPidHost (0.85s) [2022-03-09T22:16:37.157Z] === RUN TestPsFilter [2022-03-09T22:16:37.415Z] --- PASS: TestPsFilter (0.11s) [2022-03-09T22:16:37.415Z] === RUN TestRemoveContainerWithRemovedVolume [2022-03-09T22:16:37.674Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.38s) [2022-03-09T22:16:37.674Z] === RUN TestRemoveContainerWithVolume [2022-03-09T22:16:38.240Z] --- PASS: TestRemoveContainerWithVolume (0.42s) [2022-03-09T22:16:38.240Z] === RUN TestRemoveContainerRunning [2022-03-09T22:16:38.498Z] --- PASS: TestRemoveContainerRunning (0.40s) [2022-03-09T22:16:38.498Z] === RUN TestRemoveContainerForceRemoveRunning [2022-03-09T22:16:39.064Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.40s) [2022-03-09T22:16:39.064Z] === RUN TestRemoveInvalidContainer [2022-03-09T22:16:39.064Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-03-09T22:16:39.064Z] === RUN TestRenameLinkedContainer [2022-03-09T22:16:39.221Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-03-09T22:16:39.788Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-03-09T22:16:40.358Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-03-09T22:16:40.438Z] --- PASS: TestRenameLinkedContainer (1.59s) [2022-03-09T22:16:40.438Z] === RUN TestRenameStoppedContainer [2022-03-09T22:16:41.005Z] --- PASS: TestRenameStoppedContainer (0.39s) [2022-03-09T22:16:41.005Z] === RUN TestRenameRunningContainerAndReuse [2022-03-09T22:16:41.300Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-03-09T22:16:41.941Z] --- PASS: TestRenameRunningContainerAndReuse (0.85s) [2022-03-09T22:16:41.941Z] === RUN TestRenameInvalidName [2022-03-09T22:16:42.203Z] --- PASS: TestRenameInvalidName (0.41s) [2022-03-09T22:16:42.203Z] === RUN TestRenameAnonymousContainer [2022-03-09T22:16:42.237Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-03-09T22:16:43.349Z] INFO [linters context/goanalysis] analyzers took 4m52.074952425s with top 10 stages: buildir: 1m49.975962613s, goimports: 23.640798235s, unconvert: 17.985952333s, gosec: 14.138365438s, golint: 7.574984291s, S1038: 7.460134283s, misspell: 5.868943387s, inspect: 4.218103109s, nilness: 3.714132389s, S1039: 3.500343043s [2022-03-09T22:16:43.349Z] INFO [runner] Issues before processing: 3051, after processing: 0 [2022-03-09T22:16:43.349Z] INFO [runner] Processors filtering stat (out/in): filename_unadjuster: 2444/2444, skip_files: 2444/2444, exclude: 2056/2056, nolint: 0/76, cgo: 2444/3051, identifier_marker: 2056/2056, path_prettifier: 2444/2444, skip_dirs: 2444/2444, autogenerated_exclude: 2056/2444, exclude-rules: 76/2056 [2022-03-09T22:16:43.349Z] INFO [runner] processing took 80.961654ms with stages: nolint: 31.840834ms, identifier_marker: 21.032973ms, path_prettifier: 9.717168ms, autogenerated_exclude: 8.396575ms, exclude-rules: 7.496756ms, skip_dirs: 2.015101ms, cgo: 293.216µs, filename_unadjuster: 164.051µs, max_same_issues: 1.223µs, uniq_by_line: 646ns, severity-rules: 529ns, diff: 454ns, source_code: 370ns, exclude: 303ns, max_from_linter: 288ns, path_shortener: 268ns, skip_files: 267ns, sort_results: 225ns, max_per_file_from_linter: 224ns, path_prefixer: 183ns [2022-03-09T22:16:43.349Z] INFO [runner] linters took 1m26.230673291s with stages: goanalysis_metalinter: 1m26.149588644s [2022-03-09T22:16:43.349Z] INFO File cache stats: 1663 entries of total size 8.4MiB [2022-03-09T22:16:43.349Z] INFO Memory: 2268 samples, avg is 303.6MB, max is 1124.7MB [2022-03-09T22:16:43.349Z] INFO Execution took 3m46.605495962s [2022-03-09T22:16:43.349Z] Congratulations! The shell scripts are properly formatted. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker-py) [Pipeline] sh [2022-03-09T22:16:43.592Z] --- PASS: TestRenameAnonymousContainer (1.53s) [2022-03-09T22:16:43.592Z] === RUN TestRenameContainerWithSameName [2022-03-09T22:16:43.614Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-03-09T22:16:43.695Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43352/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=b92af14a1c47368b8cf1c52e303adf6e11cebc3b -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:b92af14a1c47368b8cf1c52e303adf6e11cebc3b hack/make.sh dynbinary test-docker-py [2022-03-09T22:16:43.955Z] [2022-03-09T22:16:43.955Z] Removing bundles/ [2022-03-09T22:16:43.955Z] [2022-03-09T22:16:43.955Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-03-09T22:16:44.179Z] --- PASS: TestRenameContainerWithSameName (0.40s) [2022-03-09T22:16:44.179Z] === RUN TestRenameContainerWithLinkedContainer [2022-03-09T22:16:44.182Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-03-09T22:16:44.215Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-03-09T22:16:44.215Z] GOOS="" GOARCH="" GOARM="" [2022-03-09T22:16:44.745Z] --- PASS: TestRenameContainerWithLinkedContainer (0.78s) [2022-03-09T22:16:44.745Z] === RUN TestResize [2022-03-09T22:16:45.310Z] --- PASS: TestResize (0.41s) [2022-03-09T22:16:45.310Z] === RUN TestResizeWithInvalidSize [2022-03-09T22:16:45.567Z] --- PASS: TestResizeWithInvalidSize (0.39s) [2022-03-09T22:16:45.567Z] === RUN TestResizeWhenContainerNotStarted [2022-03-09T22:16:46.081Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2022-03-09T22:16:46.081Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.39s) [2022-03-09T22:16:46.081Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.69s) [2022-03-09T22:16:46.081Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.29s) [2022-03-09T22:16:46.081Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.30s) [2022-03-09T22:16:46.081Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.26s) [2022-03-09T22:16:46.081Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.34s) [2022-03-09T22:16:46.081Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.30s) [2022-03-09T22:16:46.081Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (3.85s) [2022-03-09T22:16:46.081Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (3.93s) [2022-03-09T22:16:46.081Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.71s) [2022-03-09T22:16:46.081Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.76s) [2022-03-09T22:16:46.081Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (1.92s) [2022-03-09T22:16:46.081Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (1.97s) [2022-03-09T22:16:46.081Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.89s) [2022-03-09T22:16:46.081Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.77s) [2022-03-09T22:16:46.081Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.67s) [2022-03-09T22:16:46.081Z] === RUN TestCgroupNamespacesRun [2022-03-09T22:16:46.132Z] --- PASS: TestResizeWhenContainerNotStarted (0.40s) [2022-03-09T22:16:46.132Z] === RUN TestDaemonRestartKillContainers [2022-03-09T22:16:46.132Z] restart_test.go:21: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2022-03-09T22:16:46.132Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2022-03-09T22:16:46.132Z] === RUN TestCgroupNamespacesRun [2022-03-09T22:16:47.016Z] --- PASS: TestCgroupNamespacesRun (1.23s) [2022-03-09T22:16:47.016Z] === RUN TestCgroupNamespacesRunPrivileged [2022-03-09T22:16:47.016Z] run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2022-03-09T22:16:47.016Z] --- SKIP: TestCgroupNamespacesRunPrivileged (0.00s) [2022-03-09T22:16:47.016Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-03-09T22:16:47.068Z] --- PASS: TestCgroupNamespacesRun (1.11s) [2022-03-09T22:16:47.068Z] === RUN TestCgroupNamespacesRunPrivileged [2022-03-09T22:16:48.392Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.18s) [2022-03-09T22:16:48.392Z] === RUN TestCgroupNamespacesRunHostMode [2022-03-09T22:16:48.440Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.06s) [2022-03-09T22:16:48.440Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-03-09T22:16:49.374Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.10s) [2022-03-09T22:16:49.374Z] === RUN TestCgroupNamespacesRunHostMode [2022-03-09T22:16:49.768Z] --- PASS: TestCgroupNamespacesRunHostMode (1.27s) [2022-03-09T22:16:49.768Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-03-09T22:16:50.703Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.18s) [2022-03-09T22:16:50.703Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-03-09T22:16:50.747Z] --- PASS: TestCgroupNamespacesRunHostMode (1.12s) [2022-03-09T22:16:50.747Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-03-09T22:16:51.683Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.11s) [2022-03-09T22:16:51.683Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-03-09T22:16:52.082Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.16s) [2022-03-09T22:16:52.082Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-03-09T22:16:52.621Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.08s) [2022-03-09T22:16:52.621Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-03-09T22:16:52.651Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.68s) [2022-03-09T22:16:52.651Z] === RUN TestCgroupNamespacesRunOlderClient [2022-03-09T22:16:53.190Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.68s) [2022-03-09T22:16:53.190Z] === RUN TestCgroupNamespacesRunOlderClient [2022-03-09T22:16:54.031Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.20s) [2022-03-09T22:16:54.031Z] === RUN TestNISDomainname [2022-03-09T22:16:54.289Z] --- PASS: TestNISDomainname (0.58s) [2022-03-09T22:16:54.289Z] === RUN TestHostnameDnsResolution [2022-03-09T22:16:54.567Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.14s) [2022-03-09T22:16:54.567Z] === RUN TestNISDomainname [2022-03-09T22:16:54.567Z] 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-09T22:16:54.567Z] --- SKIP: TestNISDomainname (0.00s) [2022-03-09T22:16:54.567Z] === RUN TestHostnameDnsResolution [2022-03-09T22:16:55.073Z] ---> 74e2e6e4a87c [2022-03-09T22:16:55.073Z] Successfully built 74e2e6e4a87c [2022-03-09T22:16:55.073Z] Successfully tagged docker:latest [2022-03-09T22:16:55.073Z] INFO: Image build ended at 03/09/2022 22:16:54. Duration:00:03:30.3600206 [2022-03-09T22:16:55.073Z] [2022-03-09T22:16:55.073Z] [2022-03-09T22:16:55.073Z] INFO: Building the test binaries at 03/09/2022 22:16:54... [2022-03-09T22:16:55.133Z] --- PASS: TestHostnameDnsResolution (0.66s) [2022-03-09T22:16:55.133Z] === RUN TestUnprivilegedPortsAndPing [2022-03-09T22:16:55.133Z] 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-09T22:16:55.133Z] --- SKIP: TestUnprivilegedPortsAndPing (0.00s) [2022-03-09T22:16:55.133Z] === RUN TestStats [2022-03-09T22:16:55.133Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-09T22:16:55.133Z] --- SKIP: TestStats (0.00s) [2022-03-09T22:16:55.133Z] === RUN TestStopContainerWithTimeout [2022-03-09T22:16:55.133Z] === RUN TestStopContainerWithTimeout/0 [2022-03-09T22:16:55.133Z] === PAUSE TestStopContainerWithTimeout/0 [2022-03-09T22:16:55.133Z] === RUN TestStopContainerWithTimeout/1 [2022-03-09T22:16:55.133Z] === PAUSE TestStopContainerWithTimeout/1 [2022-03-09T22:16:55.133Z] === RUN TestStopContainerWithTimeout/3 [2022-03-09T22:16:55.133Z] === PAUSE TestStopContainerWithTimeout/3 [2022-03-09T22:16:55.133Z] === RUN TestStopContainerWithTimeout/-1 [2022-03-09T22:16:55.133Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-03-09T22:16:55.133Z] === CONT TestStopContainerWithTimeout/0 [2022-03-09T22:16:55.133Z] === CONT TestStopContainerWithTimeout/3 [2022-03-09T22:16:55.226Z] --- PASS: TestHostnameDnsResolution (0.68s) [2022-03-09T22:16:55.226Z] === RUN TestUnprivilegedPortsAndPing [2022-03-09T22:16:55.484Z] --- PASS: TestUnprivilegedPortsAndPing (0.57s) [2022-03-09T22:16:55.484Z] === RUN TestStats [2022-03-09T22:16:55.700Z] === CONT TestStopContainerWithTimeout/-1 [2022-03-09T22:16:58.014Z] --- PASS: TestStats (2.50s) [2022-03-09T22:16:58.014Z] === RUN TestStopContainerWithTimeout [2022-03-09T22:16:58.014Z] === RUN TestStopContainerWithTimeout/0 [2022-03-09T22:16:58.014Z] === PAUSE TestStopContainerWithTimeout/0 [2022-03-09T22:16:58.014Z] === RUN TestStopContainerWithTimeout/1 [2022-03-09T22:16:58.015Z] === PAUSE TestStopContainerWithTimeout/1 [2022-03-09T22:16:58.015Z] === RUN TestStopContainerWithTimeout/3 [2022-03-09T22:16:58.015Z] === PAUSE TestStopContainerWithTimeout/3 [2022-03-09T22:16:58.015Z] === RUN TestStopContainerWithTimeout/-1 [2022-03-09T22:16:58.015Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-03-09T22:16:58.015Z] === CONT TestStopContainerWithTimeout/0 [2022-03-09T22:16:58.015Z] === CONT TestStopContainerWithTimeout/-1 [2022-03-09T22:16:58.234Z] === CONT TestStopContainerWithTimeout/1 [2022-03-09T22:16:58.951Z] === CONT TestStopContainerWithTimeout/3 [2022-03-09T22:16:59.167Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2022-03-09T22:16:59.167Z] --- PASS: TestStopContainerWithTimeout/0 (0.57s) [2022-03-09T22:16:59.167Z] --- PASS: TestStopContainerWithTimeout/3 (2.61s) [2022-03-09T22:16:59.167Z] --- PASS: TestStopContainerWithTimeout/-1 (2.36s) [2022-03-09T22:16:59.167Z] --- PASS: TestStopContainerWithTimeout/1 (1.44s) [2022-03-09T22:16:59.167Z] === RUN TestDeleteDevicemapper [2022-03-09T22:16:59.167Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-03-09T22:16:59.167Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-03-09T22:16:59.167Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-03-09T22:16:59.826Z] INFO: make.ps1 starting at 03/09/2022 22:16:58 [2022-03-09T22:16:59.826Z] INFO: Git commit (b92af14a1c) assumed from DOCKER_GITCOMMIT environment variable [2022-03-09T22:16:59.826Z] INFO: Invoking autogen... [2022-03-09T22:17:00.295Z] INFO: Building daemon... [2022-03-09T22:17:00.922Z] === CONT TestStopContainerWithTimeout/1 [2022-03-09T22:17:01.700Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.13s) [2022-03-09T22:17:01.700Z] === RUN TestUpdateMemory [2022-03-09T22:17:01.700Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-09T22:17:01.700Z] --- SKIP: TestUpdateMemory (0.00s) [2022-03-09T22:17:01.700Z] === RUN TestUpdateCPUQuota [2022-03-09T22:17:01.700Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-09T22:17:01.700Z] --- SKIP: TestUpdateCPUQuota (0.00s) [2022-03-09T22:17:01.700Z] === RUN TestUpdatePidsLimit [2022-03-09T22:17:01.700Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-09T22:17:01.700Z] --- SKIP: TestUpdatePidsLimit (0.00s) [2022-03-09T22:17:01.700Z] === RUN TestUpdateRestartPolicy [2022-03-09T22:17:02.313Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2022-03-09T22:17:02.313Z] --- PASS: TestStopContainerWithTimeout/0 (0.64s) [2022-03-09T22:17:02.313Z] --- PASS: TestStopContainerWithTimeout/-1 (2.69s) [2022-03-09T22:17:02.313Z] --- PASS: TestStopContainerWithTimeout/3 (2.43s) [2022-03-09T22:17:02.313Z] --- PASS: TestStopContainerWithTimeout/1 (1.50s) [2022-03-09T22:17:02.313Z] === RUN TestDeleteDevicemapper [2022-03-09T22:17:02.313Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-03-09T22:17:02.313Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-03-09T22:17:02.313Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-03-09T22:17:02.935Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-03-09T22:17:02.935Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-03-09T22:17:03.380Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2022-03-09T22:17:03.380Z] [2022-03-09T22:17:03.380Z] ________ ____ __. [2022-03-09T22:17:03.380Z] \_____ \ | |/ _| [2022-03-09T22:17:03.380Z] / | \| < [2022-03-09T22:17:03.380Z] / | \ | \ [2022-03-09T22:17:03.380Z] \_______ /____|__ \ [2022-03-09T22:17:03.380Z] \/ \/ [2022-03-09T22:17:03.380Z] [2022-03-09T22:17:03.380Z] INFO: make.ps1 ended at 03/09/2022 22:16:50 [2022-03-09T22:17:03.380Z] INFO: Binaries build ended at 03/09/2022 22:16:51. Duration:00:01:19.4482279 [2022-03-09T22:17:03.380Z] INFO: Copying the built daemon binary to d:\CI\PR-43352\2\binary\dockerd-b92af14a1c.exe... [2022-03-09T22:17:03.380Z] INFO: Copying the built client binary to d:\CI\PR-43352\2\binary\docker-b92af14a1c.exe... [2022-03-09T22:17:03.380Z] INFO: Copying dockerversion from the container... [2022-03-09T22:17:03.380Z] INFO: Copying the golang package from the container to d:\CI\PR-43352\2\installer\go.zip... [2022-03-09T22:17:03.380Z] INFO: Extracting go.zip to d:\CI\PR-43352\2\go [2022-03-09T22:17:03.870Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-03-09T22:17:04.844Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.31s) [2022-03-09T22:17:04.845Z] === RUN TestUpdateMemory [2022-03-09T22:17:04.845Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2022-03-09T22:17:04.845Z] --- SKIP: TestUpdateMemory (0.00s) [2022-03-09T22:17:04.845Z] === RUN TestUpdateCPUQuota [2022-03-09T22:17:05.410Z] --- PASS: TestUpdateCPUQuota (0.93s) [2022-03-09T22:17:05.410Z] === RUN TestUpdatePidsLimit [2022-03-09T22:17:05.410Z] === RUN TestUpdatePidsLimit/update_from_none [2022-03-09T22:17:05.668Z] === RUN TestUpdatePidsLimit/no_change [2022-03-09T22:17:05.925Z] === RUN TestUpdatePidsLimit/update_lower [2022-03-09T22:17:06.183Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2022-03-09T22:17:06.399Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-03-09T22:17:06.440Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2022-03-09T22:17:06.699Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2022-03-09T22:17:06.699Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2022-03-09T22:17:06.965Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-03-09T22:17:07.633Z] --- PASS: TestUpdatePidsLimit (1.97s) [2022-03-09T22:17:07.633Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.20s) [2022-03-09T22:17:07.633Z] --- PASS: TestUpdatePidsLimit/no_change (0.24s) [2022-03-09T22:17:07.633Z] --- PASS: TestUpdatePidsLimit/update_lower (0.22s) [2022-03-09T22:17:07.633Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.21s) [2022-03-09T22:17:07.633Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.22s) [2022-03-09T22:17:07.633Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.20s) [2022-03-09T22:17:07.633Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.21s) [2022-03-09T22:17:07.633Z] === RUN TestUpdateRestartPolicy [2022-03-09T22:17:09.496Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-03-09T22:17:13.898Z] --- PASS: TestUpdateRestartPolicy (10.87s) [2022-03-09T22:17:13.898Z] === RUN TestUpdateRestartWithAutoRemove [2022-03-09T22:17:13.898Z] --- PASS: TestUpdateRestartWithAutoRemove (0.57s) [2022-03-09T22:17:13.898Z] === RUN TestWaitNonBlocked [2022-03-09T22:17:13.898Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-09T22:17:13.898Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-09T22:17:13.898Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-09T22:17:13.898Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-09T22:17:13.898Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-09T22:17:13.898Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-09T22:17:13.898Z] --- PASS: TestWaitNonBlocked (0.01s) [2022-03-09T22:17:13.898Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.59s) [2022-03-09T22:17:13.898Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.62s) [2022-03-09T22:17:13.898Z] === RUN TestWaitBlocked [2022-03-09T22:17:13.898Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-09T22:17:13.898Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-09T22:17:13.898Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-03-09T22:17:13.898Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-03-09T22:17:13.898Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-09T22:17:13.898Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-03-09T22:17:14.156Z] --- PASS: TestWaitBlocked (0.01s) [2022-03-09T22:17:14.156Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.62s) [2022-03-09T22:17:14.156Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.66s) [2022-03-09T22:17:14.156Z] === CONT TestDaemonRestartIpcMode [2022-03-09T22:17:14.156Z] === CONT TestIpcModeOlderClient [2022-03-09T22:17:14.156Z] --- PASS: TestIpcModeOlderClient (0.05s) [2022-03-09T22:17:14.156Z] === CONT TestRestartDaemonWithRestartingContainer [2022-03-09T22:17:16.689Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.36s) [2022-03-09T22:17:16.690Z] --- PASS: TestDaemonRestartIpcMode (2.76s) [2022-03-09T22:17:16.690Z] PASS [2022-03-09T22:17:16.690Z] [2022-03-09T22:17:16.690Z] === Skipped [2022-03-09T22:17:16.690Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2022-03-09T22:17:16.690Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-09T22:17:16.690Z] [2022-03-09T22:17:16.690Z] === SKIP: amd64.integration.container TestContainerStartOnDaemonRestart (0.00s) [2022-03-09T22:17:16.690Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2022-03-09T22:17:16.690Z] [2022-03-09T22:17:16.690Z] === SKIP: amd64.integration.container TestDaemonHostGatewayIP (0.00s) [2022-03-09T22:17:16.690Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-09T22:17:16.690Z] [2022-03-09T22:17:16.690Z] === SKIP: amd64.integration.container TestContainerKillOnDaemonStart (0.00s) [2022-03-09T22:17:16.690Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2022-03-09T22:17:16.690Z] [2022-03-09T22:17:16.690Z] === SKIP: amd64.integration.container TestInspectCpusetInConfigPre120 (0.00s) [2022-03-09T22:17:16.690Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-03-09T22:17:16.690Z] [2022-03-09T22:17:16.690Z] === SKIP: amd64.integration.container TestIpcModeShareable (0.00s) [2022-03-09T22:17:16.690Z] ipcmode_linux_test.go:118: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-03-09T22:17:16.690Z] [2022-03-09T22:17:16.690Z] === SKIP: amd64.integration.container TestAPIIpcModeHost (0.00s) [2022-03-09T22:17:16.690Z] ipcmode_linux_test.go:194: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-03-09T22:17:16.690Z] [2022-03-09T22:17:16.690Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareable (0.00s) [2022-03-09T22:17:16.690Z] ipcmode_linux_test.go:266: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-03-09T22:17:16.690Z] [2022-03-09T22:17:16.690Z] === SKIP: amd64.integration.container TestDaemonIpcModePrivateFromConfig (0.00s) [2022-03-09T22:17:16.690Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-03-09T22:17:16.690Z] [2022-03-09T22:17:16.690Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareableFromConfig (0.00s) [2022-03-09T22:17:16.690Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-03-09T22:17:16.690Z] [2022-03-09T22:17:16.690Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2022-03-09T22:17:16.690Z] kill_test.go:158: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-09T22:17:16.690Z] [2022-03-09T22:17:16.690Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2022-03-09T22:17:16.690Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-09T22:17:16.690Z] [2022-03-09T22:17:16.690Z] === SKIP: amd64.integration.container TestLinksEtcHostsContentMatch (0.00s) [2022-03-09T22:17:16.690Z] links_linux_test.go:18: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2022-03-09T22:17:16.690Z] [2022-03-09T22:17:16.690Z] === SKIP: amd64.integration.container TestContainerBindMountNonRecursive (0.01s) [2022-03-09T22:17:16.690Z] 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-09T22:17:16.690Z] [2022-03-09T22:17:16.690Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsShared (0.00s) [2022-03-09T22:17:16.690Z] 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-09T22:17:16.690Z] [2022-03-09T22:17:16.690Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsSlave (0.00s) [2022-03-09T22:17:16.690Z] 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-09T22:17:16.690Z] [2022-03-09T22:17:16.949Z] === SKIP: amd64.integration.container TestPause (0.00s) [2022-03-09T22:17:16.949Z] pause_test.go:24: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-09T22:17:16.949Z] [2022-03-09T22:17:16.949Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-03-09T22:17:16.949Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-03-09T22:17:16.949Z] [2022-03-09T22:17:16.949Z] === SKIP: amd64.integration.container TestPauseStopPausedContainer (0.00s) [2022-03-09T22:17:16.949Z] pause_test.go:72: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-09T22:17:16.949Z] [2022-03-09T22:17:16.949Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers (0.00s) [2022-03-09T22:17:16.949Z] restart_test.go:21: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2022-03-09T22:17:16.949Z] [2022-03-09T22:17:16.949Z] === SKIP: amd64.integration.container TestNISDomainname (0.00s) [2022-03-09T22:17:16.949Z] 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-09T22:17:16.949Z] [2022-03-09T22:17:16.949Z] === SKIP: amd64.integration.container TestUnprivilegedPortsAndPing (0.00s) [2022-03-09T22:17:16.949Z] 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-09T22:17:16.949Z] [2022-03-09T22:17:16.949Z] === SKIP: amd64.integration.container TestStats (0.00s) [2022-03-09T22:17:16.949Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-09T22:17:16.949Z] [2022-03-09T22:17:16.949Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2022-03-09T22:17:16.949Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-03-09T22:17:16.949Z] [2022-03-09T22:17:16.949Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2022-03-09T22:17:16.949Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-09T22:17:16.949Z] [2022-03-09T22:17:16.949Z] === SKIP: amd64.integration.container TestUpdateCPUQuota (0.00s) [2022-03-09T22:17:16.949Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-09T22:17:16.949Z] [2022-03-09T22:17:16.949Z] === SKIP: amd64.integration.container TestUpdatePidsLimit (0.00s) [2022-03-09T22:17:16.949Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-09T22:17:16.949Z] [2022-03-09T22:17:16.949Z] DONE 177 tests, 27 skipped in 71.387s [2022-03-09T22:17:16.949Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2022-03-09T22:17:16.949Z] === RUN TestConfigDaemonLibtrustID [2022-03-09T22:17:17.517Z] --- PASS: TestConfigDaemonLibtrustID (0.55s) [2022-03-09T22:17:17.517Z] === RUN TestDaemonConfigValidation [2022-03-09T22:17:17.517Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-03-09T22:17:17.517Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-03-09T22:17:17.517Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-03-09T22:17:17.517Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-03-09T22:17:17.517Z] === RUN TestDaemonConfigValidation/invalid_config [2022-03-09T22:17:17.517Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-03-09T22:17:17.517Z] === RUN TestDaemonConfigValidation/malformed_config [2022-03-09T22:17:17.517Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-03-09T22:17:17.517Z] === RUN TestDaemonConfigValidation/valid_config [2022-03-09T22:17:17.517Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-03-09T22:17:17.517Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-03-09T22:17:17.517Z] === CONT TestDaemonConfigValidation/malformed_config [2022-03-09T22:17:17.517Z] === CONT TestDaemonConfigValidation/valid_config [2022-03-09T22:17:17.517Z] === CONT TestDaemonConfigValidation/invalid_config [2022-03-09T22:17:17.605Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-03-09T22:17:17.776Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-03-09T22:17:17.776Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-03-09T22:17:17.776Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.08s) [2022-03-09T22:17:17.776Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.08s) [2022-03-09T22:17:17.776Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.08s) [2022-03-09T22:17:17.776Z] --- PASS: TestDaemonConfigValidation/valid_config (0.09s) [2022-03-09T22:17:17.776Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.05s) [2022-03-09T22:17:17.776Z] === RUN TestConfigDaemonSeccompProfiles [2022-03-09T22:17:17.776Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-03-09T22:17:18.302Z] INFO: Extraction ended at 03/09/2022 22:17:17. Duration:00:00:24.6869487 [2022-03-09T22:17:18.302Z] INFO: Updating the golang and path environment variables [2022-03-09T22:17:18.302Z] INFO: GOPATH=d:\gopath [2022-03-09T22:17:18.302Z] INFO: go version go1.17.8 windows/amd64 [2022-03-09T22:17:18.302Z] INFO: Running the daemon under test in debug mode [2022-03-09T22:17:18.302Z] INFO: Starting a daemon under test... [2022-03-09T22:17:18.302Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-43352\2\daemon --pidfile d:\CI\PR-43352\2\docker.pid -D [2022-03-09T22:17:18.302Z] INFO: Process started successfully. [2022-03-09T22:17:18.302Z] INFO: Start tailing logs of the daemon under tests [2022-03-09T22:17:18.302Z] INFO: Waiting for the daemon under test to start... [2022-03-09T22:17:18.682Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-03-09T22:17:18.682Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-03-09T22:17:18.682Z] GOOS="" GOARCH="" GOARM="" [2022-03-09T22:17:18.682Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-03-09T22:17:18.683Z] [2022-03-09T22:17:18.683Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-03-09T22:17:18.683Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-03-09T22:17:18.683Z] HOSTNAME=206ac0164cb7 [2022-03-09T22:17:18.683Z] TESTDEBUG=0 [2022-03-09T22:17:18.683Z] DEST=bundles/test-integration [2022-03-09T22:17:18.683Z] PWD=/go/src/github.com/docker/docker [2022-03-09T22:17:18.683Z] DOCKER_GITCOMMIT=b92af14a1c47368b8cf1c52e303adf6e11cebc3b [2022-03-09T22:17:18.683Z] container=docker [2022-03-09T22:17:18.683Z] HOME=/root [2022-03-09T22:17:18.683Z] GOLANG_VERSION=1.17.8 [2022-03-09T22:17:18.683Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-03-09T22:17:18.683Z] VALIDATE_BRANCH=master [2022-03-09T22:17:18.683Z] TERM=xterm [2022-03-09T22:17:18.683Z] DOCKER_PKG=github.com/docker/docker [2022-03-09T22:17:18.683Z] SHLVL=1 [2022-03-09T22:17:18.683Z] TIMEOUT=120m [2022-03-09T22:17:18.683Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-03-09T22:17:18.683Z] DOCKER_GRAPHDRIVER=overlay2 [2022-03-09T22:17:18.683Z] GO111MODULE=off [2022-03-09T22:17:18.683Z] DOCKER_EXPERIMENTAL=1 [2022-03-09T22:17:18.683Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-03-09T22:17:18.683Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-03-09T22:17:18.683Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-03-09T22:17:18.683Z] GOPATH=/go [2022-03-09T22:17:18.683Z] PKG_CONFIG=pkg-config [2022-03-09T22:17:18.683Z] _=/usr/bin/env [2022-03-09T22:17:18.683Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-03-09T22:17:18.709Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-03-09T22:17:19.829Z] --- PASS: TestUpdateRestartPolicy (11.09s) [2022-03-09T22:17:19.829Z] === RUN TestUpdateRestartWithAutoRemove [2022-03-09T22:17:19.829Z] --- PASS: TestUpdateRestartWithAutoRemove (0.46s) [2022-03-09T22:17:19.829Z] === RUN TestWaitNonBlocked [2022-03-09T22:17:19.829Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-09T22:17:19.829Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-09T22:17:19.829Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-09T22:17:19.829Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-09T22:17:19.829Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-09T22:17:19.829Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-09T22:17:19.829Z] --- PASS: TestWaitNonBlocked (0.01s) [2022-03-09T22:17:19.829Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.66s) [2022-03-09T22:17:19.829Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.76s) [2022-03-09T22:17:19.829Z] === RUN TestWaitBlocked [2022-03-09T22:17:19.829Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-09T22:17:19.829Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-09T22:17:19.829Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-03-09T22:17:19.829Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-03-09T22:17:19.829Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-09T22:17:19.829Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-03-09T22:17:20.083Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-03-09T22:17:20.135Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-03-09T22:17:20.764Z] --- PASS: TestWaitBlocked (0.01s) [2022-03-09T22:17:20.764Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.63s) [2022-03-09T22:17:20.764Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.76s) [2022-03-09T22:17:20.764Z] === CONT TestContainerStartOnDaemonRestart [2022-03-09T22:17:20.764Z] === CONT TestRestartDaemonWithRestartingContainer [2022-03-09T22:17:21.019Z] === CONT TestConfigDaemonSeccompProfiles [2022-03-09T22:17:21.019Z] daemon_test.go:156: [d19c935ccf73e] daemon is not started [2022-03-09T22:17:21.019Z] --- PASS: TestConfigDaemonSeccompProfiles (3.25s) [2022-03-09T22:17:21.019Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.08s) [2022-03-09T22:17:21.019Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.08s) [2022-03-09T22:17:21.019Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.08s) [2022-03-09T22:17:21.019Z] === RUN TestDaemonProxy [2022-03-09T22:17:21.019Z] daemon_test.go:160: os.Getenv("DOCKER_ROOTLESS") != "": cannot connect to localhost proxy in rootless environment [2022-03-09T22:17:21.019Z] --- SKIP: TestDaemonProxy (0.00s) [2022-03-09T22:17:21.019Z] PASS [2022-03-09T22:17:21.019Z] [2022-03-09T22:17:21.019Z] === Skipped [2022-03-09T22:17:21.019Z] === SKIP: amd64.integration.daemon TestDaemonProxy (0.00s) [2022-03-09T22:17:21.019Z] daemon_test.go:160: os.Getenv("DOCKER_ROOTLESS") != "": cannot connect to localhost proxy in rootless environment [2022-03-09T22:17:21.019Z] [2022-03-09T22:17:21.019Z] DONE 12 tests, 1 skipped in 4.127s [2022-03-09T22:17:21.019Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2022-03-09T22:17:21.019Z] INFO: Testing against a local daemon [2022-03-09T22:17:21.019Z] === RUN TestCommitInheritsEnv [2022-03-09T22:17:22.663Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-03-09T22:17:23.298Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.25s) [2022-03-09T22:17:23.298Z] === CONT TestDaemonHostGatewayIP [2022-03-09T22:17:23.298Z] --- PASS: TestContainerStartOnDaemonRestart (2.27s) [2022-03-09T22:17:23.298Z] === CONT TestDaemonRestartIpcMode [2022-03-09T22:17:23.545Z] --- PASS: TestCommitInheritsEnv (2.09s) [2022-03-09T22:17:23.545Z] === RUN TestImportExtremelyLargeImageWorks [2022-03-09T22:17:23.545Z] === PAUSE TestImportExtremelyLargeImageWorks [2022-03-09T22:17:23.545Z] === RUN TestImportWithCustomPlatform [2022-03-09T22:17:23.545Z] === RUN TestImportWithCustomPlatform/#00 [2022-03-09T22:17:23.545Z] === RUN TestImportWithCustomPlatform/_______ [2022-03-09T22:17:23.545Z] === RUN TestImportWithCustomPlatform// [2022-03-09T22:17:23.545Z] === RUN TestImportWithCustomPlatform/linux [2022-03-09T22:17:23.545Z] === RUN TestImportWithCustomPlatform/LINUX [2022-03-09T22:17:23.545Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-03-09T22:17:23.545Z] === RUN TestImportWithCustomPlatform/macos [2022-03-09T22:17:23.545Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-03-09T22:17:23.545Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-03-09T22:17:23.545Z] --- PASS: TestImportWithCustomPlatform (0.31s) [2022-03-09T22:17:23.545Z] --- PASS: TestImportWithCustomPlatform/#00 (0.06s) [2022-03-09T22:17:23.545Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-03-09T22:17:23.545Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-03-09T22:17:23.545Z] --- PASS: TestImportWithCustomPlatform/linux (0.07s) [2022-03-09T22:17:23.545Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.07s) [2022-03-09T22:17:23.545Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.07s) [2022-03-09T22:17:23.545Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-03-09T22:17:23.545Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-03-09T22:17:23.545Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-03-09T22:17:23.545Z] === RUN TestImagesFilterMultiReference [2022-03-09T22:17:23.545Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2022-03-09T22:17:23.545Z] === RUN TestImagePullPlatformInvalid [2022-03-09T22:17:23.545Z] --- PASS: TestImagePullPlatformInvalid (0.01s) [2022-03-09T22:17:23.545Z] === RUN TestRemoveImageOrphaning [2022-03-09T22:17:24.038Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-03-09T22:17:25.442Z] --- PASS: TestRemoveImageOrphaning (1.59s) [2022-03-09T22:17:25.442Z] === RUN TestRemoveImageGarbageCollector [2022-03-09T22:17:25.442Z] remove_unix_test.go:36: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2022-03-09T22:17:25.442Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2022-03-09T22:17:25.442Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-03-09T22:17:25.442Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2022-03-09T22:17:25.442Z] === RUN TestTagInvalidReference [2022-03-09T22:17:25.442Z] --- PASS: TestTagInvalidReference (0.02s) [2022-03-09T22:17:25.442Z] === RUN TestTagValidPrefixedRepo [2022-03-09T22:17:25.442Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2022-03-09T22:17:25.442Z] === RUN TestTagExistedNameWithoutForce [2022-03-09T22:17:25.442Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2022-03-09T22:17:25.442Z] === RUN TestTagOfficialNames [2022-03-09T22:17:25.442Z] --- PASS: TestTagOfficialNames (0.05s) [2022-03-09T22:17:25.442Z] === RUN TestTagMatchesDigest [2022-03-09T22:17:25.442Z] --- PASS: TestTagMatchesDigest (0.01s) [2022-03-09T22:17:25.442Z] === CONT TestImportExtremelyLargeImageWorks [2022-03-09T22:17:25.831Z] --- PASS: TestDaemonRestartIpcMode (2.68s) [2022-03-09T22:17:25.831Z] === CONT TestIpcModeOlderClient [2022-03-09T22:17:25.831Z] --- PASS: TestDaemonHostGatewayIP (2.78s) [2022-03-09T22:17:25.831Z] === CONT TestContainerKillOnDaemonStart [2022-03-09T22:17:25.831Z] --- PASS: TestIpcModeOlderClient (0.08s) [2022-03-09T22:17:26.571Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-03-09T22:17:29.103Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-03-09T22:17:32.393Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-03-09T22:17:34.925Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-03-09T22:17:37.461Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-03-09T22:17:38.029Z] --- PASS: TestContainerKillOnDaemonStart (11.75s) [2022-03-09T22:17:38.029Z] PASS [2022-03-09T22:17:38.029Z] [2022-03-09T22:17:38.029Z] === Skipped [2022-03-09T22:17:38.029Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2022-03-09T22:17:38.029Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-09T22:17:38.029Z] [2022-03-09T22:17:38.029Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2022-03-09T22:17:38.029Z] kill_test.go:159: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-09T22:17:38.029Z] [2022-03-09T22:17:38.029Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2022-03-09T22:17:38.029Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-09T22:17:38.029Z] [2022-03-09T22:17:38.029Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-03-09T22:17:38.029Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-03-09T22:17:38.029Z] [2022-03-09T22:17:38.029Z] === SKIP: amd64.integration.container TestCgroupNamespacesRunPrivileged (0.00s) [2022-03-09T22:17:38.029Z] run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2022-03-09T22:17:38.029Z] [2022-03-09T22:17:38.029Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2022-03-09T22:17:38.029Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-03-09T22:17:38.029Z] [2022-03-09T22:17:38.029Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2022-03-09T22:17:38.029Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2022-03-09T22:17:38.029Z] [2022-03-09T22:17:38.030Z] DONE 200 tests, 7 skipped in 121.920s [2022-03-09T22:17:38.030Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2022-03-09T22:17:38.030Z] === RUN TestConfigDaemonLibtrustID [2022-03-09T22:17:38.030Z] --- PASS: TestConfigDaemonLibtrustID (0.55s) [2022-03-09T22:17:38.030Z] === RUN TestDaemonConfigValidation [2022-03-09T22:17:38.030Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-03-09T22:17:38.030Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-03-09T22:17:38.030Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-03-09T22:17:38.030Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-03-09T22:17:38.030Z] === RUN TestDaemonConfigValidation/invalid_config [2022-03-09T22:17:38.030Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-03-09T22:17:38.030Z] === RUN TestDaemonConfigValidation/malformed_config [2022-03-09T22:17:38.030Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-03-09T22:17:38.030Z] === RUN TestDaemonConfigValidation/valid_config [2022-03-09T22:17:38.030Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-03-09T22:17:38.030Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-03-09T22:17:38.030Z] === CONT TestDaemonConfigValidation/malformed_config [2022-03-09T22:17:38.030Z] === CONT TestDaemonConfigValidation/invalid_config [2022-03-09T22:17:38.030Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-03-09T22:17:38.030Z] === CONT TestDaemonConfigValidation/valid_config [2022-03-09T22:17:38.287Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-03-09T22:17:38.287Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.07s) [2022-03-09T22:17:38.287Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.08s) [2022-03-09T22:17:38.287Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.06s) [2022-03-09T22:17:38.287Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.09s) [2022-03-09T22:17:38.287Z] --- PASS: TestDaemonConfigValidation/valid_config (0.07s) [2022-03-09T22:17:38.287Z] === RUN TestConfigDaemonSeccompProfiles [2022-03-09T22:17:38.287Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-03-09T22:17:39.222Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-03-09T22:17:39.548Z] ...INFO: Daemon under test started and replied! [2022-03-09T22:17:39.548Z] INFO: Docker version of the daemon under test [2022-03-09T22:17:39.548Z] [2022-03-09T22:17:39.548Z] Client: [2022-03-09T22:17:39.548Z] Version: 17.06.2-ce [2022-03-09T22:17:39.548Z] API version: 1.30 [2022-03-09T22:17:39.548Z] Go version: go1.8.3 [2022-03-09T22:17:39.548Z] Git commit: cec0b72 [2022-03-09T22:17:39.548Z] Built: Tue Sep 5 19:57:19 2017 [2022-03-09T22:17:39.548Z] OS/Arch: windows/amd64 [2022-03-09T22:17:39.548Z] [2022-03-09T22:17:39.548Z] Server: [2022-03-09T22:17:39.548Z] Version: 0.0.0-dev [2022-03-09T22:17:39.548Z] API version: 1.42 (minimum version 1.24) [2022-03-09T22:17:39.548Z] Go version: go1.17.8 [2022-03-09T22:17:39.548Z] Git commit: b92af14a1c [2022-03-09T22:17:39.548Z] Built: 03/09/2022 22:15:36 [2022-03-09T22:17:39.548Z] OS/Arch: windows/amd64 [2022-03-09T22:17:39.548Z] Experimental: false [2022-03-09T22:17:39.548Z] [2022-03-09T22:17:39.548Z] INFO: Docker info of the daemon under test [2022-03-09T22:17:39.548Z] [2022-03-09T22:17:39.548Z] Containers: 0 [2022-03-09T22:17:39.548Z] Running: 0 [2022-03-09T22:17:39.548Z] Paused: 0 [2022-03-09T22:17:39.548Z] Stopped: 0 [2022-03-09T22:17:39.548Z] Images: 0 [2022-03-09T22:17:39.548Z] Server Version: 0.0.0-dev [2022-03-09T22:17:39.548Z] Storage Driver: windowsfilter [2022-03-09T22:17:39.548Z] Windows: [2022-03-09T22:17:39.548Z] Logging Driver: json-file [2022-03-09T22:17:39.548Z] Plugins: [2022-03-09T22:17:39.548Z] Volume: local [2022-03-09T22:17:39.548Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-09T22:17:39.548Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-09T22:17:39.548Z] Swarm: inactive [2022-03-09T22:17:39.548Z] Default Isolation: process [2022-03-09T22:17:39.548Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-03-09T22:17:39.548Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-03-09T22:17:39.548Z] OSType: windows [2022-03-09T22:17:39.548Z] Architecture: x86_64 [2022-03-09T22:17:39.548Z] CPUs: 4 [2022-03-09T22:17:39.548Z] Total Memory: 32GiB [2022-03-09T22:17:39.548Z] Name: azwin-2-4ecfc0 [2022-03-09T22:17:39.548Z] ID: F5GS:KSYY:GIA2:Q362:VYGU:E5SI:E3FP:IJKZ:6ID4:VZL7:TJE2:2QVG [2022-03-09T22:17:39.548Z] Docker Root Dir: D:\CI\PR-43352\2\daemon [2022-03-09T22:17:39.548Z] Debug Mode (client): false [2022-03-09T22:17:39.548Z] Debug Mode (server): true [2022-03-09T22:17:39.548Z] File Descriptors: -1 [2022-03-09T22:17:39.548Z] Goroutines: 16 [2022-03-09T22:17:39.548Z] System Time: 2022-03-09T22:17:37.5264543Z [2022-03-09T22:17:39.548Z] EventsListeners: 0 [2022-03-09T22:17:39.548Z] Registry: https://index.docker.io/v1/ [2022-03-09T22:17:39.548Z] Labels: [2022-03-09T22:17:39.548Z] Experimental: false [2022-03-09T22:17:39.548Z] Insecure Registries: [2022-03-09T22:17:39.548Z] 127.0.0.0/8 [2022-03-09T22:17:39.548Z] Live Restore Enabled: false [2022-03-09T22:17:39.548Z] [2022-03-09T22:17:39.548Z] [2022-03-09T22:17:39.548Z] INFO: Docker images of the daemon under test [2022-03-09T22:17:39.548Z] [2022-03-09T22:17:39.548Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-03-09T22:17:39.548Z] [2022-03-09T22:17:39.548Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2022-03-09T22:17:39.548Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2022 from docker hub into daemon under test. This may take some time... [2022-03-09T22:17:39.548Z] ltsc2022: Pulling from windows/servercore [2022-03-09T22:17:39.548Z] 8f616e6e9eec: Pulling fs layer [2022-03-09T22:17:39.548Z] 037d5740b404: Pulling fs layer [2022-03-09T22:17:39.999Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-03-09T22:17:39.999Z] Using test binary docker [2022-03-09T22:17:39.999Z] +++ /etc/init.d/apparmor start [2022-03-09T22:17:39.999Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-03-09T22:17:39.999Z] INFO: Waiting for daemon to start... [2022-03-09T22:17:39.999Z] Starting dockerd [2022-03-09T22:17:39.999Z] +++ 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-09T22:17:40.160Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-03-09T22:17:40.673Z] Removing intermediate container 2c62a2652934 [2022-03-09T22:17:40.673Z] ---> 9c7497ef845d [2022-03-09T22:17:40.673Z] 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-09T22:17:40.673Z] ---> Running in 7232e9807be9 [2022-03-09T22:17:40.673Z] INFO: Installing gotestsum version v1.7.0 in C:\gopath\bin [2022-03-09T22:17:40.673Z] go: downloading gotest.tools/gotestsum v1.7.0 [2022-03-09T22:17:41.144Z] go: downloading github.com/fatih/color v1.10.0 [2022-03-09T22:17:41.144Z] go: downloading github.com/dnephin/pflag v1.0.7 [2022-03-09T22:17:41.144Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-03-09T22:17:41.144Z] go: downloading github.com/pkg/errors v0.9.1 [2022-03-09T22:17:41.144Z] go: downloading golang.org/x/tools v0.1.0 [2022-03-09T22:17:41.534Z] === CONT TestConfigDaemonSeccompProfiles [2022-03-09T22:17:41.534Z] daemon_test.go:156: [dd9e7a3f8dcb5] daemon is not started [2022-03-09T22:17:41.534Z] --- PASS: TestConfigDaemonSeccompProfiles (3.12s) [2022-03-09T22:17:41.534Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.05s) [2022-03-09T22:17:41.534Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s) [2022-03-09T22:17:41.534Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s) [2022-03-09T22:17:41.534Z] === RUN TestDaemonProxy [2022-03-09T22:17:41.534Z] === RUN TestDaemonProxy/environment_variables [2022-03-09T22:17:41.613Z] go: downloading github.com/mattn/go-colorable v0.1.8 [2022-03-09T22:17:41.613Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2022-03-09T22:17:41.613Z] go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-03-09T22:17:41.613Z] go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-03-09T22:17:41.613Z] go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-03-09T22:17:41.613Z] go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-03-09T22:17:41.903Z] . [2022-03-09T22:17:41.903Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-03-09T22:17:41.903Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-03-09T22:17:41.903Z] Error: No such image: emptyfs [2022-03-09T22:17:41.903Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-03-09T22:17:41.903Z] ++++ docker load [2022-03-09T22:17:42.089Z] go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-03-09T22:17:42.162Z] Running integration-test (iteration 1) [2022-03-09T22:17:42.162Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2022-03-09T22:17:42.162Z] ++ 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-09T22:17:42.162Z] ++ set -e [2022-03-09T22:17:42.162Z] ++ '[' -n 0 ']' [2022-03-09T22:17:42.162Z] ++ set -x [2022-03-09T22:17:42.162Z] ++ 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-09T22:17:43.099Z] Loaded image: busybox:latest [2022-03-09T22:17:43.436Z] === RUN TestDaemonProxy/command-line_options [2022-03-09T22:17:43.664Z] go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-03-09T22:17:43.664Z] go: downloading golang.org/x/mod v0.3.0 [2022-03-09T22:17:43.668Z] Loaded image: busybox:glibc [2022-03-09T22:17:44.808Z] === RUN TestDaemonProxy/configuration_file [2022-03-09T22:17:45.271Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-03-09T22:17:45.271Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-03-09T22:17:46.704Z] === RUN TestDaemonProxy/conflicting_options [2022-03-09T22:17:47.269Z] === RUN TestDaemonProxy/reload_sanitized [2022-03-09T22:17:47.528Z] --- PASS: TestDaemonProxy (6.34s) [2022-03-09T22:17:47.528Z] --- PASS: TestDaemonProxy/environment_variables (1.86s) [2022-03-09T22:17:47.528Z] --- PASS: TestDaemonProxy/command-line_options (1.72s) [2022-03-09T22:17:47.528Z] --- PASS: TestDaemonProxy/configuration_file (1.73s) [2022-03-09T22:17:47.528Z] --- PASS: TestDaemonProxy/conflicting_options (0.50s) [2022-03-09T22:17:47.528Z] --- PASS: TestDaemonProxy/reload_sanitized (0.52s) [2022-03-09T22:17:47.528Z] PASS [2022-03-09T22:17:47.787Z] [2022-03-09T22:17:47.787Z] DONE 17 tests in 10.270s [2022-03-09T22:17:47.787Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2022-03-09T22:17:47.787Z] INFO: Testing against a local daemon [2022-03-09T22:17:47.787Z] === RUN TestCommitInheritsEnv [2022-03-09T22:17:48.046Z] --- PASS: TestCommitInheritsEnv (0.31s) [2022-03-09T22:17:48.046Z] === RUN TestImportExtremelyLargeImageWorks [2022-03-09T22:17:48.046Z] === PAUSE TestImportExtremelyLargeImageWorks [2022-03-09T22:17:48.046Z] === RUN TestImportWithCustomPlatform [2022-03-09T22:17:48.046Z] === RUN TestImportWithCustomPlatform/#00 [2022-03-09T22:17:48.046Z] === RUN TestImportWithCustomPlatform/_______ [2022-03-09T22:17:48.046Z] === RUN TestImportWithCustomPlatform// [2022-03-09T22:17:48.046Z] === RUN TestImportWithCustomPlatform/linux [2022-03-09T22:17:48.306Z] === RUN TestImportWithCustomPlatform/LINUX [2022-03-09T22:17:48.306Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-03-09T22:17:48.306Z] === RUN TestImportWithCustomPlatform/macos [2022-03-09T22:17:48.306Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-03-09T22:17:48.306Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-03-09T22:17:48.306Z] --- PASS: TestImportWithCustomPlatform (0.32s) [2022-03-09T22:17:48.306Z] --- PASS: TestImportWithCustomPlatform/#00 (0.07s) [2022-03-09T22:17:48.306Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-03-09T22:17:48.306Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-03-09T22:17:48.306Z] --- PASS: TestImportWithCustomPlatform/linux (0.07s) [2022-03-09T22:17:48.306Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.07s) [2022-03-09T22:17:48.306Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.07s) [2022-03-09T22:17:48.306Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-03-09T22:17:48.306Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-03-09T22:17:48.306Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-03-09T22:17:48.306Z] === RUN TestImagesFilterMultiReference [2022-03-09T22:17:48.306Z] --- PASS: TestImagesFilterMultiReference (0.06s) [2022-03-09T22:17:48.306Z] === RUN TestImagePullPlatformInvalid [2022-03-09T22:17:48.306Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2022-03-09T22:17:48.306Z] === RUN TestRemoveImageOrphaning [2022-03-09T22:17:48.874Z] --- PASS: TestRemoveImageOrphaning (0.30s) [2022-03-09T22:17:48.874Z] === RUN TestRemoveImageGarbageCollector [2022-03-09T22:17:48.938Z] Loaded image: debian:bullseye-slim [2022-03-09T22:17:48.938Z] Loaded image: hello-world:latest [2022-03-09T22:17:48.938Z] Loaded image: arm32v7/hello-world:latest [2022-03-09T22:17:48.938Z] INFO: Testing against a local daemon [2022-03-09T22:17:48.938Z] === RUN TestCgroupNamespacesBuild [2022-03-09T22:17:50.773Z] --- PASS: TestRemoveImageGarbageCollector (1.89s) [2022-03-09T22:17:50.773Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-03-09T22:17:50.773Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2022-03-09T22:17:50.773Z] === RUN TestTagInvalidReference [2022-03-09T22:17:50.773Z] --- PASS: TestTagInvalidReference (0.01s) [2022-03-09T22:17:50.774Z] === RUN TestTagValidPrefixedRepo [2022-03-09T22:17:50.774Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2022-03-09T22:17:50.774Z] === RUN TestTagExistedNameWithoutForce [2022-03-09T22:17:50.774Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2022-03-09T22:17:50.774Z] === RUN TestTagOfficialNames [2022-03-09T22:17:50.774Z] --- PASS: TestTagOfficialNames (0.06s) [2022-03-09T22:17:50.774Z] === RUN TestTagMatchesDigest [2022-03-09T22:17:50.774Z] --- PASS: TestTagMatchesDigest (0.01s) [2022-03-09T22:17:50.774Z] === CONT TestImportExtremelyLargeImageWorks [2022-03-09T22:17:50.844Z] --- PASS: TestCgroupNamespacesBuild (2.32s) [2022-03-09T22:17:50.844Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-03-09T22:17:52.749Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.96s) [2022-03-09T22:17:52.749Z] === RUN TestBuildWithSession [2022-03-09T22:17:52.749Z] build_session_test.go:25: TODO: BuildKit [2022-03-09T22:17:52.749Z] --- SKIP: TestBuildWithSession (0.00s) [2022-03-09T22:17:52.749Z] === RUN TestBuildSquashParent [2022-03-09T22:17:57.354Z] 037d5740b404: Download complete [2022-03-09T22:18:02.732Z] --- PASS: TestBuildSquashParent (9.01s) [2022-03-09T22:18:02.732Z] === RUN TestBuildWithRemoveAndForceRemove [2022-03-09T22:18:02.732Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-09T22:18:02.732Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-09T22:18:02.732Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-09T22:18:02.732Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-09T22:18:02.732Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-09T22:18:02.732Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-09T22:18:02.732Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-09T22:18:02.732Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-09T22:18:02.732Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-09T22:18:02.732Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-09T22:18:02.732Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-09T22:18:02.732Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-09T22:18:02.732Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-09T22:18:02.732Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-09T22:18:03.221Z] 8f616e6e9eec: Verifying Checksum [2022-03-09T22:18:03.221Z] 8f616e6e9eec: Download complete [2022-03-09T22:18:03.386Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-03-09T22:18:05.269Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-09T22:18:05.269Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-09T22:18:08.558Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-09T22:18:08.558Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-09T22:18:08.683Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-03-09T22:18:09.002Z] Removing intermediate container 7232e9807be9 [2022-03-09T22:18:09.002Z] ---> 59b6821e3128 [2022-03-09T22:18:09.002Z] Step 9/11 : ENTRYPOINT ["powershell.exe"] [2022-03-09T22:18:09.002Z] ---> Running in 07a56f806023 [2022-03-09T22:18:09.002Z] Removing intermediate container 07a56f806023 [2022-03-09T22:18:09.002Z] ---> 2848405960c2 [2022-03-09T22:18:09.002Z] Step 10/11 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2022-03-09T22:18:09.002Z] ---> Running in 64d341ee638c [2022-03-09T22:18:09.002Z] Removing intermediate container 64d341ee638c [2022-03-09T22:18:09.002Z] ---> 67f805473e3a [2022-03-09T22:18:09.002Z] Step 11/11 : COPY . . [2022-03-09T22:18:11.907Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2022-03-09T22:18:11.907Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.28s) [2022-03-09T22:18:11.907Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.31s) [2022-03-09T22:18:11.907Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.94s) [2022-03-09T22:18:11.907Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.02s) [2022-03-09T22:18:11.907Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.31s) [2022-03-09T22:18:11.907Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (3.32s) [2022-03-09T22:18:11.907Z] === RUN TestBuildMultiStageCopy [2022-03-09T22:18:11.907Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-03-09T22:18:13.808Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-03-09T22:18:14.373Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-03-09T22:18:14.631Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-03-09T22:18:15.199Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-03-09T22:18:15.767Z] --- PASS: TestBuildMultiStageCopy (4.34s) [2022-03-09T22:18:15.767Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.37s) [2022-03-09T22:18:15.767Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.43s) [2022-03-09T22:18:15.767Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.47s) [2022-03-09T22:18:15.767Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.52s) [2022-03-09T22:18:15.767Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.55s) [2022-03-09T22:18:15.767Z] === RUN TestBuildMultiStageParentConfig [2022-03-09T22:18:16.848Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-03-09T22:18:16.848Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-03-09T22:18:17.145Z] --- PASS: TestBuildMultiStageParentConfig (1.24s) [2022-03-09T22:18:17.145Z] === RUN TestBuildLabelWithTargets [2022-03-09T22:18:17.817Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-03-09T22:18:18.387Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-03-09T22:18:18.387Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-03-09T22:18:19.044Z] --- PASS: TestBuildLabelWithTargets (2.00s) [2022-03-09T22:18:19.044Z] === RUN TestBuildWithEmptyLayers [2022-03-09T22:18:19.332Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-03-09T22:18:20.418Z] --- PASS: TestBuildWithEmptyLayers (1.20s) [2022-03-09T22:18:20.418Z] === RUN TestBuildMultiStageOnBuild [2022-03-09T22:18:20.684Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-03-09T22:18:20.684Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-03-09T22:18:20.684Z] GOOS="" GOARCH="" GOARM="" [2022-03-09T22:18:20.684Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-03-09T22:18:20.684Z] [2022-03-09T22:18:20.684Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py) [2022-03-09T22:18:20.684Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py) [2022-03-09T22:18:20.684Z] Using test binary docker [2022-03-09T22:18:20.684Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-03-09T22:18:20.684Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-03-09T22:18:20.684Z] INFO: Waiting for daemon to start... [2022-03-09T22:18:20.684Z] Starting dockerd [2022-03-09T22:18:20.684Z] . [2022-03-09T22:18:20.684Z] INFO: Building docker-sdk-python3:5.0.3... [2022-03-09T22:18:21.245Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-03-09T22:18:22.189Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-03-09T22:18:23.131Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-03-09T22:18:23.392Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-03-09T22:18:23.704Z] --- PASS: TestBuildMultiStageOnBuild (2.95s) [2022-03-09T22:18:23.705Z] === RUN TestBuildUncleanTarFilenames [2022-03-09T22:18:23.966Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-03-09T22:18:24.642Z] --- PASS: TestBuildUncleanTarFilenames (1.56s) [2022-03-09T22:18:24.642Z] === RUN TestBuildMultiStageLayerLeak [2022-03-09T22:18:24.909Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-03-09T22:18:25.482Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-03-09T22:18:26.425Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-03-09T22:18:26.553Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2022-03-09T22:18:26.553Z] [2022-03-09T22:18:26.553Z] ________ ____ __. [2022-03-09T22:18:26.553Z] \_____ \ | |/ _| [2022-03-09T22:18:26.553Z] / | \| < [2022-03-09T22:18:26.553Z] / | \ | \ [2022-03-09T22:18:26.553Z] \_______ /____|__ \ [2022-03-09T22:18:26.553Z] \/ \/ [2022-03-09T22:18:26.553Z] [2022-03-09T22:18:26.553Z] INFO: make.ps1 ended at 03/09/2022 22:18:18 [2022-03-09T22:18:26.553Z] INFO: Binaries build ended at 03/09/2022 22:18:20. Duration:00:01:25.6380138 [2022-03-09T22:18:26.553Z] INFO: Copying the built daemon binary to d:\CI\PR-43352\2\binary\dockerd-b92af14a1c.exe... [2022-03-09T22:18:26.553Z] INFO: Copying the built client binary to d:\CI\PR-43352\2\binary\docker-b92af14a1c.exe... [2022-03-09T22:18:26.553Z] INFO: Copying dockerversion from the container... [2022-03-09T22:18:26.553Z] INFO: Copying the golang package from the container to d:\CI\PR-43352\2\installer\go.zip... [2022-03-09T22:18:26.553Z] INFO: Extracting go.zip to d:\CI\PR-43352\2\go [2022-03-09T22:18:26.995Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-03-09T22:18:27.934Z] --- PASS: TestBuildMultiStageLayerLeak (3.04s) [2022-03-09T22:18:27.934Z] === RUN TestBuildWithHugeFile [2022-03-09T22:18:27.938Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-03-09T22:18:27.938Z] Using test binary docker [2022-03-09T22:18:27.938Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-03-09T22:18:27.938Z] +++ /etc/init.d/apparmor start [2022-03-09T22:18:27.938Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-03-09T22:18:27.938Z] INFO: Waiting for daemon to start... [2022-03-09T22:18:27.938Z] Starting dockerd [2022-03-09T22:18:27.938Z] +++ 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-09T22:18:33.221Z] . [2022-03-09T22:18:33.221Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-03-09T22:18:33.221Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-03-09T22:18:33.221Z] Error: No such image: emptyfs [2022-03-09T22:18:33.221Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-03-09T22:18:33.221Z] ++++ docker load [2022-03-09T22:18:33.221Z] Running integration-test (iteration 1) [2022-03-09T22:18:33.221Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m [2022-03-09T22:18:33.221Z] ++ 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-09T22:18:33.221Z] ++ set -e [2022-03-09T22:18:33.221Z] ++ '[' -n 0 ']' [2022-03-09T22:18:33.221Z] ++ set -x [2022-03-09T22:18:33.221Z] ++ 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-09T22:18:33.221Z] Loaded image: busybox:latest [2022-03-09T22:18:33.221Z] Loaded image: busybox:glibc [2022-03-09T22:18:34.164Z] Loaded image: debian:bullseye-slim [2022-03-09T22:18:34.424Z] Loaded image: hello-world:latest [2022-03-09T22:18:34.424Z] Loaded image: arm32v7/hello-world:latest [2022-03-09T22:18:34.424Z] INFO: Testing against a local daemon [2022-03-09T22:18:34.424Z] === RUN TestCgroupNamespacesBuild [2022-03-09T22:18:35.807Z] --- PASS: TestCgroupNamespacesBuild (1.30s) [2022-03-09T22:18:35.807Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-03-09T22:18:36.746Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.08s) [2022-03-09T22:18:36.747Z] === RUN TestBuildWithSession [2022-03-09T22:18:36.747Z] build_session_test.go:25: TODO: BuildKit [2022-03-09T22:18:36.747Z] --- SKIP: TestBuildWithSession (0.00s) [2022-03-09T22:18:36.747Z] === RUN TestBuildSquashParent [2022-03-09T22:18:40.048Z] --- PASS: TestBuildSquashParent (3.32s) [2022-03-09T22:18:40.048Z] === RUN TestBuildWithRemoveAndForceRemove [2022-03-09T22:18:40.048Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-09T22:18:40.048Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-09T22:18:40.048Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-09T22:18:40.048Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-09T22:18:40.048Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-09T22:18:40.049Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-09T22:18:40.049Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-09T22:18:40.049Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-09T22:18:40.049Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-09T22:18:40.049Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-09T22:18:40.049Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-09T22:18:40.049Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-09T22:18:40.049Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-09T22:18:40.049Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-09T22:18:41.959Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-09T22:18:41.959Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-09T22:18:42.529Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-09T22:18:42.790Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-09T22:18:43.732Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2022-03-09T22:18:43.732Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.50s) [2022-03-09T22:18:43.732Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.53s) [2022-03-09T22:18:43.732Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.00s) [2022-03-09T22:18:43.732Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.06s) [2022-03-09T22:18:43.732Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.00s) [2022-03-09T22:18:43.732Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.08s) [2022-03-09T22:18:43.732Z] === RUN TestBuildMultiStageCopy [2022-03-09T22:18:43.732Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-03-09T22:18:44.882Z] ---> a50116558cc3 [2022-03-09T22:18:44.883Z] Successfully built a50116558cc3 [2022-03-09T22:18:44.883Z] Successfully tagged docker:latest [2022-03-09T22:18:44.883Z] INFO: Image build ended at 03/09/2022 22:18:43. Duration:00:04:34.4293432 [2022-03-09T22:18:44.883Z] [2022-03-09T22:18:44.883Z] [2022-03-09T22:18:44.883Z] INFO: Building the test binaries at 03/09/2022 22:18:43... [2022-03-09T22:18:45.124Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-03-09T22:18:45.124Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-03-09T22:18:45.124Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-03-09T22:18:45.384Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-03-09T22:18:45.646Z] --- PASS: TestBuildMultiStageCopy (1.78s) [2022-03-09T22:18:45.646Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.03s) [2022-03-09T22:18:45.646Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.17s) [2022-03-09T22:18:45.646Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.19s) [2022-03-09T22:18:45.646Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.20s) [2022-03-09T22:18:45.646Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.20s) [2022-03-09T22:18:45.646Z] === RUN TestBuildMultiStageParentConfig [2022-03-09T22:18:46.219Z] --- PASS: TestBuildMultiStageParentConfig (0.55s) [2022-03-09T22:18:46.219Z] === RUN TestBuildLabelWithTargets [2022-03-09T22:18:47.161Z] --- PASS: TestBuildLabelWithTargets (0.90s) [2022-03-09T22:18:47.161Z] === RUN TestBuildWithEmptyLayers [2022-03-09T22:18:47.423Z] --- PASS: TestBuildWithEmptyLayers (0.40s) [2022-03-09T22:18:47.423Z] === RUN TestBuildMultiStageOnBuild [2022-03-09T22:18:48.811Z] --- PASS: TestBuildMultiStageOnBuild (1.25s) [2022-03-09T22:18:48.811Z] === RUN TestBuildUncleanTarFilenames [2022-03-09T22:18:49.382Z] --- PASS: TestBuildUncleanTarFilenames (0.52s) [2022-03-09T22:18:49.382Z] === RUN TestBuildMultiStageLayerLeak [2022-03-09T22:18:50.769Z] --- PASS: TestBuildMultiStageLayerLeak (1.29s) [2022-03-09T22:18:50.769Z] === RUN TestBuildWithHugeFile [2022-03-09T22:18:51.979Z] INFO: Extraction ended at 03/09/2022 22:18:50. Duration:00:00:27.9108949 [2022-03-09T22:18:51.979Z] INFO: Updating the golang and path environment variables [2022-03-09T22:18:51.979Z] INFO: GOPATH=d:\gopath [2022-03-09T22:18:51.979Z] INFO: go version go1.17.8 windows/amd64 [2022-03-09T22:18:51.979Z] INFO: Running the daemon under test in debug mode [2022-03-09T22:18:51.979Z] INFO: Running the daemon under test in containerd mode [2022-03-09T22:18:51.979Z] INFO: Starting a daemon under test... [2022-03-09T22:18:51.979Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-43352\2\daemon --pidfile d:\CI\PR-43352\2\docker.pid -D --containerd \\.\pipe\containerd-containerd [2022-03-09T22:18:51.979Z] INFO: Containerd started successfully. [2022-03-09T22:18:51.979Z] INFO: Process started successfully. [2022-03-09T22:18:51.979Z] INFO: Start tailing logs of the daemon under tests [2022-03-09T22:18:51.979Z] INFO: Waiting for the daemon under test to start... [2022-03-09T22:18:52.237Z] INFO: make.ps1 starting at 03/09/2022 22:18:51 [2022-03-09T22:18:52.237Z] INFO: Git commit (b92af14a1c) assumed from DOCKER_GITCOMMIT environment variable [2022-03-09T22:18:52.237Z] INFO: Invoking autogen... [2022-03-09T22:18:52.706Z] INFO: Building daemon... [2022-03-09T22:18:59.394Z] sha256:0e941ff06981877cc0d91434324b93fad4cffcd9e0716afab2a781537da33137 [2022-03-09T22:18:59.394Z] INFO: Starting docker-py tests... [2022-03-09T22:19:00.330Z] ============================= test session starts ============================== [2022-03-09T22:19:00.330Z] platform linux -- Python 3.7.12, pytest-4.3.1, py-1.11.0, pluggy-1.0.0 [2022-03-09T22:19:00.330Z] rootdir: /src, inifile: pytest.ini [2022-03-09T22:19:00.330Z] plugins: timeout-1.3.3, cov-2.6.1 [2022-03-09T22:19:01.265Z] collected 395 items / 2 deselected / 393 selected [2022-03-09T22:19:01.265Z] [2022-03-09T22:19:01.906Z] --- PASS: TestImportExtremelyLargeImageWorks (89.91s) [2022-03-09T22:19:01.906Z] PASS [2022-03-09T22:19:01.906Z] [2022-03-09T22:19:01.906Z] === Skipped [2022-03-09T22:19:01.906Z] === SKIP: amd64.integration.image TestRemoveImageGarbageCollector (0.00s) [2022-03-09T22:19:01.906Z] remove_unix_test.go:36: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2022-03-09T22:19:01.906Z] [2022-03-09T22:19:01.906Z] DONE 22 tests, 1 skipped in 94.269s [2022-03-09T22:19:01.906Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2022-03-09T22:19:01.906Z] INFO: Testing against a local daemon [2022-03-09T22:19:01.906Z] === RUN TestNetworkCreateDelete [2022-03-09T22:19:01.906Z] --- PASS: TestNetworkCreateDelete (0.14s) [2022-03-09T22:19:01.906Z] === RUN TestDockerNetworkDeletePreferID [2022-03-09T22:19:01.906Z] --- PASS: TestDockerNetworkDeletePreferID (0.39s) [2022-03-09T22:19:01.906Z] === RUN TestDaemonDNSFallback [2022-03-09T22:19:02.164Z] --- PASS: TestDaemonDNSFallback (6.31s) [2022-03-09T22:19:02.164Z] === RUN TestInspectNetwork [2022-03-09T22:19:02.164Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T22:19:02.164Z] --- SKIP: TestInspectNetwork (0.00s) [2022-03-09T22:19:02.164Z] === RUN TestRunContainerWithBridgeNone [2022-03-09T22:19:02.164Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-09T22:19:02.164Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2022-03-09T22:19:02.164Z] === RUN TestNetworkInvalidJSON [2022-03-09T22:19:02.164Z] === RUN TestNetworkInvalidJSON//networks/create [2022-03-09T22:19:02.164Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-03-09T22:19:02.164Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-03-09T22:19:02.164Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-03-09T22:19:02.164Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-09T22:19:02.164Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-09T22:19:02.164Z] === CONT TestNetworkInvalidJSON//networks/create [2022-03-09T22:19:02.164Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-09T22:19:02.164Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-03-09T22:19:02.164Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2022-03-09T22:19:02.164Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2022-03-09T22:19:02.164Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2022-03-09T22:19:02.164Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2022-03-09T22:19:02.164Z] === RUN TestNetworkList [2022-03-09T22:19:02.164Z] === RUN TestNetworkList//networks [2022-03-09T22:19:02.164Z] === PAUSE TestNetworkList//networks [2022-03-09T22:19:02.164Z] === RUN TestNetworkList//networks/ [2022-03-09T22:19:02.164Z] === PAUSE TestNetworkList//networks/ [2022-03-09T22:19:02.164Z] === CONT TestNetworkList//networks [2022-03-09T22:19:02.164Z] === CONT TestNetworkList//networks/ [2022-03-09T22:19:02.164Z] --- PASS: TestNetworkList (0.01s) [2022-03-09T22:19:02.164Z] --- PASS: TestNetworkList//networks (0.00s) [2022-03-09T22:19:02.164Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-03-09T22:19:02.164Z] === RUN TestHostIPv4BridgeLabel [2022-03-09T22:19:02.164Z] network_test.go:130: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-09T22:19:02.164Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2022-03-09T22:19:02.164Z] === RUN TestDaemonRestartWithLiveRestore [2022-03-09T22:19:02.164Z] service_test.go:33: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-09T22:19:02.164Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.01s) [2022-03-09T22:19:02.164Z] === RUN TestDaemonDefaultNetworkPools [2022-03-09T22:19:02.164Z] service_test.go:63: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-09T22:19:02.164Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2022-03-09T22:19:02.164Z] === RUN TestDaemonRestartWithExistingNetwork [2022-03-09T22:19:02.164Z] service_test.go:106: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-09T22:19:02.164Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2022-03-09T22:19:02.164Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-03-09T22:19:02.164Z] service_test.go:140: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-09T22:19:02.164Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-03-09T22:19:02.164Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-03-09T22:19:02.164Z] service_test.go:191: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-09T22:19:02.164Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-03-09T22:19:02.164Z] === RUN TestServiceWithPredefinedNetwork [2022-03-09T22:19:02.164Z] service_test.go:214: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T22:19:02.164Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2022-03-09T22:19:02.164Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-03-09T22:19:02.164Z] service_test.go:243: FLAKY_TEST [2022-03-09T22:19:02.164Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-09T22:19:02.164Z] === RUN TestServiceWithDataPathPortInit [2022-03-09T22:19:02.164Z] service_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T22:19:02.164Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2022-03-09T22:19:02.164Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-03-09T22:19:02.164Z] service_test.go:403: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T22:19:02.164Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2022-03-09T22:19:02.164Z] PASS [2022-03-09T22:19:02.164Z] [2022-03-09T22:19:02.164Z] === Skipped [2022-03-09T22:19:02.164Z] === SKIP: amd64.integration.network TestInspectNetwork (0.00s) [2022-03-09T22:19:02.164Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T22:19:02.164Z] [2022-03-09T22:19:02.164Z] === SKIP: amd64.integration.network TestRunContainerWithBridgeNone (0.00s) [2022-03-09T22:19:02.164Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-09T22:19:02.164Z] [2022-03-09T22:19:02.164Z] === SKIP: amd64.integration.network TestHostIPv4BridgeLabel (0.00s) [2022-03-09T22:19:02.164Z] network_test.go:130: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-09T22:19:02.164Z] [2022-03-09T22:19:02.164Z] === SKIP: amd64.integration.network TestDaemonRestartWithLiveRestore (0.01s) [2022-03-09T22:19:02.164Z] service_test.go:33: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-09T22:19:02.164Z] [2022-03-09T22:19:02.164Z] === SKIP: amd64.integration.network TestDaemonDefaultNetworkPools (0.00s) [2022-03-09T22:19:02.164Z] service_test.go:63: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-09T22:19:02.164Z] [2022-03-09T22:19:02.164Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetwork (0.00s) [2022-03-09T22:19:02.164Z] service_test.go:106: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-09T22:19:02.164Z] [2022-03-09T22:19:02.164Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-03-09T22:19:02.164Z] service_test.go:140: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-09T22:19:02.164Z] [2022-03-09T22:19:02.164Z] === SKIP: amd64.integration.network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-03-09T22:19:02.164Z] service_test.go:191: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-09T22:19:02.164Z] [2022-03-09T22:19:02.164Z] === SKIP: amd64.integration.network TestServiceWithPredefinedNetwork (0.00s) [2022-03-09T22:19:02.164Z] service_test.go:214: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T22:19:02.164Z] [2022-03-09T22:19:02.164Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-09T22:19:02.164Z] service_test.go:243: FLAKY_TEST [2022-03-09T22:19:02.164Z] [2022-03-09T22:19:02.164Z] === SKIP: amd64.integration.network TestServiceWithDataPathPortInit (0.00s) [2022-03-09T22:19:02.164Z] service_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T22:19:02.164Z] [2022-03-09T22:19:02.164Z] === SKIP: amd64.integration.network TestServiceWithDefaultAddressPoolInit (0.00s) [2022-03-09T22:19:02.164Z] service_test.go:403: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T22:19:02.164Z] [2022-03-09T22:19:02.164Z] DONE 22 tests, 12 skipped in 6.993s [2022-03-09T22:19:02.164Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-03-09T22:19:02.422Z] INFO: Testing against a local daemon [2022-03-09T22:19:02.422Z] === RUN TestDockerNetworkIpvlanPersistance [2022-03-09T22:19:02.422Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-09T22:19:02.422Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-03-09T22:19:02.422Z] === RUN TestDockerNetworkIpvlan [2022-03-09T22:19:02.422Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-09T22:19:02.422Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-03-09T22:19:02.422Z] PASS [2022-03-09T22:19:02.422Z] [2022-03-09T22:19:02.422Z] === Skipped [2022-03-09T22:19:02.422Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-03-09T22:19:02.422Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-09T22:19:02.422Z] [2022-03-09T22:19:02.422Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-03-09T22:19:02.422Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-09T22:19:02.422Z] [2022-03-09T22:19:02.422Z] DONE 2 tests, 2 skipped in 0.096s [2022-03-09T22:19:02.422Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-03-09T22:19:02.422Z] INFO: Testing against a local daemon [2022-03-09T22:19:02.422Z] === RUN TestDockerNetworkMacvlanPersistance [2022-03-09T22:19:02.422Z] macvlan_test.go:23: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-09T22:19:02.422Z] --- SKIP: TestDockerNetworkMacvlanPersistance (0.00s) [2022-03-09T22:19:02.422Z] === RUN TestDockerNetworkMacvlan [2022-03-09T22:19:02.422Z] macvlan_test.go:46: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-09T22:19:02.422Z] --- SKIP: TestDockerNetworkMacvlan (0.00s) [2022-03-09T22:19:02.422Z] PASS [2022-03-09T22:19:02.422Z] [2022-03-09T22:19:02.422Z] === Skipped [2022-03-09T22:19:02.422Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlanPersistance (0.00s) [2022-03-09T22:19:02.422Z] macvlan_test.go:23: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-09T22:19:02.422Z] [2022-03-09T22:19:02.422Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlan (0.00s) [2022-03-09T22:19:02.422Z] macvlan_test.go:46: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-09T22:19:02.422Z] [2022-03-09T22:19:02.422Z] DONE 2 tests, 2 skipped in 0.083s [2022-03-09T22:19:02.422Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2022-03-09T22:19:02.422Z] testing: warning: no tests to run [2022-03-09T22:19:02.422Z] PASS [2022-03-09T22:19:02.422Z] [2022-03-09T22:19:02.422Z] DONE 0 tests in 0.021s [2022-03-09T22:19:02.422Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-03-09T22:19:02.680Z] INFO: Testing against a local daemon [2022-03-09T22:19:02.680Z] === RUN TestAuthZPluginAllowRequest [2022-03-09T22:19:02.680Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-09T22:19:02.680Z] --- SKIP: TestAuthZPluginAllowRequest (0.00s) [2022-03-09T22:19:02.680Z] === RUN TestAuthZPluginTLS [2022-03-09T22:19:02.680Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-09T22:19:02.680Z] --- SKIP: TestAuthZPluginTLS (0.00s) [2022-03-09T22:19:02.680Z] === RUN TestAuthZPluginDenyRequest [2022-03-09T22:19:02.680Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-09T22:19:02.680Z] --- SKIP: TestAuthZPluginDenyRequest (0.00s) [2022-03-09T22:19:02.680Z] === RUN TestAuthZPluginAPIDenyResponse [2022-03-09T22:19:02.680Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-09T22:19:02.680Z] --- SKIP: TestAuthZPluginAPIDenyResponse (0.00s) [2022-03-09T22:19:02.680Z] === RUN TestAuthZPluginDenyResponse [2022-03-09T22:19:02.680Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-09T22:19:02.680Z] --- SKIP: TestAuthZPluginDenyResponse (0.00s) [2022-03-09T22:19:02.680Z] === RUN TestAuthZPluginAllowEventStream [2022-03-09T22:19:02.680Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-09T22:19:02.680Z] --- SKIP: TestAuthZPluginAllowEventStream (0.00s) [2022-03-09T22:19:02.680Z] === RUN TestAuthZPluginErrorResponse [2022-03-09T22:19:02.680Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-09T22:19:02.680Z] --- SKIP: TestAuthZPluginErrorResponse (0.00s) [2022-03-09T22:19:02.680Z] === RUN TestAuthZPluginErrorRequest [2022-03-09T22:19:02.680Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-09T22:19:02.680Z] --- SKIP: TestAuthZPluginErrorRequest (0.00s) [2022-03-09T22:19:02.680Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-03-09T22:19:02.681Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-09T22:19:02.681Z] --- SKIP: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2022-03-09T22:19:02.681Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-03-09T22:19:02.681Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-09T22:19:02.681Z] --- SKIP: TestAuthZPluginEnsureLoadImportWorking (0.00s) [2022-03-09T22:19:02.681Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-03-09T22:19:02.681Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-09T22:19:02.681Z] --- SKIP: TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2022-03-09T22:19:02.681Z] === RUN TestAuthZPluginHeader [2022-03-09T22:19:02.681Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-09T22:19:02.681Z] --- SKIP: TestAuthZPluginHeader (0.00s) [2022-03-09T22:19:02.681Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-03-09T22:19:02.681Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-09T22:19:02.681Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.11s) [2022-03-09T22:19:02.681Z] === RUN TestAuthZPluginV2Disable [2022-03-09T22:19:02.681Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-09T22:19:02.681Z] --- SKIP: TestAuthZPluginV2Disable (0.02s) [2022-03-09T22:19:02.681Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-03-09T22:19:02.681Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-09T22:19:02.681Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.02s) [2022-03-09T22:19:02.681Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-03-09T22:19:02.681Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-09T22:19:02.681Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s) [2022-03-09T22:19:02.681Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-03-09T22:19:02.681Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-09T22:19:02.681Z] --- SKIP: TestAuthZPluginV2NonexistentFailsDaemonStart (0.01s) [2022-03-09T22:19:02.681Z] PASS [2022-03-09T22:19:02.681Z] [2022-03-09T22:19:02.681Z] === Skipped [2022-03-09T22:19:02.681Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowRequest (0.00s) [2022-03-09T22:19:02.681Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-09T22:19:02.681Z] [2022-03-09T22:19:02.681Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginTLS (0.00s) [2022-03-09T22:19:02.681Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-09T22:19:02.681Z] [2022-03-09T22:19:02.681Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyRequest (0.00s) [2022-03-09T22:19:02.681Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-09T22:19:02.681Z] [2022-03-09T22:19:02.681Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAPIDenyResponse (0.00s) [2022-03-09T22:19:02.681Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-09T22:19:02.681Z] [2022-03-09T22:19:02.681Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyResponse (0.00s) [2022-03-09T22:19:02.681Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-09T22:19:02.681Z] [2022-03-09T22:19:02.681Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowEventStream (0.00s) [2022-03-09T22:19:02.681Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-09T22:19:02.681Z] [2022-03-09T22:19:02.681Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorResponse (0.00s) [2022-03-09T22:19:02.681Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-09T22:19:02.681Z] [2022-03-09T22:19:02.681Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorRequest (0.00s) [2022-03-09T22:19:02.681Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-09T22:19:02.681Z] [2022-03-09T22:19:02.681Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2022-03-09T22:19:02.681Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-09T22:19:02.681Z] [2022-03-09T22:19:02.681Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureLoadImportWorking (0.00s) [2022-03-09T22:19:02.681Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-09T22:19:02.681Z] [2022-03-09T22:19:02.681Z] === SKIP: amd64.integration.plugin.authz TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2022-03-09T22:19:02.681Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-09T22:19:02.681Z] [2022-03-09T22:19:02.681Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginHeader (0.00s) [2022-03-09T22:19:02.681Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-09T22:19:02.681Z] [2022-03-09T22:19:02.681Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.11s) [2022-03-09T22:19:02.681Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-09T22:19:02.681Z] [2022-03-09T22:19:02.681Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2Disable (0.02s) [2022-03-09T22:19:02.681Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-09T22:19:02.681Z] [2022-03-09T22:19:02.681Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.02s) [2022-03-09T22:19:02.681Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-09T22:19:02.681Z] [2022-03-09T22:19:02.681Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s) [2022-03-09T22:19:02.681Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-09T22:19:02.681Z] [2022-03-09T22:19:02.681Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2NonexistentFailsDaemonStart (0.01s) [2022-03-09T22:19:02.681Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-09T22:19:02.681Z] [2022-03-09T22:19:02.681Z] DONE 17 tests, 17 skipped in 0.269s [2022-03-09T22:19:02.681Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-03-09T22:19:02.939Z] INFO: Testing against a local daemon [2022-03-09T22:19:02.939Z] === RUN TestPluginInvalidJSON [2022-03-09T22:19:02.939Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-03-09T22:19:02.939Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-03-09T22:19:02.939Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-03-09T22:19:02.939Z] --- PASS: TestPluginInvalidJSON (0.01s) [2022-03-09T22:19:02.939Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2022-03-09T22:19:02.939Z] === RUN TestPluginInstall [2022-03-09T22:19:02.939Z] plugin_test.go:64: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-09T22:19:02.939Z] --- SKIP: TestPluginInstall (0.00s) [2022-03-09T22:19:02.939Z] === RUN TestPluginsWithRuntimes [2022-03-09T22:19:02.939Z] 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-09T22:19:02.939Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2022-03-09T22:19:02.939Z] === RUN TestPluginBackCompatMediaTypes [2022-03-09T22:19:02.939Z] plugin_test.go:235: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access) [2022-03-09T22:19:02.939Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2022-03-09T22:19:02.939Z] PASS [2022-03-09T22:19:02.939Z] [2022-03-09T22:19:02.939Z] === Skipped [2022-03-09T22:19:02.939Z] === SKIP: amd64.integration.plugin.common TestPluginInstall (0.00s) [2022-03-09T22:19:02.939Z] plugin_test.go:64: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-09T22:19:02.939Z] [2022-03-09T22:19:02.939Z] === SKIP: amd64.integration.plugin.common TestPluginsWithRuntimes (0.00s) [2022-03-09T22:19:02.939Z] 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-09T22:19:02.939Z] [2022-03-09T22:19:02.939Z] === SKIP: amd64.integration.plugin.common TestPluginBackCompatMediaTypes (0.00s) [2022-03-09T22:19:02.939Z] plugin_test.go:235: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access) [2022-03-09T22:19:02.939Z] [2022-03-09T22:19:02.939Z] DONE 5 tests, 3 skipped in 0.118s [2022-03-09T22:19:02.939Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-03-09T22:19:02.939Z] INFO: Testing against a local daemon [2022-03-09T22:19:02.939Z] === RUN TestExternalGraphDriver [2022-03-09T22:19:02.939Z] external_test.go:50: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2022-03-09T22:19:02.939Z] --- SKIP: TestExternalGraphDriver (0.03s) [2022-03-09T22:19:02.939Z] === RUN TestGraphdriverPluginV2 [2022-03-09T22:19:07.120Z] --- PASS: TestGraphdriverPluginV2 (3.40s) [2022-03-09T22:19:07.120Z] PASS [2022-03-09T22:19:07.120Z] [2022-03-09T22:19:07.120Z] === Skipped [2022-03-09T22:19:07.120Z] === SKIP: amd64.integration.plugin.graphdriver TestExternalGraphDriver (0.03s) [2022-03-09T22:19:07.120Z] external_test.go:50: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2022-03-09T22:19:07.120Z] [2022-03-09T22:19:07.120Z] DONE 2 tests, 1 skipped in 3.532s [2022-03-09T22:19:07.120Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-03-09T22:19:07.120Z] INFO: Testing against a local daemon [2022-03-09T22:19:07.120Z] === RUN TestContinueAfterPluginCrash [2022-03-09T22:19:07.120Z] === PAUSE TestContinueAfterPluginCrash [2022-03-09T22:19:07.120Z] === RUN TestReadPluginNoRead [2022-03-09T22:19:07.120Z] === PAUSE TestReadPluginNoRead [2022-03-09T22:19:07.120Z] === RUN TestDaemonStartWithLogOpt [2022-03-09T22:19:07.120Z] === PAUSE TestDaemonStartWithLogOpt [2022-03-09T22:19:07.120Z] === CONT TestContinueAfterPluginCrash [2022-03-09T22:19:07.120Z] === CONT TestDaemonStartWithLogOpt [2022-03-09T22:19:11.309Z] --- PASS: TestDaemonStartWithLogOpt (4.15s) [2022-03-09T22:19:11.309Z] === CONT TestReadPluginNoRead [2022-03-09T22:19:13.213Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-03-09T22:19:13.222Z] ...INFO: Daemon under test started and replied! [2022-03-09T22:19:13.222Z] INFO: Docker version of the daemon under test [2022-03-09T22:19:13.222Z] [2022-03-09T22:19:13.222Z] Client: [2022-03-09T22:19:13.222Z] Version: 17.06.2-ce [2022-03-09T22:19:13.222Z] API version: 1.30 [2022-03-09T22:19:13.222Z] Go version: go1.8.3 [2022-03-09T22:19:13.222Z] Git commit: cec0b72 [2022-03-09T22:19:13.222Z] Built: Tue Sep 5 19:57:19 2017 [2022-03-09T22:19:13.222Z] OS/Arch: windows/amd64 [2022-03-09T22:19:13.222Z] [2022-03-09T22:19:13.222Z] Server: [2022-03-09T22:19:13.222Z] Version: 0.0.0-dev [2022-03-09T22:19:13.222Z] API version: 1.42 (minimum version 1.24) [2022-03-09T22:19:13.222Z] Go version: go1.17.8 [2022-03-09T22:19:13.222Z] Git commit: b92af14a1c [2022-03-09T22:19:13.222Z] Built: 03/09/2022 22:16:59 [2022-03-09T22:19:13.222Z] OS/Arch: windows/amd64 [2022-03-09T22:19:13.222Z] Experimental: false [2022-03-09T22:19:13.222Z] [2022-03-09T22:19:13.222Z] INFO: Docker info of the daemon under test [2022-03-09T22:19:13.222Z] [2022-03-09T22:19:13.222Z] Containers: 0 [2022-03-09T22:19:13.222Z] Running: 0 [2022-03-09T22:19:13.222Z] Paused: 0 [2022-03-09T22:19:13.222Z] Stopped: 0 [2022-03-09T22:19:13.222Z] Images: 0 [2022-03-09T22:19:13.222Z] Server Version: 0.0.0-dev [2022-03-09T22:19:13.222Z] Storage Driver: windowsfilter [2022-03-09T22:19:13.222Z] Windows: [2022-03-09T22:19:13.222Z] Logging Driver: json-file [2022-03-09T22:19:13.222Z] Plugins: [2022-03-09T22:19:13.222Z] Volume: local [2022-03-09T22:19:13.222Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-09T22:19:13.222Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-09T22:19:13.222Z] Swarm: inactive [2022-03-09T22:19:13.222Z] Default Isolation: process [2022-03-09T22:19:13.222Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-03-09T22:19:13.222Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-03-09T22:19:13.222Z] OSType: windows [2022-03-09T22:19:13.222Z] Architecture: x86_64 [2022-03-09T22:19:13.222Z] CPUs: 4 [2022-03-09T22:19:13.222Z] Total Memory: 32GiB [2022-03-09T22:19:13.222Z] Name: azwin-2-b09451 [2022-03-09T22:19:13.222Z] ID: VL2R:SWAT:RNPC:P7ZU:NSIR:E2I2:QZNL:BUME:QAHA:7JNW:LLKF:WYIU [2022-03-09T22:19:13.222Z] Docker Root Dir: D:\CI\PR-43352\2\daemon [2022-03-09T22:19:13.222Z] Debug Mode (client): false [2022-03-09T22:19:13.222Z] Debug Mode (server): true [2022-03-09T22:19:13.222Z] File Descriptors: -1 [2022-03-09T22:19:13.222Z] Goroutines: 31 [2022-03-09T22:19:13.222Z] System Time: 2022-03-09T22:19:10.6274166Z [2022-03-09T22:19:13.222Z] EventsListeners: 0 [2022-03-09T22:19:13.222Z] Registry: https://index.docker.io/v1/ [2022-03-09T22:19:13.222Z] Labels: [2022-03-09T22:19:13.222Z] Experimental: false [2022-03-09T22:19:13.222Z] Insecure Registries: [2022-03-09T22:19:13.222Z] 127.0.0.0/8 [2022-03-09T22:19:13.222Z] Live Restore Enabled: false [2022-03-09T22:19:13.222Z] [2022-03-09T22:19:13.222Z] [2022-03-09T22:19:13.222Z] INFO: Docker images of the daemon under test [2022-03-09T22:19:13.222Z] [2022-03-09T22:19:13.222Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-03-09T22:19:13.222Z] [2022-03-09T22:19:13.222Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2022-03-09T22:19:13.222Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2022 from docker hub into daemon under test. This may take some time... [2022-03-09T22:19:13.222Z] ltsc2022: Pulling from windows/servercore [2022-03-09T22:19:13.222Z] 8f616e6e9eec: Pulling fs layer [2022-03-09T22:19:13.222Z] 037d5740b404: Pulling fs layer [2022-03-09T22:19:14.146Z] === RUN TestReadPluginNoRead/default [2022-03-09T22:19:15.519Z] --- PASS: TestContinueAfterPluginCrash (8.80s) [2022-03-09T22:19:15.519Z] === RUN TestReadPluginNoRead/disabled_caching [2022-03-09T22:19:16.891Z] === CONT TestReadPluginNoRead [2022-03-09T22:19:16.891Z] read_test.go:92: [d9d76fd0e737d] daemon is not started [2022-03-09T22:19:16.891Z] --- PASS: TestReadPluginNoRead (6.05s) [2022-03-09T22:19:16.891Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.41s) [2022-03-09T22:19:16.891Z] --- PASS: TestReadPluginNoRead/default (1.30s) [2022-03-09T22:19:16.891Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.18s) [2022-03-09T22:19:16.891Z] PASS [2022-03-09T22:19:16.891Z] [2022-03-09T22:19:16.891Z] DONE 6 tests in 10.290s [2022-03-09T22:19:16.891Z] 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-09T22:19:16.891Z] testing: warning: no tests to run [2022-03-09T22:19:16.891Z] PASS [2022-03-09T22:19:16.891Z] [2022-03-09T22:19:16.891Z] DONE 0 tests in 0.033s [2022-03-09T22:19:16.891Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-03-09T22:19:16.891Z] INFO: Testing against a local daemon [2022-03-09T22:19:16.891Z] === RUN TestPluginWithDevMounts [2022-03-09T22:19:16.891Z] mounts_test.go:20: (*Execution).IsRootless-fm [2022-03-09T22:19:16.891Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2022-03-09T22:19:16.891Z] PASS [2022-03-09T22:19:16.891Z] [2022-03-09T22:19:16.891Z] === Skipped [2022-03-09T22:19:16.891Z] === SKIP: amd64.integration.plugin.volumes TestPluginWithDevMounts (0.00s) [2022-03-09T22:19:16.891Z] mounts_test.go:20: (*Execution).IsRootless-fm [2022-03-09T22:19:16.891Z] [2022-03-09T22:19:16.891Z] DONE 1 tests, 1 skipped in 0.103s [2022-03-09T22:19:16.891Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2022-03-09T22:19:16.891Z] INFO: Testing against a local daemon [2022-03-09T22:19:16.891Z] === RUN TestSecretInspect [2022-03-09T22:19:16.891Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T22:19:16.891Z] --- SKIP: TestSecretInspect (0.01s) [2022-03-09T22:19:16.891Z] === RUN TestSecretList [2022-03-09T22:19:16.891Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T22:19:16.891Z] --- SKIP: TestSecretList (0.01s) [2022-03-09T22:19:16.891Z] === RUN TestSecretsCreateAndDelete [2022-03-09T22:19:16.891Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T22:19:16.974Z] tests/integration/api_build_test.py .......................X [ 6%] [2022-03-09T22:19:17.149Z] --- SKIP: TestSecretsCreateAndDelete (0.01s) [2022-03-09T22:19:17.149Z] === RUN TestSecretsUpdate [2022-03-09T22:19:17.149Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T22:19:17.149Z] --- SKIP: TestSecretsUpdate (0.01s) [2022-03-09T22:19:17.149Z] === RUN TestTemplatedSecret [2022-03-09T22:19:17.149Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T22:19:17.149Z] --- SKIP: TestTemplatedSecret (0.00s) [2022-03-09T22:19:17.149Z] === RUN TestSecretCreateResolve [2022-03-09T22:19:17.149Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T22:19:17.149Z] --- SKIP: TestSecretCreateResolve (0.02s) [2022-03-09T22:19:17.149Z] PASS [2022-03-09T22:19:17.149Z] [2022-03-09T22:19:17.149Z] === Skipped [2022-03-09T22:19:17.149Z] === SKIP: amd64.integration.secret TestSecretInspect (0.01s) [2022-03-09T22:19:17.149Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T22:19:17.149Z] [2022-03-09T22:19:17.149Z] === SKIP: amd64.integration.secret TestSecretList (0.01s) [2022-03-09T22:19:17.149Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T22:19:17.149Z] [2022-03-09T22:19:17.149Z] === SKIP: amd64.integration.secret TestSecretsCreateAndDelete (0.01s) [2022-03-09T22:19:17.149Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T22:19:17.149Z] [2022-03-09T22:19:17.149Z] === SKIP: amd64.integration.secret TestSecretsUpdate (0.01s) [2022-03-09T22:19:17.149Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T22:19:17.149Z] [2022-03-09T22:19:17.149Z] === SKIP: amd64.integration.secret TestTemplatedSecret (0.00s) [2022-03-09T22:19:17.149Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T22:19:17.149Z] [2022-03-09T22:19:17.149Z] === SKIP: amd64.integration.secret TestSecretCreateResolve (0.02s) [2022-03-09T22:19:17.149Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T22:19:17.149Z] [2022-03-09T22:19:17.149Z] DONE 6 tests, 6 skipped in 0.155s [2022-03-09T22:19:17.149Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2022-03-09T22:19:17.149Z] INFO: Testing against a local daemon [2022-03-09T22:19:17.149Z] === RUN TestServiceCreateInit [2022-03-09T22:19:17.149Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-03-09T22:19:17.149Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T22:19:17.149Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-03-09T22:19:17.149Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T22:19:17.149Z] --- PASS: TestServiceCreateInit (0.01s) [2022-03-09T22:19:17.149Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-09T22:19:17.149Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-09T22:19:17.149Z] === RUN TestCreateServiceMultipleTimes [2022-03-09T22:19:17.149Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T22:19:17.149Z] --- SKIP: TestCreateServiceMultipleTimes (0.01s) [2022-03-09T22:19:17.149Z] === RUN TestCreateServiceConflict [2022-03-09T22:19:17.149Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T22:19:17.149Z] --- SKIP: TestCreateServiceConflict (0.01s) [2022-03-09T22:19:17.149Z] === RUN TestCreateServiceMaxReplicas [2022-03-09T22:19:17.149Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T22:19:17.149Z] --- SKIP: TestCreateServiceMaxReplicas (0.01s) [2022-03-09T22:19:17.149Z] === RUN TestCreateWithDuplicateNetworkNames [2022-03-09T22:19:17.149Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T22:19:17.149Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.01s) [2022-03-09T22:19:17.149Z] === RUN TestCreateServiceSecretFileMode [2022-03-09T22:19:17.149Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T22:19:17.149Z] --- SKIP: TestCreateServiceSecretFileMode (0.01s) [2022-03-09T22:19:17.149Z] === RUN TestCreateServiceConfigFileMode [2022-03-09T22:19:17.149Z] create_test.go:307: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T22:19:17.149Z] --- SKIP: TestCreateServiceConfigFileMode (0.01s) [2022-03-09T22:19:17.149Z] === RUN TestCreateServiceSysctls [2022-03-09T22:19:17.149Z] create_test.go:390: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T22:19:17.149Z] --- SKIP: TestCreateServiceSysctls (0.02s) [2022-03-09T22:19:17.149Z] === RUN TestCreateServiceCapabilities [2022-03-09T22:19:17.408Z] create_test.go:474: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T22:19:17.408Z] --- SKIP: TestCreateServiceCapabilities (0.03s) [2022-03-09T22:19:17.408Z] === RUN TestInspect [2022-03-09T22:19:17.408Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T22:19:17.408Z] --- SKIP: TestInspect (0.01s) [2022-03-09T22:19:17.408Z] === RUN TestCreateJob [2022-03-09T22:19:17.408Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T22:19:17.408Z] --- SKIP: TestCreateJob (0.01s) [2022-03-09T22:19:17.408Z] === RUN TestReplicatedJob [2022-03-09T22:19:17.408Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T22:19:17.408Z] --- SKIP: TestReplicatedJob (0.01s) [2022-03-09T22:19:17.408Z] === RUN TestUpdateReplicatedJob [2022-03-09T22:19:17.408Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T22:19:17.408Z] --- SKIP: TestUpdateReplicatedJob (0.01s) [2022-03-09T22:19:17.408Z] === RUN TestServiceListWithStatuses [2022-03-09T22:19:17.408Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-03-09T22:19:17.408Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-03-09T22:19:17.408Z] === RUN TestDockerNetworkConnectAlias [2022-03-09T22:19:17.408Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T22:19:17.408Z] --- SKIP: TestDockerNetworkConnectAlias (0.01s) [2022-03-09T22:19:17.408Z] === RUN TestDockerNetworkReConnect [2022-03-09T22:19:17.408Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T22:19:17.408Z] --- SKIP: TestDockerNetworkReConnect (0.01s) [2022-03-09T22:19:17.408Z] === RUN TestServicePlugin [2022-03-09T22:19:17.798Z] tests/integration/api_client_test.py ..... [ 7%] [2022-03-09T22:19:19.310Z] plugin_test.go:58: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T22:19:19.311Z] --- SKIP: TestServicePlugin (1.90s) [2022-03-09T22:19:19.311Z] === RUN TestServiceUpdateLabel [2022-03-09T22:19:19.311Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T22:19:19.311Z] --- SKIP: TestServiceUpdateLabel (0.01s) [2022-03-09T22:19:19.311Z] === RUN TestServiceUpdateSecrets [2022-03-09T22:19:19.311Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T22:19:19.311Z] --- SKIP: TestServiceUpdateSecrets (0.01s) [2022-03-09T22:19:19.311Z] === RUN TestServiceUpdateConfigs [2022-03-09T22:19:19.311Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T22:19:19.311Z] --- SKIP: TestServiceUpdateConfigs (0.01s) [2022-03-09T22:19:19.311Z] === RUN TestServiceUpdateNetwork [2022-03-09T22:19:19.311Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T22:19:19.311Z] --- SKIP: TestServiceUpdateNetwork (0.01s) [2022-03-09T22:19:19.311Z] === RUN TestServiceUpdatePidsLimit [2022-03-09T22:19:19.311Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T22:19:19.311Z] --- SKIP: TestServiceUpdatePidsLimit (0.01s) [2022-03-09T22:19:19.311Z] PASS [2022-03-09T22:19:19.311Z] [2022-03-09T22:19:19.311Z] === Skipped [2022-03-09T22:19:19.311Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-09T22:19:19.311Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T22:19:19.311Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-09T22:19:19.311Z] [2022-03-09T22:19:19.311Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-09T22:19:19.311Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T22:19:19.311Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-09T22:19:19.311Z] [2022-03-09T22:19:19.311Z] === SKIP: amd64.integration.service TestCreateServiceMultipleTimes (0.01s) [2022-03-09T22:19:19.311Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T22:19:19.311Z] [2022-03-09T22:19:19.311Z] === SKIP: amd64.integration.service TestCreateServiceConflict (0.01s) [2022-03-09T22:19:19.311Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T22:19:19.311Z] [2022-03-09T22:19:19.311Z] === SKIP: amd64.integration.service TestCreateServiceMaxReplicas (0.01s) [2022-03-09T22:19:19.311Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T22:19:19.311Z] [2022-03-09T22:19:19.311Z] === SKIP: amd64.integration.service TestCreateWithDuplicateNetworkNames (0.01s) [2022-03-09T22:19:19.311Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T22:19:19.311Z] [2022-03-09T22:19:19.311Z] === SKIP: amd64.integration.service TestCreateServiceSecretFileMode (0.01s) [2022-03-09T22:19:19.311Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T22:19:19.311Z] [2022-03-09T22:19:19.311Z] === SKIP: amd64.integration.service TestCreateServiceConfigFileMode (0.01s) [2022-03-09T22:19:19.311Z] create_test.go:307: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T22:19:19.311Z] [2022-03-09T22:19:19.311Z] === SKIP: amd64.integration.service TestCreateServiceSysctls (0.02s) [2022-03-09T22:19:19.311Z] create_test.go:390: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T22:19:19.311Z] [2022-03-09T22:19:19.311Z] === SKIP: amd64.integration.service TestCreateServiceCapabilities (0.03s) [2022-03-09T22:19:19.311Z] create_test.go:474: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T22:19:19.311Z] [2022-03-09T22:19:19.311Z] === SKIP: amd64.integration.service TestInspect (0.01s) [2022-03-09T22:19:19.311Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T22:19:19.311Z] [2022-03-09T22:19:19.311Z] === SKIP: amd64.integration.service TestCreateJob (0.01s) [2022-03-09T22:19:19.311Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T22:19:19.311Z] [2022-03-09T22:19:19.311Z] === SKIP: amd64.integration.service TestReplicatedJob (0.01s) [2022-03-09T22:19:19.311Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T22:19:19.311Z] [2022-03-09T22:19:19.311Z] === SKIP: amd64.integration.service TestUpdateReplicatedJob (0.01s) [2022-03-09T22:19:19.311Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T22:19:19.311Z] [2022-03-09T22:19:19.311Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2022-03-09T22:19:19.311Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-03-09T22:19:19.311Z] [2022-03-09T22:19:19.311Z] === SKIP: amd64.integration.service TestDockerNetworkConnectAlias (0.01s) [2022-03-09T22:19:19.311Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T22:19:19.311Z] [2022-03-09T22:19:19.311Z] === SKIP: amd64.integration.service TestDockerNetworkReConnect (0.01s) [2022-03-09T22:19:19.311Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T22:19:19.311Z] [2022-03-09T22:19:19.311Z] === SKIP: amd64.integration.service TestServicePlugin (1.90s) [2022-03-09T22:19:19.311Z] plugin_test.go:58: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T22:19:19.311Z] [2022-03-09T22:19:19.311Z] === SKIP: amd64.integration.service TestServiceUpdateLabel (0.01s) [2022-03-09T22:19:19.311Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T22:19:19.311Z] [2022-03-09T22:19:19.311Z] === SKIP: amd64.integration.service TestServiceUpdateSecrets (0.01s) [2022-03-09T22:19:19.311Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T22:19:19.311Z] [2022-03-09T22:19:19.311Z] === SKIP: amd64.integration.service TestServiceUpdateConfigs (0.01s) [2022-03-09T22:19:19.311Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T22:19:19.311Z] [2022-03-09T22:19:19.311Z] === SKIP: amd64.integration.service TestServiceUpdateNetwork (0.01s) [2022-03-09T22:19:19.311Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T22:19:19.311Z] [2022-03-09T22:19:19.311Z] === SKIP: amd64.integration.service TestServiceUpdatePidsLimit (0.01s) [2022-03-09T22:19:19.311Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T22:19:19.311Z] [2022-03-09T22:19:19.311Z] DONE 24 tests, 23 skipped in 2.245s [2022-03-09T22:19:19.311Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2022-03-09T22:19:19.311Z] INFO: Testing against a local daemon [2022-03-09T22:19:19.311Z] === RUN TestSessionCreate [2022-03-09T22:19:19.560Z] tests/integration/api_config_test.py ...... [ 8%] [2022-03-09T22:19:19.569Z] --- PASS: TestSessionCreate (0.02s) [2022-03-09T22:19:19.569Z] === RUN TestSessionCreateWithBadUpgrade [2022-03-09T22:19:19.569Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2022-03-09T22:19:19.569Z] PASS [2022-03-09T22:19:19.569Z] [2022-03-09T22:19:19.569Z] DONE 2 tests in 0.138s [2022-03-09T22:19:19.570Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2022-03-09T22:19:19.570Z] INFO: Testing against a local daemon [2022-03-09T22:19:19.570Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-03-09T22:19:19.570Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-03-09T22:19:19.570Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-09T22:19:19.570Z] === RUN TestDiskUsage [2022-03-09T22:19:19.570Z] === PAUSE TestDiskUsage [2022-03-09T22:19:19.570Z] === RUN TestEventsExecDie [2022-03-09T22:19:20.137Z] --- PASS: TestEventsExecDie (0.48s) [2022-03-09T22:19:20.137Z] === RUN TestEventsBackwardsCompatible [2022-03-09T22:19:20.137Z] --- PASS: TestEventsBackwardsCompatible (0.04s) [2022-03-09T22:19:20.137Z] === RUN TestEventsVolumeCreate [2022-03-09T22:19:20.137Z] --- PASS: TestEventsVolumeCreate (0.05s) [2022-03-09T22:19:20.137Z] === RUN TestInfoBinaryCommits [2022-03-09T22:19:20.137Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-03-09T22:19:20.137Z] === RUN TestInfoAPIVersioned [2022-03-09T22:19:20.137Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-03-09T22:19:20.137Z] === RUN TestInfoAPI [2022-03-09T22:19:20.137Z] --- PASS: TestInfoAPI (0.02s) [2022-03-09T22:19:20.137Z] === RUN TestInfoAPIWarnings [2022-03-09T22:19:27.222Z] --- PASS: TestImportExtremelyLargeImageWorks (90.09s) [2022-03-09T22:19:27.222Z] PASS [2022-03-09T22:19:27.222Z] [2022-03-09T22:19:27.222Z] DONE 22 tests in 93.217s [2022-03-09T22:19:27.222Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2022-03-09T22:19:27.222Z] INFO: Testing against a local daemon [2022-03-09T22:19:27.222Z] === RUN TestNetworkCreateDelete [2022-03-09T22:19:27.222Z] --- PASS: TestNetworkCreateDelete (0.13s) [2022-03-09T22:19:27.222Z] === RUN TestDockerNetworkDeletePreferID [2022-03-09T22:19:27.222Z] --- PASS: TestDockerNetworkDeletePreferID (0.38s) [2022-03-09T22:19:27.222Z] === RUN TestDaemonDNSFallback [2022-03-09T22:19:27.788Z] --- PASS: TestDaemonDNSFallback (6.32s) [2022-03-09T22:19:27.788Z] === RUN TestInspectNetwork [2022-03-09T22:19:31.039Z] 037d5740b404: Verifying Checksum [2022-03-09T22:19:31.039Z] 037d5740b404: Download complete [2022-03-09T22:19:31.073Z] === RUN TestInspectNetwork/full_network_id [2022-03-09T22:19:31.073Z] === RUN TestInspectNetwork/partial_network_id [2022-03-09T22:19:31.073Z] === RUN TestInspectNetwork/network_name [2022-03-09T22:19:31.073Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2022-03-09T22:19:35.266Z] --- PASS: TestInspectNetwork (7.19s) [2022-03-09T22:19:35.266Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2022-03-09T22:19:35.266Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2022-03-09T22:19:35.266Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2022-03-09T22:19:35.266Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2022-03-09T22:19:35.266Z] === RUN TestRunContainerWithBridgeNone [2022-03-09T22:19:36.640Z] --- PASS: TestRunContainerWithBridgeNone (1.56s) [2022-03-09T22:19:36.640Z] === RUN TestNetworkInvalidJSON [2022-03-09T22:19:36.640Z] === RUN TestNetworkInvalidJSON//networks/create [2022-03-09T22:19:36.640Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-03-09T22:19:36.640Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-03-09T22:19:36.640Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-03-09T22:19:36.640Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-09T22:19:36.640Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-09T22:19:36.640Z] === CONT TestNetworkInvalidJSON//networks/create [2022-03-09T22:19:36.640Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-09T22:19:36.640Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-03-09T22:19:36.640Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2022-03-09T22:19:36.640Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2022-03-09T22:19:36.640Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2022-03-09T22:19:36.640Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2022-03-09T22:19:36.640Z] === RUN TestNetworkList [2022-03-09T22:19:36.640Z] === RUN TestNetworkList//networks [2022-03-09T22:19:36.640Z] === PAUSE TestNetworkList//networks [2022-03-09T22:19:36.640Z] === RUN TestNetworkList//networks/ [2022-03-09T22:19:36.640Z] === PAUSE TestNetworkList//networks/ [2022-03-09T22:19:36.640Z] === CONT TestNetworkList//networks [2022-03-09T22:19:36.640Z] === CONT TestNetworkList//networks/ [2022-03-09T22:19:36.640Z] --- PASS: TestNetworkList (0.01s) [2022-03-09T22:19:36.640Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-03-09T22:19:36.640Z] --- PASS: TestNetworkList//networks (0.00s) [2022-03-09T22:19:36.640Z] === RUN TestHostIPv4BridgeLabel [2022-03-09T22:19:37.210Z] --- PASS: TestHostIPv4BridgeLabel (0.58s) [2022-03-09T22:19:37.210Z] === RUN TestDaemonRestartWithLiveRestore [2022-03-09T22:19:37.493Z] --- PASS: TestBuildWithHugeFile (46.24s) [2022-03-09T22:19:37.493Z] === RUN TestBuildWCOWSandboxSize [2022-03-09T22:19:37.494Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-09T22:19:37.494Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-03-09T22:19:37.494Z] === RUN TestBuildWithEmptyDockerfile [2022-03-09T22:19:37.494Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-09T22:19:37.494Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-09T22:19:37.494Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-09T22:19:37.494Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-09T22:19:37.494Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-09T22:19:37.494Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-09T22:19:37.494Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-09T22:19:37.494Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-09T22:19:37.494Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-09T22:19:37.494Z] --- PASS: TestBuildWithEmptyDockerfile (0.06s) [2022-03-09T22:19:37.494Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.15s) [2022-03-09T22:19:37.494Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.15s) [2022-03-09T22:19:37.494Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.04s) [2022-03-09T22:19:37.494Z] === RUN TestBuildPreserveOwnership [2022-03-09T22:19:37.494Z] === RUN TestBuildPreserveOwnership/copy_from [2022-03-09T22:19:38.145Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s) [2022-03-09T22:19:38.145Z] === RUN TestDaemonDefaultNetworkPools [2022-03-09T22:19:38.209Z] --- PASS: TestInfoAPIWarnings (16.33s) [2022-03-09T22:19:38.209Z] === RUN TestInfoDebug [2022-03-09T22:19:38.209Z] --- PASS: TestInfoDebug (0.54s) [2022-03-09T22:19:38.209Z] === RUN TestInfoInsecureRegistries [2022-03-09T22:19:38.209Z] --- PASS: TestInfoInsecureRegistries (0.54s) [2022-03-09T22:19:38.209Z] === RUN TestInfoRegistryMirrors [2022-03-09T22:19:38.209Z] --- PASS: TestInfoRegistryMirrors (0.54s) [2022-03-09T22:19:38.209Z] === RUN TestLoginFailsWithBadCredentials [2022-03-09T22:19:38.209Z] --- PASS: TestLoginFailsWithBadCredentials (0.07s) [2022-03-09T22:19:38.209Z] === RUN TestPingCacheHeaders [2022-03-09T22:19:38.209Z] --- PASS: TestPingCacheHeaders (0.02s) [2022-03-09T22:19:38.209Z] === RUN TestPingGet [2022-03-09T22:19:38.209Z] --- PASS: TestPingGet (0.01s) [2022-03-09T22:19:38.209Z] === RUN TestPingHead [2022-03-09T22:19:38.209Z] --- PASS: TestPingHead (0.03s) [2022-03-09T22:19:38.209Z] === RUN TestVersion [2022-03-09T22:19:38.209Z] --- PASS: TestVersion (0.01s) [2022-03-09T22:19:38.209Z] === CONT TestDiskUsage [2022-03-09T22:19:38.774Z] === RUN TestDiskUsage/empty [2022-03-09T22:19:38.774Z] === RUN TestDiskUsage/empty/container_types [2022-03-09T22:19:38.774Z] === RUN TestDiskUsage/empty/image_types [2022-03-09T22:19:38.774Z] === RUN TestDiskUsage/empty/volume_types [2022-03-09T22:19:38.774Z] === RUN TestDiskUsage/empty/build-cache_types [2022-03-09T22:19:38.774Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-03-09T22:19:38.774Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-03-09T22:19:38.774Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-03-09T22:19:38.774Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-03-09T22:19:38.774Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-03-09T22:19:38.774Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-03-09T22:19:38.774Z] === RUN TestDiskUsage/after_LoadBusybox [2022-03-09T22:19:38.876Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-03-09T22:19:39.031Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-03-09T22:19:39.031Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-03-09T22:19:39.031Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-03-09T22:19:39.031Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-03-09T22:19:39.031Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-03-09T22:19:39.031Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-03-09T22:19:39.031Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-03-09T22:19:39.031Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-03-09T22:19:39.031Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-03-09T22:19:39.031Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-03-09T22:19:39.031Z] === RUN TestDiskUsage/after_container.Run [2022-03-09T22:19:39.079Z] --- PASS: TestDaemonDefaultNetworkPools (0.72s) [2022-03-09T22:19:39.079Z] === RUN TestDaemonRestartWithExistingNetwork [2022-03-09T22:19:39.289Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-03-09T22:19:39.289Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-03-09T22:19:39.289Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-03-09T22:19:39.289Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-03-09T22:19:39.289Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-03-09T22:19:39.289Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-03-09T22:19:39.289Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-03-09T22:19:39.289Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-03-09T22:19:39.289Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-03-09T22:19:39.289Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-03-09T22:19:39.547Z] --- PASS: TestDiskUsage (1.21s) [2022-03-09T22:19:39.547Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-03-09T22:19:39.547Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-03-09T22:19:39.547Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-03-09T22:19:39.547Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-03-09T22:19:39.547Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-03-09T22:19:39.547Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-03-09T22:19:39.547Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-03-09T22:19:39.547Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-03-09T22:19:39.547Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-03-09T22:19:39.547Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-03-09T22:19:39.547Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-03-09T22:19:39.547Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.17s) [2022-03-09T22:19:39.547Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-03-09T22:19:39.547Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-03-09T22:19:39.547Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-03-09T22:19:39.547Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-03-09T22:19:39.547Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-03-09T22:19:39.547Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-03-09T22:19:39.547Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-03-09T22:19:39.547Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-03-09T22:19:39.547Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-03-09T22:19:39.547Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-03-09T22:19:39.547Z] --- PASS: TestDiskUsage/after_container.Run (0.36s) [2022-03-09T22:19:39.547Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.02s) [2022-03-09T22:19:39.547Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-03-09T22:19:39.547Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-03-09T22:19:39.547Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-03-09T22:19:39.547Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.01s) [2022-03-09T22:19:39.547Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-03-09T22:19:39.547Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.01s) [2022-03-09T22:19:39.547Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-03-09T22:19:39.547Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.01s) [2022-03-09T22:19:39.547Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.02s) [2022-03-09T22:19:39.547Z] PASS [2022-03-09T22:19:39.547Z] [2022-03-09T22:19:39.547Z] === Skipped [2022-03-09T22:19:39.547Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-09T22:19:39.547Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-03-09T22:19:39.547Z] [2022-03-09T22:19:39.547Z] DONE 50 tests, 1 skipped in 20.030s [2022-03-09T22:19:39.547Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2022-03-09T22:19:39.547Z] INFO: Testing against a local daemon [2022-03-09T22:19:39.547Z] === RUN TestVolumesCreateAndList [2022-03-09T22:19:39.547Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-03-09T22:19:39.547Z] === RUN TestVolumesRemove [2022-03-09T22:19:39.547Z] --- PASS: TestVolumesRemove (0.05s) [2022-03-09T22:19:39.547Z] === RUN TestVolumesInspect [2022-03-09T22:19:39.805Z] --- PASS: TestVolumesInspect (0.02s) [2022-03-09T22:19:39.805Z] === RUN TestVolumesInvalidJSON [2022-03-09T22:19:39.805Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-03-09T22:19:39.805Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-03-09T22:19:39.805Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-03-09T22:19:39.805Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2022-03-09T22:19:39.805Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2022-03-09T22:19:39.805Z] PASS [2022-03-09T22:19:39.805Z] [2022-03-09T22:19:39.805Z] DONE 5 tests in 0.183s [2022-03-09T22:19:39.805Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-03-09T22:19:39.805Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 13002 is not a child of this shell [2022-03-09T22:19:39.805Z] warning: PID 13002 from bundles/test-integration/docker.pid had a nonzero exit code [2022-03-09T22:19:39.805Z] Leaving: AppArmorNo profiles have been unloaded. [2022-03-09T22:19:39.805Z] [2022-03-09T22:19:39.805Z] Unloading profiles will leave already running processes permanently [2022-03-09T22:19:39.805Z] unconfined, which can lead to unexpected situations. [2022-03-09T22:19:39.805Z] [2022-03-09T22:19:39.805Z] To set a process to complain mode, use the command line tool [2022-03-09T22:19:39.805Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-03-09T22:19:39.805Z] Removing test suite binaries [2022-03-09T22:19:39.805Z] exiting test-integration [2022-03-09T22:19:39.805Z] ++ exit 0 [2022-03-09T22:19:39.805Z] [2022-03-09T22:19:39.817Z] --- PASS: TestBuildPreserveOwnership (2.63s) [2022-03-09T22:19:39.817Z] --- PASS: TestBuildPreserveOwnership/copy_from (1.76s) [2022-03-09T22:19:39.817Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (0.87s) [2022-03-09T22:19:39.817Z] === RUN TestBuildPlatformInvalid [2022-03-09T22:19:39.817Z] --- PASS: TestBuildPlatformInvalid (0.07s) [2022-03-09T22:19:39.817Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-03-09T22:19:40.014Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.14s) [2022-03-09T22:19:40.014Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-03-09T22:19:40.387Z] Loaded image: busybox:latest [2022-03-09T22:19:40.649Z] Loaded image: busybox:glibc Post stage [Pipeline] junit [2022-03-09T22:19:40.752Z] Recording test results [2022-03-09T22:19:41.391Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.22s) [2022-03-09T22:19:41.391Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-03-09T22:19:41.598Z] Loaded image: debian:bullseye-slim [2022-03-09T22:19:41.598Z] Loaded image: hello-world:latest [2022-03-09T22:19:41.859Z] Loaded image: arm32v7/hello-world:latest [2022-03-09T22:19:41.957Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s) [2022-03-09T22:19:41.957Z] === RUN TestServiceWithPredefinedNetwork [2022-03-09T22:19:42.278Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-03-09T22:19:42.624Z] + echo Ensuring container killed. [2022-03-09T22:19:42.624Z] Ensuring container killed. [2022-03-09T22:19:42.624Z] + docker rm -vf docker-pr2 [2022-03-09T22:19:42.624Z] Error: No such container: docker-pr2 [Pipeline] sh [2022-03-09T22:19:42.907Z] + echo Chowning /workspace to jenkins user [2022-03-09T22:19:42.907Z] Chowning /workspace to jenkins user [2022-03-09T22:19:42.907Z] + id -u [2022-03-09T22:19:42.907Z] + id -g [2022-03-09T22:19:42.907Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43352:/workspace busybox chown -R 1000:1000 /workspace [2022-03-09T22:19:42.907Z] Unable to find image 'busybox:latest' locally [2022-03-09T22:19:42.907Z] latest: Pulling from library/busybox [2022-03-09T22:19:43.165Z] 7e5209d2300f: Pulling fs layer [2022-03-09T22:19:43.165Z] 7e5209d2300f: Verifying Checksum [2022-03-09T22:19:43.165Z] 7e5209d2300f: Download complete [2022-03-09T22:19:43.165Z] 7e5209d2300f: Pull complete [2022-03-09T22:19:43.165Z] Digest: sha256:34c3559bbdedefd67195e766e38cfbb0fcabff4241dbee3f390fd6e3310f5ebc [2022-03-09T22:19:43.165Z] Status: Downloaded newer image for busybox:latest [2022-03-09T22:19:44.487Z] --- PASS: TestServiceWithPredefinedNetwork (2.28s) [2022-03-09T22:19:44.487Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-03-09T22:19:44.487Z] service_test.go:243: FLAKY_TEST [2022-03-09T22:19:44.487Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-09T22:19:44.487Z] === RUN TestServiceWithDataPathPortInit [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-03-09T22:19:44.853Z] + bundleName=amd64-rootless [2022-03-09T22:19:44.853Z] + echo Creating amd64-rootless-bundles.tar.gz [2022-03-09T22:19:44.853Z] Creating amd64-rootless-bundles.tar.gz [2022-03-09T22:19:44.853Z] + 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-09T22:19:44.853Z] + xargs tar -czf amd64-rootless-bundles.tar.gz [Pipeline] archiveArtifacts [2022-03-09T22:19:44.870Z] Archiving artifacts [2022-03-09T22:19:45.090Z] 8f616e6e9eec: Pull complete [2022-03-09T22:19:45.974Z] 8f616e6e9eec: Verifying Checksum [2022-03-09T22:19:45.974Z] 8f616e6e9eec: Download complete [2022-03-09T22:19:46.600Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43352/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-03-09T22:19:46.910Z] + make clean [2022-03-09T22:19:46.910Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-03-09T22:19:46.910Z] docker-dev-cache [2022-03-09T22:19:46.910Z] docker-mod-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-03-09T22:19:48.824Z] tests/integration/api_container_test.py ....x..........x................ [ 17%] [2022-03-09T22:19:49.368Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-03-09T22:19:49.368Z] Using test binary docker [2022-03-09T22:19:49.368Z] +++ /etc/init.d/apparmor start [2022-03-09T22:19:49.368Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-03-09T22:19:49.368Z] INFO: Waiting for daemon to start... [2022-03-09T22:19:49.368Z] Starting dockerd [2022-03-09T22:19:49.368Z] +++ 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-09T22:19:49.368Z] .---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-03-09T22:19:49.368Z] Using test binary docker [2022-03-09T22:19:49.368Z] +++ /etc/init.d/apparmor start [2022-03-09T22:19:49.368Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-03-09T22:19:49.368Z] INFO: Waiting for daemon to start... [2022-03-09T22:19:49.368Z] Starting dockerd [2022-03-09T22:19:49.368Z] +++ 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-09T22:19:49.626Z] . [2022-03-09T22:19:49.626Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-03-09T22:19:49.626Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-03-09T22:19:49.626Z] Error: No such image: emptyfs [2022-03-09T22:19:49.626Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-03-09T22:19:49.626Z] ++++ docker load [2022-03-09T22:19:49.884Z] [2022-03-09T22:19:49.884Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-03-09T22:19:49.994Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (9.19s) [2022-03-09T22:19:49.995Z] PASS [2022-03-09T22:19:49.995Z] [2022-03-09T22:19:49.995Z] === Skipped [2022-03-09T22:19:49.995Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s) [2022-03-09T22:19:49.995Z] build_session_test.go:25: TODO: BuildKit [2022-03-09T22:19:49.995Z] [2022-03-09T22:19:49.995Z] === SKIP: arm64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-03-09T22:19:49.995Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-09T22:19:49.995Z] [2022-03-09T22:19:49.995Z] DONE 34 tests, 2 skipped in 75.983s [2022-03-09T22:19:49.995Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m [2022-03-09T22:19:49.995Z] ++ 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-09T22:19:49.995Z] ++ set -e [2022-03-09T22:19:49.995Z] ++ '[' -n 0 ']' [2022-03-09T22:19:49.995Z] ++ set -x [2022-03-09T22:19:49.995Z] ++ 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-09T22:19:49.995Z] INFO: Testing against a local daemon [2022-03-09T22:19:49.995Z] === RUN TestConfigInspect [2022-03-09T22:19:50.142Z] Running integration-test (iteration 1) [2022-03-09T22:19:50.142Z] 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-09T22:19:50.142Z] ++ 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-09T22:19:50.142Z] ++ set -e [2022-03-09T22:19:50.142Z] ++ '[' -n 0 ']' [2022-03-09T22:19:50.142Z] ++ set -x [2022-03-09T22:19:50.142Z] ++ 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-09T22:19:50.142Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-03-09T22:19:50.142Z] Error: No such image: emptyfs [2022-03-09T22:19:50.142Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-03-09T22:19:50.142Z] ++++ docker load [2022-03-09T22:19:50.400Z] Running integration-test (iteration 1) [2022-03-09T22:19:50.400Z] 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-09T22:19:50.400Z] ++ 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-09T22:19:50.400Z] ++ set -e [2022-03-09T22:19:50.400Z] ++ '[' -n 0 ']' [2022-03-09T22:19:50.400Z] ++ set -x [2022-03-09T22:19:50.400Z] ++ 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-09T22:19:50.968Z] Loaded image: busybox:latest [2022-03-09T22:19:51.227Z] Loaded image: busybox:latest [2022-03-09T22:19:51.227Z] Loaded image: busybox:glibc [2022-03-09T22:19:51.378Z] --- PASS: TestConfigInspect (2.12s) [2022-03-09T22:19:51.378Z] === RUN TestConfigList [2022-03-09T22:19:51.795Z] Loaded image: busybox:glibc [2022-03-09T22:19:53.341Z] --- PASS: TestConfigList (2.14s) [2022-03-09T22:19:53.341Z] === RUN TestConfigsCreateAndDelete [2022-03-09T22:19:55.890Z] --- PASS: TestConfigsCreateAndDelete (2.16s) [2022-03-09T22:19:55.890Z] === RUN TestConfigsUpdate [2022-03-09T22:19:55.989Z] Loaded image: debian:bullseye-slim [2022-03-09T22:19:55.989Z] Loaded image: debian:bullseye-slim [2022-03-09T22:19:55.989Z] Loaded image: hello-world:latest [2022-03-09T22:19:55.989Z] Loaded image: hello-world:latest [2022-03-09T22:19:55.989Z] Loaded image: arm32v7/hello-world:latest [2022-03-09T22:19:55.989Z] Loaded image: arm32v7/hello-world:latest [2022-03-09T22:19:55.989Z] INFO: Testing against a local daemon [2022-03-09T22:19:55.989Z] === RUN TestDockerSuite [2022-03-09T22:19:55.989Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2022-03-09T22:19:55.989Z] INFO: Testing against a local daemon [2022-03-09T22:19:55.989Z] === RUN TestDockerDaemonSuite [2022-03-09T22:19:56.249Z] === RUN TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool [2022-03-09T22:19:56.249Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2022-03-09T22:19:56.249Z] === RUN TestDockerSuite/TestAPIErrorJSON [2022-03-09T22:19:56.249Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2022-03-09T22:19:56.249Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2022-03-09T22:19:56.249Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2022-03-09T22:19:56.249Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2022-03-09T22:19:56.249Z] === RUN TestDockerSuite/TestAPIImagesDelete [2022-03-09T22:19:57.802Z] --- PASS: TestConfigsUpdate (2.11s) [2022-03-09T22:19:57.802Z] === RUN TestTemplatedConfig [2022-03-09T22:19:59.362Z] --- PASS: TestServiceWithDataPathPortInit (13.88s) [2022-03-09T22:19:59.362Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-03-09T22:19:59.531Z] === RUN TestDockerSuite/TestAPIImagesFilter [2022-03-09T22:19:59.531Z] === RUN TestDockerSuite/TestAPIImagesHistory [2022-03-09T22:20:00.101Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2022-03-09T22:20:00.101Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2022-03-09T22:20:00.346Z] --- PASS: TestTemplatedConfig (2.39s) [2022-03-09T22:20:00.346Z] === RUN TestConfigCreateResolve [2022-03-09T22:20:00.669Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2022-03-09T22:20:00.736Z] service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:xiqsi2webrb95d0u9mvqgscqj Created:2022-03-09 22:19:59.257857864 +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[9ae7193cfac4a798a7450d7eb163bab6c8dacda2393800aa3122bae7a4325dfa:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.zlu7n5yxm56n1ozwyicllx7pt EndpointID:8d44f3601b36be75db43e65e426b17d46234a88b594dfdbbbc0220abc2845675 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:e62fbcd6e32ea2c731360ee3719d6b6e3935d62a42b86a9b9dfa06a731cce34a 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:dc68be597f72 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.zlu7n5yxm56n1ozwyicllx7pt EndpointID:8d44f3601b36be75db43e65e426b17d46234a88b594dfdbbbc0220abc2845675 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2022-03-09T22:20:00.928Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2022-03-09T22:20:00.928Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2022-03-09T22:20:02.255Z] --- PASS: TestConfigCreateResolve (2.11s) [2022-03-09T22:20:02.255Z] PASS [2022-03-09T22:20:02.255Z] [2022-03-09T22:20:02.255Z] DONE 6 tests in 13.152s [2022-03-09T22:20:02.255Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m [2022-03-09T22:20:02.255Z] ++ 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-09T22:20:02.255Z] ++ set -e [2022-03-09T22:20:02.255Z] ++ '[' -n 0 ']' [2022-03-09T22:20:02.255Z] ++ set -x [2022-03-09T22:20:02.255Z] ++ 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-09T22:20:02.255Z] INFO: Testing against a local daemon [2022-03-09T22:20:02.255Z] === RUN TestCheckpoint [2022-03-09T22:20:02.255Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-09T22:20:02.255Z] --- SKIP: TestCheckpoint (0.00s) [2022-03-09T22:20:02.255Z] === RUN TestContainerInvalidJSON [2022-03-09T22:20:02.255Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-03-09T22:20:02.255Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-03-09T22:20:02.255Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-03-09T22:20:02.255Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-03-09T22:20:02.255Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-03-09T22:20:02.255Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-03-09T22:20:02.255Z] --- PASS: TestContainerInvalidJSON (0.01s) [2022-03-09T22:20:02.255Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2022-03-09T22:20:02.255Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2022-03-09T22:20:02.255Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-03-09T22:20:02.303Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2022-03-09T22:20:02.517Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.07s) [2022-03-09T22:20:02.517Z] === RUN TestCopyFromContainerPathIsNotDir [2022-03-09T22:20:02.517Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.06s) [2022-03-09T22:20:02.517Z] === RUN TestCopyToContainerPathDoesNotExist [2022-03-09T22:20:02.517Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.06s) [2022-03-09T22:20:02.517Z] === RUN TestCopyToContainerPathIsNotDir [2022-03-09T22:20:02.517Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s) [2022-03-09T22:20:02.517Z] === RUN TestCopyFromContainer [2022-03-09T22:20:02.563Z] === RUN TestDockerSuite/TestAPINetworkFilter [2022-03-09T22:20:02.563Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2022-03-09T22:20:02.563Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2022-03-09T22:20:03.131Z] === RUN TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon [2022-03-09T22:20:03.460Z] === RUN TestCopyFromContainer// [2022-03-09T22:20:03.461Z] === RUN TestCopyFromContainer//bar/root [2022-03-09T22:20:03.461Z] === RUN TestCopyFromContainer//bar/root/ [2022-03-09T22:20:03.705Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2022-03-09T22:20:03.722Z] === RUN TestCopyFromContainer/bar/quux [2022-03-09T22:20:03.722Z] === RUN TestCopyFromContainer/bar/quux/ [2022-03-09T22:20:03.722Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-03-09T22:20:03.722Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-03-09T22:20:03.984Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-03-09T22:20:03.984Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-03-09T22:20:03.984Z] === RUN TestCopyFromContainer/bar/notarget [2022-03-09T22:20:03.984Z] --- PASS: TestCopyFromContainer (1.48s) [2022-03-09T22:20:03.984Z] --- PASS: TestCopyFromContainer// (0.05s) [2022-03-09T22:20:03.984Z] --- PASS: TestCopyFromContainer//bar/root (0.06s) [2022-03-09T22:20:03.984Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2022-03-09T22:20:03.984Z] --- PASS: TestCopyFromContainer/bar/quux (0.06s) [2022-03-09T22:20:03.984Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.05s) [2022-03-09T22:20:03.984Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.05s) [2022-03-09T22:20:03.984Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.05s) [2022-03-09T22:20:03.984Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.05s) [2022-03-09T22:20:03.984Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s) [2022-03-09T22:20:03.984Z] --- PASS: TestCopyFromContainer/bar/notarget (0.05s) [2022-03-09T22:20:03.984Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-03-09T22:20:03.984Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-09T22:20:03.984Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-09T22:20:03.984Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-09T22:20:03.984Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-09T22:20:03.984Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-09T22:20:03.984Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-09T22:20:03.984Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-09T22:20:03.984Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-09T22:20:03.984Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-09T22:20:03.984Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2022-03-09T22:20:03.984Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-03-09T22:20:03.984Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-03-09T22:20:03.984Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-03-09T22:20:03.984Z] === RUN TestCreateLinkToNonExistingContainer [2022-03-09T22:20:03.984Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2022-03-09T22:20:03.984Z] === RUN TestCreateWithInvalidEnv [2022-03-09T22:20:03.984Z] === RUN TestCreateWithInvalidEnv/0 [2022-03-09T22:20:03.984Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-03-09T22:20:03.984Z] === RUN TestCreateWithInvalidEnv/1 [2022-03-09T22:20:03.984Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-03-09T22:20:03.984Z] === RUN TestCreateWithInvalidEnv/2 [2022-03-09T22:20:03.984Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-03-09T22:20:04.245Z] === CONT TestCreateWithInvalidEnv/0 [2022-03-09T22:20:04.245Z] === CONT TestCreateWithInvalidEnv/2 [2022-03-09T22:20:04.245Z] === CONT TestCreateWithInvalidEnv/1 [2022-03-09T22:20:04.245Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2022-03-09T22:20:04.245Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-03-09T22:20:04.245Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-03-09T22:20:04.245Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-03-09T22:20:04.245Z] === RUN TestCreateTmpfsMountsTarget [2022-03-09T22:20:04.245Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2022-03-09T22:20:04.245Z] === RUN TestCreateWithCustomMaskedPaths [2022-03-09T22:20:04.644Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2022-03-09T22:20:04.904Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2022-03-09T22:20:04.904Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2022-03-09T22:20:04.904Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2022-03-09T22:20:04.904Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2022-03-09T22:20:04.918Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.96s) [2022-03-09T22:20:04.918Z] PASS [2022-03-09T22:20:04.918Z] [2022-03-09T22:20:04.918Z] === Skipped [2022-03-09T22:20:04.918Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-09T22:20:04.918Z] service_test.go:243: FLAKY_TEST [2022-03-09T22:20:04.918Z] [2022-03-09T22:20:04.918Z] DONE 26 tests, 1 skipped in 44.052s [2022-03-09T22:20:04.918Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-03-09T22:20:04.918Z] INFO: Testing against a local daemon [2022-03-09T22:20:04.918Z] === RUN TestDockerNetworkIpvlanPersistance [2022-03-09T22:20:04.918Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-09T22:20:04.918Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-03-09T22:20:04.918Z] === RUN TestDockerNetworkIpvlan [2022-03-09T22:20:04.918Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-09T22:20:04.918Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-03-09T22:20:04.918Z] PASS [2022-03-09T22:20:04.918Z] [2022-03-09T22:20:04.918Z] === Skipped [2022-03-09T22:20:04.918Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-03-09T22:20:04.918Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-09T22:20:04.918Z] [2022-03-09T22:20:04.918Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-03-09T22:20:04.918Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-09T22:20:04.918Z] [2022-03-09T22:20:04.918Z] DONE 2 tests, 2 skipped in 0.041s [2022-03-09T22:20:04.918Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-03-09T22:20:05.176Z] INFO: Testing against a local daemon [2022-03-09T22:20:05.176Z] === RUN TestDockerNetworkMacvlanPersistance [2022-03-09T22:20:05.628Z] --- PASS: TestCreateWithCustomMaskedPaths (1.21s) [2022-03-09T22:20:05.629Z] === RUN TestCreateWithCustomReadonlyPaths [2022-03-09T22:20:06.551Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.28s) [2022-03-09T22:20:06.551Z] === RUN TestDockerNetworkMacvlan [2022-03-09T22:20:06.574Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.30s) [2022-03-09T22:20:06.574Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-03-09T22:20:06.574Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-09T22:20:06.574Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-09T22:20:06.574Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-09T22:20:06.574Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-09T22:20:06.574Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-09T22:20:06.574Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-09T22:20:06.574Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-09T22:20:06.574Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-09T22:20:06.574Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-09T22:20:06.574Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-09T22:20:06.574Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-09T22:20:06.574Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-09T22:20:06.574Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-09T22:20:06.574Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-09T22:20:06.574Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-09T22:20:06.574Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2022-03-09T22:20:06.574Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-03-09T22:20:06.574Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-03-09T22:20:06.574Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-03-09T22:20:06.574Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-03-09T22:20:06.574Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2022-03-09T22:20:06.574Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-03-09T22:20:07.118Z] === RUN TestDockerNetworkMacvlan/Subinterface [2022-03-09T22:20:07.148Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.43s) [2022-03-09T22:20:07.148Z] === RUN TestCreateDifferentPlatform [2022-03-09T22:20:07.148Z] === RUN TestCreateDifferentPlatform/different_os [2022-03-09T22:20:07.148Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-03-09T22:20:07.148Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2022-03-09T22:20:07.148Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-03-09T22:20:07.148Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-03-09T22:20:07.148Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-03-09T22:20:07.148Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s) [2022-03-09T22:20:07.148Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-03-09T22:20:07.148Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s) [2022-03-09T22:20:07.148Z] === RUN TestContainerStartOnDaemonRestart [2022-03-09T22:20:07.148Z] === PAUSE TestContainerStartOnDaemonRestart [2022-03-09T22:20:07.148Z] === RUN TestDaemonRestartIpcMode [2022-03-09T22:20:07.148Z] === PAUSE TestDaemonRestartIpcMode [2022-03-09T22:20:07.148Z] === RUN TestDaemonHostGatewayIP [2022-03-09T22:20:07.148Z] === PAUSE TestDaemonHostGatewayIP [2022-03-09T22:20:07.148Z] === RUN TestRestartDaemonWithRestartingContainer [2022-03-09T22:20:07.148Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-03-09T22:20:07.148Z] === RUN TestContainerKillOnDaemonStart [2022-03-09T22:20:07.148Z] === PAUSE TestContainerKillOnDaemonStart [2022-03-09T22:20:07.148Z] === RUN TestDiff [2022-03-09T22:20:07.685Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2022-03-09T22:20:07.720Z] --- PASS: TestDiff (0.42s) [2022-03-09T22:20:07.720Z] === RUN TestExecWithCloseStdin [2022-03-09T22:20:07.981Z] --- PASS: TestExecWithCloseStdin (0.45s) [2022-03-09T22:20:07.981Z] === RUN TestExec [2022-03-09T22:20:08.555Z] --- PASS: TestExec (0.47s) [2022-03-09T22:20:08.555Z] === RUN TestExecUser [2022-03-09T22:20:08.622Z] === RUN TestDockerNetworkMacvlan/NilParent [2022-03-09T22:20:09.125Z] --- PASS: TestExecUser (0.45s) [2022-03-09T22:20:09.126Z] === RUN TestExportContainerAndImportImage [2022-03-09T22:20:09.697Z] --- PASS: TestExportContainerAndImportImage (0.58s) [2022-03-09T22:20:09.697Z] === RUN TestExportContainerAfterDaemonRestart [2022-03-09T22:20:10.185Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2022-03-09T22:20:10.526Z] === RUN TestDockerNetworkMacvlan/InternalMode [2022-03-09T22:20:11.080Z] --- PASS: TestExportContainerAfterDaemonRestart (1.25s) [2022-03-09T22:20:11.080Z] === RUN TestHealthCheckWorkdir [2022-03-09T22:20:11.340Z] --- PASS: TestHealthCheckWorkdir (0.52s) [2022-03-09T22:20:11.340Z] === RUN TestHealthKillContainer [2022-03-09T22:20:11.592Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2022-03-09T22:20:11.900Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2022-03-09T22:20:14.121Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2022-03-09T22:20:15.186Z] === RUN TestDockerNetworkMacvlan/Addressing [2022-03-09T22:20:16.020Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2022-03-09T22:20:16.121Z] --- PASS: TestDockerNetworkMacvlan (9.72s) [2022-03-09T22:20:16.121Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.06s) [2022-03-09T22:20:16.122Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.08s) [2022-03-09T22:20:16.122Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.83s) [2022-03-09T22:20:16.122Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.87s) [2022-03-09T22:20:16.122Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.06s) [2022-03-09T22:20:16.122Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.62s) [2022-03-09T22:20:16.122Z] PASS [2022-03-09T22:20:16.122Z] [2022-03-09T22:20:16.122Z] DONE 8 tests in 11.038s [2022-03-09T22:20:16.122Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2022-03-09T22:20:16.122Z] testing: warning: no tests to run [2022-03-09T22:20:16.122Z] PASS [2022-03-09T22:20:16.122Z] [2022-03-09T22:20:16.122Z] DONE 0 tests in 0.013s [2022-03-09T22:20:16.122Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-03-09T22:20:16.122Z] INFO: Testing against a local daemon [2022-03-09T22:20:16.122Z] === RUN TestAuthZPluginAllowRequest [2022-03-09T22:20:16.590Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2022-03-09T22:20:17.158Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2022-03-09T22:20:17.493Z] --- PASS: TestAuthZPluginAllowRequest (1.18s) [2022-03-09T22:20:17.493Z] === RUN TestAuthZPluginTLS [2022-03-09T22:20:17.726Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2022-03-09T22:20:17.726Z] --- PASS: TestBuildWithHugeFile (110.07s) [2022-03-09T22:20:17.726Z] === RUN TestBuildWCOWSandboxSize [2022-03-09T22:20:17.726Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-09T22:20:17.726Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-03-09T22:20:17.726Z] === RUN TestBuildWithEmptyDockerfile [2022-03-09T22:20:17.726Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-09T22:20:17.726Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-09T22:20:17.726Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-09T22:20:17.726Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-09T22:20:17.726Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-09T22:20:17.726Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-09T22:20:17.726Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-09T22:20:17.726Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-09T22:20:17.752Z] --- PASS: TestAuthZPluginTLS (0.55s) [2022-03-09T22:20:17.752Z] === RUN TestAuthZPluginDenyRequest [2022-03-09T22:20:17.984Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-09T22:20:17.984Z] --- PASS: TestBuildWithEmptyDockerfile (0.03s) [2022-03-09T22:20:17.984Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.09s) [2022-03-09T22:20:17.984Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.17s) [2022-03-09T22:20:17.984Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.10s) [2022-03-09T22:20:17.984Z] === RUN TestBuildPreserveOwnership [2022-03-09T22:20:17.984Z] === RUN TestBuildPreserveOwnership/copy_from [2022-03-09T22:20:18.241Z] === RUN TestDockerSuite/TestAttachAfterDetach [2022-03-09T22:20:18.320Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2022-03-09T22:20:18.320Z] === RUN TestAuthZPluginAPIDenyResponse [2022-03-09T22:20:18.885Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) [2022-03-09T22:20:18.885Z] === RUN TestAuthZPluginDenyResponse [2022-03-09T22:20:19.451Z] --- PASS: TestAuthZPluginDenyResponse (0.54s) [2022-03-09T22:20:19.451Z] === RUN TestAuthZPluginAllowEventStream [2022-03-09T22:20:19.470Z] --- PASS: TestHealthKillContainer (7.87s) [2022-03-09T22:20:19.470Z] === RUN TestInspectCpusetInConfigPre120 [2022-03-09T22:20:19.731Z] --- PASS: TestInspectCpusetInConfigPre120 (0.42s) [2022-03-09T22:20:19.731Z] === RUN TestIpcModeNone [2022-03-09T22:20:19.991Z] --- PASS: TestIpcModeNone (0.46s) [2022-03-09T22:20:19.991Z] === RUN TestIpcModePrivate [2022-03-09T22:20:20.139Z] === RUN TestDockerSuite/TestAttachClosedOnContainerStop [2022-03-09T22:20:20.140Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-03-09T22:20:20.561Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:73, shared: false, mustBeShared: false [2022-03-09T22:20:20.561Z] --- PASS: TestIpcModePrivate (0.47s) [2022-03-09T22:20:20.561Z] === RUN TestIpcModeShareable [2022-03-09T22:20:20.821Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:67, shared: true, mustBeShared: true [2022-03-09T22:20:20.828Z] --- PASS: TestAuthZPluginAllowEventStream (1.20s) [2022-03-09T22:20:20.828Z] === RUN TestAuthZPluginErrorResponse [2022-03-09T22:20:21.075Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill [2022-03-09T22:20:21.081Z] --- PASS: TestIpcModeShareable (0.45s) [2022-03-09T22:20:21.081Z] === RUN TestAPIIpcModeShareableAndContainer [2022-03-09T22:20:21.086Z] --- PASS: TestAuthZPluginErrorResponse (0.55s) [2022-03-09T22:20:21.086Z] === RUN TestAuthZPluginErrorRequest [2022-03-09T22:20:21.333Z] --- PASS: TestBuildPreserveOwnership (3.20s) [2022-03-09T22:20:21.333Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.07s) [2022-03-09T22:20:21.333Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.13s) [2022-03-09T22:20:21.333Z] === RUN TestBuildPlatformInvalid [2022-03-09T22:20:21.333Z] --- PASS: TestBuildPlatformInvalid (0.12s) [2022-03-09T22:20:21.333Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-03-09T22:20:21.591Z] === RUN TestDockerSuite/TestAttachDetach [2022-03-09T22:20:21.651Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2022-03-09T22:20:21.652Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-03-09T22:20:22.217Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.54s) [2022-03-09T22:20:22.217Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-03-09T22:20:22.463Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.42s) [2022-03-09T22:20:22.463Z] === RUN TestAPIIpcModeHost [2022-03-09T22:20:22.526Z] Loaded image: busybox:latest [2022-03-09T22:20:22.526Z] Loaded image: busybox:glibc [2022-03-09T22:20:22.723Z] --- PASS: TestAPIIpcModeHost (0.36s) [2022-03-09T22:20:22.723Z] === RUN TestDaemonIpcModeShareable [2022-03-09T22:20:22.785Z] === RUN TestDockerSuite/TestAttachDisconnect [2022-03-09T22:20:23.351Z] docker_cli_daemon_test.go:1472: [d0654af7e173e] daemon is not started [2022-03-09T22:20:23.592Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.43s) [2022-03-09T22:20:23.592Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-03-09T22:20:23.609Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2022-03-09T22:20:23.664Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:77, shared: true, mustBeShared: true [2022-03-09T22:20:23.924Z] --- PASS: TestDaemonIpcModeShareable (1.12s) [2022-03-09T22:20:23.924Z] === RUN TestDaemonIpcModePrivate [2022-03-09T22:20:24.176Z] check_test.go:308: [dfa5e1b4c2113] daemon is not started [2022-03-09T22:20:24.176Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash [2022-03-09T22:20:24.865Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:83, shared: false, mustBeShared: false [2022-03-09T22:20:25.125Z] --- PASS: TestDaemonIpcModePrivate (1.16s) [2022-03-09T22:20:25.125Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-03-09T22:20:25.553Z] Loaded image: debian:bullseye-slim [2022-03-09T22:20:25.553Z] === RUN TestDockerSuite/TestAttachPausedContainer [2022-03-09T22:20:25.553Z] Loaded image: hello-world:latest [2022-03-09T22:20:25.553Z] Loaded image: arm32v7/hello-world:latest [2022-03-09T22:20:25.562Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.59s) [2022-03-09T22:20:25.562Z] === RUN TestAuthZPluginHeader [2022-03-09T22:20:26.068Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:83, shared: false, mustBeShared: false [2022-03-09T22:20:26.130Z] --- PASS: TestAuthZPluginHeader (0.71s) [2022-03-09T22:20:26.130Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-03-09T22:20:26.328Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.14s) [2022-03-09T22:20:26.329Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-03-09T22:20:26.488Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown [2022-03-09T22:20:26.488Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2022-03-09T22:20:27.055Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2022-03-09T22:20:27.270Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:77, shared: true, mustBeShared: true [2022-03-09T22:20:27.270Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.12s) [2022-03-09T22:20:27.270Z] === RUN TestIpcModeOlderClient [2022-03-09T22:20:27.270Z] === PAUSE TestIpcModeOlderClient [2022-03-09T22:20:27.270Z] === RUN TestKillContainerInvalidSignal [2022-03-09T22:20:27.839Z] --- PASS: TestKillContainerInvalidSignal (0.40s) [2022-03-09T22:20:27.839Z] === RUN TestKillContainer [2022-03-09T22:20:27.839Z] === RUN TestKillContainer/no_signal [2022-03-09T22:20:27.988Z] check_test.go:308: [d4c0ae9933036] daemon is not started [2022-03-09T22:20:27.988Z] === RUN TestDockerDaemonSuite/TestDaemonAllocatesListeningPort [2022-03-09T22:20:28.099Z] === RUN TestKillContainer/non_killing_signal [2022-03-09T22:20:28.359Z] === RUN TestKillContainer/killing_signal [2022-03-09T22:20:28.555Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2022-03-09T22:20:28.932Z] --- PASS: TestKillContainer (1.17s) [2022-03-09T22:20:28.932Z] --- PASS: TestKillContainer/no_signal (0.37s) [2022-03-09T22:20:28.932Z] --- PASS: TestKillContainer/non_killing_signal (0.26s) [2022-03-09T22:20:28.932Z] --- PASS: TestKillContainer/killing_signal (0.40s) [2022-03-09T22:20:28.932Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-03-09T22:20:28.932Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-03-09T22:20:29.193Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-03-09T22:20:29.933Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2022-03-09T22:20:30.136Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.12s) [2022-03-09T22:20:30.136Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.38s) [2022-03-09T22:20:30.136Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.59s) [2022-03-09T22:20:30.136Z] === RUN TestKillStoppedContainer [2022-03-09T22:20:30.136Z] --- PASS: TestKillStoppedContainer (0.05s) [2022-03-09T22:20:30.136Z] === RUN TestKillStoppedContainerAPIPre120 [2022-03-09T22:20:30.136Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2022-03-09T22:20:30.136Z] === RUN TestKillDifferentUserContainer [2022-03-09T22:20:30.317Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (3.90s) [2022-03-09T22:20:30.317Z] === RUN TestAuthZPluginV2Disable [2022-03-09T22:20:30.499Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2022-03-09T22:20:30.710Z] --- PASS: TestKillDifferentUserContainer (0.42s) [2022-03-09T22:20:30.710Z] === RUN TestInspectOomKilledTrue [2022-03-09T22:20:30.971Z] --- PASS: TestInspectOomKilledTrue (0.46s) [2022-03-09T22:20:30.971Z] === RUN TestInspectOomKilledFalse [2022-03-09T22:20:31.443Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2022-03-09T22:20:31.443Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2022-03-09T22:20:31.544Z] --- PASS: TestInspectOomKilledFalse (0.38s) [2022-03-09T22:20:31.544Z] === RUN TestLinksEtcHostsContentMatch [2022-03-09T22:20:31.544Z] --- PASS: TestLinksEtcHostsContentMatch (0.27s) [2022-03-09T22:20:31.544Z] === RUN TestLinksContainerNames [2022-03-09T22:20:32.486Z] --- PASS: TestLinksContainerNames (0.82s) [2022-03-09T22:20:32.486Z] === RUN TestLogsFollowTailEmpty [2022-03-09T22:20:32.819Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2022-03-09T22:20:32.819Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeExternal [2022-03-09T22:20:33.060Z] --- PASS: TestLogsFollowTailEmpty (0.44s) [2022-03-09T22:20:33.060Z] === RUN TestContainerNetworkMountsNoChown [2022-03-09T22:20:33.321Z] --- PASS: TestContainerNetworkMountsNoChown (0.42s) [2022-03-09T22:20:33.321Z] === RUN TestMountDaemonRoot [2022-03-09T22:20:33.321Z] === RUN TestMountDaemonRoot/default [2022-03-09T22:20:33.321Z] === PAUSE TestMountDaemonRoot/default [2022-03-09T22:20:33.321Z] === RUN TestMountDaemonRoot/private [2022-03-09T22:20:33.321Z] === PAUSE TestMountDaemonRoot/private [2022-03-09T22:20:33.321Z] === RUN TestMountDaemonRoot/rprivate [2022-03-09T22:20:33.321Z] === PAUSE TestMountDaemonRoot/rprivate [2022-03-09T22:20:33.321Z] === RUN TestMountDaemonRoot/slave [2022-03-09T22:20:33.321Z] === PAUSE TestMountDaemonRoot/slave [2022-03-09T22:20:33.321Z] === RUN TestMountDaemonRoot/rslave [2022-03-09T22:20:33.321Z] === PAUSE TestMountDaemonRoot/rslave [2022-03-09T22:20:33.321Z] === RUN TestMountDaemonRoot/shared [2022-03-09T22:20:33.321Z] === PAUSE TestMountDaemonRoot/shared [2022-03-09T22:20:33.321Z] === RUN TestMountDaemonRoot/rshared [2022-03-09T22:20:33.321Z] === PAUSE TestMountDaemonRoot/rshared [2022-03-09T22:20:33.321Z] === CONT TestMountDaemonRoot/default [2022-03-09T22:20:33.321Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-03-09T22:20:33.321Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-03-09T22:20:33.321Z] === RUN TestMountDaemonRoot/default/mount_root [2022-03-09T22:20:33.321Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-03-09T22:20:33.321Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-03-09T22:20:33.321Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-03-09T22:20:33.321Z] === RUN TestMountDaemonRoot/default/bind_root [2022-03-09T22:20:33.321Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-03-09T22:20:33.321Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-03-09T22:20:33.321Z] === CONT TestMountDaemonRoot/rshared [2022-03-09T22:20:33.321Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-03-09T22:20:33.321Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-03-09T22:20:33.321Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-03-09T22:20:33.321Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-03-09T22:20:33.321Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-03-09T22:20:33.321Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-03-09T22:20:33.321Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-03-09T22:20:33.321Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-03-09T22:20:33.321Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-03-09T22:20:33.321Z] === CONT TestMountDaemonRoot/shared [2022-03-09T22:20:33.321Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-03-09T22:20:33.321Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-03-09T22:20:33.321Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-03-09T22:20:33.321Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-03-09T22:20:33.321Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-03-09T22:20:33.321Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-03-09T22:20:33.321Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-03-09T22:20:33.321Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-03-09T22:20:33.321Z] === CONT TestMountDaemonRoot/rslave [2022-03-09T22:20:33.321Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-03-09T22:20:33.321Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-03-09T22:20:33.321Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-03-09T22:20:33.321Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-03-09T22:20:33.321Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-03-09T22:20:33.321Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-03-09T22:20:33.322Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-03-09T22:20:33.322Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-03-09T22:20:33.322Z] === CONT TestMountDaemonRoot/slave [2022-03-09T22:20:33.322Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-03-09T22:20:33.322Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-03-09T22:20:33.322Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-03-09T22:20:33.322Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-03-09T22:20:33.322Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-03-09T22:20:33.322Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-03-09T22:20:33.322Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-03-09T22:20:33.322Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-03-09T22:20:33.322Z] === CONT TestMountDaemonRoot/rprivate [2022-03-09T22:20:33.322Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-03-09T22:20:33.322Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-03-09T22:20:33.322Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-03-09T22:20:33.322Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-03-09T22:20:33.322Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-03-09T22:20:33.322Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-03-09T22:20:33.322Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-03-09T22:20:33.322Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-03-09T22:20:33.322Z] === CONT TestMountDaemonRoot/private [2022-03-09T22:20:33.322Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-03-09T22:20:33.322Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-03-09T22:20:33.322Z] === RUN TestMountDaemonRoot/private/bind_root [2022-03-09T22:20:33.322Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-03-09T22:20:33.322Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-03-09T22:20:33.322Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-03-09T22:20:33.322Z] === RUN TestMountDaemonRoot/private/mount_root [2022-03-09T22:20:33.322Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-03-09T22:20:33.322Z] === CONT TestMountDaemonRoot/default/bind_root [2022-03-09T22:20:33.322Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-03-09T22:20:33.322Z] === CONT TestMountDaemonRoot/default/mount_root [2022-03-09T22:20:33.322Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-03-09T22:20:33.384Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2022-03-09T22:20:33.582Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-03-09T22:20:33.582Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-03-09T22:20:33.582Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-03-09T22:20:33.582Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-03-09T22:20:33.582Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-03-09T22:20:33.582Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-03-09T22:20:33.582Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-03-09T22:20:33.582Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-03-09T22:20:33.582Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-03-09T22:20:33.582Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-03-09T22:20:33.582Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-03-09T22:20:33.582Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-03-09T22:20:33.582Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-03-09T22:20:33.601Z] --- PASS: TestAuthZPluginV2Disable (3.64s) [2022-03-09T22:20:33.601Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-03-09T22:20:33.842Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-03-09T22:20:33.842Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-03-09T22:20:33.842Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-03-09T22:20:33.842Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-03-09T22:20:33.842Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-03-09T22:20:33.842Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-03-09T22:20:33.842Z] === CONT TestMountDaemonRoot/private/mount_root [2022-03-09T22:20:33.842Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-03-09T22:20:33.842Z] === CONT TestMountDaemonRoot/private/bind_root [2022-03-09T22:20:33.842Z] --- PASS: TestMountDaemonRoot (0.01s) [2022-03-09T22:20:33.842Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-03-09T22:20:33.842Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s) [2022-03-09T22:20:33.842Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.05s) [2022-03-09T22:20:33.842Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.06s) [2022-03-09T22:20:33.842Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.05s) [2022-03-09T22:20:33.842Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-03-09T22:20:33.842Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s) [2022-03-09T22:20:33.842Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s) [2022-03-09T22:20:33.842Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s) [2022-03-09T22:20:33.842Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s) [2022-03-09T22:20:33.842Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-03-09T22:20:33.842Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2022-03-09T22:20:33.842Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2022-03-09T22:20:33.842Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2022-03-09T22:20:33.842Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2022-03-09T22:20:33.842Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-03-09T22:20:33.842Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.06s) [2022-03-09T22:20:33.842Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s) [2022-03-09T22:20:33.842Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s) [2022-03-09T22:20:33.842Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s) [2022-03-09T22:20:33.842Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-03-09T22:20:33.842Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2022-03-09T22:20:33.842Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2022-03-09T22:20:33.842Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2022-03-09T22:20:33.842Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2022-03-09T22:20:33.842Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-03-09T22:20:33.842Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2022-03-09T22:20:33.842Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2022-03-09T22:20:33.842Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2022-03-09T22:20:33.842Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2022-03-09T22:20:33.842Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-03-09T22:20:33.842Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2022-03-09T22:20:33.842Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2022-03-09T22:20:33.842Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2022-03-09T22:20:33.842Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2022-03-09T22:20:33.842Z] === RUN TestContainerBindMountNonRecursive [2022-03-09T22:20:34.263Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2022-03-09T22:20:34.263Z] [2022-03-09T22:20:34.263Z] ________ ____ __. [2022-03-09T22:20:34.263Z] \_____ \ | |/ _| [2022-03-09T22:20:34.263Z] / | \| < [2022-03-09T22:20:34.263Z] / | \ | \ [2022-03-09T22:20:34.263Z] \_______ /____|__ \ [2022-03-09T22:20:34.263Z] \/ \/ [2022-03-09T22:20:34.263Z] [2022-03-09T22:20:34.263Z] INFO: make.ps1 ended at 03/09/2022 22:20:20 [2022-03-09T22:20:34.263Z] INFO: Binaries build ended at 03/09/2022 22:20:22. Duration:00:01:38.4585732 [2022-03-09T22:20:34.263Z] INFO: Copying the built daemon binary to d:\CI\PR-43352\2\binary\dockerd-b92af14a1c.exe... [2022-03-09T22:20:34.263Z] INFO: Copying the built client binary to d:\CI\PR-43352\2\binary\docker-b92af14a1c.exe... [2022-03-09T22:20:34.263Z] INFO: Copying dockerversion from the container... [2022-03-09T22:20:34.263Z] INFO: Copying the golang package from the container to d:\CI\PR-43352\2\installer\go.zip... [2022-03-09T22:20:34.263Z] INFO: Extracting go.zip to d:\CI\PR-43352\2\go [2022-03-09T22:20:35.227Z] --- PASS: TestContainerBindMountNonRecursive (1.29s) [2022-03-09T22:20:35.227Z] === RUN TestContainerVolumesMountedAsShared [2022-03-09T22:20:35.487Z] --- PASS: TestContainerVolumesMountedAsShared (0.39s) [2022-03-09T22:20:35.487Z] === RUN TestContainerVolumesMountedAsSlave [2022-03-09T22:20:35.748Z] --- PASS: TestContainerVolumesMountedAsSlave (0.33s) [2022-03-09T22:20:35.748Z] === RUN TestNetworkNat [2022-03-09T22:20:35.914Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork [2022-03-09T22:20:36.321Z] --- PASS: TestNetworkNat (0.45s) [2022-03-09T22:20:36.321Z] === RUN TestNetworkLocalhostTCPNat [2022-03-09T22:20:36.583Z] --- PASS: TestNetworkLocalhostTCPNat (0.42s) [2022-03-09T22:20:36.583Z] === RUN TestNetworkLoopbackNat [2022-03-09T22:20:36.882Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.47s) [2022-03-09T22:20:36.882Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-03-09T22:20:38.453Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr [2022-03-09T22:20:38.713Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (17.28s) [2022-03-09T22:20:38.713Z] PASS [2022-03-09T22:20:38.713Z] [2022-03-09T22:20:38.713Z] === Skipped [2022-03-09T22:20:38.713Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2022-03-09T22:20:38.713Z] build_session_test.go:25: TODO: BuildKit [2022-03-09T22:20:38.713Z] [2022-03-09T22:20:38.713Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-03-09T22:20:38.713Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-09T22:20:38.713Z] [2022-03-09T22:20:38.713Z] DONE 34 tests, 2 skipped in 176.305s [2022-03-09T22:20:38.713Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2022-03-09T22:20:38.713Z] ++ 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-09T22:20:38.713Z] ++ set -e [2022-03-09T22:20:38.713Z] ++ '[' -n 0 ']' [2022-03-09T22:20:38.713Z] ++ set -x [2022-03-09T22:20:38.713Z] ++ 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-09T22:20:38.713Z] INFO: Testing against a local daemon [2022-03-09T22:20:38.713Z] === RUN TestConfigInspect [2022-03-09T22:20:39.128Z] --- PASS: TestNetworkLoopbackNat (2.53s) [2022-03-09T22:20:39.128Z] === RUN TestPause [2022-03-09T22:20:39.698Z] --- PASS: TestPause (0.42s) [2022-03-09T22:20:39.698Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-03-09T22:20:39.698Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-03-09T22:20:39.698Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-03-09T22:20:39.698Z] === RUN TestPauseStopPausedContainer [2022-03-09T22:20:39.958Z] --- PASS: TestPauseStopPausedContainer (0.43s) [2022-03-09T22:20:39.958Z] === RUN TestPidHost [2022-03-09T22:20:40.900Z] --- PASS: TestPidHost (0.91s) [2022-03-09T22:20:40.900Z] === RUN TestPsFilter [2022-03-09T22:20:41.180Z] --- PASS: TestPsFilter (0.12s) [2022-03-09T22:20:41.180Z] === RUN TestRemoveContainerWithRemovedVolume [2022-03-09T22:20:41.245Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 [2022-03-09T22:20:41.258Z] .........................xx.................... [ 29%] [2022-03-09T22:20:41.463Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.42s) [2022-03-09T22:20:41.463Z] === RUN TestRemoveContainerWithVolume [2022-03-09T22:20:41.812Z] --- PASS: TestConfigInspect (3.04s) [2022-03-09T22:20:41.812Z] === RUN TestConfigList [2022-03-09T22:20:42.047Z] --- PASS: TestRemoveContainerWithVolume (0.40s) [2022-03-09T22:20:42.047Z] === RUN TestRemoveContainerRunning [2022-03-09T22:20:42.308Z] --- PASS: TestRemoveContainerRunning (0.39s) [2022-03-09T22:20:42.308Z] === RUN TestRemoveContainerForceRemoveRunning [2022-03-09T22:20:42.880Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.43s) [2022-03-09T22:20:42.880Z] === RUN TestRemoveInvalidContainer [2022-03-09T22:20:42.880Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-03-09T22:20:42.880Z] === RUN TestRenameLinkedContainer [2022-03-09T22:20:43.717Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeIP [2022-03-09T22:20:44.651Z] --- PASS: TestConfigList (2.87s) [2022-03-09T22:20:44.651Z] === RUN TestConfigsCreateAndDelete [2022-03-09T22:20:44.794Z] --- PASS: TestRenameLinkedContainer (1.62s) [2022-03-09T22:20:44.794Z] === RUN TestRenameStoppedContainer [2022-03-09T22:20:44.794Z] --- PASS: TestRenameStoppedContainer (0.39s) [2022-03-09T22:20:44.794Z] === RUN TestRenameRunningContainerAndReuse [2022-03-09T22:20:45.828Z] --- PASS: TestRenameRunningContainerAndReuse (0.84s) [2022-03-09T22:20:45.828Z] === RUN TestRenameInvalidName [2022-03-09T22:20:46.028Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeNone [2022-03-09T22:20:46.088Z] --- PASS: TestRenameInvalidName (0.41s) [2022-03-09T22:20:46.088Z] === RUN TestRenameAnonymousContainer [2022-03-09T22:20:46.856Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (9.73s) [2022-03-09T22:20:46.857Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-03-09T22:20:47.404Z] --- PASS: TestConfigsCreateAndDelete (2.65s) [2022-03-09T22:20:47.404Z] === RUN TestConfigsUpdate [2022-03-09T22:20:47.404Z] === RUN TestDockerDaemonSuite/TestDaemonCgroupParent [2022-03-09T22:20:47.470Z] --- PASS: TestRenameAnonymousContainer (1.43s) [2022-03-09T22:20:47.470Z] === RUN TestRenameContainerWithSameName [2022-03-09T22:20:48.041Z] --- PASS: TestRenameContainerWithSameName (0.39s) [2022-03-09T22:20:48.041Z] === RUN TestRenameContainerWithLinkedContainer [2022-03-09T22:20:48.341Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2022-03-09T22:20:48.613Z] --- PASS: TestRenameContainerWithLinkedContainer (0.83s) [2022-03-09T22:20:48.613Z] === RUN TestResize [2022-03-09T22:20:48.909Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2022-03-09T22:20:49.185Z] --- PASS: TestResize (0.39s) [2022-03-09T22:20:49.185Z] === RUN TestResizeWithInvalidSize [2022-03-09T22:20:49.448Z] --- PASS: TestResizeWithInvalidSize (0.38s) [2022-03-09T22:20:49.448Z] === RUN TestResizeWhenContainerNotStarted [2022-03-09T22:20:49.477Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress [2022-03-09T22:20:50.018Z] --- PASS: TestResizeWhenContainerNotStarted (0.39s) [2022-03-09T22:20:50.018Z] === RUN TestDaemonRestartKillContainers [2022-03-09T22:20:50.018Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-03-09T22:20:50.018Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-03-09T22:20:50.018Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-03-09T22:20:50.018Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-03-09T22:20:50.018Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-03-09T22:20:50.018Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-03-09T22:20:50.018Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-03-09T22:20:50.018Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-03-09T22:20:50.018Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-03-09T22:20:50.018Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-03-09T22:20:50.018Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-03-09T22:20:50.018Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-03-09T22:20:50.018Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-03-09T22:20:50.018Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-03-09T22:20:50.018Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-03-09T22:20:50.018Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-03-09T22:20:50.018Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-09T22:20:50.018Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-09T22:20:50.018Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-09T22:20:50.018Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-09T22:20:50.018Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-09T22:20:50.018Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-09T22:20:50.018Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-09T22:20:50.018Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-09T22:20:50.018Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-03-09T22:20:50.018Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-03-09T22:20:50.018Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-03-09T22:20:50.018Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-03-09T22:20:50.018Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-03-09T22:20:50.018Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-03-09T22:20:50.018Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-03-09T22:20:50.018Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-03-09T22:20:50.018Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-03-09T22:20:50.018Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-09T22:20:50.043Z] check_test.go:308: [dfeba509d7bb6] daemon is not started [2022-03-09T22:20:50.043Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress [2022-03-09T22:20:50.043Z] --- PASS: TestConfigsUpdate (2.81s) [2022-03-09T22:20:50.043Z] === RUN TestTemplatedConfig [2022-03-09T22:20:50.043Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2022-03-09T22:20:50.302Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2022-03-09T22:20:50.561Z] check_test.go:308: [de74fcd918a6c] daemon is not started [2022-03-09T22:20:50.561Z] === RUN TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode [2022-03-09T22:20:50.820Z] === RUN TestDockerSuite/TestBuildAddChangeOwnership [2022-03-09T22:20:51.403Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-03-09T22:20:51.759Z] === RUN TestDockerDaemonSuite/TestDaemonDebugLog [2022-03-09T22:20:52.328Z] check_test.go:308: [dd751e7ac9392] daemon is not started [2022-03-09T22:20:52.328Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit [2022-03-09T22:20:52.788Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-03-09T22:20:52.898Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2022-03-09T22:20:53.465Z] --- PASS: TestTemplatedConfig (3.40s) [2022-03-09T22:20:53.465Z] === RUN TestConfigCreateResolve [2022-03-09T22:20:53.730Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-03-09T22:20:53.990Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-03-09T22:20:54.401Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet [2022-03-09T22:20:54.932Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-09T22:20:55.192Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-09T22:20:55.334Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2022-03-09T22:20:56.267Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2022-03-09T22:20:56.267Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit [2022-03-09T22:20:56.267Z] --- PASS: TestConfigCreateResolve (2.79s) [2022-03-09T22:20:56.267Z] PASS [2022-03-09T22:20:56.267Z] [2022-03-09T22:20:56.267Z] DONE 6 tests in 17.689s [2022-03-09T22:20:56.267Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2022-03-09T22:20:56.267Z] ++ 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-09T22:20:56.267Z] ++ set -e [2022-03-09T22:20:56.267Z] ++ '[' -n 0 ']' [2022-03-09T22:20:56.267Z] ++ set -x [2022-03-09T22:20:56.267Z] ++ 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-09T22:20:56.526Z] INFO: Testing against a local daemon [2022-03-09T22:20:56.526Z] === RUN TestCheckpoint [2022-03-09T22:20:56.526Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-09T22:20:56.526Z] --- SKIP: TestCheckpoint (0.00s) [2022-03-09T22:20:56.526Z] === RUN TestContainerInvalidJSON [2022-03-09T22:20:56.526Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-03-09T22:20:56.526Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-03-09T22:20:56.526Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-03-09T22:20:56.526Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-03-09T22:20:56.526Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-03-09T22:20:56.526Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-03-09T22:20:56.526Z] --- PASS: TestContainerInvalidJSON (0.01s) [2022-03-09T22:20:56.526Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2022-03-09T22:20:56.526Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2022-03-09T22:20:56.526Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-03-09T22:20:56.526Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.06s) [2022-03-09T22:20:56.526Z] === RUN TestCopyFromContainerPathIsNotDir [2022-03-09T22:20:56.789Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.06s) [2022-03-09T22:20:56.789Z] === RUN TestCopyToContainerPathDoesNotExist [2022-03-09T22:20:56.789Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.04s) [2022-03-09T22:20:56.789Z] === RUN TestCopyToContainerPathIsNotDir [2022-03-09T22:20:56.789Z] --- PASS: TestCopyToContainerPathIsNotDir (0.07s) [2022-03-09T22:20:56.789Z] === RUN TestCopyFromContainer [2022-03-09T22:20:57.154Z] tests/integration/api_exec_test.py ..................... [ 34%] [2022-03-09T22:20:58.487Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-09T22:20:58.487Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-03-09T22:20:58.689Z] === RUN TestCopyFromContainer// [2022-03-09T22:20:58.689Z] === RUN TestDockerDaemonSuite/TestDaemonEvents [2022-03-09T22:20:58.689Z] === RUN TestCopyFromContainer//bar/root [2022-03-09T22:20:58.689Z] === RUN TestCopyFromContainer//bar/root/ [2022-03-09T22:20:58.689Z] === RUN TestCopyFromContainer/bar/quux [2022-03-09T22:20:58.949Z] === RUN TestCopyFromContainer/bar/quux/ [2022-03-09T22:20:58.949Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-03-09T22:20:58.949Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-03-09T22:20:58.949Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-03-09T22:20:59.227Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-03-09T22:20:59.227Z] === RUN TestCopyFromContainer/bar/notarget [2022-03-09T22:20:59.227Z] --- PASS: TestCopyFromContainer (2.53s) [2022-03-09T22:20:59.227Z] --- PASS: TestCopyFromContainer// (0.11s) [2022-03-09T22:20:59.227Z] --- PASS: TestCopyFromContainer//bar/root (0.14s) [2022-03-09T22:20:59.227Z] --- PASS: TestCopyFromContainer//bar/root/ (0.11s) [2022-03-09T22:20:59.227Z] --- PASS: TestCopyFromContainer/bar/quux (0.10s) [2022-03-09T22:20:59.227Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.08s) [2022-03-09T22:20:59.227Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s) [2022-03-09T22:20:59.227Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s) [2022-03-09T22:20:59.227Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.09s) [2022-03-09T22:20:59.227Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s) [2022-03-09T22:20:59.227Z] --- PASS: TestCopyFromContainer/bar/notarget (0.08s) [2022-03-09T22:20:59.227Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-03-09T22:20:59.227Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-09T22:20:59.227Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-09T22:20:59.227Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-09T22:20:59.227Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-09T22:20:59.227Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-09T22:20:59.227Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-09T22:20:59.227Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-09T22:20:59.227Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-09T22:20:59.227Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-09T22:20:59.475Z] INFO: Extraction ended at 03/09/2022 22:20:56. Duration:00:00:31.5778738 [2022-03-09T22:20:59.475Z] INFO: Updating the golang and path environment variables [2022-03-09T22:20:59.475Z] INFO: GOPATH=d:\gopath [2022-03-09T22:20:59.475Z] INFO: go version go1.17.8 windows/amd64 [2022-03-09T22:20:59.475Z] INFO: Running the daemon under test in debug mode [2022-03-09T22:20:59.475Z] INFO: Starting a daemon under test... [2022-03-09T22:20:59.475Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-43352\2\daemon --pidfile d:\CI\PR-43352\2\docker.pid -D [2022-03-09T22:20:59.475Z] INFO: Process started successfully. [2022-03-09T22:20:59.475Z] INFO: Start tailing logs of the daemon under tests [2022-03-09T22:20:59.475Z] INFO: Waiting for the daemon under test to start... [2022-03-09T22:20:59.493Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2022-03-09T22:20:59.493Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2022-03-09T22:20:59.493Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-03-09T22:20:59.493Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-03-09T22:20:59.493Z] === RUN TestCreateLinkToNonExistingContainer [2022-03-09T22:20:59.493Z] --- PASS: TestCreateLinkToNonExistingContainer (0.07s) [2022-03-09T22:20:59.493Z] === RUN TestCreateWithInvalidEnv [2022-03-09T22:20:59.493Z] === RUN TestCreateWithInvalidEnv/0 [2022-03-09T22:20:59.493Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-03-09T22:20:59.493Z] === RUN TestCreateWithInvalidEnv/1 [2022-03-09T22:20:59.493Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-03-09T22:20:59.493Z] === RUN TestCreateWithInvalidEnv/2 [2022-03-09T22:20:59.493Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-03-09T22:20:59.493Z] === CONT TestCreateWithInvalidEnv/0 [2022-03-09T22:20:59.493Z] === CONT TestCreateWithInvalidEnv/2 [2022-03-09T22:20:59.493Z] === CONT TestCreateWithInvalidEnv/1 [2022-03-09T22:20:59.493Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2022-03-09T22:20:59.493Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-03-09T22:20:59.493Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-03-09T22:20:59.493Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-03-09T22:20:59.493Z] === RUN TestCreateTmpfsMountsTarget [2022-03-09T22:20:59.493Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2022-03-09T22:20:59.493Z] === RUN TestCreateWithCustomMaskedPaths [2022-03-09T22:21:00.402Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-03-09T22:21:01.414Z] --- PASS: TestCreateWithCustomMaskedPaths (1.73s) [2022-03-09T22:21:01.414Z] === RUN TestCreateWithCustomReadonlyPaths [2022-03-09T22:21:01.785Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-03-09T22:21:01.982Z] === RUN TestDockerDaemonSuite/TestDaemonEventsWithFilters [2022-03-09T22:21:01.982Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2022-03-09T22:21:02.047Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-03-09T22:21:02.923Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.68s) [2022-03-09T22:21:02.924Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-03-09T22:21:02.924Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-09T22:21:02.924Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-09T22:21:02.924Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-09T22:21:02.924Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-09T22:21:02.924Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-09T22:21:02.924Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-09T22:21:02.924Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-09T22:21:02.924Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-09T22:21:02.924Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-09T22:21:02.924Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-09T22:21:02.924Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-09T22:21:02.924Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-09T22:21:02.924Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-09T22:21:02.924Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-09T22:21:02.924Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-09T22:21:02.924Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2022-03-09T22:21:02.924Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-03-09T22:21:02.924Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-03-09T22:21:02.924Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-03-09T22:21:02.924Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-03-09T22:21:02.924Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2022-03-09T22:21:02.924Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-03-09T22:21:03.492Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.64s) [2022-03-09T22:21:03.492Z] === RUN TestCreateDifferentPlatform [2022-03-09T22:21:03.492Z] === RUN TestCreateDifferentPlatform/different_os [2022-03-09T22:21:03.492Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-03-09T22:21:03.492Z] --- PASS: TestCreateDifferentPlatform (0.02s) [2022-03-09T22:21:03.492Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-03-09T22:21:03.492Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-03-09T22:21:03.492Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-03-09T22:21:03.492Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s) [2022-03-09T22:21:03.492Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-03-09T22:21:03.751Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s) [2022-03-09T22:21:03.751Z] === RUN TestContainerStartOnDaemonRestart [2022-03-09T22:21:03.751Z] === PAUSE TestContainerStartOnDaemonRestart [2022-03-09T22:21:03.751Z] === RUN TestDaemonRestartIpcMode [2022-03-09T22:21:03.751Z] === PAUSE TestDaemonRestartIpcMode [2022-03-09T22:21:03.751Z] === RUN TestDaemonHostGatewayIP [2022-03-09T22:21:03.751Z] === PAUSE TestDaemonHostGatewayIP [2022-03-09T22:21:03.751Z] === RUN TestRestartDaemonWithRestartingContainer [2022-03-09T22:21:03.751Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-03-09T22:21:03.751Z] === RUN TestContainerKillOnDaemonStart [2022-03-09T22:21:03.751Z] === PAUSE TestContainerKillOnDaemonStart [2022-03-09T22:21:03.751Z] === RUN TestDiff [2022-03-09T22:21:03.965Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-03-09T22:21:03.965Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-03-09T22:21:04.320Z] --- PASS: TestDiff (0.67s) [2022-03-09T22:21:04.320Z] === RUN TestExecWithCloseStdin [2022-03-09T22:21:04.605Z] tests/integration/api_healthcheck_test.py .... [ 35%] [2022-03-09T22:21:04.933Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.58s) [2022-03-09T22:21:04.933Z] PASS [2022-03-09T22:21:04.933Z] [2022-03-09T22:21:04.933Z] DONE 17 tests in 47.213s [2022-03-09T22:21:04.933Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-03-09T22:21:04.933Z] INFO: Testing against a local daemon [2022-03-09T22:21:04.933Z] === RUN TestPluginInvalidJSON [2022-03-09T22:21:04.933Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-03-09T22:21:04.933Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-03-09T22:21:04.933Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-03-09T22:21:04.933Z] --- PASS: TestPluginInvalidJSON (0.01s) [2022-03-09T22:21:04.933Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2022-03-09T22:21:04.933Z] === RUN TestPluginInstall [2022-03-09T22:21:04.933Z] === RUN TestPluginInstall/no_auth [2022-03-09T22:21:05.259Z] --- PASS: TestExecWithCloseStdin (0.74s) [2022-03-09T22:21:05.259Z] === RUN TestExec [2022-03-09T22:21:05.259Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2022-03-09T22:21:05.259Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2022-03-09T22:21:05.351Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-03-09T22:21:05.502Z] time="2022-03-09T22:21:05Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-09T22:21:05.502Z] time="2022-03-09T22:21:05Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:829332a8a04cebae6dd7c4fffe457a5766adc8e4f1b9e269938e28f3b9e3c825" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-09T22:21:05.502Z] time="2022-03-09T22:21:05Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-09T22:21:05.502Z] time="2022-03-09T22:21:05Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:829332a8a04cebae6dd7c4fffe457a5766adc8e4f1b9e269938e28f3b9e3c825" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-09T22:21:05.502Z] === RUN TestPluginInstall/with_htpasswd [2022-03-09T22:21:05.827Z] --- PASS: TestExec (0.65s) [2022-03-09T22:21:05.827Z] === RUN TestExecUser [2022-03-09T22:21:05.827Z] === RUN TestDockerDaemonSuite/TestDaemonExitOnFailure [2022-03-09T22:21:06.069Z] time="2022-03-09T22:21:05Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-09T22:21:06.070Z] time="2022-03-09T22:21:05Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:c6e2750193bc7b2f1fbc5747c84896769335a7ec39bb93b32d5303454f49db99" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-09T22:21:06.070Z] time="2022-03-09T22:21:05Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-09T22:21:06.070Z] time="2022-03-09T22:21:05Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:c6e2750193bc7b2f1fbc5747c84896769335a7ec39bb93b32d5303454f49db99" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-09T22:21:06.086Z] check_test.go:308: [d3d3ec886cab8] daemon is not started [2022-03-09T22:21:06.328Z] === RUN TestPluginInstall/with_insecure [2022-03-09T22:21:06.344Z] === RUN TestDockerDaemonSuite/TestDaemonFlagD [2022-03-09T22:21:06.344Z] --- PASS: TestExecUser (0.67s) [2022-03-09T22:21:06.344Z] === RUN TestExportContainerAndImportImage [2022-03-09T22:21:06.736Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2022-03-09T22:21:06.736Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.66s) [2022-03-09T22:21:06.736Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.23s) [2022-03-09T22:21:06.736Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (3.88s) [2022-03-09T22:21:06.736Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.21s) [2022-03-09T22:21:06.736Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.22s) [2022-03-09T22:21:06.736Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.24s) [2022-03-09T22:21:06.736Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.29s) [2022-03-09T22:21:06.736Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.29s) [2022-03-09T22:21:06.736Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (1.78s) [2022-03-09T22:21:06.736Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.61s) [2022-03-09T22:21:06.736Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (3.83s) [2022-03-09T22:21:06.736Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.69s) [2022-03-09T22:21:06.736Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (1.85s) [2022-03-09T22:21:06.736Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.67s) [2022-03-09T22:21:06.736Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.72s) [2022-03-09T22:21:06.736Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.57s) [2022-03-09T22:21:06.736Z] === RUN TestCgroupNamespacesRun [2022-03-09T22:21:06.910Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebug [2022-03-09T22:21:06.910Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2022-03-09T22:21:07.168Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal [2022-03-09T22:21:07.261Z] time="2022-03-09T22:21:06Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-09T22:21:07.261Z] time="2022-03-09T22:21:06Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:aac612c0bafac20472896c58ba26433ba6df80d4fbcb0d98c8a0c66c6ec4e6d2" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-09T22:21:07.261Z] time="2022-03-09T22:21:06Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-09T22:21:07.261Z] time="2022-03-09T22:21:06Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:aac612c0bafac20472896c58ba26433ba6df80d4fbcb0d98c8a0c66c6ec4e6d2" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-09T22:21:07.261Z] plugin_test.go:165: [dcef550ffad14] daemon is not started [2022-03-09T22:21:07.261Z] --- PASS: TestPluginInstall (3.97s) [2022-03-09T22:21:07.261Z] --- PASS: TestPluginInstall/no_auth (2.25s) [2022-03-09T22:21:07.261Z] --- PASS: TestPluginInstall/with_htpasswd (0.62s) [2022-03-09T22:21:07.261Z] --- PASS: TestPluginInstall/with_insecure (1.10s) [2022-03-09T22:21:07.261Z] === RUN TestPluginsWithRuntimes [2022-03-09T22:21:07.426Z] --- PASS: TestExportContainerAndImportImage (1.00s) [2022-03-09T22:21:07.426Z] === RUN TestExportContainerAfterDaemonRestart [2022-03-09T22:21:07.684Z] === RUN TestDockerDaemonSuite/TestDaemonICCLinkExpose [2022-03-09T22:21:08.119Z] --- PASS: TestCgroupNamespacesRun (1.10s) [2022-03-09T22:21:08.119Z] === RUN TestCgroupNamespacesRunPrivileged [2022-03-09T22:21:09.060Z] --- PASS: TestExportContainerAfterDaemonRestart (1.58s) [2022-03-09T22:21:09.060Z] === RUN TestHealthCheckWorkdir [2022-03-09T22:21:09.061Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.09s) [2022-03-09T22:21:09.061Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-03-09T22:21:09.162Z] === RUN TestPluginsWithRuntimes/No_Args [2022-03-09T22:21:09.464Z] tests/integration/api_image_test.py ............s..... [ 39%] [2022-03-09T22:21:09.729Z] === RUN TestPluginsWithRuntimes/With_Args [2022-03-09T22:21:09.995Z] --- PASS: TestHealthCheckWorkdir (1.04s) [2022-03-09T22:21:09.995Z] === RUN TestHealthKillContainer [2022-03-09T22:21:09.995Z] === RUN TestDockerSuite/TestBuildAddNonTar [2022-03-09T22:21:10.007Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.09s) [2022-03-09T22:21:10.007Z] === RUN TestCgroupNamespacesRunHostMode [2022-03-09T22:21:10.565Z] === RUN TestDockerDaemonSuite/TestDaemonICCPing [2022-03-09T22:21:10.665Z] --- PASS: TestPluginsWithRuntimes (3.30s) [2022-03-09T22:21:10.665Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.87s) [2022-03-09T22:21:10.665Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.85s) [2022-03-09T22:21:10.665Z] === RUN TestPluginBackCompatMediaTypes [2022-03-09T22:21:11.133Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2022-03-09T22:21:11.232Z] --- PASS: TestPluginBackCompatMediaTypes (0.56s) [2022-03-09T22:21:11.232Z] PASS [2022-03-09T22:21:11.232Z] [2022-03-09T22:21:11.232Z] DONE 10 tests in 7.888s [2022-03-09T22:21:11.232Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-03-09T22:21:11.232Z] INFO: Testing against a local daemon [2022-03-09T22:21:11.232Z] === RUN TestExternalGraphDriver [2022-03-09T22:21:11.232Z] === RUN TestExternalGraphDriver/json [2022-03-09T22:21:11.393Z] --- PASS: TestCgroupNamespacesRunHostMode (1.12s) [2022-03-09T22:21:11.393Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-03-09T22:21:11.709Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2022-03-09T22:21:12.333Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.09s) [2022-03-09T22:21:12.333Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-03-09T22:21:13.134Z] === RUN TestExternalGraphDriver/spec [2022-03-09T22:21:13.614Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2022-03-09T22:21:13.716Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.12s) [2022-03-09T22:21:13.716Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-03-09T22:21:13.977Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.66s) [2022-03-09T22:21:13.977Z] === RUN TestCgroupNamespacesRunOlderClient [2022-03-09T22:21:14.510Z] === RUN TestExternalGraphDriver/pull [2022-03-09T22:21:14.994Z] === RUN TestDockerDaemonSuite/TestDaemonIP [2022-03-09T22:21:15.363Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.11s) [2022-03-09T22:21:15.364Z] === RUN TestNISDomainname [2022-03-09T22:21:15.624Z] --- PASS: TestNISDomainname (0.47s) [2022-03-09T22:21:15.624Z] === RUN TestHostnameDnsResolution [2022-03-09T22:21:16.197Z] --- PASS: TestHostnameDnsResolution (0.64s) [2022-03-09T22:21:16.197Z] === RUN TestUnprivilegedPortsAndPing [2022-03-09T22:21:16.370Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2022-03-09T22:21:16.412Z] --- PASS: TestExternalGraphDriver (5.03s) [2022-03-09T22:21:16.412Z] --- PASS: TestExternalGraphDriver/json (1.65s) [2022-03-09T22:21:16.412Z] --- PASS: TestExternalGraphDriver/spec (1.67s) [2022-03-09T22:21:16.412Z] --- PASS: TestExternalGraphDriver/pull (1.68s) [2022-03-09T22:21:16.412Z] === RUN TestGraphdriverPluginV2 [2022-03-09T22:21:16.770Z] --- PASS: TestUnprivilegedPortsAndPing (0.48s) [2022-03-09T22:21:16.770Z] === RUN TestStats [2022-03-09T22:21:16.937Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6Enabled [2022-03-09T22:21:16.937Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2022-03-09T22:21:16.937Z] check_test.go:308: [d28bbfe297197] daemon is not started [2022-03-09T22:21:16.937Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR [2022-03-09T22:21:17.144Z] .....INFO: Daemon under test started and replied! [2022-03-09T22:21:17.144Z] INFO: Docker version of the daemon under test [2022-03-09T22:21:17.144Z] [2022-03-09T22:21:17.144Z] Client: [2022-03-09T22:21:17.144Z] Version: 17.06.2-ce [2022-03-09T22:21:17.144Z] API version: 1.30 [2022-03-09T22:21:17.144Z] Go version: go1.8.3 [2022-03-09T22:21:17.144Z] Git commit: cec0b72 [2022-03-09T22:21:17.144Z] Built: Tue Sep 5 19:57:19 2017 [2022-03-09T22:21:17.144Z] OS/Arch: windows/amd64 [2022-03-09T22:21:17.144Z] [2022-03-09T22:21:17.144Z] Server: [2022-03-09T22:21:17.144Z] Version: 0.0.0-dev [2022-03-09T22:21:17.144Z] API version: 1.42 (minimum version 1.24) [2022-03-09T22:21:17.144Z] Go version: go1.17.8 [2022-03-09T22:21:17.144Z] Git commit: b92af14a1c [2022-03-09T22:21:17.144Z] Built: 03/09/2022 22:18:51 [2022-03-09T22:21:17.144Z] OS/Arch: windows/amd64 [2022-03-09T22:21:17.144Z] Experimental: false [2022-03-09T22:21:17.144Z] [2022-03-09T22:21:17.144Z] INFO: Docker info of the daemon under test [2022-03-09T22:21:17.144Z] [2022-03-09T22:21:17.144Z] Containers: 0 [2022-03-09T22:21:17.144Z] Running: 0 [2022-03-09T22:21:17.144Z] Paused: 0 [2022-03-09T22:21:17.144Z] Stopped: 0 [2022-03-09T22:21:17.144Z] Images: 0 [2022-03-09T22:21:17.144Z] Server Version: 0.0.0-dev [2022-03-09T22:21:17.144Z] Storage Driver: windowsfilter [2022-03-09T22:21:17.144Z] Windows: [2022-03-09T22:21:17.144Z] Logging Driver: json-file [2022-03-09T22:21:17.144Z] Plugins: [2022-03-09T22:21:17.144Z] Volume: local [2022-03-09T22:21:17.144Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-09T22:21:17.144Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-09T22:21:17.144Z] Swarm: inactive [2022-03-09T22:21:17.144Z] Default Isolation: process [2022-03-09T22:21:17.144Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2022-03-09T22:21:17.144Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2183) [2022-03-09T22:21:17.144Z] OSType: windows [2022-03-09T22:21:17.144Z] Architecture: x86_64 [2022-03-09T22:21:17.144Z] CPUs: 4 [2022-03-09T22:21:17.144Z] Total Memory: 32GiB [2022-03-09T22:21:17.144Z] Name: azwin-2-2e4960 [2022-03-09T22:21:17.144Z] ID: NBAO:5OV2:SSRC:27J2:DKJV:XS23:G2V7:46WY:HBP3:7YQB:4GJ5:3AL7 [2022-03-09T22:21:17.144Z] Docker Root Dir: D:\CI\PR-43352\2\daemon [2022-03-09T22:21:17.144Z] Debug Mode (client): false [2022-03-09T22:21:17.144Z] Debug Mode (server): true [2022-03-09T22:21:17.144Z] File Descriptors: -1 [2022-03-09T22:21:17.144Z] Goroutines: 16 [2022-03-09T22:21:17.144Z] System Time: 2022-03-09T22:21:16.5974451Z [2022-03-09T22:21:17.144Z] EventsListeners: 0 [2022-03-09T22:21:17.144Z] Registry: https://index.docker.io/v1/ [2022-03-09T22:21:17.144Z] Labels: [2022-03-09T22:21:17.144Z] Experimental: false [2022-03-09T22:21:17.144Z] Insecure Registries: [2022-03-09T22:21:17.144Z] 127.0.0.0/8 [2022-03-09T22:21:17.144Z] Live Restore Enabled: false [2022-03-09T22:21:17.144Z] [2022-03-09T22:21:17.144Z] [2022-03-09T22:21:17.144Z] INFO: Docker images of the daemon under test [2022-03-09T22:21:17.144Z] [2022-03-09T22:21:17.144Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-03-09T22:21:17.144Z] [2022-03-09T22:21:17.144Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2022-03-09T22:21:17.144Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub into daemon under test. This may take some time... [2022-03-09T22:21:17.196Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2022-03-09T22:21:17.607Z] ltsc2019: Pulling from windows/servercore [2022-03-09T22:21:17.607Z] 4612f6d0b889: Pulling fs layer [2022-03-09T22:21:17.607Z] 0a6173b79e25: Pulling fs layer [2022-03-09T22:21:18.130Z] === RUN TestDockerSuite/TestBuildAddScript [2022-03-09T22:21:18.695Z] --- PASS: TestHealthKillContainer (8.55s) [2022-03-09T22:21:18.695Z] === RUN TestInspectCpusetInConfigPre120 [2022-03-09T22:21:18.695Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac [2022-03-09T22:21:19.261Z] --- PASS: TestInspectCpusetInConfigPre120 (0.83s) [2022-03-09T22:21:19.261Z] === RUN TestIpcModeNone [2022-03-09T22:21:19.311Z] --- PASS: TestStats (2.42s) [2022-03-09T22:21:19.311Z] === RUN TestStopContainerWithTimeout [2022-03-09T22:21:19.311Z] === RUN TestStopContainerWithTimeout/0 [2022-03-09T22:21:19.311Z] === PAUSE TestStopContainerWithTimeout/0 [2022-03-09T22:21:19.311Z] === RUN TestStopContainerWithTimeout/1 [2022-03-09T22:21:19.311Z] === PAUSE TestStopContainerWithTimeout/1 [2022-03-09T22:21:19.311Z] === RUN TestStopContainerWithTimeout/3 [2022-03-09T22:21:19.311Z] === PAUSE TestStopContainerWithTimeout/3 [2022-03-09T22:21:19.311Z] === RUN TestStopContainerWithTimeout/-1 [2022-03-09T22:21:19.311Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-03-09T22:21:19.311Z] === CONT TestStopContainerWithTimeout/0 [2022-03-09T22:21:19.311Z] === CONT TestStopContainerWithTimeout/3 [2022-03-09T22:21:19.882Z] === CONT TestStopContainerWithTimeout/-1 [2022-03-09T22:21:20.600Z] --- PASS: TestGraphdriverPluginV2 (3.86s) [2022-03-09T22:21:20.600Z] PASS [2022-03-09T22:21:20.600Z] [2022-03-09T22:21:20.600Z] DONE 5 tests in 8.938s [2022-03-09T22:21:20.600Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-03-09T22:21:20.600Z] INFO: Testing against a local daemon [2022-03-09T22:21:20.600Z] === RUN TestContinueAfterPluginCrash [2022-03-09T22:21:20.600Z] === PAUSE TestContinueAfterPluginCrash [2022-03-09T22:21:20.600Z] === RUN TestReadPluginNoRead [2022-03-09T22:21:20.600Z] === PAUSE TestReadPluginNoRead [2022-03-09T22:21:20.600Z] === RUN TestDaemonStartWithLogOpt [2022-03-09T22:21:20.600Z] === PAUSE TestDaemonStartWithLogOpt [2022-03-09T22:21:20.600Z] === CONT TestContinueAfterPluginCrash [2022-03-09T22:21:20.600Z] === CONT TestDaemonStartWithLogOpt [2022-03-09T22:21:20.635Z] --- PASS: TestIpcModeNone (0.97s) [2022-03-09T22:21:20.635Z] === RUN TestIpcModePrivate [2022-03-09T22:21:20.895Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6HostMode [2022-03-09T22:21:20.895Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:105, shared: false, mustBeShared: false [2022-03-09T22:21:20.895Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2022-03-09T22:21:21.155Z] --- PASS: TestIpcModePrivate (0.81s) [2022-03-09T22:21:21.155Z] === RUN TestIpcModeShareable [2022-03-09T22:21:21.723Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:87, shared: true, mustBeShared: true [2022-03-09T22:21:21.792Z] === CONT TestStopContainerWithTimeout/1 [2022-03-09T22:21:21.981Z] --- PASS: TestIpcModeShareable (0.84s) [2022-03-09T22:21:21.981Z] === RUN TestAPIIpcModeShareableAndContainer [2022-03-09T22:21:22.548Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesClean [2022-03-09T22:21:23.703Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2022-03-09T22:21:23.703Z] --- PASS: TestStopContainerWithTimeout/0 (0.67s) [2022-03-09T22:21:23.703Z] --- PASS: TestStopContainerWithTimeout/3 (2.65s) [2022-03-09T22:21:23.703Z] --- PASS: TestStopContainerWithTimeout/-1 (2.36s) [2022-03-09T22:21:23.703Z] --- PASS: TestStopContainerWithTimeout/1 (1.45s) [2022-03-09T22:21:23.703Z] === RUN TestDeleteDevicemapper [2022-03-09T22:21:23.703Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-03-09T22:21:23.703Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-03-09T22:21:23.703Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-03-09T22:21:23.885Z] --- PASS: TestDaemonStartWithLogOpt (3.44s) [2022-03-09T22:21:23.886Z] === CONT TestReadPluginNoRead [2022-03-09T22:21:24.455Z] check_test.go:308: [d04d1157b3690] daemon is not started [2022-03-09T22:21:24.455Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesCreate [2022-03-09T22:21:24.455Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.49s) [2022-03-09T22:21:24.455Z] === RUN TestAPIIpcModeHost [2022-03-09T22:21:24.777Z] tests/integration/api_network_test.py ............................ [ 47%] [2022-03-09T22:21:25.025Z] --- PASS: TestAPIIpcModeHost (0.63s) [2022-03-09T22:21:25.025Z] === RUN TestDaemonIpcModeShareable [2022-03-09T22:21:25.089Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.45s) [2022-03-09T22:21:25.089Z] === RUN TestUpdateMemory [2022-03-09T22:21:25.350Z] --- PASS: TestUpdateMemory (0.51s) [2022-03-09T22:21:25.350Z] === RUN TestUpdateCPUQuota [2022-03-09T22:21:25.791Z] === RUN TestReadPluginNoRead/default [2022-03-09T22:21:25.922Z] --- PASS: TestUpdateCPUQuota (0.65s) [2022-03-09T22:21:25.923Z] === RUN TestUpdatePidsLimit [2022-03-09T22:21:25.923Z] === RUN TestUpdatePidsLimit/update_from_none [2022-03-09T22:21:26.183Z] === RUN TestUpdatePidsLimit/no_change [2022-03-09T22:21:26.183Z] === RUN TestUpdatePidsLimit/update_lower [2022-03-09T22:21:26.443Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2022-03-09T22:21:26.703Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2022-03-09T22:21:26.931Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:84, shared: true, mustBeShared: true [2022-03-09T22:21:26.931Z] --- PASS: TestDaemonIpcModeShareable (1.76s) [2022-03-09T22:21:26.931Z] === RUN TestDaemonIpcModePrivate [2022-03-09T22:21:26.965Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2022-03-09T22:21:26.965Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2022-03-09T22:21:27.169Z] === RUN TestReadPluginNoRead/disabled_caching [2022-03-09T22:21:27.189Z] === RUN TestDockerDaemonSuite/TestDaemonKeyGeneration [2022-03-09T22:21:27.759Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2022-03-09T22:21:27.759Z] check_test.go:308: [db2f4a409c5af] daemon is not started [2022-03-09T22:21:27.759Z] === RUN TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins [2022-03-09T22:21:27.907Z] --- PASS: TestUpdatePidsLimit (1.74s) [2022-03-09T22:21:27.907Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.17s) [2022-03-09T22:21:27.907Z] --- PASS: TestUpdatePidsLimit/no_change (0.18s) [2022-03-09T22:21:27.907Z] --- PASS: TestUpdatePidsLimit/update_lower (0.18s) [2022-03-09T22:21:27.907Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.23s) [2022-03-09T22:21:27.907Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.18s) [2022-03-09T22:21:27.907Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.19s) [2022-03-09T22:21:27.907Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.18s) [2022-03-09T22:21:27.907Z] === RUN TestUpdateRestartPolicy [2022-03-09T22:21:28.328Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:96, shared: false, mustBeShared: false [2022-03-09T22:21:28.548Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-03-09T22:21:28.548Z] --- PASS: TestContinueAfterPluginCrash (8.40s) [2022-03-09T22:21:28.586Z] --- PASS: TestDaemonIpcModePrivate (1.61s) [2022-03-09T22:21:28.586Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-03-09T22:21:29.489Z] === CONT TestReadPluginNoRead [2022-03-09T22:21:29.489Z] read_test.go:92: [d68a7e3398b96] daemon is not started [2022-03-09T22:21:29.489Z] --- PASS: TestReadPluginNoRead (5.89s) [2022-03-09T22:21:29.489Z] --- PASS: TestReadPluginNoRead/default (1.21s) [2022-03-09T22:21:29.489Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.20s) [2022-03-09T22:21:29.489Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.30s) [2022-03-09T22:21:29.489Z] PASS [2022-03-09T22:21:29.489Z] [2022-03-09T22:21:29.489Z] DONE 6 tests in 9.384s [2022-03-09T22:21:29.489Z] 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-09T22:21:29.489Z] testing: warning: no tests to run [2022-03-09T22:21:29.489Z] PASS [2022-03-09T22:21:29.489Z] [2022-03-09T22:21:29.489Z] DONE 0 tests in 0.013s [2022-03-09T22:21:29.489Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-03-09T22:21:29.747Z] INFO: Testing against a local daemon [2022-03-09T22:21:29.747Z] === RUN TestPluginWithDevMounts [2022-03-09T22:21:29.747Z] === PAUSE TestPluginWithDevMounts [2022-03-09T22:21:29.747Z] === CONT TestPluginWithDevMounts [2022-03-09T22:21:29.964Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:98, shared: false, mustBeShared: false [2022-03-09T22:21:29.964Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.59s) [2022-03-09T22:21:29.964Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-03-09T22:21:30.533Z] docker_cli_daemon_plugins_test.go:80: [d5166238adfe8] daemon is not started [2022-03-09T22:21:31.122Z] --- PASS: TestPluginWithDevMounts (1.58s) [2022-03-09T22:21:31.122Z] PASS [2022-03-09T22:21:31.122Z] [2022-03-09T22:21:31.122Z] DONE 1 tests in 1.624s [2022-03-09T22:21:31.122Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2022-03-09T22:21:31.380Z] INFO: Testing against a local daemon [2022-03-09T22:21:31.380Z] === RUN TestSecretInspect [2022-03-09T22:21:31.468Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:107, shared: true, mustBeShared: true [2022-03-09T22:21:31.468Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2022-03-09T22:21:31.468Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.52s) [2022-03-09T22:21:31.468Z] === RUN TestIpcModeOlderClient [2022-03-09T22:21:31.468Z] === PAUSE TestIpcModeOlderClient [2022-03-09T22:21:31.468Z] === RUN TestKillContainerInvalidSignal [2022-03-09T22:21:31.726Z] === RUN TestDockerDaemonSuite/TestDaemonKillWithPlugins [2022-03-09T22:21:32.294Z] --- PASS: TestKillContainerInvalidSignal (0.74s) [2022-03-09T22:21:32.294Z] === RUN TestKillContainer [2022-03-09T22:21:32.294Z] === RUN TestKillContainer/no_signal [2022-03-09T22:21:32.420Z] 0a6173b79e25: Verifying Checksum [2022-03-09T22:21:32.420Z] 0a6173b79e25: Download complete [2022-03-09T22:21:32.872Z] === RUN TestKillContainer/non_killing_signal [2022-03-09T22:21:33.440Z] === RUN TestKillContainer/killing_signal [2022-03-09T22:21:33.913Z] --- PASS: TestSecretInspect (2.24s) [2022-03-09T22:21:33.913Z] === RUN TestSecretList [2022-03-09T22:21:34.011Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2022-03-09T22:21:34.269Z] --- PASS: TestKillContainer (1.89s) [2022-03-09T22:21:34.269Z] --- PASS: TestKillContainer/no_signal (0.55s) [2022-03-09T22:21:34.269Z] --- PASS: TestKillContainer/non_killing_signal (0.45s) [2022-03-09T22:21:34.269Z] --- PASS: TestKillContainer/killing_signal (0.68s) [2022-03-09T22:21:34.269Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-03-09T22:21:34.269Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-03-09T22:21:34.269Z] docker_cli_daemon_plugins_test.go:170: [de5f38884df9d] daemon is not started [2022-03-09T22:21:34.271Z] tests/integration/api_plugin_test.py ........... [ 49%] [2022-03-09T22:21:34.527Z] === RUN TestDockerSuite/TestBuildAddTar [2022-03-09T22:21:35.095Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-03-09T22:21:35.664Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.27s) [2022-03-09T22:21:35.664Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.68s) [2022-03-09T22:21:35.664Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.39s) [2022-03-09T22:21:35.664Z] === RUN TestKillStoppedContainer [2022-03-09T22:21:35.664Z] --- PASS: TestKillStoppedContainer (0.07s) [2022-03-09T22:21:35.664Z] === RUN TestKillStoppedContainerAPIPre120 [2022-03-09T22:21:35.664Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.06s) [2022-03-09T22:21:35.664Z] === RUN TestKillDifferentUserContainer [2022-03-09T22:21:35.664Z] === RUN TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink [2022-03-09T22:21:35.769Z] tests/integration/api_secret_test.py ..... [ 51%] [2022-03-09T22:21:35.813Z] --- PASS: TestSecretList (2.19s) [2022-03-09T22:21:35.813Z] === RUN TestSecretsCreateAndDelete [2022-03-09T22:21:36.601Z] --- PASS: TestKillDifferentUserContainer (0.76s) [2022-03-09T22:21:36.601Z] === RUN TestInspectOomKilledTrue [2022-03-09T22:21:36.601Z] kill_test.go:159: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-09T22:21:36.601Z] --- SKIP: TestInspectOomKilledTrue (0.01s) [2022-03-09T22:21:36.601Z] === RUN TestInspectOomKilledFalse [2022-03-09T22:21:36.601Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-09T22:21:36.601Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-03-09T22:21:36.601Z] === RUN TestLinksEtcHostsContentMatch [2022-03-09T22:21:36.861Z] --- PASS: TestLinksEtcHostsContentMatch (0.60s) [2022-03-09T22:21:36.861Z] === RUN TestLinksContainerNames [2022-03-09T22:21:37.766Z] --- PASS: TestSecretsCreateAndDelete (2.16s) [2022-03-09T22:21:37.766Z] === RUN TestSecretsUpdate [2022-03-09T22:21:38.209Z] 4612f6d0b889: Download complete [2022-03-09T22:21:38.767Z] --- PASS: TestLinksContainerNames (1.44s) [2022-03-09T22:21:38.767Z] === RUN TestLogsFollowTailEmpty [2022-03-09T22:21:39.334Z] --- PASS: TestLogsFollowTailEmpty (0.77s) [2022-03-09T22:21:39.334Z] === RUN TestContainerNetworkMountsNoChown [2022-03-09T22:21:39.334Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelDebug [2022-03-09T22:21:39.686Z] tests/integration/api_service_test.py .................................. [ 59%] [2022-03-09T22:21:39.902Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelFatal [2022-03-09T22:21:39.902Z] --- PASS: TestContainerNetworkMountsNoChown (0.63s) [2022-03-09T22:21:39.902Z] === RUN TestMountDaemonRoot [2022-03-09T22:21:39.902Z] === RUN TestMountDaemonRoot/default [2022-03-09T22:21:39.902Z] === PAUSE TestMountDaemonRoot/default [2022-03-09T22:21:39.902Z] === RUN TestMountDaemonRoot/private [2022-03-09T22:21:39.902Z] === PAUSE TestMountDaemonRoot/private [2022-03-09T22:21:39.902Z] === RUN TestMountDaemonRoot/rprivate [2022-03-09T22:21:39.902Z] === PAUSE TestMountDaemonRoot/rprivate [2022-03-09T22:21:39.902Z] === RUN TestMountDaemonRoot/slave [2022-03-09T22:21:39.902Z] === PAUSE TestMountDaemonRoot/slave [2022-03-09T22:21:39.902Z] === RUN TestMountDaemonRoot/rslave [2022-03-09T22:21:39.902Z] === PAUSE TestMountDaemonRoot/rslave [2022-03-09T22:21:39.902Z] === RUN TestMountDaemonRoot/shared [2022-03-09T22:21:39.902Z] === PAUSE TestMountDaemonRoot/shared [2022-03-09T22:21:39.902Z] === RUN TestMountDaemonRoot/rshared [2022-03-09T22:21:39.902Z] === PAUSE TestMountDaemonRoot/rshared [2022-03-09T22:21:39.902Z] === CONT TestMountDaemonRoot/default [2022-03-09T22:21:39.902Z] === CONT TestMountDaemonRoot/rslave [2022-03-09T22:21:39.902Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-03-09T22:21:39.902Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-03-09T22:21:39.902Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-03-09T22:21:39.902Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-03-09T22:21:39.902Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-03-09T22:21:39.902Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-03-09T22:21:39.902Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-03-09T22:21:39.902Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-03-09T22:21:39.902Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-03-09T22:21:39.902Z] === RUN TestMountDaemonRoot/default/bind_root [2022-03-09T22:21:39.902Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-03-09T22:21:39.902Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-03-09T22:21:39.902Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-03-09T22:21:39.902Z] === RUN TestMountDaemonRoot/default/mount_root [2022-03-09T22:21:39.902Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-03-09T22:21:39.902Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-03-09T22:21:39.902Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-03-09T22:21:39.902Z] === CONT TestMountDaemonRoot/rshared [2022-03-09T22:21:39.902Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-03-09T22:21:39.902Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-03-09T22:21:39.902Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-03-09T22:21:39.902Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-03-09T22:21:39.902Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-03-09T22:21:39.902Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-03-09T22:21:39.902Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-03-09T22:21:39.902Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-03-09T22:21:39.902Z] === CONT TestMountDaemonRoot/shared [2022-03-09T22:21:39.902Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-03-09T22:21:39.902Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-03-09T22:21:39.902Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-03-09T22:21:39.902Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-03-09T22:21:39.902Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-03-09T22:21:39.902Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-03-09T22:21:39.902Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-03-09T22:21:39.902Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-03-09T22:21:39.902Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-03-09T22:21:39.902Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-03-09T22:21:39.902Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-03-09T22:21:39.902Z] === CONT TestMountDaemonRoot/rprivate [2022-03-09T22:21:39.902Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-03-09T22:21:39.902Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-03-09T22:21:39.902Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-03-09T22:21:39.902Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-03-09T22:21:39.902Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-03-09T22:21:39.902Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-03-09T22:21:39.902Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-03-09T22:21:39.902Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-03-09T22:21:39.902Z] === CONT TestMountDaemonRoot/slave [2022-03-09T22:21:39.902Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-03-09T22:21:39.902Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-03-09T22:21:39.902Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-03-09T22:21:39.902Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-03-09T22:21:39.902Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-03-09T22:21:39.902Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-03-09T22:21:39.902Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-03-09T22:21:39.902Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-03-09T22:21:39.902Z] === CONT TestMountDaemonRoot/private [2022-03-09T22:21:39.902Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-03-09T22:21:39.902Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-03-09T22:21:39.902Z] === RUN TestMountDaemonRoot/private/bind_root [2022-03-09T22:21:39.902Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-03-09T22:21:39.902Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-03-09T22:21:39.902Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-03-09T22:21:39.902Z] === RUN TestMountDaemonRoot/private/mount_root [2022-03-09T22:21:39.902Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-03-09T22:21:39.902Z] === CONT TestMountDaemonRoot/default/bind_root [2022-03-09T22:21:39.902Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-03-09T22:21:39.902Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-03-09T22:21:40.160Z] === CONT TestMountDaemonRoot/default/mount_root [2022-03-09T22:21:40.160Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-03-09T22:21:40.160Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-03-09T22:21:40.160Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-03-09T22:21:40.160Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-03-09T22:21:40.160Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-03-09T22:21:40.160Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-03-09T22:21:40.160Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-03-09T22:21:40.160Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-03-09T22:21:40.160Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-03-09T22:21:40.160Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-03-09T22:21:40.160Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-03-09T22:21:40.160Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-03-09T22:21:40.160Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-03-09T22:21:40.160Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-03-09T22:21:40.163Z] --- PASS: TestUpdateRestartPolicy (10.67s) [2022-03-09T22:21:40.163Z] === RUN TestUpdateRestartWithAutoRemove [2022-03-09T22:21:40.163Z] --- PASS: TestUpdateRestartWithAutoRemove (0.48s) [2022-03-09T22:21:40.163Z] === RUN TestWaitNonBlocked [2022-03-09T22:21:40.163Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-09T22:21:40.163Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-09T22:21:40.163Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-09T22:21:40.163Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-09T22:21:40.163Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-09T22:21:40.163Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-09T22:21:40.163Z] --- PASS: TestWaitNonBlocked (0.02s) [2022-03-09T22:21:40.163Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.69s) [2022-03-09T22:21:40.163Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.71s) [2022-03-09T22:21:40.163Z] === RUN TestWaitBlocked [2022-03-09T22:21:40.163Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-09T22:21:40.163Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-09T22:21:40.163Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-03-09T22:21:40.163Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-03-09T22:21:40.163Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-09T22:21:40.163Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-03-09T22:21:40.163Z] --- PASS: TestWaitBlocked (0.01s) [2022-03-09T22:21:40.163Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.59s) [2022-03-09T22:21:40.163Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.64s) [2022-03-09T22:21:40.163Z] === CONT TestContainerStartOnDaemonRestart [2022-03-09T22:21:40.163Z] === CONT TestRestartDaemonWithRestartingContainer [2022-03-09T22:21:40.322Z] --- PASS: TestSecretsUpdate (2.14s) [2022-03-09T22:21:40.322Z] === RUN TestTemplatedSecret [2022-03-09T22:21:40.418Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-03-09T22:21:40.418Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelWrong [2022-03-09T22:21:40.418Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-03-09T22:21:40.418Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-03-09T22:21:40.418Z] === CONT TestMountDaemonRoot/private/mount_root [2022-03-09T22:21:40.418Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-03-09T22:21:40.418Z] === CONT TestMountDaemonRoot/private/bind_root [2022-03-09T22:21:40.418Z] --- PASS: TestMountDaemonRoot (0.03s) [2022-03-09T22:21:40.418Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-03-09T22:21:40.418Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.06s) [2022-03-09T22:21:40.418Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.07s) [2022-03-09T22:21:40.418Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s) [2022-03-09T22:21:40.418Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.06s) [2022-03-09T22:21:40.418Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-03-09T22:21:40.418Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.04s) [2022-03-09T22:21:40.418Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.04s) [2022-03-09T22:21:40.418Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s) [2022-03-09T22:21:40.418Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.05s) [2022-03-09T22:21:40.418Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-03-09T22:21:40.418Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.07s) [2022-03-09T22:21:40.418Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s) [2022-03-09T22:21:40.418Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s) [2022-03-09T22:21:40.418Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s) [2022-03-09T22:21:40.418Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-03-09T22:21:40.418Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) [2022-03-09T22:21:40.418Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s) [2022-03-09T22:21:40.418Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2022-03-09T22:21:40.418Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s) [2022-03-09T22:21:40.418Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-03-09T22:21:40.418Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2022-03-09T22:21:40.418Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2022-03-09T22:21:40.418Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2022-03-09T22:21:40.418Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.05s) [2022-03-09T22:21:40.418Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-03-09T22:21:40.418Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2022-03-09T22:21:40.418Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) [2022-03-09T22:21:40.418Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.05s) [2022-03-09T22:21:40.418Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.04s) [2022-03-09T22:21:40.418Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-03-09T22:21:40.418Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) [2022-03-09T22:21:40.418Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2022-03-09T22:21:40.418Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.04s) [2022-03-09T22:21:40.418Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2022-03-09T22:21:40.418Z] === RUN TestContainerBindMountNonRecursive [2022-03-09T22:21:40.677Z] check_test.go:308: [d89458a091940] daemon is not started [2022-03-09T22:21:40.935Z] === RUN TestDockerDaemonSuite/TestDaemonLogOptions [2022-03-09T22:21:41.500Z] === RUN TestDockerSuite/TestBuildAddTarXz [2022-03-09T22:21:41.727Z] 037d5740b404: Pull complete [2022-03-09T22:21:41.727Z] Digest: sha256:343f8c95ec604913c74597f6d541e388f83bc0ce373ee8ea5bb26d268879f338 [2022-03-09T22:21:41.727Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-09T22:21:41.727Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2022 into daemon under test completed successfully [2022-03-09T22:21:41.727Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2022 as microsoft/windowsservercore in daemon under test [2022-03-09T22:21:41.727Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2022 is '10.0.20348.587' [2022-03-09T22:21:41.727Z] WARN: Skipping validation tests [2022-03-09T22:21:41.727Z] INFO: Running unit tests at 03/09/2022 22:21:35... [2022-03-09T22:21:41.727Z] INFO: make.ps1 starting at 03/09/2022 22:21:40 [2022-03-09T22:21:41.727Z] INFO: Git commit (b92af14a1c) assumed from DOCKER_GITCOMMIT environment variable [2022-03-09T22:21:41.727Z] INFO: Invoking autogen... [2022-03-09T22:21:41.727Z] INFO: Running unit tests... [2022-03-09T22:21:42.072Z] --- PASS: TestRestartDaemonWithRestartingContainer (1.95s) [2022-03-09T22:21:42.072Z] === CONT TestIpcModeOlderClient [2022-03-09T22:21:42.332Z] --- PASS: TestContainerStartOnDaemonRestart (2.01s) [2022-03-09T22:21:42.332Z] === CONT TestContainerKillOnDaemonStart [2022-03-09T22:21:42.332Z] --- PASS: TestIpcModeOlderClient (0.08s) [2022-03-09T22:21:42.332Z] === CONT TestDaemonHostGatewayIP [2022-03-09T22:21:42.434Z] --- PASS: TestContainerBindMountNonRecursive (1.94s) [2022-03-09T22:21:42.434Z] === RUN TestContainerVolumesMountedAsShared [2022-03-09T22:21:42.434Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefault [2022-03-09T22:21:42.691Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2022-03-09T22:21:42.839Z] 8f616e6e9eec: Pull complete [2022-03-09T22:21:42.851Z] --- PASS: TestTemplatedSecret (2.57s) [2022-03-09T22:21:42.852Z] === RUN TestSecretCreateResolve [2022-03-09T22:21:42.949Z] --- PASS: TestContainerVolumesMountedAsShared (0.63s) [2022-03-09T22:21:42.949Z] === RUN TestContainerVolumesMountedAsSlave [2022-03-09T22:21:43.516Z] --- PASS: TestContainerVolumesMountedAsSlave (0.63s) [2022-03-09T22:21:43.516Z] === RUN TestNetworkNat [2022-03-09T22:21:44.113Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2022-03-09T22:21:44.373Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride [2022-03-09T22:21:44.640Z] --- PASS: TestNetworkNat (0.95s) [2022-03-09T22:21:44.640Z] === RUN TestNetworkLocalhostTCPNat [2022-03-09T22:21:44.750Z] --- PASS: TestSecretCreateResolve (2.18s) [2022-03-09T22:21:44.751Z] PASS [2022-03-09T22:21:44.751Z] [2022-03-09T22:21:44.751Z] DONE 6 tests in 13.532s [2022-03-09T22:21:44.751Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2022-03-09T22:21:44.872Z] --- PASS: TestDaemonHostGatewayIP (2.28s) [2022-03-09T22:21:44.872Z] === CONT TestDaemonRestartIpcMode [2022-03-09T22:21:45.009Z] INFO: Testing against a local daemon [2022-03-09T22:21:45.009Z] === RUN TestServiceCreateInit [2022-03-09T22:21:45.009Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-03-09T22:21:45.584Z] --- PASS: TestNetworkLocalhostTCPNat (0.84s) [2022-03-09T22:21:45.584Z] === RUN TestNetworkLoopbackNat [2022-03-09T22:21:46.152Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNone [2022-03-09T22:21:46.790Z] --- PASS: TestDaemonRestartIpcMode (2.12s) [2022-03-09T22:21:47.528Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2022-03-09T22:21:47.528Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError [2022-03-09T22:21:48.463Z] --- PASS: TestNetworkLoopbackNat (3.00s) [2022-03-09T22:21:48.463Z] === RUN TestPause [2022-03-09T22:21:49.033Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride [2022-03-09T22:21:49.033Z] --- PASS: TestPause (0.76s) [2022-03-09T22:21:49.033Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-03-09T22:21:49.033Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-03-09T22:21:49.033Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-03-09T22:21:49.033Z] === RUN TestPauseStopPausedContainer [2022-03-09T22:21:49.199Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-03-09T22:21:49.969Z] --- PASS: TestPauseStopPausedContainer (0.76s) [2022-03-09T22:21:49.970Z] === RUN TestPidHost [2022-03-09T22:21:50.283Z] 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-09T22:21:50.904Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild [2022-03-09T22:21:51.486Z] --- PASS: TestPidHost (1.61s) [2022-03-09T22:21:51.486Z] === RUN TestPsFilter [2022-03-09T22:21:51.744Z] --- PASS: TestPsFilter (0.17s) [2022-03-09T22:21:51.744Z] === RUN TestRemoveContainerWithRemovedVolume [2022-03-09T22:21:52.311Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.74s) [2022-03-09T22:21:52.311Z] === RUN TestRemoveContainerWithVolume [2022-03-09T22:21:52.483Z] --- PASS: TestServiceCreateInit (7.52s) [2022-03-09T22:21:52.483Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.70s) [2022-03-09T22:21:52.483Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.80s) [2022-03-09T22:21:52.483Z] === RUN TestCreateServiceMultipleTimes [2022-03-09T22:21:52.570Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrency [2022-03-09T22:21:52.828Z] === RUN TestDockerSuite/TestBuildBlankName [2022-03-09T22:21:53.086Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile [2022-03-09T22:21:53.086Z] --- PASS: TestRemoveContainerWithVolume (0.67s) [2022-03-09T22:21:53.086Z] === RUN TestRemoveContainerRunning [2022-03-09T22:21:53.343Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2022-03-09T22:21:53.909Z] --- PASS: TestRemoveContainerRunning (0.64s) [2022-03-09T22:21:53.909Z] === RUN TestRemoveContainerForceRemoveRunning [2022-03-09T22:21:54.475Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.57s) [2022-03-09T22:21:54.475Z] === RUN TestRemoveInvalidContainer [2022-03-09T22:21:54.475Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-03-09T22:21:54.475Z] === RUN TestRenameLinkedContainer [2022-03-09T22:21:54.930Z] --- PASS: TestContainerKillOnDaemonStart (11.55s) [2022-03-09T22:21:54.930Z] PASS [2022-03-09T22:21:54.930Z] [2022-03-09T22:21:54.930Z] === Skipped [2022-03-09T22:21:54.930Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s) [2022-03-09T22:21:54.930Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-09T22:21:54.930Z] [2022-03-09T22:21:54.930Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-03-09T22:21:54.930Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-03-09T22:21:54.930Z] [2022-03-09T22:21:54.930Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s) [2022-03-09T22:21:54.930Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-03-09T22:21:54.930Z] [2022-03-09T22:21:54.930Z] DONE 200 tests, 3 skipped in 111.688s [2022-03-09T22:21:54.930Z] Running /go/src/github.com/docker/docker/integration/daemon (arm64.integration.daemon) flags=-test.v -test.timeout=120m [2022-03-09T22:21:54.930Z] ++ 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-09T22:21:54.930Z] ++ set -e [2022-03-09T22:21:54.930Z] ++ '[' -n 0 ']' [2022-03-09T22:21:54.930Z] ++ set -x [2022-03-09T22:21:54.930Z] ++ 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-09T22:21:54.930Z] === RUN TestConfigDaemonLibtrustID [2022-03-09T22:21:54.930Z] --- PASS: TestConfigDaemonLibtrustID (0.53s) [2022-03-09T22:21:54.930Z] === RUN TestDaemonConfigValidation [2022-03-09T22:21:54.930Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-03-09T22:21:54.930Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-03-09T22:21:54.930Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-03-09T22:21:54.930Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-03-09T22:21:54.930Z] === RUN TestDaemonConfigValidation/invalid_config [2022-03-09T22:21:54.930Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-03-09T22:21:54.930Z] === RUN TestDaemonConfigValidation/malformed_config [2022-03-09T22:21:54.930Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-03-09T22:21:54.930Z] === RUN TestDaemonConfigValidation/valid_config [2022-03-09T22:21:54.930Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-03-09T22:21:54.930Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-03-09T22:21:54.930Z] === CONT TestDaemonConfigValidation/malformed_config [2022-03-09T22:21:54.930Z] === CONT TestDaemonConfigValidation/valid_config [2022-03-09T22:21:54.930Z] === CONT TestDaemonConfigValidation/invalid_config [2022-03-09T22:21:54.930Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-03-09T22:21:54.930Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-03-09T22:21:54.930Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.04s) [2022-03-09T22:21:54.930Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.06s) [2022-03-09T22:21:54.930Z] --- PASS: TestDaemonConfigValidation/valid_config (0.05s) [2022-03-09T22:21:54.930Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.06s) [2022-03-09T22:21:54.930Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.05s) [2022-03-09T22:21:54.930Z] === RUN TestConfigDaemonSeccompProfiles [2022-03-09T22:21:54.930Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-03-09T22:21:55.043Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2022-03-09T22:21:55.625Z] ............................ [ 66%] [2022-03-09T22:21:55.870Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-03-09T22:21:56.420Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2022-03-09T22:21:56.678Z] --- PASS: TestRenameLinkedContainer (2.28s) [2022-03-09T22:21:56.678Z] === RUN TestRenameStoppedContainer [2022-03-09T22:21:56.678Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload [2022-03-09T22:21:56.811Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-03-09T22:21:57.244Z] --- PASS: TestRenameStoppedContainer (0.66s) [2022-03-09T22:21:57.244Z] === RUN TestRenameRunningContainerAndReuse [2022-03-09T22:21:57.504Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2022-03-09T22:21:57.751Z] === CONT TestConfigDaemonSeccompProfiles [2022-03-09T22:21:57.751Z] daemon_test.go:156: [d7b03c9823fb1] daemon is not started [2022-03-09T22:21:57.751Z] --- PASS: TestConfigDaemonSeccompProfiles (3.12s) [2022-03-09T22:21:57.751Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s) [2022-03-09T22:21:57.751Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s) [2022-03-09T22:21:57.751Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.05s) [2022-03-09T22:21:57.751Z] === RUN TestDaemonProxy [2022-03-09T22:21:57.751Z] === RUN TestDaemonProxy/environment_variables [2022-03-09T22:21:58.439Z] --- PASS: TestRenameRunningContainerAndReuse (1.26s) [2022-03-09T22:21:58.439Z] === RUN TestRenameInvalidName [2022-03-09T22:21:59.375Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2022-03-09T22:21:59.375Z] --- PASS: TestRenameInvalidName (0.66s) [2022-03-09T22:21:59.375Z] === RUN TestRenameAnonymousContainer [2022-03-09T22:21:59.663Z] === RUN TestDaemonProxy/command-line_options [2022-03-09T22:22:00.592Z] ? github.com/docker/docker/api [no test files] [2022-03-09T22:22:00.749Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2022-03-09T22:22:01.316Z] --- PASS: TestRenameAnonymousContainer (2.21s) [2022-03-09T22:22:01.316Z] === RUN TestRenameContainerWithSameName [2022-03-09T22:22:01.575Z] === RUN TestDaemonProxy/configuration_file [2022-03-09T22:22:01.882Z] --- PASS: TestRenameContainerWithSameName (0.58s) [2022-03-09T22:22:01.883Z] === RUN TestRenameContainerWithLinkedContainer [2022-03-09T22:22:02.451Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2022-03-09T22:22:03.025Z] === RUN TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError [2022-03-09T22:22:03.283Z] --- PASS: TestRenameContainerWithLinkedContainer (1.28s) [2022-03-09T22:22:03.283Z] === RUN TestResize [2022-03-09T22:22:03.283Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2022-03-09T22:22:03.486Z] === RUN TestDaemonProxy/conflicting_options [2022-03-09T22:22:03.486Z] === RUN TestDaemonProxy/reload_sanitized [2022-03-09T22:22:04.055Z] --- PASS: TestDaemonProxy (6.38s) [2022-03-09T22:22:04.055Z] --- PASS: TestDaemonProxy/environment_variables (1.85s) [2022-03-09T22:22:04.055Z] --- PASS: TestDaemonProxy/command-line_options (1.76s) [2022-03-09T22:22:04.055Z] --- PASS: TestDaemonProxy/configuration_file (1.75s) [2022-03-09T22:22:04.055Z] --- PASS: TestDaemonProxy/conflicting_options (0.51s) [2022-03-09T22:22:04.055Z] --- PASS: TestDaemonProxy/reload_sanitized (0.52s) [2022-03-09T22:22:04.055Z] PASS [2022-03-09T22:22:04.055Z] [2022-03-09T22:22:04.055Z] DONE 17 tests in 10.327s [2022-03-09T22:22:04.055Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m [2022-03-09T22:22:04.055Z] ++ 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-09T22:22:04.055Z] ++ set -e [2022-03-09T22:22:04.055Z] ++ '[' -n 0 ']' [2022-03-09T22:22:04.055Z] ++ set -x [2022-03-09T22:22:04.055Z] ++ 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-09T22:22:04.218Z] --- PASS: TestResize (0.77s) [2022-03-09T22:22:04.218Z] === RUN TestResizeWithInvalidSize [2022-03-09T22:22:04.315Z] INFO: Testing against a local daemon [2022-03-09T22:22:04.316Z] === RUN TestCommitInheritsEnv [2022-03-09T22:22:04.576Z] --- PASS: TestCommitInheritsEnv (0.27s) [2022-03-09T22:22:04.576Z] === RUN TestImportExtremelyLargeImageWorks [2022-03-09T22:22:04.576Z] import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out [2022-03-09T22:22:04.576Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2022-03-09T22:22:04.576Z] === RUN TestImportWithCustomPlatform [2022-03-09T22:22:04.576Z] === RUN TestImportWithCustomPlatform/#00 [2022-03-09T22:22:04.576Z] === RUN TestImportWithCustomPlatform/_______ [2022-03-09T22:22:04.576Z] === RUN TestImportWithCustomPlatform// [2022-03-09T22:22:04.576Z] === RUN TestImportWithCustomPlatform/linux [2022-03-09T22:22:04.785Z] --- PASS: TestResizeWithInvalidSize (0.76s) [2022-03-09T22:22:04.785Z] === RUN TestResizeWhenContainerNotStarted [2022-03-09T22:22:04.837Z] === RUN TestImportWithCustomPlatform/LINUX [2022-03-09T22:22:04.837Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-03-09T22:22:04.837Z] === RUN TestImportWithCustomPlatform/macos [2022-03-09T22:22:04.837Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-03-09T22:22:04.837Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-03-09T22:22:05.097Z] --- PASS: TestImportWithCustomPlatform (0.35s) [2022-03-09T22:22:05.097Z] --- PASS: TestImportWithCustomPlatform/#00 (0.07s) [2022-03-09T22:22:05.097Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-03-09T22:22:05.097Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-03-09T22:22:05.097Z] --- PASS: TestImportWithCustomPlatform/linux (0.08s) [2022-03-09T22:22:05.097Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.09s) [2022-03-09T22:22:05.097Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.08s) [2022-03-09T22:22:05.097Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-03-09T22:22:05.097Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-03-09T22:22:05.097Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-03-09T22:22:05.097Z] === RUN TestImagesFilterMultiReference [2022-03-09T22:22:05.097Z] --- PASS: TestImagesFilterMultiReference (0.07s) [2022-03-09T22:22:05.097Z] === RUN TestImagePullPlatformInvalid [2022-03-09T22:22:05.098Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2022-03-09T22:22:05.098Z] === RUN TestRemoveImageOrphaning [2022-03-09T22:22:05.354Z] --- PASS: TestResizeWhenContainerNotStarted (0.61s) [2022-03-09T22:22:05.354Z] === RUN TestDaemonRestartKillContainers [2022-03-09T22:22:05.354Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-03-09T22:22:05.354Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-03-09T22:22:05.354Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-03-09T22:22:05.354Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-03-09T22:22:05.354Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-03-09T22:22:05.354Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-03-09T22:22:05.354Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-03-09T22:22:05.354Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-03-09T22:22:05.354Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-03-09T22:22:05.354Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-03-09T22:22:05.354Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-03-09T22:22:05.354Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-03-09T22:22:05.354Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-03-09T22:22:05.354Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-03-09T22:22:05.354Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-03-09T22:22:05.354Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-03-09T22:22:05.354Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-09T22:22:05.354Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-09T22:22:05.354Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-09T22:22:05.354Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-09T22:22:05.354Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-09T22:22:05.354Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-09T22:22:05.354Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-09T22:22:05.354Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-09T22:22:05.354Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-03-09T22:22:05.354Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-03-09T22:22:05.354Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-03-09T22:22:05.354Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-03-09T22:22:05.354Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-03-09T22:22:05.354Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-03-09T22:22:05.354Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-03-09T22:22:05.354Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-03-09T22:22:05.354Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-03-09T22:22:05.354Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-09T22:22:05.358Z] --- PASS: TestRemoveImageOrphaning (0.30s) [2022-03-09T22:22:05.358Z] === RUN TestRemoveImageGarbageCollector [2022-03-09T22:22:05.358Z] remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-09T22:22:05.358Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2022-03-09T22:22:05.358Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-03-09T22:22:05.358Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2022-03-09T22:22:05.358Z] === RUN TestTagInvalidReference [2022-03-09T22:22:05.358Z] --- PASS: TestTagInvalidReference (0.02s) [2022-03-09T22:22:05.358Z] === RUN TestTagValidPrefixedRepo [2022-03-09T22:22:05.358Z] --- PASS: TestTagValidPrefixedRepo (0.08s) [2022-03-09T22:22:05.358Z] === RUN TestTagExistedNameWithoutForce [2022-03-09T22:22:05.618Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2022-03-09T22:22:05.618Z] === RUN TestTagOfficialNames [2022-03-09T22:22:05.618Z] --- PASS: TestTagOfficialNames (0.07s) [2022-03-09T22:22:05.618Z] === RUN TestTagMatchesDigest [2022-03-09T22:22:05.618Z] --- PASS: TestTagMatchesDigest (0.01s) [2022-03-09T22:22:05.618Z] PASS [2022-03-09T22:22:05.618Z] [2022-03-09T22:22:05.618Z] === Skipped [2022-03-09T22:22:05.618Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s) [2022-03-09T22:22:05.618Z] import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out [2022-03-09T22:22:05.618Z] [2022-03-09T22:22:05.618Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s) [2022-03-09T22:22:05.618Z] remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-09T22:22:05.618Z] [2022-03-09T22:22:05.618Z] DONE 22 tests, 2 skipped in 1.452s [2022-03-09T22:22:05.618Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m [2022-03-09T22:22:05.618Z] ++ 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-09T22:22:05.618Z] ++ set -e [2022-03-09T22:22:05.618Z] ++ '[' -n 0 ']' [2022-03-09T22:22:05.618Z] ++ set -x [2022-03-09T22:22:05.618Z] ++ 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-09T22:22:05.618Z] INFO: Testing against a local daemon [2022-03-09T22:22:05.618Z] === RUN TestNetworkCreateDelete [2022-03-09T22:22:05.879Z] --- PASS: TestNetworkCreateDelete (0.13s) [2022-03-09T22:22:05.879Z] === RUN TestDockerNetworkDeletePreferID [2022-03-09T22:22:06.140Z] --- PASS: TestDockerNetworkDeletePreferID (0.35s) [2022-03-09T22:22:06.140Z] === RUN TestDaemonDNSFallback [2022-03-09T22:22:06.289Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2022-03-09T22:22:08.819Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-03-09T22:22:08.819Z] check_test.go:308: [de3ed222adf53] daemon is not started [2022-03-09T22:22:08.819Z] === RUN TestDockerDaemonSuite/TestDaemonRestartCleanupNetns [2022-03-09T22:22:10.195Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-03-09T22:22:10.559Z] --- PASS: TestCreateServiceMultipleTimes (15.75s) [2022-03-09T22:22:10.559Z] === RUN TestCreateServiceConflict [2022-03-09T22:22:10.559Z] --- PASS: TestCreateServiceConflict (2.16s) [2022-03-09T22:22:10.559Z] === RUN TestCreateServiceMaxReplicas [2022-03-09T22:22:11.129Z] === RUN TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart [2022-03-09T22:22:11.696Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-03-09T22:22:11.696Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-03-09T22:22:12.718Z] --- PASS: TestDaemonDNSFallback (6.21s) [2022-03-09T22:22:12.718Z] === RUN TestInspectNetwork [2022-03-09T22:22:13.090Z] --- PASS: TestCreateServiceMaxReplicas (2.86s) [2022-03-09T22:22:13.090Z] === RUN TestCreateWithDuplicateNetworkNames [2022-03-09T22:22:13.603Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-09T22:22:13.861Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-09T22:22:15.259Z] === RUN TestInspectNetwork/full_network_id [2022-03-09T22:22:15.259Z] === RUN TestInspectNetwork/partial_network_id [2022-03-09T22:22:15.259Z] === RUN TestInspectNetwork/network_name [2022-03-09T22:22:15.259Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2022-03-09T22:22:18.046Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2022-03-09T22:22:18.255Z] === RUN TestMiddlewares [2022-03-09T22:22:18.255Z] --- PASS: TestMiddlewares (0.00s) [2022-03-09T22:22:18.255Z] PASS [2022-03-09T22:22:18.255Z] coverage: 9.0% of statements [2022-03-09T22:22:18.255Z] ok github.com/docker/docker/api/server 0.052s coverage: 9.0% of statements [2022-03-09T22:22:18.615Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-09T22:22:18.873Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-03-09T22:22:19.460Z] --- PASS: TestInspectNetwork (6.78s) [2022-03-09T22:22:19.460Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2022-03-09T22:22:19.460Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2022-03-09T22:22:19.460Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2022-03-09T22:22:19.460Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2022-03-09T22:22:19.460Z] === RUN TestRunContainerWithBridgeNone [2022-03-09T22:22:20.774Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2022-03-09T22:22:20.843Z] --- PASS: TestRunContainerWithBridgeNone (1.44s) [2022-03-09T22:22:20.843Z] === RUN TestNetworkInvalidJSON [2022-03-09T22:22:20.843Z] === RUN TestNetworkInvalidJSON//networks/create [2022-03-09T22:22:20.843Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-03-09T22:22:20.843Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-03-09T22:22:20.843Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-03-09T22:22:20.843Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-09T22:22:20.843Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-09T22:22:20.843Z] === CONT TestNetworkInvalidJSON//networks/create [2022-03-09T22:22:20.843Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-09T22:22:20.843Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-03-09T22:22:20.843Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2022-03-09T22:22:20.843Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2022-03-09T22:22:20.843Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2022-03-09T22:22:20.843Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2022-03-09T22:22:20.843Z] === RUN TestNetworkList [2022-03-09T22:22:20.843Z] === RUN TestNetworkList//networks [2022-03-09T22:22:20.844Z] === PAUSE TestNetworkList//networks [2022-03-09T22:22:20.844Z] === RUN TestNetworkList//networks/ [2022-03-09T22:22:20.844Z] === PAUSE TestNetworkList//networks/ [2022-03-09T22:22:20.844Z] === CONT TestNetworkList//networks [2022-03-09T22:22:20.844Z] === CONT TestNetworkList//networks/ [2022-03-09T22:22:20.844Z] --- PASS: TestNetworkList (0.01s) [2022-03-09T22:22:20.844Z] --- PASS: TestNetworkList//networks (0.00s) [2022-03-09T22:22:20.844Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-03-09T22:22:20.844Z] === RUN TestHostIPv4BridgeLabel [2022-03-09T22:22:21.104Z] --- PASS: TestHostIPv4BridgeLabel (0.55s) [2022-03-09T22:22:21.104Z] === RUN TestDaemonRestartWithLiveRestore [2022-03-09T22:22:22.488Z] --- PASS: TestDaemonRestartWithLiveRestore (1.03s) [2022-03-09T22:22:22.488Z] === RUN TestDaemonDefaultNetworkPools [2022-03-09T22:22:23.058Z] --- PASS: TestDaemonDefaultNetworkPools (0.74s) [2022-03-09T22:22:23.058Z] === RUN TestDaemonRestartWithExistingNetwork [2022-03-09T22:22:23.309Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-03-09T22:22:23.568Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2022-03-09T22:22:23.826Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2022-03-09T22:22:23.998Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.12s) [2022-03-09T22:22:23.998Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-03-09T22:22:24.393Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-03-09T22:22:25.383Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.20s) [2022-03-09T22:22:25.383Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-03-09T22:22:25.773Z] === RUN TestDockerDaemonSuite/TestDaemonRestartKillWait [2022-03-09T22:22:25.953Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.57s) [2022-03-09T22:22:25.954Z] === RUN TestServiceWithPredefinedNetwork [2022-03-09T22:22:26.034Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-03-09T22:22:26.293Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2022-03-09T22:22:27.228Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-03-09T22:22:27.957Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.20s) [2022-03-09T22:22:27.957Z] === RUN TestCreateServiceSecretFileMode [2022-03-09T22:22:28.164Z] === RUN TestDockerDaemonSuite/TestDaemonRestartLocalVolumes [2022-03-09T22:22:28.496Z] --- PASS: TestServiceWithPredefinedNetwork (2.15s) [2022-03-09T22:22:28.496Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-03-09T22:22:28.496Z] service_test.go:243: FLAKY_TEST [2022-03-09T22:22:28.496Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-09T22:22:28.496Z] === RUN TestServiceWithDataPathPortInit [2022-03-09T22:22:28.731Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2022-03-09T22:22:28.990Z] === RUN TestDockerDaemonSuite/TestDaemonRestartOnFailure [2022-03-09T22:22:29.557Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-03-09T22:22:29.557Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-03-09T22:22:32.092Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2022-03-09T22:22:32.092Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (3.29s) [2022-03-09T22:22:32.092Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.60s) [2022-03-09T22:22:32.092Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (6.13s) [2022-03-09T22:22:32.092Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.36s) [2022-03-09T22:22:32.092Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (2.04s) [2022-03-09T22:22:32.092Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (2.25s) [2022-03-09T22:22:32.092Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (4.88s) [2022-03-09T22:22:32.092Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (4.92s) [2022-03-09T22:22:32.092Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (4.41s) [2022-03-09T22:22:32.092Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (5.87s) [2022-03-09T22:22:32.092Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.87s) [2022-03-09T22:22:32.092Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.75s) [2022-03-09T22:22:32.092Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.29s) [2022-03-09T22:22:32.092Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.53s) [2022-03-09T22:22:32.092Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.66s) [2022-03-09T22:22:32.092Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.60s) [2022-03-09T22:22:32.092Z] === RUN TestCgroupNamespacesRun [2022-03-09T22:22:33.810Z] tests/integration/api_swarm_test.py ......xs...x....... [ 71%] [2022-03-09T22:22:34.057Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRenameContainer [2022-03-09T22:22:34.057Z] --- PASS: TestCgroupNamespacesRun (1.76s) [2022-03-09T22:22:34.057Z] === RUN TestCgroupNamespacesRunPrivileged [2022-03-09T22:22:34.057Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2022-03-09T22:22:35.435Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2022-03-09T22:22:35.696Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.63s) [2022-03-09T22:22:35.696Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-03-09T22:22:36.261Z] === RUN TestDockerSuite/TestBuildCacheAdd [2022-03-09T22:22:36.828Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork [2022-03-09T22:22:37.086Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2022-03-09T22:22:37.344Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.63s) [2022-03-09T22:22:37.344Z] === RUN TestCgroupNamespacesRunHostMode [2022-03-09T22:22:37.911Z] === RUN TestDockerSuite/TestBuildCacheFrom [2022-03-09T22:22:38.847Z] --- PASS: TestCgroupNamespacesRunHostMode (1.64s) [2022-03-09T22:22:38.847Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-03-09T22:22:40.157Z] --- PASS: TestCreateServiceSecretFileMode (12.51s) [2022-03-09T22:22:40.157Z] === RUN TestCreateServiceConfigFileMode [2022-03-09T22:22:40.751Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.73s) [2022-03-09T22:22:40.751Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-03-09T22:22:41.685Z] check_test.go:308: [d6664d0cab821] daemon is not started [2022-03-09T22:22:41.685Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse [2022-03-09T22:22:42.252Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.51s) [2022-03-09T22:22:42.252Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-03-09T22:22:43.186Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.87s) [2022-03-09T22:22:43.186Z] === RUN TestCgroupNamespacesRunOlderClient [2022-03-09T22:22:43.186Z] === RUN TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode [2022-03-09T22:22:43.186Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2022-03-09T22:22:43.395Z] --- PASS: TestServiceWithDataPathPortInit (13.39s) [2022-03-09T22:22:43.395Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-03-09T22:22:43.655Z] service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:wmnvs2u7tcjr2motdtpqm2grx Created:2022-03-09 22:22:42.689990814 +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[2f9a25906074ad581aff6a2089889f3f1ac11e81222c08f67e0e99fa64f6bae8:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.ophqpzu0d6zlcbpta5oify3xh EndpointID:879793e08bfc4e7e302b1e19f05166d5f85793106561b7dfbf2cb99d276ea7f5 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:e12b8fcc588a43b9022b44863576bc05085bee03116c79f42cdc9f9fe6456a65 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:e7dcc9558ed3 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.ophqpzu0d6zlcbpta5oify3xh EndpointID:879793e08bfc4e7e302b1e19f05166d5f85793106561b7dfbf2cb99d276ea7f5 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2022-03-09T22:22:44.562Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2022-03-09T22:22:44.562Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.63s) [2022-03-09T22:22:44.562Z] === RUN TestNISDomainname [2022-03-09T22:22:45.130Z] === RUN TestDockerDaemonSuite/TestDaemonRestartUnlessStopped [2022-03-09T22:22:45.388Z] === RUN TestDockerSuite/TestBuildCancellationKillsSleep [2022-03-09T22:22:45.647Z] --- PASS: TestNISDomainname (0.94s) [2022-03-09T22:22:45.647Z] === RUN TestHostnameDnsResolution [2022-03-09T22:22:46.213Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2022-03-09T22:22:46.780Z] --- PASS: TestHostnameDnsResolution (1.17s) [2022-03-09T22:22:46.780Z] === RUN TestUnprivilegedPortsAndPing [2022-03-09T22:22:47.715Z] --- PASS: TestUnprivilegedPortsAndPing (1.03s) [2022-03-09T22:22:47.715Z] === RUN TestStats [2022-03-09T22:22:48.924Z] tests/integration/api_volume_test.py ......... [ 74%] [2022-03-09T22:22:48.995Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.65s) [2022-03-09T22:22:48.995Z] PASS [2022-03-09T22:22:48.995Z] [2022-03-09T22:22:48.995Z] === Skipped [2022-03-09T22:22:48.995Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-09T22:22:48.995Z] service_test.go:243: FLAKY_TEST [2022-03-09T22:22:48.995Z] [2022-03-09T22:22:48.995Z] DONE 26 tests, 1 skipped in 42.459s [2022-03-09T22:22:48.995Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-03-09T22:22:48.995Z] ++ 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-09T22:22:48.995Z] ++ set -e [2022-03-09T22:22:48.995Z] ++ '[' -n 0 ']' [2022-03-09T22:22:48.995Z] ++ set -x [2022-03-09T22:22:48.995Z] ++ 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-09T22:22:48.995Z] INFO: Testing against a local daemon [2022-03-09T22:22:48.995Z] === RUN TestDockerNetworkIpvlanPersistance [2022-03-09T22:22:48.995Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-09T22:22:48.995Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-03-09T22:22:48.995Z] === RUN TestDockerNetworkIpvlan [2022-03-09T22:22:48.995Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-09T22:22:48.995Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-03-09T22:22:48.995Z] PASS [2022-03-09T22:22:48.995Z] [2022-03-09T22:22:48.995Z] === Skipped [2022-03-09T22:22:48.995Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-03-09T22:22:48.995Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-09T22:22:48.995Z] [2022-03-09T22:22:48.995Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-03-09T22:22:48.995Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-09T22:22:48.995Z] [2022-03-09T22:22:48.995Z] DONE 2 tests, 2 skipped in 0.106s [2022-03-09T22:22:48.995Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-03-09T22:22:48.995Z] ++ 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-09T22:22:48.995Z] ++ set -e [2022-03-09T22:22:48.995Z] ++ '[' -n 0 ']' [2022-03-09T22:22:48.995Z] ++ set -x [2022-03-09T22:22:48.995Z] ++ 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-09T22:22:48.995Z] INFO: Testing against a local daemon [2022-03-09T22:22:48.995Z] === RUN TestDockerNetworkMacvlanPersistance [2022-03-09T22:22:49.566Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.30s) [2022-03-09T22:22:49.566Z] === RUN TestDockerNetworkMacvlan [2022-03-09T22:22:50.137Z] === RUN TestDockerNetworkMacvlan/Subinterface [2022-03-09T22:22:50.820Z] tests/integration/client_test.py ..... [ 75%] [2022-03-09T22:22:50.820Z] tests/integration/context_api_test.py ... [ 76%] [2022-03-09T22:22:51.003Z] --- PASS: TestStats (2.84s) [2022-03-09T22:22:51.003Z] === RUN TestStopContainerWithTimeout [2022-03-09T22:22:51.003Z] === RUN TestStopContainerWithTimeout/0 [2022-03-09T22:22:51.003Z] === PAUSE TestStopContainerWithTimeout/0 [2022-03-09T22:22:51.003Z] === RUN TestStopContainerWithTimeout/1 [2022-03-09T22:22:51.003Z] === PAUSE TestStopContainerWithTimeout/1 [2022-03-09T22:22:51.003Z] === RUN TestStopContainerWithTimeout/3 [2022-03-09T22:22:51.003Z] === PAUSE TestStopContainerWithTimeout/3 [2022-03-09T22:22:51.003Z] === RUN TestStopContainerWithTimeout/-1 [2022-03-09T22:22:51.003Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-03-09T22:22:51.003Z] === CONT TestStopContainerWithTimeout/0 [2022-03-09T22:22:51.003Z] === CONT TestStopContainerWithTimeout/-1 [2022-03-09T22:22:51.003Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2022-03-09T22:22:51.079Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2022-03-09T22:22:51.386Z] tests/integration/errors_test.py . [ 76%] [2022-03-09T22:22:51.649Z] === RUN TestDockerNetworkMacvlan/NilParent [2022-03-09T22:22:51.936Z] === CONT TestStopContainerWithTimeout/3 [2022-03-09T22:22:52.352Z] --- PASS: TestCreateServiceConfigFileMode (12.43s) [2022-03-09T22:22:52.352Z] === RUN TestCreateServiceSysctls [2022-03-09T22:22:52.871Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2022-03-09T22:22:53.439Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer [2022-03-09T22:22:53.439Z] === RUN TestDockerSuite/TestBuildClearCmd [2022-03-09T22:22:53.559Z] === RUN TestDockerNetworkMacvlan/InternalMode [2022-03-09T22:22:53.697Z] === RUN TestDockerSuite/TestBuildCmd [2022-03-09T22:22:53.954Z] === CONT TestStopContainerWithTimeout/1 [2022-03-09T22:22:54.213Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2022-03-09T22:22:54.471Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2022-03-09T22:22:54.729Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2022-03-09T22:22:54.729Z] docker_cli_build_test.go:5332: unmatched requirement DaemonIsWindows [2022-03-09T22:22:54.729Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2022-03-09T22:22:54.882Z] --- PASS: TestCreateServiceSysctls (3.10s) [2022-03-09T22:22:54.882Z] === RUN TestCreateServiceCapabilities [2022-03-09T22:22:54.942Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2022-03-09T22:22:55.666Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2022-03-09T22:22:55.666Z] --- PASS: TestStopContainerWithTimeout/0 (1.21s) [2022-03-09T22:22:55.666Z] --- PASS: TestStopContainerWithTimeout/-1 (3.23s) [2022-03-09T22:22:55.666Z] --- PASS: TestStopContainerWithTimeout/3 (2.77s) [2022-03-09T22:22:55.666Z] --- PASS: TestStopContainerWithTimeout/1 (1.70s) [2022-03-09T22:22:55.666Z] === RUN TestDeleteDevicemapper [2022-03-09T22:22:55.666Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-03-09T22:22:55.666Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-03-09T22:22:55.667Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-03-09T22:22:55.925Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2022-03-09T22:22:55.925Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange [2022-03-09T22:22:56.820Z] --- PASS: TestCreateServiceCapabilities (2.49s) [2022-03-09T22:22:56.820Z] === RUN TestInspect [2022-03-09T22:22:57.831Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning [2022-03-09T22:22:57.831Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.21s) [2022-03-09T22:22:57.831Z] === RUN TestUpdateMemory [2022-03-09T22:22:57.831Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2022-03-09T22:22:57.831Z] --- SKIP: TestUpdateMemory (0.00s) [2022-03-09T22:22:57.831Z] === RUN TestUpdateCPUQuota [2022-03-09T22:22:58.239Z] === RUN TestDockerNetworkMacvlan/Addressing [2022-03-09T22:22:58.500Z] --- PASS: TestDockerNetworkMacvlan (8.87s) [2022-03-09T22:22:58.500Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.06s) [2022-03-09T22:22:58.500Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.07s) [2022-03-09T22:22:58.500Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.79s) [2022-03-09T22:22:58.500Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.72s) [2022-03-09T22:22:58.500Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (1.80s) [2022-03-09T22:22:58.500Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.49s) [2022-03-09T22:22:58.500Z] PASS [2022-03-09T22:22:58.500Z] [2022-03-09T22:22:58.500Z] DONE 8 tests in 10.269s [2022-03-09T22:22:58.500Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m [2022-03-09T22:22:58.500Z] ++ 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-09T22:22:58.500Z] ++ set -e [2022-03-09T22:22:58.500Z] ++ '[' -n 0 ']' [2022-03-09T22:22:58.500Z] ++ set -x [2022-03-09T22:22:58.500Z] ++ 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-09T22:22:58.500Z] testing: warning: no tests to run [2022-03-09T22:22:58.500Z] PASS [2022-03-09T22:22:58.500Z] [2022-03-09T22:22:58.500Z] DONE 0 tests in 0.026s [2022-03-09T22:22:58.500Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-03-09T22:22:58.500Z] ++ 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-09T22:22:58.500Z] ++ set -e [2022-03-09T22:22:58.500Z] ++ '[' -n 0 ']' [2022-03-09T22:22:58.500Z] ++ set -x [2022-03-09T22:22:58.500Z] ++ 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-09T22:22:58.500Z] INFO: Testing against a local daemon [2022-03-09T22:22:58.500Z] === RUN TestAuthZPluginAllowRequest [2022-03-09T22:22:59.205Z] --- PASS: TestUpdateCPUQuota (1.42s) [2022-03-09T22:22:59.205Z] === RUN TestUpdatePidsLimit [2022-03-09T22:22:59.205Z] === RUN TestUpdatePidsLimit/update_from_none [2022-03-09T22:22:59.464Z] === RUN TestUpdatePidsLimit/no_change [2022-03-09T22:22:59.722Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways [2022-03-09T22:22:59.883Z] --- PASS: TestAuthZPluginAllowRequest (1.07s) [2022-03-09T22:22:59.883Z] === RUN TestAuthZPluginTLS [2022-03-09T22:22:59.980Z] === RUN TestUpdatePidsLimit/update_lower [2022-03-09T22:23:00.105Z] --- PASS: TestInspect (2.69s) [2022-03-09T22:23:00.105Z] === RUN TestCreateJob [2022-03-09T22:23:00.144Z] --- PASS: TestAuthZPluginTLS (0.55s) [2022-03-09T22:23:00.144Z] === RUN TestAuthZPluginDenyRequest [2022-03-09T22:23:00.239Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2022-03-09T22:23:00.714Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2022-03-09T22:23:00.714Z] === RUN TestAuthZPluginAPIDenyResponse [2022-03-09T22:23:00.806Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2022-03-09T22:23:00.807Z] === RUN TestDockerSuite/TestBuildConditionalCache [2022-03-09T22:23:01.065Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2022-03-09T22:23:01.283Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) [2022-03-09T22:23:01.283Z] === RUN TestAuthZPluginDenyResponse [2022-03-09T22:23:01.632Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2022-03-09T22:23:01.854Z] --- PASS: TestAuthZPluginDenyResponse (0.53s) [2022-03-09T22:23:01.854Z] === RUN TestAuthZPluginAllowEventStream [2022-03-09T22:23:01.894Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2022-03-09T22:23:02.633Z] --- PASS: TestCreateJob (3.14s) [2022-03-09T22:23:02.633Z] === RUN TestReplicatedJob [2022-03-09T22:23:02.796Z] --- PASS: TestAuthZPluginAllowEventStream (1.08s) [2022-03-09T22:23:02.796Z] === RUN TestAuthZPluginErrorResponse [2022-03-09T22:23:02.830Z] --- PASS: TestUpdatePidsLimit (3.53s) [2022-03-09T22:23:02.830Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.39s) [2022-03-09T22:23:02.830Z] --- PASS: TestUpdatePidsLimit/no_change (0.38s) [2022-03-09T22:23:02.830Z] --- PASS: TestUpdatePidsLimit/update_lower (0.37s) [2022-03-09T22:23:02.830Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.35s) [2022-03-09T22:23:02.830Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.46s) [2022-03-09T22:23:02.830Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.35s) [2022-03-09T22:23:02.830Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.34s) [2022-03-09T22:23:02.830Z] === RUN TestUpdateRestartPolicy [2022-03-09T22:23:02.830Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize [2022-03-09T22:23:02.830Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2022-03-09T22:23:02.830Z] check_test.go:308: [de768055f7c90] daemon is not started [2022-03-09T22:23:02.830Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize [2022-03-09T22:23:02.830Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2022-03-09T22:23:02.830Z] check_test.go:308: [d36f3060394c5] daemon is not started [2022-03-09T22:23:02.830Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer [2022-03-09T22:23:02.830Z] === RUN TestDockerSuite/TestBuildContextCleanup [2022-03-09T22:23:03.366Z] --- PASS: TestAuthZPluginErrorResponse (0.54s) [2022-03-09T22:23:03.366Z] === RUN TestAuthZPluginErrorRequest [2022-03-09T22:23:03.397Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2022-03-09T22:23:03.937Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2022-03-09T22:23:03.937Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-03-09T22:23:03.965Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2022-03-09T22:23:04.223Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2022-03-09T22:23:04.481Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2022-03-09T22:23:04.507Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.54s) [2022-03-09T22:23:04.507Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-03-09T22:23:05.862Z] check_test.go:308: [d6c340113eb3b] daemon is not started [2022-03-09T22:23:05.862Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithLinks [2022-03-09T22:23:05.890Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.31s) [2022-03-09T22:23:05.890Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-03-09T22:23:07.272Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.28s) [2022-03-09T22:23:07.272Z] === RUN TestAuthZPluginHeader [2022-03-09T22:23:07.842Z] --- PASS: TestAuthZPluginHeader (0.68s) [2022-03-09T22:23:07.842Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-03-09T22:23:07.842Z] authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-09T22:23:07.842Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2022-03-09T22:23:07.842Z] === RUN TestAuthZPluginV2Disable [2022-03-09T22:23:07.842Z] authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-09T22:23:07.842Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2022-03-09T22:23:07.842Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-03-09T22:23:07.842Z] authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-09T22:23:07.842Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2022-03-09T22:23:07.842Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-03-09T22:23:07.842Z] authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-09T22:23:07.842Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2022-03-09T22:23:07.842Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-03-09T22:23:09.218Z] --- PASS: TestReplicatedJob (5.61s) [2022-03-09T22:23:09.218Z] === RUN TestUpdateReplicatedJob [2022-03-09T22:23:09.472Z] tests/integration/models_containers_test.py ............................ [ 83%] [2022-03-09T22:23:10.050Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithNames [2022-03-09T22:23:11.781Z] --- PASS: TestUpdateReplicatedJob (3.23s) [2022-03-09T22:23:11.781Z] === RUN TestServiceListWithStatuses [2022-03-09T22:23:11.781Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-03-09T22:23:11.781Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-03-09T22:23:11.781Z] === RUN TestDockerNetworkConnectAlias [2022-03-09T22:23:12.580Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer [2022-03-09T22:23:12.839Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2022-03-09T22:23:13.775Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2022-03-09T22:23:14.035Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2022-03-09T22:23:14.601Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled [2022-03-09T22:23:14.860Z] --- PASS: TestUpdateRestartPolicy (12.14s) [2022-03-09T22:23:14.860Z] === RUN TestUpdateRestartWithAutoRemove [2022-03-09T22:23:15.427Z] --- PASS: TestUpdateRestartWithAutoRemove (0.63s) [2022-03-09T22:23:15.427Z] === RUN TestWaitNonBlocked [2022-03-09T22:23:15.427Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-09T22:23:15.427Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-09T22:23:15.427Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-09T22:23:15.427Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-09T22:23:15.427Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-09T22:23:15.427Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-09T22:23:15.970Z] --- PASS: TestDockerNetworkConnectAlias (4.31s) [2022-03-09T22:23:15.970Z] === RUN TestDockerNetworkReConnect [2022-03-09T22:23:16.363Z] --- PASS: TestWaitNonBlocked (0.02s) [2022-03-09T22:23:16.363Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.81s) [2022-03-09T22:23:16.363Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.96s) [2022-03-09T22:23:16.363Z] === RUN TestWaitBlocked [2022-03-09T22:23:16.363Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-09T22:23:16.363Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-09T22:23:16.363Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-03-09T22:23:16.363Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-03-09T22:23:16.363Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-09T22:23:16.363Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-03-09T22:23:16.620Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2022-03-09T22:23:17.558Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled [2022-03-09T22:23:17.558Z] --- PASS: TestWaitBlocked (0.02s) [2022-03-09T22:23:17.558Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.11s) [2022-03-09T22:23:17.558Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.18s) [2022-03-09T22:23:17.558Z] === CONT TestContainerStartOnDaemonRestart [2022-03-09T22:23:17.558Z] === CONT TestContainerKillOnDaemonStart [2022-03-09T22:23:18.643Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-03-09T22:23:18.643Z] === RUN TestBoolValue [2022-03-09T22:23:18.643Z] --- PASS: TestBoolValue (0.00s) [2022-03-09T22:23:18.643Z] === RUN TestBoolValueOrDefault [2022-03-09T22:23:18.643Z] --- PASS: TestBoolValueOrDefault (0.00s) [2022-03-09T22:23:18.643Z] === RUN TestInt64ValueOrZero [2022-03-09T22:23:18.643Z] --- PASS: TestInt64ValueOrZero (0.00s) [2022-03-09T22:23:18.643Z] === RUN TestInt64ValueOrDefault [2022-03-09T22:23:18.643Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2022-03-09T22:23:18.643Z] === RUN TestInt64ValueOrDefaultWithError [2022-03-09T22:23:18.643Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2022-03-09T22:23:18.643Z] === RUN TestJsonContentType [2022-03-09T22:23:18.643Z] --- PASS: TestJsonContentType (0.00s) [2022-03-09T22:23:18.643Z] PASS [2022-03-09T22:23:18.643Z] coverage: 14.7% of statements [2022-03-09T22:23:18.643Z] ok github.com/docker/docker/api/server/httputils 0.089s coverage: 14.7% of statements [2022-03-09T22:23:18.643Z] === RUN TestMaskSecretKeys [2022-03-09T22:23:18.643Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2022-03-09T22:23:18.643Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2022-03-09T22:23:18.643Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2022-03-09T22:23:18.643Z] --- PASS: TestMaskSecretKeys (0.00s) [2022-03-09T22:23:18.643Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2022-03-09T22:23:18.643Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2022-03-09T22:23:18.643Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2022-03-09T22:23:18.643Z] === RUN TestVersionMiddlewareVersion [2022-03-09T22:23:18.643Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2022-03-09T22:23:18.643Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2022-03-09T22:23:18.643Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2022-03-09T22:23:18.643Z] PASS [2022-03-09T22:23:18.643Z] coverage: 37.7% of statements [2022-03-09T22:23:18.643Z] ok github.com/docker/docker/api/server/middleware 0.064s coverage: 37.7% of statements [2022-03-09T22:23:18.643Z] ? github.com/docker/docker/api/server/router [no test files] [2022-03-09T22:23:18.643Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-03-09T22:23:18.643Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-03-09T22:23:18.643Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-03-09T22:23:18.643Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-03-09T22:23:18.643Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-03-09T22:23:18.643Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-03-09T22:23:18.643Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-03-09T22:23:18.643Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-03-09T22:23:18.643Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-03-09T22:23:18.643Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-03-09T22:23:18.643Z] === RUN TestAdjustForAPIVersion [2022-03-09T22:23:18.643Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2022-03-09T22:23:18.643Z] PASS [2022-03-09T22:23:18.643Z] coverage: 5.7% of statements [2022-03-09T22:23:18.643Z] ok github.com/docker/docker/api/server/router/swarm 0.042s coverage: 5.7% of statements [2022-03-09T22:23:18.643Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-03-09T22:23:18.643Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2022-03-09T22:23:18.643Z] ? github.com/docker/docker/api/types [no test files] [2022-03-09T22:23:18.643Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-03-09T22:23:18.643Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-03-09T22:23:18.643Z] ? github.com/docker/docker/api/types/container [no test files] [2022-03-09T22:23:18.643Z] ? github.com/docker/docker/api/types/events [no test files] [2022-03-09T22:23:18.643Z] === RUN TestStrSliceMarshalJSON [2022-03-09T22:23:18.643Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2022-03-09T22:23:18.643Z] === RUN TestStrSliceUnmarshalJSON [2022-03-09T22:23:18.643Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2022-03-09T22:23:18.643Z] === RUN TestStrSliceUnmarshalString [2022-03-09T22:23:18.643Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2022-03-09T22:23:18.643Z] === RUN TestStrSliceUnmarshalSlice [2022-03-09T22:23:18.643Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2022-03-09T22:23:18.643Z] PASS [2022-03-09T22:23:18.643Z] coverage: 90.0% of statements [2022-03-09T22:23:18.643Z] ok github.com/docker/docker/api/types/strslice 0.041s coverage: 90.0% of statements [2022-03-09T22:23:18.643Z] === RUN TestToJSON [2022-03-09T22:23:18.643Z] --- PASS: TestToJSON (0.00s) [2022-03-09T22:23:18.643Z] === RUN TestToParamWithVersion [2022-03-09T22:23:18.643Z] --- PASS: TestToParamWithVersion (0.00s) [2022-03-09T22:23:18.643Z] === RUN TestFromJSON [2022-03-09T22:23:18.643Z] --- PASS: TestFromJSON (0.00s) [2022-03-09T22:23:18.643Z] === RUN TestEmpty [2022-03-09T22:23:18.643Z] --- PASS: TestEmpty (0.00s) [2022-03-09T22:23:18.643Z] === RUN TestArgsMatchKVListEmptySources [2022-03-09T22:23:18.643Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2022-03-09T22:23:18.643Z] === RUN TestArgsMatchKVList [2022-03-09T22:23:18.643Z] --- PASS: TestArgsMatchKVList (0.00s) [2022-03-09T22:23:18.643Z] === RUN TestArgsMatch [2022-03-09T22:23:18.643Z] --- PASS: TestArgsMatch (0.00s) [2022-03-09T22:23:18.643Z] === RUN TestAdd [2022-03-09T22:23:18.643Z] --- PASS: TestAdd (0.00s) [2022-03-09T22:23:18.643Z] === RUN TestDel [2022-03-09T22:23:18.643Z] --- PASS: TestDel (0.00s) [2022-03-09T22:23:18.643Z] === RUN TestLen [2022-03-09T22:23:18.643Z] --- PASS: TestLen (0.00s) [2022-03-09T22:23:18.643Z] === RUN TestExactMatch [2022-03-09T22:23:18.643Z] --- PASS: TestExactMatch (0.00s) [2022-03-09T22:23:18.643Z] === RUN TestOnlyOneExactMatch [2022-03-09T22:23:18.643Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2022-03-09T22:23:18.643Z] === RUN TestContains [2022-03-09T22:23:18.643Z] --- PASS: TestContains (0.00s) [2022-03-09T22:23:18.643Z] === RUN TestValidate [2022-03-09T22:23:18.643Z] --- PASS: TestValidate (0.00s) [2022-03-09T22:23:18.643Z] === RUN TestWalkValues [2022-03-09T22:23:18.643Z] --- PASS: TestWalkValues (0.00s) [2022-03-09T22:23:18.643Z] === RUN TestFuzzyMatch [2022-03-09T22:23:18.643Z] --- PASS: TestFuzzyMatch (0.00s) [2022-03-09T22:23:18.643Z] === RUN TestClone [2022-03-09T22:23:18.643Z] --- PASS: TestClone (0.00s) [2022-03-09T22:23:18.643Z] PASS [2022-03-09T22:23:18.643Z] coverage: 92.2% of statements [2022-03-09T22:23:18.643Z] ok github.com/docker/docker/api/types/filters 0.046s coverage: 92.2% of statements [2022-03-09T22:23:18.643Z] ? github.com/docker/docker/api/types/image [no test files] [2022-03-09T22:23:18.643Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-03-09T22:23:18.643Z] ? github.com/docker/docker/api/types/network [no test files] [2022-03-09T22:23:18.643Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-03-09T22:23:18.643Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-03-09T22:23:18.643Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-03-09T22:23:18.643Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-03-09T22:23:18.643Z] === RUN TestDurationToSecondsString [2022-03-09T22:23:18.643Z] --- PASS: TestDurationToSecondsString (0.00s) [2022-03-09T22:23:18.643Z] === RUN TestGetTimestamp [2022-03-09T22:23:18.643Z] === RUN TestCompareVersion [2022-03-09T22:23:18.643Z] --- PASS: TestCompareVersion (0.00s) [2022-03-09T22:23:18.643Z] PASS [2022-03-09T22:23:18.643Z] coverage: 77.3% of statements [2022-03-09T22:23:18.643Z] --- PASS: TestGetTimestamp (0.19s) [2022-03-09T22:23:18.643Z] === RUN TestParseTimestamps [2022-03-09T22:23:18.643Z] --- PASS: TestParseTimestamps (0.00s) [2022-03-09T22:23:18.643Z] PASS [2022-03-09T22:23:18.643Z] coverage: 100.0% of statements [2022-03-09T22:23:18.643Z] ok github.com/docker/docker/api/types/versions 0.049s coverage: 77.3% of statements [2022-03-09T22:23:18.643Z] ok github.com/docker/docker/api/types/time 0.232s coverage: 100.0% of statements [2022-03-09T22:23:18.643Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-03-09T22:23:18.643Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-03-09T22:23:18.643Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-03-09T22:23:18.643Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2022-03-09T22:23:18.643Z] ? github.com/docker/docker/builder [no test files] [2022-03-09T22:23:18.643Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-03-09T22:23:18.643Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-03-09T22:23:18.643Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-03-09T22:23:18.643Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-03-09T22:23:18.643Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-03-09T22:23:18.643Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-03-09T22:23:18.643Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-03-09T22:23:18.643Z] === RUN TestParseRemoteURL [2022-03-09T22:23:18.643Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2022-03-09T22:23:18.643Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2022-03-09T22:23:18.643Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2022-03-09T22:23:18.643Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2022-03-09T22:23:18.643Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2022-03-09T22:23:18.643Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2022-03-09T22:23:18.643Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2022-03-09T22:23:18.643Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2022-03-09T22:23:18.643Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2022-03-09T22:23:18.643Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2022-03-09T22:23:18.643Z] --- PASS: TestParseRemoteURL (0.00s) [2022-03-09T22:23:18.643Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2022-03-09T22:23:18.643Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2022-03-09T22:23:18.643Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2022-03-09T22:23:18.644Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2022-03-09T22:23:18.644Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2022-03-09T22:23:18.644Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2022-03-09T22:23:18.644Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2022-03-09T22:23:18.644Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2022-03-09T22:23:18.644Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2022-03-09T22:23:18.644Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2022-03-09T22:23:18.644Z] === RUN TestCloneArgsSmartHttp [2022-03-09T22:23:18.644Z] --- PASS: TestCloneArgsSmartHttp (0.01s) [2022-03-09T22:23:18.644Z] === RUN TestCloneArgsDumbHttp [2022-03-09T22:23:18.644Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2022-03-09T22:23:18.644Z] === RUN TestCloneArgsGit [2022-03-09T22:23:18.644Z] --- PASS: TestCloneArgsGit (0.00s) [2022-03-09T22:23:18.644Z] === RUN TestCheckoutGit [2022-03-09T22:23:18.644Z] === RUN TestEnable [2022-03-09T22:23:18.644Z] --- PASS: TestEnable (0.00s) [2022-03-09T22:23:18.644Z] === RUN TestDisable [2022-03-09T22:23:18.644Z] --- PASS: TestDisable (0.00s) [2022-03-09T22:23:18.644Z] === RUN TestEnabled [2022-03-09T22:23:18.644Z] --- PASS: TestEnabled (0.00s) [2022-03-09T22:23:18.644Z] PASS [2022-03-09T22:23:18.644Z] coverage: 100.0% of statements [2022-03-09T22:23:18.644Z] ok github.com/docker/docker/cli/debug 0.038s coverage: 100.0% of statements [2022-03-09T22:23:18.644Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2022-03-09T22:23:18.644Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.01s) [2022-03-09T22:23:18.644Z] === RUN TestProcessNoDockerignore [2022-03-09T22:23:18.644Z] --- PASS: TestProcessNoDockerignore (0.00s) [2022-03-09T22:23:18.644Z] === RUN TestProcessShouldLeaveAllFiles [2022-03-09T22:23:18.644Z] --- PASS: TestProcessShouldLeaveAllFiles (0.00s) [2022-03-09T22:23:18.644Z] === RUN TestDetectContentType [2022-03-09T22:23:18.644Z] --- PASS: TestDetectContentType (0.00s) [2022-03-09T22:23:18.644Z] === RUN TestSelectAcceptableMIME [2022-03-09T22:23:18.644Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2022-03-09T22:23:18.644Z] === RUN TestInspectEmptyResponse [2022-03-09T22:23:18.644Z] --- PASS: TestInspectEmptyResponse (0.00s) [2022-03-09T22:23:18.644Z] === RUN TestInspectResponseBinary [2022-03-09T22:23:18.644Z] --- PASS: TestInspectResponseBinary (0.00s) [2022-03-09T22:23:18.644Z] === RUN TestResponseUnsupportedContentType [2022-03-09T22:23:18.644Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2022-03-09T22:23:18.644Z] === RUN TestInspectResponseTextSimple [2022-03-09T22:23:18.644Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2022-03-09T22:23:18.644Z] === RUN TestInspectResponseEmptyContentType [2022-03-09T22:23:18.644Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2022-03-09T22:23:18.644Z] === RUN TestUnknownContentLength [2022-03-09T22:23:18.644Z] --- PASS: TestUnknownContentLength (0.00s) [2022-03-09T22:23:18.644Z] === RUN TestDownloadRemote [2022-03-09T22:23:18.644Z] --- PASS: TestDownloadRemote (0.10s) [2022-03-09T22:23:18.644Z] === RUN TestGetWithStatusError [2022-03-09T22:23:18.644Z] --- PASS: TestGetWithStatusError (0.00s) [2022-03-09T22:23:18.644Z] === RUN TestCloseRootDirectory [2022-03-09T22:23:18.644Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-09T22:23:18.644Z] --- SKIP: TestCloseRootDirectory (0.00s) [2022-03-09T22:23:18.644Z] === RUN TestHashFile [2022-03-09T22:23:18.644Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-09T22:23:18.644Z] --- SKIP: TestHashFile (0.01s) [2022-03-09T22:23:18.644Z] === RUN TestHashSubdir [2022-03-09T22:23:18.644Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-09T22:23:18.644Z] --- SKIP: TestHashSubdir (0.01s) [2022-03-09T22:23:18.644Z] === RUN TestRemoveDirectory [2022-03-09T22:23:18.644Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-09T22:23:18.644Z] --- SKIP: TestRemoveDirectory (0.00s) [2022-03-09T22:23:18.644Z] PASS [2022-03-09T22:23:18.644Z] coverage: 9.3% of statements [2022-03-09T22:23:18.644Z] ok github.com/docker/docker/builder/remotecontext 0.289s coverage: 9.3% of statements [2022-03-09T22:23:19.250Z] --- PASS: TestDockerNetworkReConnect (3.31s) [2022-03-09T22:23:19.250Z] === RUN TestServicePlugin [2022-03-09T22:23:19.608Z] === RUN TestGetAllAllowed [2022-03-09T22:23:19.608Z] --- PASS: TestGetAllAllowed (0.00s) [2022-03-09T22:23:19.608Z] === RUN TestGetAllMeta [2022-03-09T22:23:19.608Z] --- PASS: TestGetAllMeta (0.00s) [2022-03-09T22:23:19.608Z] === RUN TestWarnOnUnusedBuildArgs [2022-03-09T22:23:19.608Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2022-03-09T22:23:19.608Z] === RUN TestIsUnreferencedBuiltin [2022-03-09T22:23:19.608Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2022-03-09T22:23:19.608Z] === RUN TestIsExistingDirectory [2022-03-09T22:23:19.608Z] --- PASS: TestIsExistingDirectory (0.01s) [2022-03-09T22:23:19.608Z] === RUN TestGetFilenameForDownload [2022-03-09T22:23:19.608Z] --- PASS: TestGetFilenameForDownload (0.00s) [2022-03-09T22:23:19.608Z] === RUN TestEnv2Variables [2022-03-09T22:23:19.608Z] --- PASS: TestEnv2Variables (0.00s) [2022-03-09T22:23:19.608Z] === RUN TestEnvValueWithExistingRunConfigEnv [2022-03-09T22:23:19.608Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2022-03-09T22:23:19.608Z] === RUN TestMaintainer [2022-03-09T22:23:19.608Z] --- PASS: TestMaintainer (0.00s) [2022-03-09T22:23:19.608Z] === RUN TestLabel [2022-03-09T22:23:19.608Z] --- PASS: TestLabel (0.00s) [2022-03-09T22:23:19.608Z] === RUN TestFromScratch [2022-03-09T22:23:19.608Z] --- PASS: TestFromScratch (0.00s) [2022-03-09T22:23:19.608Z] === RUN TestFromWithArg [2022-03-09T22:23:19.608Z] --- PASS: TestFromWithArg (0.00s) [2022-03-09T22:23:19.608Z] === RUN TestFromWithArgButBuildArgsNotGiven [2022-03-09T22:23:19.608Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2022-03-09T22:23:19.608Z] === RUN TestFromWithUndefinedArg [2022-03-09T22:23:19.608Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2022-03-09T22:23:19.608Z] === RUN TestFromMultiStageWithNamedStage [2022-03-09T22:23:19.608Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2022-03-09T22:23:19.608Z] === RUN TestOnbuild [2022-03-09T22:23:19.608Z] --- PASS: TestOnbuild (0.00s) [2022-03-09T22:23:19.608Z] === RUN TestWorkdir [2022-03-09T22:23:19.608Z] --- PASS: TestWorkdir (0.00s) [2022-03-09T22:23:19.608Z] === RUN TestCmd [2022-03-09T22:23:19.608Z] --- PASS: TestCmd (0.00s) [2022-03-09T22:23:19.608Z] === RUN TestHealthcheckNone [2022-03-09T22:23:19.608Z] --- PASS: TestHealthcheckNone (0.00s) [2022-03-09T22:23:19.608Z] === RUN TestHealthcheckCmd [2022-03-09T22:23:19.608Z] --- PASS: TestHealthcheckCmd (0.00s) [2022-03-09T22:23:19.608Z] === RUN TestEntrypoint [2022-03-09T22:23:19.608Z] --- PASS: TestEntrypoint (0.00s) [2022-03-09T22:23:19.608Z] === RUN TestExpose [2022-03-09T22:23:19.608Z] --- PASS: TestExpose (0.00s) [2022-03-09T22:23:19.608Z] === RUN TestUser [2022-03-09T22:23:19.608Z] --- PASS: TestUser (0.00s) [2022-03-09T22:23:19.608Z] === RUN TestVolume [2022-03-09T22:23:19.608Z] --- PASS: TestVolume (0.00s) [2022-03-09T22:23:19.608Z] === RUN TestStopSignal [2022-03-09T22:23:19.608Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-03-09T22:23:19.608Z] --- SKIP: TestStopSignal (0.00s) [2022-03-09T22:23:19.608Z] === RUN TestArg [2022-03-09T22:23:19.608Z] --- PASS: TestArg (0.00s) [2022-03-09T22:23:19.608Z] === RUN TestShell [2022-03-09T22:23:19.608Z] --- PASS: TestShell (0.00s) [2022-03-09T22:23:19.608Z] === RUN TestPrependEnvOnCmd [2022-03-09T22:23:19.608Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2022-03-09T22:23:19.608Z] === RUN TestRunWithBuildArgs [2022-03-09T22:23:19.608Z] --- PASS: TestRunWithBuildArgs (0.00s) [2022-03-09T22:23:19.608Z] === RUN TestRunIgnoresHealthcheck [2022-03-09T22:23:19.608Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2022-03-09T22:23:19.608Z] === RUN TestDispatchUnsupportedOptions [2022-03-09T22:23:19.608Z] === RUN TestDispatchUnsupportedOptions/ADD_with_chmod [2022-03-09T22:23:19.608Z] === RUN TestDispatchUnsupportedOptions/COPY_with_chmod [2022-03-09T22:23:19.608Z] === RUN TestDispatchUnsupportedOptions/RUN_with_unsupported_options [2022-03-09T22:23:19.608Z] --- PASS: TestDispatchUnsupportedOptions (0.00s) [2022-03-09T22:23:19.608Z] --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s) [2022-03-09T22:23:19.608Z] --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s) [2022-03-09T22:23:19.608Z] --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s) [2022-03-09T22:23:19.608Z] === RUN TestNormalizeWorkdir [2022-03-09T22:23:19.608Z] --- PASS: TestNormalizeWorkdir (0.00s) [2022-03-09T22:23:19.608Z] === RUN TestDispatch [2022-03-09T22:23:19.608Z] === RUN TestDispatch/ADD_multiple_files_to_file [2022-03-09T22:23:19.608Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2022-03-09T22:23:19.608Z] === RUN TestDispatch/COPY_multiple_files_to_file [2022-03-09T22:23:19.608Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2022-03-09T22:23:19.608Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2022-03-09T22:23:19.608Z] === RUN TestDispatch/COPY_wildcard_no_files [2022-03-09T22:23:19.608Z] === RUN TestDispatch/COPY_url [2022-03-09T22:23:19.608Z] --- PASS: TestDispatch (0.07s) [2022-03-09T22:23:19.608Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.02s) [2022-03-09T22:23:19.608Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.01s) [2022-03-09T22:23:19.608Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.01s) [2022-03-09T22:23:19.608Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s) [2022-03-09T22:23:19.608Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s) [2022-03-09T22:23:19.608Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s) [2022-03-09T22:23:19.608Z] --- PASS: TestDispatch/COPY_url (0.00s) [2022-03-09T22:23:19.608Z] === RUN TestAddScratchImageAddsToMounts [2022-03-09T22:23:19.608Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2022-03-09T22:23:19.608Z] === RUN TestAddFromScratchPopulatesPlatform [2022-03-09T22:23:19.608Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2022-03-09T22:23:19.608Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2022-03-09T22:23:19.608Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2022-03-09T22:23:19.608Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2022-03-09T22:23:19.608Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2022-03-09T22:23:19.608Z] === RUN TestImageSourceGetAddsToMounts [2022-03-09T22:23:19.608Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2022-03-09T22:23:19.608Z] === RUN TestEmptyDockerfile [2022-03-09T22:23:19.608Z] --- PASS: TestEmptyDockerfile (0.00s) [2022-03-09T22:23:19.608Z] === RUN TestSymlinkDockerfile [2022-03-09T22:23:19.608Z] --- PASS: TestSymlinkDockerfile (0.01s) [2022-03-09T22:23:19.608Z] === RUN TestDockerfileOutsideTheBuildContext [2022-03-09T22:23:19.608Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s) [2022-03-09T22:23:19.608Z] === RUN TestNonExistingDockerfile [2022-03-09T22:23:19.608Z] --- PASS: TestNonExistingDockerfile (0.00s) [2022-03-09T22:23:19.608Z] === RUN TestCopyRunConfig [2022-03-09T22:23:19.608Z] --- PASS: TestCopyRunConfig (0.00s) [2022-03-09T22:23:19.608Z] === RUN TestDeepCopyRunConfig [2022-03-09T22:23:19.608Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2022-03-09T22:23:19.608Z] === RUN TestExportImage [2022-03-09T22:23:19.608Z] --- PASS: TestExportImage (0.01s) [2022-03-09T22:23:19.608Z] === RUN TestNormalizeDest [2022-03-09T22:23:19.608Z] --- PASS: TestNormalizeDest (0.00s) [2022-03-09T22:23:19.608Z] PASS [2022-03-09T22:23:19.608Z] coverage: 46.7% of statements [2022-03-09T22:23:19.608Z] ok github.com/docker/docker/builder/dockerfile 0.250s coverage: 46.7% of statements [2022-03-09T22:23:20.065Z] === RUN TestTCP4Proxy [2022-03-09T22:23:20.065Z] --- PASS: TestTCP4Proxy (0.01s) [2022-03-09T22:23:20.065Z] === RUN TestTCP4ProxyHalfClose [2022-03-09T22:23:20.065Z] --- PASS: TestTCP4ProxyHalfClose (0.00s) [2022-03-09T22:23:20.065Z] === RUN TestTCP6Proxy [2022-03-09T22:23:20.065Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-03-09T22:23:20.065Z] --- SKIP: TestTCP6Proxy (0.00s) [2022-03-09T22:23:20.065Z] === RUN TestTCPDualStackProxy [2022-03-09T22:23:20.065Z] network_proxy_test.go:208: No support for dual stack yet [2022-03-09T22:23:20.065Z] --- SKIP: TestTCPDualStackProxy (0.00s) [2022-03-09T22:23:20.065Z] === RUN TestUDP4Proxy [2022-03-09T22:23:20.065Z] --- PASS: TestUDP4Proxy (0.00s) [2022-03-09T22:23:20.065Z] === RUN TestUDP6Proxy [2022-03-09T22:23:20.065Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-03-09T22:23:20.065Z] --- SKIP: TestUDP6Proxy (0.00s) [2022-03-09T22:23:20.065Z] === RUN TestUDPWriteError [2022-03-09T22:23:20.065Z] --- PASS: TestUDPWriteError (0.00s) [2022-03-09T22:23:20.065Z] === RUN TestSCTP4Proxy [2022-03-09T22:23:20.065Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-03-09T22:23:20.065Z] --- SKIP: TestSCTP4Proxy (0.00s) [2022-03-09T22:23:20.065Z] === RUN TestSCTP6Proxy [2022-03-09T22:23:20.065Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-03-09T22:23:20.065Z] --- SKIP: TestSCTP6Proxy (0.00s) [2022-03-09T22:23:20.065Z] PASS [2022-03-09T22:23:20.065Z] coverage: 49.4% of statements [2022-03-09T22:23:20.065Z] ok github.com/docker/docker/cmd/docker-proxy 0.067s coverage: 49.4% of statements [2022-03-09T22:23:20.841Z] --- PASS: TestContainerStartOnDaemonRestart (2.65s) [2022-03-09T22:23:20.841Z] === CONT TestIpcModeOlderClient [2022-03-09T22:23:20.841Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2022-03-09T22:23:20.841Z] --- PASS: TestIpcModeOlderClient (0.11s) [2022-03-09T22:23:20.841Z] === CONT TestDaemonHostGatewayIP [2022-03-09T22:23:21.802Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2022-03-09T22:23:21.802Z] docker_cli_build_test.go:607: unmatched requirement DaemonIsWindows [2022-03-09T22:23:21.802Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2022-03-09T22:23:21.802Z] docker_cli_build_test.go:5882: unmatched requirement DaemonIsWindows [2022-03-09T22:23:21.802Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2022-03-09T22:23:21.802Z] docker_cli_build_test.go:5865: unmatched requirement DaemonIsWindows [2022-03-09T22:23:21.802Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2022-03-09T22:23:21.802Z] docker_cli_build_test.go:5900: unmatched requirement DaemonIsWindows [2022-03-09T22:23:21.802Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2022-03-09T22:23:21.802Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts [2022-03-09T22:23:23.433Z] plugin_test.go:61: [d72cad7bdc36c] joining swarm manager [d877556c58c18]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-09T22:23:23.719Z] --- PASS: TestDaemonHostGatewayIP (3.39s) [2022-03-09T22:23:23.719Z] === CONT TestRestartDaemonWithRestartingContainer [2022-03-09T22:23:24.000Z] plugin_test.go:64: [d04845dc9fe03] joining swarm manager [d877556c58c18]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-09T22:23:25.310Z] ......... [ 85%] [2022-03-09T22:23:25.625Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2022-03-09T22:23:25.883Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume [2022-03-09T22:23:25.946Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.60s) [2022-03-09T22:23:25.946Z] PASS [2022-03-09T22:23:25.946Z] [2022-03-09T22:23:25.946Z] === Skipped [2022-03-09T22:23:25.947Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2022-03-09T22:23:25.947Z] authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-09T22:23:25.947Z] [2022-03-09T22:23:25.947Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2022-03-09T22:23:25.947Z] authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-09T22:23:25.947Z] [2022-03-09T22:23:25.947Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2022-03-09T22:23:25.947Z] authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-09T22:23:25.947Z] [2022-03-09T22:23:25.947Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2022-03-09T22:23:25.947Z] authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-09T22:23:25.947Z] [2022-03-09T22:23:25.947Z] DONE 17 tests, 4 skipped in 25.899s [2022-03-09T22:23:25.947Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-03-09T22:23:25.947Z] ++ 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-09T22:23:25.947Z] ++ set -e [2022-03-09T22:23:25.947Z] ++ '[' -n 0 ']' [2022-03-09T22:23:25.947Z] ++ set -x [2022-03-09T22:23:25.947Z] ++ 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-09T22:23:25.947Z] INFO: Testing against a local daemon [2022-03-09T22:23:25.947Z] === RUN TestPluginInvalidJSON [2022-03-09T22:23:25.947Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-03-09T22:23:25.947Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-03-09T22:23:25.947Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-03-09T22:23:25.947Z] --- PASS: TestPluginInvalidJSON (0.01s) [2022-03-09T22:23:25.947Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2022-03-09T22:23:25.947Z] === RUN TestPluginInstall [2022-03-09T22:23:25.947Z] === RUN TestPluginInstall/no_auth [2022-03-09T22:23:25.947Z] time="2022-03-09T22:23:25Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-09T22:23:25.947Z] time="2022-03-09T22:23:25Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:3d4a7184ba9056364f94363854ea5985f35b2d39bdda82d47ea391a99534303e" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-09T22:23:25.947Z] time="2022-03-09T22:23:25Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-09T22:23:25.947Z] time="2022-03-09T22:23:25Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:3d4a7184ba9056364f94363854ea5985f35b2d39bdda82d47ea391a99534303e" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-09T22:23:26.209Z] === RUN TestPluginInstall/with_htpasswd [2022-03-09T22:23:26.448Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.57s) [2022-03-09T22:23:26.448Z] === CONT TestDaemonRestartIpcMode [2022-03-09T22:23:26.469Z] time="2022-03-09T22:23:26Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-09T22:23:26.469Z] time="2022-03-09T22:23:26Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:f04e445949e418a3ae78478ae1b1d7ae6c31f644470f08f3d5c588b83e692bb7" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-09T22:23:26.469Z] time="2022-03-09T22:23:26Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-09T22:23:26.469Z] time="2022-03-09T22:23:26Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:f04e445949e418a3ae78478ae1b1d7ae6c31f644470f08f3d5c588b83e692bb7" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-09T22:23:26.729Z] === RUN TestPluginInstall/with_insecure [2022-03-09T22:23:27.669Z] time="2022-03-09T22:23:27Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-09T22:23:27.669Z] time="2022-03-09T22:23:27Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:e442710323ea88167c595991647a7c62dda2d86549cfb63c05a6c111f57813c7" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-09T22:23:27.669Z] time="2022-03-09T22:23:27Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-09T22:23:27.669Z] time="2022-03-09T22:23:27Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:e442710323ea88167c595991647a7c62dda2d86549cfb63c05a6c111f57813c7" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-09T22:23:27.930Z] plugin_test.go:165: [deee6e9b1eed0] daemon is not started [2022-03-09T22:23:27.930Z] --- PASS: TestPluginInstall (3.26s) [2022-03-09T22:23:27.930Z] --- PASS: TestPluginInstall/no_auth (1.65s) [2022-03-09T22:23:27.930Z] --- PASS: TestPluginInstall/with_htpasswd (0.58s) [2022-03-09T22:23:27.930Z] --- PASS: TestPluginInstall/with_insecure (1.03s) [2022-03-09T22:23:27.930Z] === RUN TestPluginsWithRuntimes [2022-03-09T22:23:29.314Z] === RUN TestPluginsWithRuntimes/No_Args [2022-03-09T22:23:29.731Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer [2022-03-09T22:23:29.731Z] --- PASS: TestDaemonRestartIpcMode (3.49s) [2022-03-09T22:23:29.989Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2022-03-09T22:23:30.053Z] tests/integration/models_images_test.py ............... [ 89%] [2022-03-09T22:23:30.254Z] === RUN TestPluginsWithRuntimes/With_Args [2022-03-09T22:23:30.363Z] === RUN TestCheckpointCreateError [2022-03-09T22:23:30.363Z] --- PASS: TestCheckpointCreateError (0.00s) [2022-03-09T22:23:30.363Z] === RUN TestCheckpointCreate [2022-03-09T22:23:30.363Z] --- PASS: TestCheckpointCreate (0.00s) [2022-03-09T22:23:30.363Z] === RUN TestCheckpointDeleteError [2022-03-09T22:23:30.363Z] --- PASS: TestCheckpointDeleteError (0.00s) [2022-03-09T22:23:30.363Z] === RUN TestCheckpointDelete [2022-03-09T22:23:30.363Z] --- PASS: TestCheckpointDelete (0.00s) [2022-03-09T22:23:30.363Z] === RUN TestCheckpointListError [2022-03-09T22:23:30.363Z] --- PASS: TestCheckpointListError (0.00s) [2022-03-09T22:23:30.363Z] === RUN TestCheckpointList [2022-03-09T22:23:30.363Z] --- PASS: TestCheckpointList (0.00s) [2022-03-09T22:23:30.363Z] === RUN TestCheckpointListContainerNotFound [2022-03-09T22:23:30.363Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2022-03-09T22:23:30.363Z] === RUN TestNewClientWithOpsFromEnv [2022-03-09T22:23:30.363Z] client_test.go:23: runtime.GOOS == "windows" [2022-03-09T22:23:30.363Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s) [2022-03-09T22:23:30.363Z] === RUN TestGetAPIPath [2022-03-09T22:23:30.363Z] --- PASS: TestGetAPIPath (0.00s) [2022-03-09T22:23:30.363Z] === RUN TestParseHostURL [2022-03-09T22:23:30.363Z] --- PASS: TestParseHostURL (0.00s) [2022-03-09T22:23:30.363Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2022-03-09T22:23:30.363Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2022-03-09T22:23:30.363Z] === RUN TestNegotiateAPIVersionEmpty [2022-03-09T22:23:30.363Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2022-03-09T22:23:30.363Z] === RUN TestNegotiateAPIVersion [2022-03-09T22:23:30.363Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2022-03-09T22:23:30.363Z] === RUN TestNegotiateAPVersionOverride [2022-03-09T22:23:30.363Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2022-03-09T22:23:30.363Z] === RUN TestNegotiateAPIVersionAutomatic [2022-03-09T22:23:30.363Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2022-03-09T22:23:30.363Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2022-03-09T22:23:30.363Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2022-03-09T22:23:30.363Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2022-03-09T22:23:30.363Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2022-03-09T22:23:30.363Z] === RUN TestClientRedirect [2022-03-09T22:23:30.363Z] --- PASS: TestClientRedirect (0.00s) [2022-03-09T22:23:30.363Z] === RUN TestConfigCreateUnsupported [2022-03-09T22:23:30.363Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2022-03-09T22:23:30.363Z] === RUN TestConfigCreateError [2022-03-09T22:23:30.363Z] --- PASS: TestConfigCreateError (0.00s) [2022-03-09T22:23:30.363Z] === RUN TestConfigCreate [2022-03-09T22:23:30.363Z] --- PASS: TestConfigCreate (0.00s) [2022-03-09T22:23:30.363Z] === RUN TestConfigInspectNotFound [2022-03-09T22:23:30.363Z] --- PASS: TestConfigInspectNotFound (0.00s) [2022-03-09T22:23:30.363Z] === RUN TestConfigInspectWithEmptyID [2022-03-09T22:23:30.363Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2022-03-09T22:23:30.363Z] === RUN TestConfigInspectUnsupported [2022-03-09T22:23:30.363Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2022-03-09T22:23:30.363Z] === RUN TestConfigInspectError [2022-03-09T22:23:30.363Z] --- PASS: TestConfigInspectError (0.00s) [2022-03-09T22:23:30.363Z] === RUN TestConfigInspectConfigNotFound [2022-03-09T22:23:30.363Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2022-03-09T22:23:30.363Z] === RUN TestConfigInspect [2022-03-09T22:23:30.363Z] --- PASS: TestConfigInspect (0.00s) [2022-03-09T22:23:30.363Z] === RUN TestConfigListUnsupported [2022-03-09T22:23:30.363Z] --- PASS: TestConfigListUnsupported (0.00s) [2022-03-09T22:23:30.363Z] === RUN TestConfigListError [2022-03-09T22:23:30.363Z] --- PASS: TestConfigListError (0.00s) [2022-03-09T22:23:30.363Z] === RUN TestConfigList [2022-03-09T22:23:30.363Z] --- PASS: TestConfigList (0.00s) [2022-03-09T22:23:30.363Z] === RUN TestConfigRemoveUnsupported [2022-03-09T22:23:30.363Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2022-03-09T22:23:30.363Z] === RUN TestConfigRemoveError [2022-03-09T22:23:30.363Z] --- PASS: TestConfigRemoveError (0.00s) [2022-03-09T22:23:30.363Z] === RUN TestConfigRemove [2022-03-09T22:23:30.363Z] --- PASS: TestConfigRemove (0.00s) [2022-03-09T22:23:30.363Z] === RUN TestConfigUpdateUnsupported [2022-03-09T22:23:30.363Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2022-03-09T22:23:30.363Z] === RUN TestConfigUpdateError [2022-03-09T22:23:30.363Z] --- PASS: TestConfigUpdateError (0.00s) [2022-03-09T22:23:30.363Z] === RUN TestConfigUpdate [2022-03-09T22:23:30.363Z] --- PASS: TestConfigUpdate (0.00s) [2022-03-09T22:23:30.363Z] === RUN TestContainerCommitError [2022-03-09T22:23:30.363Z] --- PASS: TestContainerCommitError (0.00s) [2022-03-09T22:23:30.363Z] === RUN TestContainerCommit [2022-03-09T22:23:30.363Z] --- PASS: TestContainerCommit (0.00s) [2022-03-09T22:23:30.363Z] === RUN TestContainerStatPathError [2022-03-09T22:23:30.363Z] --- PASS: TestContainerStatPathError (0.00s) [2022-03-09T22:23:30.363Z] === RUN TestContainerStatPathNotFoundError [2022-03-09T22:23:30.363Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2022-03-09T22:23:30.363Z] === RUN TestContainerStatPathNoHeaderError [2022-03-09T22:23:30.363Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2022-03-09T22:23:30.363Z] === RUN TestContainerStatPath [2022-03-09T22:23:30.363Z] --- PASS: TestContainerStatPath (0.00s) [2022-03-09T22:23:30.363Z] === RUN TestCopyToContainerError [2022-03-09T22:23:30.363Z] --- PASS: TestCopyToContainerError (0.00s) [2022-03-09T22:23:30.363Z] === RUN TestCopyToContainerNotFoundError [2022-03-09T22:23:30.363Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2022-03-09T22:23:30.363Z] === RUN TestCopyToContainerNotStatusOKError [2022-03-09T22:23:30.363Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s) [2022-03-09T22:23:30.363Z] === RUN TestCopyToContainer [2022-03-09T22:23:30.363Z] --- PASS: TestCopyToContainer (0.00s) [2022-03-09T22:23:30.363Z] === RUN TestCopyFromContainerError [2022-03-09T22:23:30.363Z] --- PASS: TestCopyFromContainerError (0.00s) [2022-03-09T22:23:30.363Z] === RUN TestCopyFromContainerNotFoundError [2022-03-09T22:23:30.363Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2022-03-09T22:23:30.363Z] === RUN TestCopyFromContainerNotStatusOKError [2022-03-09T22:23:30.363Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s) [2022-03-09T22:23:30.363Z] === RUN TestCopyFromContainerNoHeaderError [2022-03-09T22:23:30.363Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2022-03-09T22:23:30.363Z] === RUN TestCopyFromContainer [2022-03-09T22:23:30.363Z] --- PASS: TestCopyFromContainer (0.00s) [2022-03-09T22:23:30.363Z] === RUN TestContainerCreateError [2022-03-09T22:23:30.363Z] --- PASS: TestContainerCreateError (0.00s) [2022-03-09T22:23:30.363Z] === RUN TestContainerCreateImageNotFound [2022-03-09T22:23:30.363Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2022-03-09T22:23:30.363Z] === RUN TestContainerCreateWithName [2022-03-09T22:23:30.363Z] --- PASS: TestContainerCreateWithName (0.00s) [2022-03-09T22:23:30.363Z] === RUN TestContainerCreateAutoRemove [2022-03-09T22:23:30.363Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2022-03-09T22:23:30.363Z] === RUN TestContainerDiffError [2022-03-09T22:23:30.363Z] --- PASS: TestContainerDiffError (0.00s) [2022-03-09T22:23:30.363Z] === RUN TestContainerDiff [2022-03-09T22:23:30.363Z] --- PASS: TestContainerDiff (0.00s) [2022-03-09T22:23:30.363Z] === RUN TestContainerExecCreateError [2022-03-09T22:23:30.363Z] --- PASS: TestContainerExecCreateError (0.00s) [2022-03-09T22:23:30.363Z] === RUN TestContainerExecCreate [2022-03-09T22:23:30.363Z] --- PASS: TestContainerExecCreate (0.00s) [2022-03-09T22:23:30.363Z] === RUN TestContainerExecStartError [2022-03-09T22:23:30.363Z] --- PASS: TestContainerExecStartError (0.00s) [2022-03-09T22:23:30.363Z] === RUN TestContainerExecStart [2022-03-09T22:23:30.363Z] --- PASS: TestContainerExecStart (0.00s) [2022-03-09T22:23:30.364Z] === RUN TestContainerExecInspectError [2022-03-09T22:23:30.364Z] --- PASS: TestContainerExecInspectError (0.00s) [2022-03-09T22:23:30.364Z] === RUN TestContainerExecInspect [2022-03-09T22:23:30.364Z] --- PASS: TestContainerExecInspect (0.00s) [2022-03-09T22:23:30.364Z] === RUN TestContainerExportError [2022-03-09T22:23:30.364Z] --- PASS: TestContainerExportError (0.00s) [2022-03-09T22:23:30.364Z] === RUN TestContainerExport [2022-03-09T22:23:30.364Z] --- PASS: TestContainerExport (0.00s) [2022-03-09T22:23:30.364Z] === RUN TestContainerInspectError [2022-03-09T22:23:30.364Z] --- PASS: TestContainerInspectError (0.00s) [2022-03-09T22:23:30.364Z] === RUN TestContainerInspectContainerNotFound [2022-03-09T22:23:30.364Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2022-03-09T22:23:30.364Z] === RUN TestContainerInspectWithEmptyID [2022-03-09T22:23:30.364Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2022-03-09T22:23:30.364Z] === RUN TestContainerInspect [2022-03-09T22:23:30.364Z] --- PASS: TestContainerInspect (0.00s) [2022-03-09T22:23:30.364Z] === RUN TestContainerInspectNode [2022-03-09T22:23:30.364Z] --- PASS: TestContainerInspectNode (0.00s) [2022-03-09T22:23:30.364Z] === RUN TestContainerKillError [2022-03-09T22:23:30.364Z] --- PASS: TestContainerKillError (0.00s) [2022-03-09T22:23:30.364Z] === RUN TestContainerKill [2022-03-09T22:23:30.364Z] --- PASS: TestContainerKill (0.00s) [2022-03-09T22:23:30.364Z] === RUN TestContainerListError [2022-03-09T22:23:30.364Z] --- PASS: TestContainerListError (0.00s) [2022-03-09T22:23:30.364Z] === RUN TestContainerList [2022-03-09T22:23:30.364Z] --- PASS: TestContainerList (0.00s) [2022-03-09T22:23:30.364Z] === RUN TestContainerLogsNotFoundError [2022-03-09T22:23:30.364Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2022-03-09T22:23:30.364Z] === RUN TestContainerLogsError [2022-03-09T22:23:30.556Z] --- PASS: TestContainerKillOnDaemonStart (12.71s) [2022-03-09T22:23:30.556Z] PASS [2022-03-09T22:23:30.556Z] [2022-03-09T22:23:30.556Z] === Skipped [2022-03-09T22:23:30.556Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2022-03-09T22:23:30.556Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-09T22:23:30.556Z] [2022-03-09T22:23:30.556Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.01s) [2022-03-09T22:23:30.556Z] kill_test.go:159: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-09T22:23:30.556Z] [2022-03-09T22:23:30.556Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2022-03-09T22:23:30.557Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-09T22:23:30.557Z] [2022-03-09T22:23:30.557Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-03-09T22:23:30.557Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-03-09T22:23:30.557Z] [2022-03-09T22:23:30.557Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2022-03-09T22:23:30.557Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-03-09T22:23:30.557Z] [2022-03-09T22:23:30.557Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2022-03-09T22:23:30.557Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2022-03-09T22:23:30.557Z] [2022-03-09T22:23:30.557Z] DONE 200 tests, 6 skipped in 154.010s [2022-03-09T22:23:30.557Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2022-03-09T22:23:30.557Z] ++ 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-09T22:23:30.557Z] ++ set -e [2022-03-09T22:23:30.557Z] ++ '[' -n 0 ']' [2022-03-09T22:23:30.557Z] ++ set -x [2022-03-09T22:23:30.557Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-09T22:23:30.557Z] === RUN TestConfigDaemonLibtrustID [2022-03-09T22:23:30.820Z] --- PASS: TestContainerLogsError (0.00s) [2022-03-09T22:23:30.820Z] === RUN TestContainerLogs [2022-03-09T22:23:30.820Z] --- PASS: TestContainerLogs (0.23s) [2022-03-09T22:23:30.820Z] === RUN TestContainerPauseError [2022-03-09T22:23:30.820Z] --- PASS: TestContainerPauseError (0.00s) [2022-03-09T22:23:30.820Z] === RUN TestContainerPause [2022-03-09T22:23:30.820Z] --- PASS: TestContainerPause (0.00s) [2022-03-09T22:23:30.820Z] === RUN TestContainersPruneError [2022-03-09T22:23:30.820Z] --- PASS: TestContainersPruneError (0.00s) [2022-03-09T22:23:30.820Z] === RUN TestContainersPrune [2022-03-09T22:23:30.820Z] --- PASS: TestContainersPrune (0.00s) [2022-03-09T22:23:30.820Z] === RUN TestContainerRemoveError [2022-03-09T22:23:30.820Z] --- PASS: TestContainerRemoveError (0.00s) [2022-03-09T22:23:30.820Z] === RUN TestContainerRemoveNotFoundError [2022-03-09T22:23:30.820Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2022-03-09T22:23:30.820Z] === RUN TestContainerRemove [2022-03-09T22:23:30.820Z] --- PASS: TestContainerRemove (0.00s) [2022-03-09T22:23:30.820Z] === RUN TestContainerRenameError [2022-03-09T22:23:30.820Z] --- PASS: TestContainerRenameError (0.00s) [2022-03-09T22:23:30.820Z] === RUN TestContainerRename [2022-03-09T22:23:30.820Z] --- PASS: TestContainerRename (0.00s) [2022-03-09T22:23:30.820Z] === RUN TestContainerResizeError [2022-03-09T22:23:30.820Z] --- PASS: TestContainerResizeError (0.00s) [2022-03-09T22:23:30.820Z] === RUN TestContainerExecResizeError [2022-03-09T22:23:30.820Z] --- PASS: TestContainerExecResizeError (0.00s) [2022-03-09T22:23:30.820Z] === RUN TestContainerResize [2022-03-09T22:23:30.820Z] --- PASS: TestContainerResize (0.00s) [2022-03-09T22:23:30.820Z] === RUN TestContainerExecResize [2022-03-09T22:23:30.820Z] --- PASS: TestContainerExecResize (0.00s) [2022-03-09T22:23:30.820Z] === RUN TestContainerRestartError [2022-03-09T22:23:30.820Z] --- PASS: TestContainerRestartError (0.00s) [2022-03-09T22:23:30.820Z] === RUN TestContainerRestart [2022-03-09T22:23:30.820Z] --- PASS: TestContainerRestart (0.00s) [2022-03-09T22:23:30.820Z] === RUN TestContainerStartError [2022-03-09T22:23:30.820Z] --- PASS: TestContainerStartError (0.00s) [2022-03-09T22:23:30.820Z] === RUN TestContainerStart [2022-03-09T22:23:30.820Z] --- PASS: TestContainerStart (0.00s) [2022-03-09T22:23:30.820Z] === RUN TestContainerStatsError [2022-03-09T22:23:30.821Z] --- PASS: TestContainerStatsError (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestContainerStats [2022-03-09T22:23:30.821Z] --- PASS: TestContainerStats (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestContainerStopError [2022-03-09T22:23:30.821Z] --- PASS: TestContainerStopError (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestContainerStop [2022-03-09T22:23:30.821Z] --- PASS: TestContainerStop (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestContainerTopError [2022-03-09T22:23:30.821Z] --- PASS: TestContainerTopError (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestContainerTop [2022-03-09T22:23:30.821Z] --- PASS: TestContainerTop (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestContainerUnpauseError [2022-03-09T22:23:30.821Z] --- PASS: TestContainerUnpauseError (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestContainerUnpause [2022-03-09T22:23:30.821Z] --- PASS: TestContainerUnpause (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestContainerUpdateError [2022-03-09T22:23:30.821Z] --- PASS: TestContainerUpdateError (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestContainerUpdate [2022-03-09T22:23:30.821Z] --- PASS: TestContainerUpdate (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestContainerWaitError [2022-03-09T22:23:30.821Z] --- PASS: TestContainerWaitError (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestContainerWait [2022-03-09T22:23:30.821Z] --- PASS: TestContainerWait (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestDiskUsageError [2022-03-09T22:23:30.821Z] --- PASS: TestDiskUsageError (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestDiskUsage [2022-03-09T22:23:30.821Z] --- PASS: TestDiskUsage (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestDistributionInspectUnsupported [2022-03-09T22:23:30.821Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestDistributionInspectWithEmptyID [2022-03-09T22:23:30.821Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestEventsErrorInOptions [2022-03-09T22:23:30.821Z] --- PASS: TestEventsErrorInOptions (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestEventsErrorFromServer [2022-03-09T22:23:30.821Z] --- PASS: TestEventsErrorFromServer (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestEvents [2022-03-09T22:23:30.821Z] --- PASS: TestEvents (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestTLSCloseWriter [2022-03-09T22:23:30.821Z] === PAUSE TestTLSCloseWriter [2022-03-09T22:23:30.821Z] === RUN TestImageBuildError [2022-03-09T22:23:30.821Z] --- PASS: TestImageBuildError (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestImageBuild [2022-03-09T22:23:30.821Z] --- PASS: TestImageBuild (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestGetDockerOS [2022-03-09T22:23:30.821Z] --- PASS: TestGetDockerOS (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestImageCreateError [2022-03-09T22:23:30.821Z] --- PASS: TestImageCreateError (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestImageCreate [2022-03-09T22:23:30.821Z] --- PASS: TestImageCreate (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestImageHistoryError [2022-03-09T22:23:30.821Z] --- PASS: TestImageHistoryError (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestImageHistory [2022-03-09T22:23:30.821Z] --- PASS: TestImageHistory (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestImageImportError [2022-03-09T22:23:30.821Z] --- PASS: TestImageImportError (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestImageImport [2022-03-09T22:23:30.821Z] --- PASS: TestImageImport (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestImageInspectError [2022-03-09T22:23:30.821Z] --- PASS: TestImageInspectError (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestImageInspectImageNotFound [2022-03-09T22:23:30.821Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestImageInspectWithEmptyID [2022-03-09T22:23:30.821Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestImageInspect [2022-03-09T22:23:30.821Z] --- PASS: TestImageInspect (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestImageListError [2022-03-09T22:23:30.821Z] --- PASS: TestImageListError (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestImageList [2022-03-09T22:23:30.821Z] --- PASS: TestImageList (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestImageListApiBefore125 [2022-03-09T22:23:30.821Z] --- PASS: TestImageListApiBefore125 (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestImageLoadError [2022-03-09T22:23:30.821Z] --- PASS: TestImageLoadError (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestImageLoad [2022-03-09T22:23:30.821Z] --- PASS: TestImageLoad (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestImagesPruneError [2022-03-09T22:23:30.821Z] --- PASS: TestImagesPruneError (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestImagesPrune [2022-03-09T22:23:30.821Z] --- PASS: TestImagesPrune (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestImagePullReferenceParseError [2022-03-09T22:23:30.821Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestImagePullAnyError [2022-03-09T22:23:30.821Z] --- PASS: TestImagePullAnyError (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestImagePullStatusUnauthorizedError [2022-03-09T22:23:30.821Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2022-03-09T22:23:30.821Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-03-09T22:23:30.821Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestImagePullWithPrivilegedFuncNoError [2022-03-09T22:23:30.821Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestImagePullWithoutErrors [2022-03-09T22:23:30.821Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestImagePushReferenceError [2022-03-09T22:23:30.821Z] --- PASS: TestImagePushReferenceError (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestImagePushAnyError [2022-03-09T22:23:30.821Z] --- PASS: TestImagePushAnyError (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestImagePushStatusUnauthorizedError [2022-03-09T22:23:30.821Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2022-03-09T22:23:30.821Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-03-09T22:23:30.821Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestImagePushWithPrivilegedFuncNoError [2022-03-09T22:23:30.821Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestImagePushWithoutErrors [2022-03-09T22:23:30.821Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2022-03-09T22:23:30.821Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2022-03-09T22:23:30.821Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2022-03-09T22:23:30.821Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2022-03-09T22:23:30.821Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2022-03-09T22:23:30.821Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2022-03-09T22:23:30.821Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2022-03-09T22:23:30.821Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2022-03-09T22:23:30.821Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestImageRemoveError [2022-03-09T22:23:30.821Z] --- PASS: TestImageRemoveError (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestImageRemoveImageNotFound [2022-03-09T22:23:30.821Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestImageRemove [2022-03-09T22:23:30.821Z] --- PASS: TestImageRemove (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestImageSaveError [2022-03-09T22:23:30.821Z] --- PASS: TestImageSaveError (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestImageSave [2022-03-09T22:23:30.821Z] --- PASS: TestImageSave (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestImageSearchAnyError [2022-03-09T22:23:30.821Z] --- PASS: TestImageSearchAnyError (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestImageSearchStatusUnauthorizedError [2022-03-09T22:23:30.821Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2022-03-09T22:23:30.821Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-03-09T22:23:30.821Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2022-03-09T22:23:30.821Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestImageSearchWithoutErrors [2022-03-09T22:23:30.821Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestImageTagError [2022-03-09T22:23:30.821Z] --- PASS: TestImageTagError (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestImageTagInvalidReference [2022-03-09T22:23:30.821Z] --- PASS: TestImageTagInvalidReference (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestImageTagInvalidSourceImageName [2022-03-09T22:23:30.821Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestImageTagHexSource [2022-03-09T22:23:30.821Z] --- PASS: TestImageTagHexSource (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestImageTag [2022-03-09T22:23:30.821Z] --- PASS: TestImageTag (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestInfoServerError [2022-03-09T22:23:30.821Z] --- PASS: TestInfoServerError (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestInfoInvalidResponseJSONError [2022-03-09T22:23:30.821Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestInfo [2022-03-09T22:23:30.821Z] --- PASS: TestInfo (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestNetworkConnectError [2022-03-09T22:23:30.821Z] --- PASS: TestNetworkConnectError (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2022-03-09T22:23:30.821Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestNetworkConnect [2022-03-09T22:23:30.821Z] --- PASS: TestNetworkConnect (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestNetworkCreateError [2022-03-09T22:23:30.821Z] --- PASS: TestNetworkCreateError (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestNetworkCreate [2022-03-09T22:23:30.821Z] --- PASS: TestNetworkCreate (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestNetworkDisconnectError [2022-03-09T22:23:30.821Z] --- PASS: TestNetworkDisconnectError (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestNetworkDisconnect [2022-03-09T22:23:30.821Z] --- PASS: TestNetworkDisconnect (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestNetworkInspect [2022-03-09T22:23:30.821Z] === RUN TestNetworkInspect/empty_ID [2022-03-09T22:23:30.821Z] === RUN TestNetworkInspect/no_options [2022-03-09T22:23:30.821Z] === RUN TestNetworkInspect/verbose [2022-03-09T22:23:30.821Z] === RUN TestNetworkInspect/global_scope [2022-03-09T22:23:30.821Z] === RUN TestNetworkInspect/unknown_network [2022-03-09T22:23:30.821Z] === RUN TestNetworkInspect/server_error [2022-03-09T22:23:30.821Z] --- PASS: TestNetworkInspect (0.00s) [2022-03-09T22:23:30.821Z] --- PASS: TestNetworkInspect/empty_ID (0.00s) [2022-03-09T22:23:30.821Z] --- PASS: TestNetworkInspect/no_options (0.00s) [2022-03-09T22:23:30.821Z] --- PASS: TestNetworkInspect/verbose (0.00s) [2022-03-09T22:23:30.821Z] --- PASS: TestNetworkInspect/global_scope (0.00s) [2022-03-09T22:23:30.821Z] --- PASS: TestNetworkInspect/unknown_network (0.00s) [2022-03-09T22:23:30.821Z] --- PASS: TestNetworkInspect/server_error (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestNetworkListError [2022-03-09T22:23:30.821Z] --- PASS: TestNetworkListError (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestNetworkList [2022-03-09T22:23:30.821Z] --- PASS: TestNetworkList (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestNetworksPruneError [2022-03-09T22:23:30.821Z] --- PASS: TestNetworksPruneError (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestNetworksPrune [2022-03-09T22:23:30.821Z] --- PASS: TestNetworksPrune (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestNetworkRemoveError [2022-03-09T22:23:30.821Z] --- PASS: TestNetworkRemoveError (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestNetworkRemove [2022-03-09T22:23:30.821Z] --- PASS: TestNetworkRemove (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestNodeInspectError [2022-03-09T22:23:30.821Z] --- PASS: TestNodeInspectError (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestNodeInspectNodeNotFound [2022-03-09T22:23:30.821Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestNodeInspectWithEmptyID [2022-03-09T22:23:30.821Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestNodeInspect [2022-03-09T22:23:30.821Z] --- PASS: TestNodeInspect (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestNodeListError [2022-03-09T22:23:30.821Z] --- PASS: TestNodeListError (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestNodeList [2022-03-09T22:23:30.821Z] --- PASS: TestNodeList (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestNodeRemoveError [2022-03-09T22:23:30.821Z] --- PASS: TestNodeRemoveError (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestNodeRemove [2022-03-09T22:23:30.821Z] --- PASS: TestNodeRemove (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestNodeUpdateError [2022-03-09T22:23:30.821Z] --- PASS: TestNodeUpdateError (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestNodeUpdate [2022-03-09T22:23:30.821Z] --- PASS: TestNodeUpdate (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestOptionWithHostFromEnv [2022-03-09T22:23:30.821Z] --- PASS: TestOptionWithHostFromEnv (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestOptionWithTimeout [2022-03-09T22:23:30.821Z] --- PASS: TestOptionWithTimeout (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestOptionWithVersionFromEnv [2022-03-09T22:23:30.821Z] --- PASS: TestOptionWithVersionFromEnv (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestPingFail [2022-03-09T22:23:30.821Z] --- PASS: TestPingFail (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestPingWithError [2022-03-09T22:23:30.821Z] 2022/03/09 22:23:30 RoundTripper returned a response & error; ignoring response [2022-03-09T22:23:30.821Z] 2022/03/09 22:23:30 RoundTripper returned a response & error; ignoring response [2022-03-09T22:23:30.821Z] --- PASS: TestPingWithError (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestPingSuccess [2022-03-09T22:23:30.821Z] --- PASS: TestPingSuccess (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestPingHeadFallback [2022-03-09T22:23:30.821Z] === RUN TestPingHeadFallback/OK [2022-03-09T22:23:30.821Z] === RUN TestPingHeadFallback/Internal_Server_Error [2022-03-09T22:23:30.821Z] === RUN TestPingHeadFallback/Not_Found [2022-03-09T22:23:30.821Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2022-03-09T22:23:30.821Z] --- PASS: TestPingHeadFallback (0.00s) [2022-03-09T22:23:30.821Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2022-03-09T22:23:30.821Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2022-03-09T22:23:30.821Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2022-03-09T22:23:30.821Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestPluginDisableError [2022-03-09T22:23:30.821Z] --- PASS: TestPluginDisableError (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestPluginDisable [2022-03-09T22:23:30.821Z] --- PASS: TestPluginDisable (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestPluginEnableError [2022-03-09T22:23:30.821Z] --- PASS: TestPluginEnableError (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestPluginEnable [2022-03-09T22:23:30.821Z] --- PASS: TestPluginEnable (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestPluginInspectError [2022-03-09T22:23:30.821Z] --- PASS: TestPluginInspectError (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestPluginInspectWithEmptyID [2022-03-09T22:23:30.821Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestPluginInspect [2022-03-09T22:23:30.821Z] --- PASS: TestPluginInspect (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestPluginListError [2022-03-09T22:23:30.821Z] --- PASS: TestPluginListError (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestPluginList [2022-03-09T22:23:30.821Z] --- PASS: TestPluginList (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestPluginPushError [2022-03-09T22:23:30.821Z] --- PASS: TestPluginPushError (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestPluginPush [2022-03-09T22:23:30.821Z] --- PASS: TestPluginPush (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestPluginRemoveError [2022-03-09T22:23:30.821Z] --- PASS: TestPluginRemoveError (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestPluginRemove [2022-03-09T22:23:30.821Z] --- PASS: TestPluginRemove (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestPluginSetError [2022-03-09T22:23:30.821Z] --- PASS: TestPluginSetError (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestPluginSet [2022-03-09T22:23:30.821Z] --- PASS: TestPluginSet (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestSetHostHeader [2022-03-09T22:23:30.821Z] --- PASS: TestSetHostHeader (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestPlainTextError [2022-03-09T22:23:30.821Z] --- PASS: TestPlainTextError (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestInfiniteError [2022-03-09T22:23:30.821Z] --- PASS: TestInfiniteError (0.06s) [2022-03-09T22:23:30.821Z] === RUN TestCanceledContext [2022-03-09T22:23:30.821Z] 2022/03/09 22:23:30 RoundTripper returned a response & error; ignoring response [2022-03-09T22:23:30.821Z] --- PASS: TestCanceledContext (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestDeadlineExceededContext [2022-03-09T22:23:30.821Z] 2022/03/09 22:23:30 RoundTripper returned a response & error; ignoring response [2022-03-09T22:23:30.821Z] --- PASS: TestDeadlineExceededContext (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestSecretCreateUnsupported [2022-03-09T22:23:30.821Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestSecretCreateError [2022-03-09T22:23:30.821Z] --- PASS: TestSecretCreateError (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestSecretCreate [2022-03-09T22:23:30.821Z] --- PASS: TestSecretCreate (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestSecretInspectUnsupported [2022-03-09T22:23:30.821Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestSecretInspectError [2022-03-09T22:23:30.821Z] --- PASS: TestSecretInspectError (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestSecretInspectSecretNotFound [2022-03-09T22:23:30.821Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestSecretInspectWithEmptyID [2022-03-09T22:23:30.821Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestSecretInspect [2022-03-09T22:23:30.821Z] --- PASS: TestSecretInspect (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestSecretListUnsupported [2022-03-09T22:23:30.821Z] --- PASS: TestSecretListUnsupported (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestSecretListError [2022-03-09T22:23:30.821Z] --- PASS: TestSecretListError (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestSecretList [2022-03-09T22:23:30.821Z] --- PASS: TestSecretList (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestSecretRemoveUnsupported [2022-03-09T22:23:30.821Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestSecretRemoveError [2022-03-09T22:23:30.821Z] --- PASS: TestSecretRemoveError (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestSecretRemove [2022-03-09T22:23:30.821Z] --- PASS: TestSecretRemove (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestSecretUpdateUnsupported [2022-03-09T22:23:30.821Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestSecretUpdateError [2022-03-09T22:23:30.821Z] --- PASS: TestSecretUpdateError (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestSecretUpdate [2022-03-09T22:23:30.821Z] --- PASS: TestSecretUpdate (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestServiceCreateError [2022-03-09T22:23:30.821Z] --- PASS: TestServiceCreateError (0.01s) [2022-03-09T22:23:30.821Z] === RUN TestServiceCreate [2022-03-09T22:23:30.821Z] --- PASS: TestServiceCreate (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestServiceCreateCompatiblePlatforms [2022-03-09T22:23:30.821Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestServiceCreateDigestPinning [2022-03-09T22:23:30.821Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestServiceInspectError [2022-03-09T22:23:30.821Z] --- PASS: TestServiceInspectError (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestServiceInspectServiceNotFound [2022-03-09T22:23:30.821Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestServiceInspectWithEmptyID [2022-03-09T22:23:30.821Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestServiceInspect [2022-03-09T22:23:30.821Z] --- PASS: TestServiceInspect (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestServiceListError [2022-03-09T22:23:30.821Z] --- PASS: TestServiceListError (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestServiceList [2022-03-09T22:23:30.821Z] --- PASS: TestServiceList (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestServiceLogsError [2022-03-09T22:23:30.821Z] --- PASS: TestServiceLogsError (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestServiceLogs [2022-03-09T22:23:30.821Z] --- PASS: TestServiceLogs (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestServiceRemoveError [2022-03-09T22:23:30.821Z] --- PASS: TestServiceRemoveError (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestServiceRemoveNotFoundError [2022-03-09T22:23:30.821Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestServiceRemove [2022-03-09T22:23:30.821Z] --- PASS: TestServiceRemove (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestServiceUpdateError [2022-03-09T22:23:30.821Z] --- PASS: TestServiceUpdateError (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestServiceUpdate [2022-03-09T22:23:30.821Z] --- PASS: TestServiceUpdate (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestSwarmGetUnlockKeyError [2022-03-09T22:23:30.821Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestSwarmGetUnlockKey [2022-03-09T22:23:30.821Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestSwarmInitError [2022-03-09T22:23:30.821Z] --- PASS: TestSwarmInitError (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestSwarmInit [2022-03-09T22:23:30.821Z] --- PASS: TestSwarmInit (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestSwarmInspectError [2022-03-09T22:23:30.821Z] --- PASS: TestSwarmInspectError (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestSwarmInspect [2022-03-09T22:23:30.821Z] --- PASS: TestSwarmInspect (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestSwarmJoinError [2022-03-09T22:23:30.821Z] --- PASS: TestSwarmJoinError (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestSwarmJoin [2022-03-09T22:23:30.821Z] --- PASS: TestSwarmJoin (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestSwarmLeaveError [2022-03-09T22:23:30.821Z] --- PASS: TestSwarmLeaveError (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestSwarmLeave [2022-03-09T22:23:30.821Z] --- PASS: TestSwarmLeave (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestSwarmUnlockError [2022-03-09T22:23:30.821Z] --- PASS: TestSwarmUnlockError (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestSwarmUnlock [2022-03-09T22:23:30.821Z] --- PASS: TestSwarmUnlock (0.00s) [2022-03-09T22:23:30.821Z] === RUN TestSwarmUpdateError [2022-03-09T22:23:30.822Z] --- PASS: TestSwarmUpdateError (0.00s) [2022-03-09T22:23:30.822Z] === RUN TestSwarmUpdate [2022-03-09T22:23:30.822Z] --- PASS: TestSwarmUpdate (0.00s) [2022-03-09T22:23:30.822Z] === RUN TestTaskInspectError [2022-03-09T22:23:30.822Z] --- PASS: TestTaskInspectError (0.00s) [2022-03-09T22:23:30.822Z] === RUN TestTaskInspectWithEmptyID [2022-03-09T22:23:30.822Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2022-03-09T22:23:30.822Z] === RUN TestTaskInspect [2022-03-09T22:23:30.822Z] --- PASS: TestTaskInspect (0.00s) [2022-03-09T22:23:30.822Z] === RUN TestTaskListError [2022-03-09T22:23:30.822Z] --- PASS: TestTaskListError (0.00s) [2022-03-09T22:23:30.822Z] === RUN TestTaskList [2022-03-09T22:23:30.822Z] --- PASS: TestTaskList (0.00s) [2022-03-09T22:23:30.822Z] === RUN TestVolumeCreateError [2022-03-09T22:23:30.822Z] --- PASS: TestVolumeCreateError (0.00s) [2022-03-09T22:23:30.822Z] === RUN TestVolumeCreate [2022-03-09T22:23:30.822Z] --- PASS: TestVolumeCreate (0.00s) [2022-03-09T22:23:30.822Z] === RUN TestVolumeInspectError [2022-03-09T22:23:30.822Z] --- PASS: TestVolumeInspectError (0.00s) [2022-03-09T22:23:30.822Z] === RUN TestVolumeInspectNotFound [2022-03-09T22:23:30.822Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2022-03-09T22:23:30.822Z] === RUN TestVolumeInspectWithEmptyID [2022-03-09T22:23:30.822Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2022-03-09T22:23:30.822Z] === RUN TestVolumeInspect [2022-03-09T22:23:30.822Z] --- PASS: TestVolumeInspect (0.00s) [2022-03-09T22:23:30.822Z] === RUN TestVolumeListError [2022-03-09T22:23:30.822Z] --- PASS: TestVolumeListError (0.00s) [2022-03-09T22:23:30.822Z] === RUN TestVolumeList [2022-03-09T22:23:30.822Z] --- PASS: TestVolumeList (0.00s) [2022-03-09T22:23:30.822Z] === RUN TestVolumeRemoveError [2022-03-09T22:23:30.822Z] --- PASS: TestVolumeRemoveError (0.00s) [2022-03-09T22:23:30.822Z] === RUN TestVolumeRemove [2022-03-09T22:23:30.822Z] --- PASS: TestVolumeRemove (0.00s) [2022-03-09T22:23:30.822Z] === CONT TestTLSCloseWriter [2022-03-09T22:23:30.822Z] --- PASS: TestTLSCloseWriter (0.01s) [2022-03-09T22:23:30.822Z] PASS [2022-03-09T22:23:30.822Z] coverage: 75.2% of statements [2022-03-09T22:23:30.822Z] ok github.com/docker/docker/client 0.581s coverage: 75.2% of statements [2022-03-09T22:23:31.122Z] --- PASS: TestConfigDaemonLibtrustID (0.57s) [2022-03-09T22:23:31.122Z] === RUN TestDaemonConfigValidation [2022-03-09T22:23:31.122Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-03-09T22:23:31.122Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-03-09T22:23:31.122Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-03-09T22:23:31.122Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-03-09T22:23:31.122Z] === RUN TestDaemonConfigValidation/invalid_config [2022-03-09T22:23:31.122Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-03-09T22:23:31.122Z] === RUN TestDaemonConfigValidation/malformed_config [2022-03-09T22:23:31.122Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-03-09T22:23:31.122Z] === RUN TestDaemonConfigValidation/valid_config [2022-03-09T22:23:31.122Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-03-09T22:23:31.122Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-03-09T22:23:31.122Z] === CONT TestDaemonConfigValidation/malformed_config [2022-03-09T22:23:31.195Z] --- PASS: TestPluginsWithRuntimes (3.14s) [2022-03-09T22:23:31.195Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.81s) [2022-03-09T22:23:31.195Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.80s) [2022-03-09T22:23:31.195Z] === RUN TestPluginBackCompatMediaTypes [2022-03-09T22:23:31.281Z] tests/integration/models_networks_test.py .... [ 90%] [2022-03-09T22:23:31.380Z] === CONT TestDaemonConfigValidation/valid_config [2022-03-09T22:23:31.380Z] === CONT TestDaemonConfigValidation/invalid_config [2022-03-09T22:23:31.380Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-03-09T22:23:31.456Z] --- PASS: TestPluginBackCompatMediaTypes (0.57s) [2022-03-09T22:23:31.456Z] PASS [2022-03-09T22:23:31.456Z] [2022-03-09T22:23:31.456Z] DONE 10 tests in 7.111s [2022-03-09T22:23:31.456Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-03-09T22:23:31.456Z] ++ 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-09T22:23:31.456Z] ++ set -e [2022-03-09T22:23:31.456Z] ++ '[' -n 0 ']' [2022-03-09T22:23:31.456Z] ++ set -x [2022-03-09T22:23:31.456Z] ++ 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-09T22:23:31.639Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-03-09T22:23:31.639Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.16s) [2022-03-09T22:23:31.639Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.21s) [2022-03-09T22:23:31.639Z] --- PASS: TestDaemonConfigValidation/valid_config (0.16s) [2022-03-09T22:23:31.639Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.19s) [2022-03-09T22:23:31.639Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.14s) [2022-03-09T22:23:31.639Z] === RUN TestConfigDaemonSeccompProfiles [2022-03-09T22:23:31.639Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-03-09T22:23:31.716Z] INFO: Testing against a local daemon [2022-03-09T22:23:31.716Z] === RUN TestExternalGraphDriver [2022-03-09T22:23:31.716Z] === RUN TestExternalGraphDriver/json [2022-03-09T22:23:31.897Z] check_test.go:308: [d86a01678aa82] daemon is not started [2022-03-09T22:23:31.897Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs [2022-03-09T22:23:32.463Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2022-03-09T22:23:32.722Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-03-09T22:23:32.722Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2022-03-09T22:23:33.101Z] === RUN TestExternalGraphDriver/spec [2022-03-09T22:23:34.097Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-03-09T22:23:35.011Z] === RUN TestExternalGraphDriver/pull [2022-03-09T22:23:35.033Z] === CONT TestConfigDaemonSeccompProfiles [2022-03-09T22:23:35.033Z] daemon_test.go:156: [dd5cd2da98667] daemon is not started [2022-03-09T22:23:35.033Z] --- PASS: TestConfigDaemonSeccompProfiles (3.27s) [2022-03-09T22:23:35.033Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.09s) [2022-03-09T22:23:35.033Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.09s) [2022-03-09T22:23:35.033Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.09s) [2022-03-09T22:23:35.033Z] === RUN TestDaemonProxy [2022-03-09T22:23:35.033Z] === RUN TestDaemonProxy/environment_variables [2022-03-09T22:23:35.033Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins [2022-03-09T22:23:36.394Z] --- PASS: TestExternalGraphDriver (4.66s) [2022-03-09T22:23:36.394Z] --- PASS: TestExternalGraphDriver/json (1.53s) [2022-03-09T22:23:36.394Z] --- PASS: TestExternalGraphDriver/spec (1.53s) [2022-03-09T22:23:36.394Z] --- PASS: TestExternalGraphDriver/pull (1.56s) [2022-03-09T22:23:36.394Z] === RUN TestGraphdriverPluginV2 [2022-03-09T22:23:36.394Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-09T22:23:36.394Z] --- SKIP: TestGraphdriverPluginV2 (0.02s) [2022-03-09T22:23:36.394Z] PASS [2022-03-09T22:23:36.394Z] [2022-03-09T22:23:36.394Z] === Skipped [2022-03-09T22:23:36.394Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.02s) [2022-03-09T22:23:36.394Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-09T22:23:36.394Z] [2022-03-09T22:23:36.394Z] DONE 5 tests, 1 skipped in 4.799s [2022-03-09T22:23:36.394Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-03-09T22:23:36.394Z] ++ 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-09T22:23:36.394Z] ++ set -e [2022-03-09T22:23:36.394Z] ++ '[' -n 0 ']' [2022-03-09T22:23:36.394Z] ++ set -x [2022-03-09T22:23:36.394Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-09T22:23:36.394Z] INFO: Testing against a local daemon [2022-03-09T22:23:36.394Z] === RUN TestContinueAfterPluginCrash [2022-03-09T22:23:36.394Z] === PAUSE TestContinueAfterPluginCrash [2022-03-09T22:23:36.394Z] === RUN TestReadPluginNoRead [2022-03-09T22:23:36.394Z] === PAUSE TestReadPluginNoRead [2022-03-09T22:23:36.394Z] === RUN TestDaemonStartWithLogOpt [2022-03-09T22:23:36.394Z] === PAUSE TestDaemonStartWithLogOpt [2022-03-09T22:23:36.394Z] === CONT TestContinueAfterPluginCrash [2022-03-09T22:23:36.394Z] === CONT TestDaemonStartWithLogOpt [2022-03-09T22:23:36.933Z] === RUN TestDaemonProxy/command-line_options [2022-03-09T22:23:36.933Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2022-03-09T22:23:37.834Z] tests/integration/models_nodes_test.py . [ 90%] [2022-03-09T22:23:37.834Z] tests/integration/models_resources_test.py . [ 91%] [2022-03-09T22:23:37.868Z] docker_cli_daemon_plugins_test.go:106: [db797bffebc85] daemon is not started [2022-03-09T22:23:38.435Z] === RUN TestDaemonProxy/configuration_file [2022-03-09T22:23:38.693Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeout [2022-03-09T22:23:39.449Z] 037d5740b404: Pull complete [2022-03-09T22:23:39.449Z] Digest: sha256:343f8c95ec604913c74597f6d541e388f83bc0ce373ee8ea5bb26d268879f338 [2022-03-09T22:23:39.449Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-09T22:23:39.449Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2022 into daemon under test completed successfully [2022-03-09T22:23:39.449Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2022 as microsoft/windowsservercore in daemon under test [2022-03-09T22:23:39.449Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2022 is '10.0.20348.587' [2022-03-09T22:23:39.449Z] WARN: Skipping validation tests [2022-03-09T22:23:39.449Z] INFO: Running unit tests at 03/09/2022 22:23:38... [2022-03-09T22:23:39.693Z] --- PASS: TestDaemonStartWithLogOpt (2.96s) [2022-03-09T22:23:39.693Z] === CONT TestReadPluginNoRead [2022-03-09T22:23:40.068Z] check_test.go:308: [d93a35efa74e6] daemon is not started [2022-03-09T22:23:40.068Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile [2022-03-09T22:23:40.326Z] === RUN TestDaemonProxy/conflicting_options [2022-03-09T22:23:40.584Z] === RUN TestDaemonProxy/reload_sanitized [2022-03-09T22:23:40.842Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2022-03-09T22:23:41.101Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2022-03-09T22:23:41.359Z] --- PASS: TestDaemonProxy (6.34s) [2022-03-09T22:23:41.359Z] --- PASS: TestDaemonProxy/environment_variables (1.78s) [2022-03-09T22:23:41.359Z] --- PASS: TestDaemonProxy/command-line_options (1.74s) [2022-03-09T22:23:41.359Z] --- PASS: TestDaemonProxy/configuration_file (1.78s) [2022-03-09T22:23:41.359Z] --- PASS: TestDaemonProxy/conflicting_options (0.50s) [2022-03-09T22:23:41.359Z] --- PASS: TestDaemonProxy/reload_sanitized (0.53s) [2022-03-09T22:23:41.359Z] PASS [2022-03-09T22:23:41.359Z] [2022-03-09T22:23:41.359Z] DONE 17 tests in 10.808s [2022-03-09T22:23:41.359Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2022-03-09T22:23:41.359Z] ++ 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-09T22:23:41.359Z] ++ set -e [2022-03-09T22:23:41.359Z] ++ '[' -n 0 ']' [2022-03-09T22:23:41.359Z] ++ set -x [2022-03-09T22:23:41.359Z] ++ 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-09T22:23:41.359Z] INFO: Testing against a local daemon [2022-03-09T22:23:41.359Z] === RUN TestCommitInheritsEnv [2022-03-09T22:23:41.604Z] === RUN TestReadPluginNoRead/default [2022-03-09T22:23:41.619Z] --- PASS: TestCommitInheritsEnv (0.32s) [2022-03-09T22:23:41.619Z] === RUN TestImportExtremelyLargeImageWorks [2022-03-09T22:23:41.619Z] === PAUSE TestImportExtremelyLargeImageWorks [2022-03-09T22:23:41.619Z] === RUN TestImportWithCustomPlatform [2022-03-09T22:23:41.878Z] === RUN TestImportWithCustomPlatform/#00 [2022-03-09T22:23:41.878Z] === RUN TestImportWithCustomPlatform/_______ [2022-03-09T22:23:41.878Z] === RUN TestImportWithCustomPlatform// [2022-03-09T22:23:41.878Z] === RUN TestImportWithCustomPlatform/linux [2022-03-09T22:23:41.878Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2022-03-09T22:23:41.878Z] === RUN TestImportWithCustomPlatform/LINUX [2022-03-09T22:23:42.136Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-03-09T22:23:42.136Z] === RUN TestImportWithCustomPlatform/macos [2022-03-09T22:23:42.136Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-03-09T22:23:42.136Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-03-09T22:23:42.136Z] --- PASS: TestImportWithCustomPlatform (0.39s) [2022-03-09T22:23:42.136Z] --- PASS: TestImportWithCustomPlatform/#00 (0.12s) [2022-03-09T22:23:42.136Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-03-09T22:23:42.136Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-03-09T22:23:42.136Z] --- PASS: TestImportWithCustomPlatform/linux (0.08s) [2022-03-09T22:23:42.136Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.09s) [2022-03-09T22:23:42.136Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.07s) [2022-03-09T22:23:42.136Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-03-09T22:23:42.136Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-03-09T22:23:42.136Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-03-09T22:23:42.136Z] === RUN TestImagesFilterMultiReference [2022-03-09T22:23:42.136Z] --- PASS: TestImagesFilterMultiReference (0.07s) [2022-03-09T22:23:42.136Z] === RUN TestImagePullPlatformInvalid [2022-03-09T22:23:42.136Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2022-03-09T22:23:42.136Z] === RUN TestRemoveImageOrphaning [2022-03-09T22:23:42.545Z] === RUN TestReadPluginNoRead/disabled_caching [2022-03-09T22:23:42.704Z] --- PASS: TestRemoveImageOrphaning (0.30s) [2022-03-09T22:23:42.704Z] === RUN TestRemoveImageGarbageCollector [2022-03-09T22:23:43.236Z] INFO: make.ps1 starting at 03/09/2022 22:23:42 [2022-03-09T22:23:43.638Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownWithPlugins [2022-03-09T22:23:43.692Z] INFO: Git commit (b92af14a1c) assumed from DOCKER_GITCOMMIT environment variable [2022-03-09T22:23:43.692Z] INFO: Invoking autogen... [2022-03-09T22:23:43.692Z] INFO: Running unit tests... [2022-03-09T22:23:43.916Z] tests/integration/models_services_test.py ................X. [ 95%] [2022-03-09T22:23:43.927Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-03-09T22:23:44.498Z] --- PASS: TestContinueAfterPluginCrash (8.07s) [2022-03-09T22:23:44.573Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2022-03-09T22:23:44.832Z] --- PASS: TestRemoveImageGarbageCollector (2.25s) [2022-03-09T22:23:44.832Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-03-09T22:23:44.832Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2022-03-09T22:23:44.832Z] === RUN TestTagInvalidReference [2022-03-09T22:23:44.832Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2022-03-09T22:23:44.832Z] --- PASS: TestTagInvalidReference (0.02s) [2022-03-09T22:23:44.832Z] === RUN TestTagValidPrefixedRepo [2022-03-09T22:23:44.832Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2022-03-09T22:23:44.832Z] --- PASS: TestTagValidPrefixedRepo (0.09s) [2022-03-09T22:23:44.832Z] === RUN TestTagExistedNameWithoutForce [2022-03-09T22:23:44.832Z] --- PASS: TestTagExistedNameWithoutForce (0.03s) [2022-03-09T22:23:44.832Z] === RUN TestTagOfficialNames [2022-03-09T22:23:45.068Z] === CONT TestReadPluginNoRead [2022-03-09T22:23:45.068Z] read_test.go:92: [d3cf1292902ab] daemon is not started [2022-03-09T22:23:45.068Z] --- PASS: TestReadPluginNoRead (5.51s) [2022-03-09T22:23:45.068Z] --- PASS: TestReadPluginNoRead/default (1.13s) [2022-03-09T22:23:45.068Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.09s) [2022-03-09T22:23:45.069Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.18s) [2022-03-09T22:23:45.069Z] PASS [2022-03-09T22:23:45.069Z] [2022-03-09T22:23:45.069Z] DONE 6 tests in 8.570s [2022-03-09T22:23:45.069Z] 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-09T22:23:45.069Z] ++ 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-09T22:23:45.069Z] ++ set -e [2022-03-09T22:23:45.069Z] ++ '[' -n 0 ']' [2022-03-09T22:23:45.069Z] ++ set -x [2022-03-09T22:23:45.069Z] ++ 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-09T22:23:45.069Z] testing: warning: no tests to run [2022-03-09T22:23:45.069Z] PASS [2022-03-09T22:23:45.069Z] [2022-03-09T22:23:45.069Z] DONE 0 tests in 0.037s [2022-03-09T22:23:45.069Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-03-09T22:23:45.069Z] ++ 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-09T22:23:45.069Z] ++ set -e [2022-03-09T22:23:45.069Z] ++ '[' -n 0 ']' [2022-03-09T22:23:45.069Z] ++ set -x [2022-03-09T22:23:45.069Z] ++ 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-09T22:23:45.069Z] INFO: Testing against a local daemon [2022-03-09T22:23:45.069Z] === RUN TestPluginWithDevMounts [2022-03-09T22:23:45.069Z] === PAUSE TestPluginWithDevMounts [2022-03-09T22:23:45.069Z] === CONT TestPluginWithDevMounts [2022-03-09T22:23:45.091Z] --- PASS: TestTagOfficialNames (0.06s) [2022-03-09T22:23:45.091Z] === RUN TestTagMatchesDigest [2022-03-09T22:23:45.091Z] --- PASS: TestTagMatchesDigest (0.02s) [2022-03-09T22:23:45.091Z] === CONT TestImportExtremelyLargeImageWorks [2022-03-09T22:23:45.657Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2022-03-09T22:23:46.980Z] --- PASS: TestPluginWithDevMounts (1.51s) [2022-03-09T22:23:46.980Z] PASS [2022-03-09T22:23:46.980Z] [2022-03-09T22:23:46.980Z] DONE 1 tests in 1.622s [2022-03-09T22:23:46.980Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m [2022-03-09T22:23:46.980Z] ++ 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-09T22:23:46.980Z] ++ set -e [2022-03-09T22:23:46.980Z] ++ '[' -n 0 ']' [2022-03-09T22:23:46.980Z] ++ set -x [2022-03-09T22:23:46.980Z] ++ 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-09T22:23:46.980Z] INFO: Testing against a local daemon [2022-03-09T22:23:46.980Z] === RUN TestSecretInspect [2022-03-09T22:23:47.049Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2022-03-09T22:23:47.985Z] === RUN TestDockerSuite/TestBuildDockerignore [2022-03-09T22:23:48.918Z] --- PASS: TestSecretInspect (2.14s) [2022-03-09T22:23:48.918Z] === RUN TestSecretList [2022-03-09T22:23:48.919Z] === RUN TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation [2022-03-09T22:23:49.853Z] === RUN TestDockerDaemonSuite/TestDaemonStartIptablesFalse [2022-03-09T22:23:50.418Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost [2022-03-09T22:23:50.530Z] --- PASS: TestServicePlugin (29.79s) [2022-03-09T22:23:50.530Z] === RUN TestServiceUpdateLabel [2022-03-09T22:23:50.545Z] tests/integration/models_swarm_test.py .. [ 96%] [2022-03-09T22:23:50.545Z] tests/integration/models_volumes_test.py .. [ 96%] [2022-03-09T22:23:50.841Z] --- PASS: TestSecretList (2.09s) [2022-03-09T22:23:50.841Z] === RUN TestSecretsCreateAndDelete [2022-03-09T22:23:51.098Z] --- PASS: TestServiceUpdateLabel (2.17s) [2022-03-09T22:23:51.098Z] === RUN TestServiceUpdateSecrets [2022-03-09T22:23:51.353Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2022-03-09T22:23:51.353Z] docker_cli_daemon_test.go:2859: Checking IpcMode private set from config [2022-03-09T22:23:51.612Z] docker_cli_daemon_test.go:2859: Checking IpcMode shareable set from config [2022-03-09T22:23:51.886Z] --- PASS: TestCheckoutGit (34.90s) [2022-03-09T22:23:51.886Z] === RUN TestValidGitTransport [2022-03-09T22:23:51.886Z] --- PASS: TestValidGitTransport (0.00s) [2022-03-09T22:23:51.886Z] === RUN TestGitInvalidRef [2022-03-09T22:23:51.886Z] --- PASS: TestGitInvalidRef (0.23s) [2022-03-09T22:23:51.886Z] PASS [2022-03-09T22:23:51.886Z] coverage: 86.3% of statements [2022-03-09T22:23:51.886Z] ok github.com/docker/docker/builder/remotecontext/git 35.197s coverage: 86.3% of statements [2022-03-09T22:23:52.183Z] docker_cli_daemon_test.go:2859: Checking IpcMode host set from config [2022-03-09T22:23:52.749Z] docker_cli_daemon_test.go:2859: Checking IpcMode container:123 set from config [2022-03-09T22:23:53.315Z] docker_cli_daemon_test.go:2859: Checking IpcMode nosuchmode set from config [2022-03-09T22:23:53.382Z] --- PASS: TestSecretsCreateAndDelete (2.09s) [2022-03-09T22:23:53.382Z] === RUN TestSecretsUpdate [2022-03-09T22:23:53.418Z] ? github.com/docker/docker/cli [no test files] [2022-03-09T22:23:53.418Z] ? github.com/docker/docker/cli/config [no test files] [2022-03-09T22:23:53.574Z] docker_cli_daemon_test.go:2859: Checking IpcMode private set from cli [2022-03-09T22:23:53.991Z] 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-09T22:23:54.140Z] docker_cli_daemon_test.go:2859: Checking IpcMode shareable set from cli [2022-03-09T22:23:54.148Z] tests/integration/regression_test.py ...... [ 98%] [2022-03-09T22:23:54.665Z] tests/integration/credentials/store_test.py ...... [ 99%] [2022-03-09T22:23:54.665Z] tests/integration/credentials/utils_test.py . [100%] [2022-03-09T22:23:54.665Z] [2022-03-09T22:23:54.665Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml ------- [2022-03-09T22:23:54.665Z] =========================== short test summary info ============================ [2022-03-09T22:23:54.665Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options [2022-03-09T22:23:54.665Z] CONFIG_RT_GROUP_SCHED isn't enabled [2022-03-09T22:23:54.665Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt [2022-03-09T22:23:54.665Z] Not supported on most drivers [2022-03-09T22:23:54.665Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top [2022-03-09T22:23:54.665Z] Output of docker top depends on host distro, and is not formalized. [2022-03-09T22:23:54.665Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs [2022-03-09T22:23:54.665Z] Output of docker top depends on host distro, and is not formalized. [2022-03-09T22:23:54.665Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr [2022-03-09T22:23:54.665Z] Can fail if eth0 has multiple IP addresses [2022-03-09T22:23:54.665Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver [2022-03-09T22:23:54.665Z] This doesn't seem to be taken into account by the engine [2022-03-09T22:23:54.665Z] SKIPPED [1] tests/integration/api_image_test.py:291: Doesn't work inside a container - FIXME [2022-03-09T22:23:54.665Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 [2022-03-09T22:23:54.665Z] = 383 passed, 2 skipped, 2 deselected, 6 xfailed, 2 xpassed in 294.56 seconds == [2022-03-09T22:23:54.706Z] docker_cli_daemon_test.go:2859: Checking IpcMode host set from cli [2022-03-09T22:23:54.922Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py) [2022-03-09T22:23:55.272Z] docker_cli_daemon_test.go:2859: Checking IpcMode container:123 set from cli [2022-03-09T22:23:55.292Z] --- PASS: TestSecretsUpdate (2.08s) [2022-03-09T22:23:55.292Z] === RUN TestTemplatedSecret [2022-03-09T22:23:55.840Z] docker_cli_daemon_test.go:2859: Checking IpcMode nosuchmode set from cli [2022-03-09T22:23:56.406Z] check_test.go:308: [d07c8572b081b] daemon is not started [2022-03-09T22:23:56.406Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutColors [2022-03-09T22:23:56.406Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2022-03-09T22:23:57.342Z] check_test.go:308: [de56aa5fc566e] daemon is not started [2022-03-09T22:23:57.342Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutHost [2022-03-09T22:23:57.835Z] --- PASS: TestTemplatedSecret (2.40s) [2022-03-09T22:23:57.835Z] === RUN TestSecretCreateResolve [2022-03-09T22:23:57.911Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2022-03-09T22:23:57.911Z] === RUN TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 [2022-03-09T22:23:58.093Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2022-03-09T22:23:58.093Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2022-03-09T22:23:58.093Z] === RUN TestLoadDaemonCliConfigWithTLS [2022-03-09T22:23:58.093Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2022-03-09T22:23:58.093Z] === RUN TestLoadDaemonCliConfigWithConflicts [2022-03-09T22:23:58.093Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s) [2022-03-09T22:23:58.093Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2022-03-09T22:23:58.093Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2022-03-09T22:23:58.093Z] === RUN TestLoadDaemonCliWithConflictingLabels [2022-03-09T22:23:58.093Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2022-03-09T22:23:58.093Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2022-03-09T22:23:58.093Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2022-03-09T22:23:58.093Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2022-03-09T22:23:58.093Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.01s) [2022-03-09T22:23:58.093Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2022-03-09T22:23:58.093Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.01s) [2022-03-09T22:23:58.093Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2022-03-09T22:23:58.093Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2022-03-09T22:23:58.093Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2022-03-09T22:23:58.093Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2022-03-09T22:23:58.093Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2022-03-09T22:23:58.093Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s) [2022-03-09T22:23:58.093Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2022-03-09T22:23:58.093Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s) [2022-03-09T22:23:58.093Z] === RUN TestConfigureDaemonLogs [2022-03-09T22:23:58.093Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2022-03-09T22:23:58.093Z] === RUN TestCommonOptionsInstallFlags [2022-03-09T22:23:58.093Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2022-03-09T22:23:58.093Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2022-03-09T22:23:58.093Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2022-03-09T22:23:58.093Z] PASS [2022-03-09T22:23:58.093Z] coverage: 19.0% of statements [2022-03-09T22:23:58.093Z] ok github.com/docker/docker/cmd/dockerd 0.244s coverage: 19.0% of statements [2022-03-09T22:23:58.093Z] ? github.com/docker/docker/cmd/dockerd/trap [no test files] [2022-03-09T22:23:58.093Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-03-09T22:23:59.058Z] === RUN TestContainerStopSignal [2022-03-09T22:23:59.058Z] --- PASS: TestContainerStopSignal (0.00s) [2022-03-09T22:23:59.058Z] === RUN TestContainerStopTimeout [2022-03-09T22:23:59.058Z] --- PASS: TestContainerStopTimeout (0.00s) [2022-03-09T22:23:59.058Z] === RUN TestContainerSecretReferenceDestTarget [2022-03-09T22:23:59.058Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2022-03-09T22:23:59.058Z] === RUN TestContainerLogPathSetForJSONFileLogger [2022-03-09T22:23:59.058Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.00s) [2022-03-09T22:23:59.058Z] === RUN TestContainerLogPathSetForRingLogger [2022-03-09T22:23:59.058Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s) [2022-03-09T22:23:59.058Z] === RUN TestReplaceAndAppendEnvVars [2022-03-09T22:23:59.058Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2022-03-09T22:23:59.058Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2022-03-09T22:23:59.058Z] === RUN TestNewMemoryStore [2022-03-09T22:23:59.058Z] --- PASS: TestNewMemoryStore (0.00s) [2022-03-09T22:23:59.058Z] === RUN TestAddContainers [2022-03-09T22:23:59.058Z] --- PASS: TestAddContainers (0.00s) [2022-03-09T22:23:59.058Z] === RUN TestGetContainer [2022-03-09T22:23:59.058Z] --- PASS: TestGetContainer (0.00s) [2022-03-09T22:23:59.058Z] === RUN TestDeleteContainer [2022-03-09T22:23:59.058Z] --- PASS: TestDeleteContainer (0.00s) [2022-03-09T22:23:59.058Z] === RUN TestListContainers [2022-03-09T22:23:59.058Z] --- PASS: TestListContainers (0.00s) [2022-03-09T22:23:59.058Z] === RUN TestFirstContainer [2022-03-09T22:23:59.058Z] --- PASS: TestFirstContainer (0.00s) [2022-03-09T22:23:59.058Z] === RUN TestApplyAllContainer [2022-03-09T22:23:59.058Z] --- PASS: TestApplyAllContainer (0.00s) [2022-03-09T22:23:59.058Z] === RUN TestIsValidHealthString [2022-03-09T22:23:59.058Z] --- PASS: TestIsValidHealthString (0.00s) [2022-03-09T22:23:59.058Z] === RUN TestStateRunStop [2022-03-09T22:23:59.058Z] --- PASS: TestStateRunStop (0.00s) [2022-03-09T22:23:59.058Z] === RUN TestStateTimeoutWait [2022-03-09T22:23:59.217Z] --- PASS: TestSecretCreateResolve (1.69s) [2022-03-09T22:23:59.217Z] PASS [2022-03-09T22:23:59.217Z] [2022-03-09T22:23:59.217Z] DONE 6 tests in 12.595s [2022-03-09T22:23:59.217Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m [2022-03-09T22:23:59.217Z] ++ 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-09T22:23:59.217Z] ++ set -e [2022-03-09T22:23:59.217Z] ++ '[' -n 0 ']' [2022-03-09T22:23:59.217Z] ++ set -x [2022-03-09T22:23:59.217Z] ++ 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-09T22:23:59.217Z] INFO: Testing against a local daemon [2022-03-09T22:23:59.217Z] === RUN TestServiceCreateInit [2022-03-09T22:23:59.287Z] === RUN TestDockerDaemonSuite/TestDaemonUlimitDefaults [2022-03-09T22:23:59.477Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-03-09T22:23:59.515Z] state_test.go:141: Stop callback fired [2022-03-09T22:23:59.515Z] state_test.go:165: Stop callback fired [2022-03-09T22:23:59.515Z] --- PASS: TestStateTimeoutWait (0.10s) [2022-03-09T22:23:59.515Z] === RUN TestIsValidStateString [2022-03-09T22:23:59.515Z] --- PASS: TestIsValidStateString (0.00s) [2022-03-09T22:23:59.515Z] === RUN TestViewSaveDelete [2022-03-09T22:23:59.515Z] --- PASS: TestViewSaveDelete (0.02s) [2022-03-09T22:23:59.515Z] === RUN TestViewAll [2022-03-09T22:23:59.515Z] --- PASS: TestViewAll (0.03s) [2022-03-09T22:23:59.515Z] === RUN TestViewGet [2022-03-09T22:23:59.515Z] --- PASS: TestViewGet (0.02s) [2022-03-09T22:23:59.515Z] === RUN TestNames [2022-03-09T22:23:59.515Z] --- PASS: TestNames (0.00s) [2022-03-09T22:23:59.515Z] === RUN TestViewWithHealthCheck [2022-03-09T22:23:59.515Z] --- PASS: TestViewWithHealthCheck (0.01s) [2022-03-09T22:23:59.515Z] PASS [2022-03-09T22:23:59.515Z] coverage: 41.5% of statements [2022-03-09T22:23:59.515Z] ok github.com/docker/docker/container 0.311s coverage: 41.5% of statements [2022-03-09T22:23:59.515Z] ? github.com/docker/docker/container/stream [no test files] [2022-03-09T22:23:59.515Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-03-09T22:23:59.515Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-03-09T22:23:59.515Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-03-09T22:24:00.478Z] === RUN TestPrepare [2022-03-09T22:24:00.478Z] --- PASS: TestPrepare (0.00s) [2022-03-09T22:24:00.478Z] === RUN TestStart [2022-03-09T22:24:00.478Z] --- PASS: TestStart (0.00s) [2022-03-09T22:24:00.478Z] === RUN TestWaitCancel [2022-03-09T22:24:00.478Z] --- PASS: TestWaitCancel (0.00s) [2022-03-09T22:24:00.478Z] === RUN TestWaitDisabled [2022-03-09T22:24:00.478Z] --- PASS: TestWaitDisabled (0.00s) [2022-03-09T22:24:00.478Z] === RUN TestWaitEnabled [2022-03-09T22:24:00.478Z] --- PASS: TestWaitEnabled (0.00s) [2022-03-09T22:24:00.478Z] === RUN TestRemove [2022-03-09T22:24:00.478Z] --- PASS: TestRemove (0.00s) [2022-03-09T22:24:00.478Z] PASS [2022-03-09T22:24:00.478Z] coverage: 65.3% of statements [2022-03-09T22:24:00.478Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.064s coverage: 65.3% of statements [2022-03-09T22:24:00.662Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2022-03-09T22:24:02.563Z] === RUN TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp [2022-03-09T22:24:02.680Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2022-03-09T22:24:02.680Z] === RUN TestNewListSecretsFilters [2022-03-09T22:24:02.680Z] --- PASS: TestNewListSecretsFilters (0.00s) [2022-03-09T22:24:02.680Z] === RUN TestNewListConfigsFilters [2022-03-09T22:24:02.680Z] --- PASS: TestNewListConfigsFilters (0.00s) [2022-03-09T22:24:02.680Z] PASS [2022-03-09T22:24:02.680Z] coverage: 0.5% of statements [2022-03-09T22:24:02.680Z] ok github.com/docker/docker/daemon/cluster 0.465s coverage: 0.5% of statements [2022-03-09T22:24:02.680Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.21s) [2022-03-09T22:24:02.680Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2022-03-09T22:24:02.680Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2022-03-09T22:24:02.680Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2022-03-09T22:24:02.680Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2022-03-09T22:24:02.680Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2022-03-09T22:24:02.680Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2022-03-09T22:24:02.680Z] === RUN TestServiceConvertToGRPCContainerRuntime [2022-03-09T22:24:02.680Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2022-03-09T22:24:02.680Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2022-03-09T22:24:02.680Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2022-03-09T22:24:02.680Z] === RUN TestServiceConvertToGRPCIsolation [2022-03-09T22:24:02.680Z] === RUN TestServiceConvertToGRPCIsolation/empty [2022-03-09T22:24:02.680Z] === RUN TestServiceConvertToGRPCIsolation/default [2022-03-09T22:24:02.680Z] === RUN TestServiceConvertToGRPCIsolation/process [2022-03-09T22:24:02.680Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2022-03-09T22:24:02.680Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2022-03-09T22:24:02.680Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2022-03-09T22:24:02.680Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2022-03-09T22:24:02.680Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2022-03-09T22:24:02.680Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2022-03-09T22:24:02.680Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2022-03-09T22:24:02.680Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2022-03-09T22:24:02.680Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2022-03-09T22:24:02.680Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2022-03-09T22:24:02.680Z] === RUN TestServiceConvertFromGRPCIsolation [2022-03-09T22:24:02.680Z] === RUN TestServiceConvertFromGRPCIsolation/default [2022-03-09T22:24:02.680Z] === RUN TestServiceConvertFromGRPCIsolation/process [2022-03-09T22:24:02.680Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2022-03-09T22:24:02.680Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2022-03-09T22:24:02.680Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2022-03-09T22:24:02.680Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2022-03-09T22:24:02.680Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2022-03-09T22:24:02.680Z] === RUN TestServiceConvertToGRPCCredentialSpec [2022-03-09T22:24:02.680Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2022-03-09T22:24:02.680Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2022-03-09T22:24:02.680Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2022-03-09T22:24:02.680Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2022-03-09T22:24:02.680Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2022-03-09T22:24:02.680Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2022-03-09T22:24:02.680Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2022-03-09T22:24:02.680Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2022-03-09T22:24:02.680Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2022-03-09T22:24:02.680Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-03-09T22:24:02.680Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2022-03-09T22:24:02.680Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2022-03-09T22:24:02.680Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2022-03-09T22:24:02.777Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-03-09T22:24:02.821Z] check_test.go:308: [ddde92cf10a8b] daemon is not started [2022-03-09T22:24:03.079Z] === RUN TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting [2022-03-09T22:24:03.148Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2022-03-09T22:24:03.148Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2022-03-09T22:24:03.148Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2022-03-09T22:24:03.148Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-03-09T22:24:03.148Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2022-03-09T22:24:03.148Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2022-03-09T22:24:03.148Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2022-03-09T22:24:03.148Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2022-03-09T22:24:03.148Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2022-03-09T22:24:03.148Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2022-03-09T22:24:03.149Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-03-09T22:24:03.149Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2022-03-09T22:24:03.149Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2022-03-09T22:24:03.149Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-03-09T22:24:03.149Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2022-03-09T22:24:03.149Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2022-03-09T22:24:03.149Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2022-03-09T22:24:03.149Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2022-03-09T22:24:03.618Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2022-03-09T22:24:03.618Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2022-03-09T22:24:03.618Z] === RUN TestServiceConvertFromGRPCConfigs [2022-03-09T22:24:03.618Z] === RUN TestServiceConvertFromGRPCConfigs/file [2022-03-09T22:24:03.618Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2022-03-09T22:24:03.618Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2022-03-09T22:24:03.618Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2022-03-09T22:24:03.618Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2022-03-09T22:24:03.618Z] === RUN TestServiceConvertToGRPCConfigs [2022-03-09T22:24:03.618Z] === RUN TestServiceConvertToGRPCConfigs/file [2022-03-09T22:24:03.618Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2022-03-09T22:24:03.618Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2022-03-09T22:24:03.618Z] === RUN TestServiceConvertToGRPCConfigs/none [2022-03-09T22:24:03.618Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2022-03-09T22:24:03.618Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2022-03-09T22:24:03.618Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2022-03-09T22:24:03.618Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2022-03-09T22:24:03.618Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2022-03-09T22:24:03.618Z] PASS [2022-03-09T22:24:03.618Z] coverage: 35.9% of statements [2022-03-09T22:24:03.618Z] ok github.com/docker/docker/daemon/cluster/convert 0.337s coverage: 35.9% of statements [2022-03-09T22:24:04.457Z] ? github.com/docker/docker/api [no test files] [2022-03-09T22:24:05.181Z] 4612f6d0b889: Pull complete [2022-03-09T22:24:05.615Z] === RUN TestDockerDaemonSuite/TestDaemonWideLogConfig [2022-03-09T22:24:05.967Z] --- PASS: TestServiceUpdateSecrets (14.46s) [2022-03-09T22:24:05.967Z] === RUN TestServiceUpdateConfigs [2022-03-09T22:24:06.570Z] === RUN TestBuilderGC [2022-03-09T22:24:06.570Z] --- PASS: TestBuilderGC (0.00s) [2022-03-09T22:24:06.570Z] === RUN TestDaemonConfigurationNotFound [2022-03-09T22:24:06.570Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2022-03-09T22:24:06.570Z] === RUN TestDaemonBrokenConfiguration [2022-03-09T22:24:06.570Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2022-03-09T22:24:06.570Z] === RUN TestFindConfigurationConflicts [2022-03-09T22:24:06.570Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2022-03-09T22:24:06.570Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2022-03-09T22:24:06.570Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2022-03-09T22:24:06.570Z] === RUN TestDaemonConfigurationMergeConflicts [2022-03-09T22:24:06.570Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2022-03-09T22:24:06.570Z] === RUN TestDaemonConfigurationMergeConcurrent [2022-03-09T22:24:06.570Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2022-03-09T22:24:06.570Z] === RUN TestDaemonConfigurationMergeConcurrentError [2022-03-09T22:24:06.570Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2022-03-09T22:24:06.570Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2022-03-09T22:24:06.570Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2022-03-09T22:24:06.570Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2022-03-09T22:24:06.570Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2022-03-09T22:24:06.570Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2022-03-09T22:24:06.570Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2022-03-09T22:24:06.570Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.00s) [2022-03-09T22:24:06.570Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2022-03-09T22:24:06.570Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2022-03-09T22:24:06.570Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2022-03-09T22:24:06.570Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2022-03-09T22:24:06.570Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2022-03-09T22:24:06.570Z] === RUN TestFindConfigurationConflictsWithMergedValues [2022-03-09T22:24:06.570Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2022-03-09T22:24:06.570Z] === RUN TestValidateConfigurationErrors [2022-03-09T22:24:06.570Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2022-03-09T22:24:06.570Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2022-03-09T22:24:06.570Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2022-03-09T22:24:06.570Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2022-03-09T22:24:06.570Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2022-03-09T22:24:06.570Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2022-03-09T22:24:06.570Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2022-03-09T22:24:06.570Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2022-03-09T22:24:06.570Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2022-03-09T22:24:06.570Z] === RUN TestValidateConfigurationErrors/zero_max-download-attempts [2022-03-09T22:24:06.570Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2022-03-09T22:24:06.570Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2022-03-09T22:24:06.570Z] --- PASS: TestValidateConfigurationErrors (0.01s) [2022-03-09T22:24:06.570Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2022-03-09T22:24:06.570Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2022-03-09T22:24:06.570Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2022-03-09T22:24:06.570Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2022-03-09T22:24:06.570Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2022-03-09T22:24:06.570Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2022-03-09T22:24:06.570Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2022-03-09T22:24:06.570Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2022-03-09T22:24:06.570Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2022-03-09T22:24:06.570Z] --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s) [2022-03-09T22:24:06.570Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2022-03-09T22:24:06.570Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2022-03-09T22:24:06.570Z] === RUN TestValidateConfiguration [2022-03-09T22:24:06.570Z] === RUN TestValidateConfiguration/with_label [2022-03-09T22:24:06.570Z] === RUN TestValidateConfiguration/with_dns [2022-03-09T22:24:06.570Z] === RUN TestValidateConfiguration/with_dns-search [2022-03-09T22:24:06.570Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2022-03-09T22:24:06.570Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2022-03-09T22:24:06.570Z] === RUN TestValidateConfiguration/with_max-download-attempts [2022-03-09T22:24:06.570Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2022-03-09T22:24:06.570Z] === RUN TestValidateConfiguration/with_node_generic_resources [2022-03-09T22:24:06.570Z] --- PASS: TestValidateConfiguration (0.00s) [2022-03-09T22:24:06.570Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2022-03-09T22:24:06.570Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2022-03-09T22:24:06.570Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2022-03-09T22:24:06.570Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2022-03-09T22:24:06.570Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2022-03-09T22:24:06.570Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2022-03-09T22:24:06.570Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2022-03-09T22:24:06.570Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2022-03-09T22:24:06.570Z] === RUN TestReloadSetConfigFileNotExist [2022-03-09T22:24:06.570Z] time="2022-03-09T22:24:05Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2022-03-09T22:24:06.570Z] --- PASS: TestReloadSetConfigFileNotExist (0.21s) [2022-03-09T22:24:06.570Z] === RUN TestReloadDefaultConfigNotExist [2022-03-09T22:24:06.570Z] config_test.go:447: os.Getuid() != 0: skipping test that requires root [2022-03-09T22:24:06.570Z] --- SKIP: TestReloadDefaultConfigNotExist (0.00s) [2022-03-09T22:24:06.570Z] === RUN TestReloadBadDefaultConfig [2022-03-09T22:24:06.570Z] time="2022-03-09T22:24:06Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-258225430" [2022-03-09T22:24:06.570Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2022-03-09T22:24:06.570Z] === RUN TestReloadWithConflictingLabels [2022-03-09T22:24:06.570Z] time="2022-03-09T22:24:06Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-582592949" [2022-03-09T22:24:06.570Z] --- PASS: TestReloadWithConflictingLabels (0.00s) [2022-03-09T22:24:06.570Z] === RUN TestReloadWithDuplicateLabels [2022-03-09T22:24:06.570Z] time="2022-03-09T22:24:06Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-417083573" [2022-03-09T22:24:06.570Z] --- PASS: TestReloadWithDuplicateLabels (0.00s) [2022-03-09T22:24:06.570Z] === RUN TestMaskURLCredentials [2022-03-09T22:24:06.570Z] --- PASS: TestMaskURLCredentials (0.00s) [2022-03-09T22:24:06.570Z] === RUN TestDaemonConfigurationMerge [2022-03-09T22:24:06.570Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2022-03-09T22:24:06.570Z] PASS [2022-03-09T22:24:06.570Z] coverage: 79.2% of statements [2022-03-09T22:24:06.570Z] ok github.com/docker/docker/daemon/config 0.581s coverage: 79.2% of statements [2022-03-09T22:24:06.570Z] === RUN TestEventsLog [2022-03-09T22:24:06.570Z] --- PASS: TestEventsLog (0.00s) [2022-03-09T22:24:06.570Z] === RUN TestEventsLogTimeout [2022-03-09T22:24:06.570Z] --- PASS: TestEventsLogTimeout (0.00s) [2022-03-09T22:24:06.570Z] === RUN TestLogEvents [2022-03-09T22:24:06.570Z] --- PASS: TestLogEvents (0.05s) [2022-03-09T22:24:06.570Z] === RUN TestLoadBufferedEvents [2022-03-09T22:24:06.978Z] --- PASS: TestServiceCreateInit (7.07s) [2022-03-09T22:24:06.978Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.42s) [2022-03-09T22:24:06.978Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.64s) [2022-03-09T22:24:06.978Z] === RUN TestCreateServiceMultipleTimes [2022-03-09T22:24:07.038Z] --- PASS: TestLoadBufferedEvents (0.18s) [2022-03-09T22:24:07.038Z] === RUN TestLoadBufferedEventsOnlyFromPast [2022-03-09T22:24:07.038Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2022-03-09T22:24:07.038Z] === RUN TestIgnoreBufferedWhenNoTimes [2022-03-09T22:24:07.038Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2022-03-09T22:24:07.038Z] PASS [2022-03-09T22:24:07.038Z] coverage: 50.0% of statements [2022-03-09T22:24:07.038Z] ok github.com/docker/docker/daemon/events 0.287s coverage: 50.0% of statements [2022-03-09T22:24:07.038Z] === RUN TestWaitNodeAttachment [2022-03-09T22:24:07.111Z] Leaving: AppArmorNo profiles have been unloaded. [2022-03-09T22:24:07.111Z] [2022-03-09T22:24:07.111Z] Unloading profiles will leave already running processes permanently [2022-03-09T22:24:07.111Z] unconfined, which can lead to unexpected situations. [2022-03-09T22:24:07.111Z] [2022-03-09T22:24:07.111Z] To set a process to complain mode, use the command line tool [2022-03-09T22:24:07.111Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-03-09T22:24:07.111Z] Post stage [Pipeline] junit [2022-03-09T22:24:07.123Z] Recording test results [2022-03-09T22:24:07.507Z] --- PASS: TestWaitNodeAttachment (0.41s) [2022-03-09T22:24:07.507Z] === RUN TestIsolationConversion [2022-03-09T22:24:07.507Z] === RUN TestIsolationConversion/default [2022-03-09T22:24:07.507Z] === RUN TestIsolationConversion/process [2022-03-09T22:24:07.507Z] === RUN TestIsolationConversion/hyperv [2022-03-09T22:24:07.507Z] --- PASS: TestIsolationConversion (0.00s) [2022-03-09T22:24:07.507Z] --- PASS: TestIsolationConversion/default (0.00s) [2022-03-09T22:24:07.507Z] --- PASS: TestIsolationConversion/process (0.00s) [2022-03-09T22:24:07.507Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2022-03-09T22:24:07.507Z] === RUN TestContainerLabels [2022-03-09T22:24:07.507Z] --- PASS: TestContainerLabels (0.00s) [2022-03-09T22:24:07.507Z] === RUN TestCredentialSpecConversion [2022-03-09T22:24:07.507Z] === RUN TestCredentialSpecConversion/none [2022-03-09T22:24:07.507Z] === RUN TestCredentialSpecConversion/config [2022-03-09T22:24:07.507Z] === RUN TestCredentialSpecConversion/file [2022-03-09T22:24:07.507Z] === RUN TestCredentialSpecConversion/registry [2022-03-09T22:24:07.507Z] --- PASS: TestCredentialSpecConversion (0.00s) [2022-03-09T22:24:07.507Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2022-03-09T22:24:07.507Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2022-03-09T22:24:07.507Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2022-03-09T22:24:07.507Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2022-03-09T22:24:07.507Z] === RUN TestControllerValidateMountBind [2022-03-09T22:24:07.507Z] --- PASS: TestControllerValidateMountBind (0.00s) [2022-03-09T22:24:07.507Z] === RUN TestControllerValidateMountVolume [2022-03-09T22:24:07.507Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2022-03-09T22:24:07.507Z] === RUN TestControllerValidateMountTarget [2022-03-09T22:24:07.507Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2022-03-09T22:24:07.507Z] === RUN TestControllerValidateMountTmpfs [2022-03-09T22:24:07.507Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2022-03-09T22:24:07.507Z] === RUN TestControllerValidateMountInvalidType [2022-03-09T22:24:07.507Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2022-03-09T22:24:07.507Z] === RUN TestControllerValidateMountNamedPipe [2022-03-09T22:24:07.507Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2022-03-09T22:24:07.507Z] PASS [2022-03-09T22:24:07.507Z] coverage: 11.0% of statements [2022-03-09T22:24:07.507Z] ok github.com/docker/docker/daemon/cluster/executor/container 0.610s coverage: 11.0% of statements [2022-03-09T22:24:07.516Z] === RUN TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath [2022-03-09T22:24:08.047Z] [Checks API] No suitable checks publisher found. [Pipeline] sh [2022-03-09T22:24:08.337Z] + echo Ensuring container killed. [2022-03-09T22:24:08.337Z] Ensuring container killed. [2022-03-09T22:24:08.337Z] + docker rm -vf docker-pr2 [2022-03-09T22:24:08.337Z] Error: No such container: docker-pr2 [Pipeline] sh [2022-03-09T22:24:08.495Z] === RUN TestIsEmptyDir [2022-03-09T22:24:08.495Z] --- PASS: TestIsEmptyDir (0.01s) [2022-03-09T22:24:08.495Z] PASS [2022-03-09T22:24:08.495Z] coverage: 2.3% of statements [2022-03-09T22:24:08.495Z] ok github.com/docker/docker/daemon/graphdriver 0.082s coverage: 2.3% of statements [2022-03-09T22:24:08.495Z] === RUN TestLinkNaming [2022-03-09T22:24:08.495Z] --- PASS: TestLinkNaming (0.00s) [2022-03-09T22:24:08.495Z] === RUN TestLinkNew [2022-03-09T22:24:08.495Z] --- PASS: TestLinkNew (0.00s) [2022-03-09T22:24:08.495Z] === RUN TestLinkEnv [2022-03-09T22:24:08.495Z] --- PASS: TestLinkEnv (0.00s) [2022-03-09T22:24:08.495Z] === RUN TestLinkMultipleEnv [2022-03-09T22:24:08.495Z] --- PASS: TestLinkMultipleEnv (0.00s) [2022-03-09T22:24:08.495Z] === RUN TestLinkPortRangeEnv [2022-03-09T22:24:08.495Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2022-03-09T22:24:08.495Z] PASS [2022-03-09T22:24:08.495Z] coverage: 93.0% of statements [2022-03-09T22:24:08.495Z] ok github.com/docker/docker/daemon/links 0.038s coverage: 93.0% of statements [2022-03-09T22:24:08.627Z] + echo Chowning /workspace to jenkins user [2022-03-09T22:24:08.627Z] Chowning /workspace to jenkins user [2022-03-09T22:24:08.627Z] + id -u [2022-03-09T22:24:08.627Z] + id -g [2022-03-09T22:24:08.627Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43352:/workspace busybox chown -R 1000:1000 /workspace [2022-03-09T22:24:08.627Z] Unable to find image 'busybox:latest' locally [2022-03-09T22:24:08.627Z] latest: Pulling from library/busybox [2022-03-09T22:24:08.885Z] 7e5209d2300f: Pulling fs layer [2022-03-09T22:24:08.885Z] 7e5209d2300f: Verifying Checksum [2022-03-09T22:24:08.885Z] 7e5209d2300f: Download complete [2022-03-09T22:24:08.885Z] 7e5209d2300f: Pull complete [2022-03-09T22:24:08.963Z] === RUN TestVerifyNetworkingConfig [2022-03-09T22:24:08.963Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2022-03-09T22:24:08.963Z] === RUN TestGetContainer [2022-03-09T22:24:08.963Z] --- PASS: TestGetContainer (0.00s) [2022-03-09T22:24:08.963Z] === RUN TestValidContainerNames [2022-03-09T22:24:08.963Z] --- PASS: TestValidContainerNames (0.00s) [2022-03-09T22:24:08.963Z] === RUN TestContainerInitDNS [2022-03-09T22:24:08.963Z] daemon_test.go:145: root required [2022-03-09T22:24:08.963Z] --- SKIP: TestContainerInitDNS (0.00s) [2022-03-09T22:24:08.963Z] === RUN TestMerge [2022-03-09T22:24:08.963Z] --- PASS: TestMerge (0.00s) [2022-03-09T22:24:08.963Z] === RUN TestValidateContainerIsolation [2022-03-09T22:24:08.963Z] --- PASS: TestValidateContainerIsolation (0.00s) [2022-03-09T22:24:08.963Z] === RUN TestFindNetworkErrorType [2022-03-09T22:24:08.963Z] --- PASS: TestFindNetworkErrorType (0.00s) [2022-03-09T22:24:08.963Z] === RUN TestEnsureServicesExist [2022-03-09T22:24:08.963Z] --- PASS: TestEnsureServicesExist (0.01s) [2022-03-09T22:24:08.963Z] === RUN TestEnsureServicesExistErrors [2022-03-09T22:24:08.963Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2022-03-09T22:24:08.963Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2022-03-09T22:24:08.963Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2022-03-09T22:24:08.963Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2022-03-09T22:24:08.963Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2022-03-09T22:24:08.963Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2022-03-09T22:24:08.963Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2022-03-09T22:24:08.963Z] === RUN TestContainerDelete [2022-03-09T22:24:08.963Z] --- PASS: TestContainerDelete (0.01s) [2022-03-09T22:24:08.963Z] === RUN TestContainerDoubleDelete [2022-03-09T22:24:08.963Z] --- PASS: TestContainerDoubleDelete (0.00s) [2022-03-09T22:24:08.963Z] === RUN TestLogContainerEventCopyLabels [2022-03-09T22:24:08.963Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2022-03-09T22:24:08.963Z] === RUN TestLogContainerEventWithAttributes [2022-03-09T22:24:08.963Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2022-03-09T22:24:08.963Z] === RUN TestNoneHealthcheck [2022-03-09T22:24:08.963Z] --- PASS: TestNoneHealthcheck (0.00s) [2022-03-09T22:24:08.963Z] === RUN TestHealthStates [2022-03-09T22:24:08.963Z] time="2022-03-09T22:24:08Z" 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-09T22:24:08.963Z] time="2022-03-09T22:24:08Z" 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-09T22:24:08.963Z] time="2022-03-09T22:24:08Z" 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-09T22:24:08.963Z] time="2022-03-09T22:24:08Z" 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-09T22:24:08.963Z] time="2022-03-09T22:24:08Z" 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-09T22:24:08.963Z] time="2022-03-09T22:24:08Z" 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-09T22:24:08.963Z] time="2022-03-09T22:24:08Z" 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-09T22:24:08.963Z] time="2022-03-09T22:24:08Z" 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-09T22:24:08.963Z] time="2022-03-09T22:24:08Z" 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-09T22:24:08.963Z] time="2022-03-09T22:24:08Z" 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-09T22:24:08.963Z] --- PASS: TestHealthStates (0.18s) [2022-03-09T22:24:08.963Z] === RUN TestGetInspectData [2022-03-09T22:24:08.963Z] --- PASS: TestGetInspectData (0.00s) [2022-03-09T22:24:08.963Z] === RUN TestFillLicense [2022-03-09T22:24:08.963Z] --- PASS: TestFillLicense (0.00s) [2022-03-09T22:24:09.143Z] Digest: sha256:34c3559bbdedefd67195e766e38cfbb0fcabff4241dbee3f390fd6e3310f5ebc [2022-03-09T22:24:09.143Z] Status: Downloaded newer image for busybox:latest [2022-03-09T22:24:09.437Z] === RUN TestListInvalidFilter [2022-03-09T22:24:09.437Z] --- PASS: TestListInvalidFilter (0.00s) [2022-03-09T22:24:09.437Z] === RUN TestNameFilter [2022-03-09T22:24:09.437Z] --- PASS: TestNameFilter (0.00s) [2022-03-09T22:24:09.437Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2022-03-09T22:24:09.437Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2022-03-09T22:24:09.437Z] === RUN TestSetWindowsCredentialSpecInSpec [2022-03-09T22:24:09.437Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2022-03-09T22:24:09.437Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2022-03-09T22:24:09.437Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2022-03-09T22:24:09.437Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2022-03-09T22:24:09.437Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2022-03-09T22:24:09.437Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2022-03-09T22:24:09.437Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2022-03-09T22:24:09.437Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2022-03-09T22:24:09.437Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2022-03-09T22:24:09.437Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2022-03-09T22:24:09.437Z] === 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-09T22:24:09.437Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2022-03-09T22:24:09.437Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2022-03-09T22:24:09.437Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2022-03-09T22:24:09.437Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2022-03-09T22:24:09.437Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2022-03-09T22:24:09.437Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2022-03-09T22:24:09.437Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2022-03-09T22:24:09.437Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2022-03-09T22:24:09.437Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.01s) [2022-03-09T22:24:09.437Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2022-03-09T22:24:09.437Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2022-03-09T22:24:09.437Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2022-03-09T22:24:09.437Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2022-03-09T22:24:09.437Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-03-09T22:24:09.437Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2022-03-09T22:24:09.437Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2022-03-09T22:24:09.437Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-03-09T22:24:09.437Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2022-03-09T22:24:09.437Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2022-03-09T22:24:09.437Z] --- 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-09T22:24:09.437Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2022-03-09T22:24:09.437Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2022-03-09T22:24:09.437Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2022-03-09T22:24:09.437Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2022-03-09T22:24:09.437Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2022-03-09T22:24:09.437Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2022-03-09T22:24:09.437Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2022-03-09T22:24:09.437Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2022-03-09T22:24:09.437Z] === RUN TestDaemonReloadLabels [2022-03-09T22:24:09.437Z] --- PASS: TestDaemonReloadLabels (0.00s) [2022-03-09T22:24:09.437Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2022-03-09T22:24:09.437Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2022-03-09T22:24:09.437Z] === RUN TestDaemonReloadMirrors [2022-03-09T22:24:09.437Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2022-03-09T22:24:09.437Z] === RUN TestDaemonReloadInsecureRegistries [2022-03-09T22:24:09.437Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2022-03-09T22:24:09.437Z] === RUN TestDaemonReloadNotAffectOthers [2022-03-09T22:24:09.437Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2022-03-09T22:24:09.437Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2022-03-09T22:24:09.437Z] reload_test.go:342: root required [2022-03-09T22:24:09.437Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-03-09T22:24:09.437Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2022-03-09T22:24:09.437Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.02s) [2022-03-09T22:24:09.437Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2022-03-09T22:24:09.437Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.02s) [2022-03-09T22:24:09.437Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2022-03-09T22:24:09.437Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.07s) [2022-03-09T22:24:09.437Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2022-03-09T22:24:09.437Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.01s) [2022-03-09T22:24:09.437Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2022-03-09T22:24:09.437Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s) [2022-03-09T22:24:09.437Z] === RUN TestParseVolumesFrom [2022-03-09T22:24:09.437Z] --- PASS: TestParseVolumesFrom (0.00s) [2022-03-09T22:24:09.437Z] PASS [2022-03-09T22:24:09.437Z] coverage: 8.6% of statements [2022-03-09T22:24:09.437Z] ok github.com/docker/docker/daemon 0.602s coverage: 8.6% of statements [2022-03-09T22:24:09.437Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-03-09T22:24:09.437Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-03-09T22:24:09.437Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-03-09T22:24:09.437Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-03-09T22:24:09.437Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2022-03-09T22:24:09.437Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2022-03-09T22:24:09.437Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2022-03-09T22:24:09.437Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-03-09T22:24:09.437Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2022-03-09T22:24:09.437Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2022-03-09T22:24:09.437Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-03-09T22:24:09.437Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2022-03-09T22:24:09.437Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2022-03-09T22:24:09.437Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-03-09T22:24:10.814Z] + bundleName=docker-py [2022-03-09T22:24:10.814Z] + echo Creating docker-py-bundles.tar.gz [2022-03-09T22:24:10.814Z] Creating docker-py-bundles.tar.gz [2022-03-09T22:24:10.814Z] + 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-09T22:24:10.825Z] Archiving artifacts [2022-03-09T22:24:11.003Z] === RUN TestNewStreamConfig [2022-03-09T22:24:11.003Z] === RUN TestNewStreamConfig/defaults [2022-03-09T22:24:11.003Z] === RUN TestNewStreamConfig/invalid_create_group [2022-03-09T22:24:11.003Z] === RUN TestNewStreamConfig/invalid_flush_interval [2022-03-09T22:24:11.003Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2022-03-09T22:24:11.003Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2022-03-09T22:24:11.003Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2022-03-09T22:24:11.003Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2022-03-09T22:24:11.003Z] --- PASS: TestNewStreamConfig (0.00s) [2022-03-09T22:24:11.003Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2022-03-09T22:24:11.003Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2022-03-09T22:24:11.003Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2022-03-09T22:24:11.003Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2022-03-09T22:24:11.003Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2022-03-09T22:24:11.003Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2022-03-09T22:24:11.003Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2022-03-09T22:24:11.003Z] === RUN TestNewAWSLogsClientUserAgentHandler [2022-03-09T22:24:11.003Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2022-03-09T22:24:11.003Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler [2022-03-09T22:24:11.003Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/json/emf [2022-03-09T22:24:11.003Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/#00 [2022-03-09T22:24:11.003Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler (0.00s) [2022-03-09T22:24:11.003Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/json/emf (0.00s) [2022-03-09T22:24:11.003Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/#00 (0.00s) [2022-03-09T22:24:11.003Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2022-03-09T22:24:11.003Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2022-03-09T22:24:11.003Z] === RUN TestNewAWSLogsClientRegionDetect [2022-03-09T22:24:11.003Z] time="2022-03-09T22:24:10Z" level=info msg="Trying to get region from EC2 Metadata" [2022-03-09T22:24:11.003Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.18s) [2022-03-09T22:24:11.003Z] === RUN TestCreateSuccess [2022-03-09T22:24:11.003Z] --- PASS: TestCreateSuccess (0.00s) [2022-03-09T22:24:11.003Z] === RUN TestCreateStreamSkipped [2022-03-09T22:24:11.003Z] time="2022-03-09T22:24:10Z" level=info msg="Skipping creating log stream" logCreateStream=false logGroupName=groupName logStreamName=streamName [2022-03-09T22:24:11.003Z] --- PASS: TestCreateStreamSkipped (0.00s) [2022-03-09T22:24:11.003Z] === RUN TestCreateLogGroupSuccess [2022-03-09T22:24:11.003Z] time="2022-03-09T22:24:10Z" level=error msg="Failed to create log stream" errorCode=ResourceNotFoundException logGroupName=groupName logStreamName=streamName message="should error once" origError="" [2022-03-09T22:24:11.475Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2022-03-09T22:24:11.475Z] === RUN TestCreateError [2022-03-09T22:24:11.475Z] --- PASS: TestCreateError (0.00s) [2022-03-09T22:24:11.475Z] === RUN TestCreateAlreadyExists [2022-03-09T22:24:11.475Z] time="2022-03-09T22:24:10Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2022-03-09T22:24:11.475Z] --- PASS: TestCreateAlreadyExists (0.00s) [2022-03-09T22:24:11.475Z] === RUN TestLogClosed [2022-03-09T22:24:11.475Z] --- PASS: TestLogClosed (0.00s) [2022-03-09T22:24:11.475Z] === RUN TestLogBlocking [2022-03-09T22:24:11.475Z] --- PASS: TestLogBlocking (0.00s) [2022-03-09T22:24:11.475Z] === RUN TestLogNonBlockingBufferEmpty [2022-03-09T22:24:11.475Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2022-03-09T22:24:11.475Z] === RUN TestLogNonBlockingBufferFull [2022-03-09T22:24:11.475Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2022-03-09T22:24:11.475Z] === RUN TestPublishBatchSuccess [2022-03-09T22:24:11.475Z] --- PASS: TestPublishBatchSuccess (0.00s) [2022-03-09T22:24:11.475Z] === RUN TestPublishBatchError [2022-03-09T22:24:11.475Z] time="2022-03-09T22:24:10Z" level=error msg=error [2022-03-09T22:24:11.475Z] --- PASS: TestPublishBatchError (0.00s) [2022-03-09T22:24:11.475Z] === RUN TestPublishBatchInvalidSeqSuccess [2022-03-09T22:24:11.475Z] time="2022-03-09T22:24:10Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-03-09T22:24:11.475Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2022-03-09T22:24:11.475Z] === RUN TestPublishBatchAlreadyAccepted [2022-03-09T22:24:11.475Z] time="2022-03-09T22:24:10Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-03-09T22:24:11.475Z] time="2022-03-09T22:24:10Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2022-03-09T22:24:11.475Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2022-03-09T22:24:11.475Z] === RUN TestCollectBatchSimple [2022-03-09T22:24:11.475Z] --- PASS: TestCollectBatchSimple (0.00s) [2022-03-09T22:24:11.475Z] === RUN TestCollectBatchTicker [2022-03-09T22:24:11.475Z] --- PASS: TestCollectBatchTicker (0.00s) [2022-03-09T22:24:11.475Z] === RUN TestCollectBatchMultilinePattern [2022-03-09T22:24:11.475Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2022-03-09T22:24:11.475Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2022-03-09T22:24:11.475Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2022-03-09T22:24:11.475Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2022-03-09T22:24:11.475Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2022-03-09T22:24:11.475Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2022-03-09T22:24:11.475Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.04s) [2022-03-09T22:24:11.475Z] === RUN TestCollectBatchClose [2022-03-09T22:24:11.475Z] --- PASS: TestCollectBatchClose (0.00s) [2022-03-09T22:24:11.475Z] === RUN TestEffectiveLen [2022-03-09T22:24:11.475Z] === RUN TestEffectiveLen/0/Hello [2022-03-09T22:24:11.475Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2022-03-09T22:24:11.475Z] === RUN TestEffectiveLen/2/🙃 [2022-03-09T22:24:11.475Z] === RUN TestEffectiveLen/3/���� [2022-03-09T22:24:11.475Z] === RUN TestEffectiveLen/4/He��o [2022-03-09T22:24:11.475Z] === RUN TestEffectiveLen/5/ [2022-03-09T22:24:11.475Z] --- PASS: TestEffectiveLen (0.00s) [2022-03-09T22:24:11.475Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2022-03-09T22:24:11.475Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2022-03-09T22:24:11.475Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2022-03-09T22:24:11.475Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2022-03-09T22:24:11.475Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2022-03-09T22:24:11.475Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2022-03-09T22:24:11.475Z] === RUN TestFindValidSplit [2022-03-09T22:24:11.475Z] === RUN TestFindValidSplit/0/ [2022-03-09T22:24:11.475Z] cloudwatchlogs_test.go:1076: [2022-03-09T22:24:11.475Z] cloudwatchlogs_test.go:1077: [2022-03-09T22:24:11.475Z] === RUN TestFindValidSplit/1/Hello [2022-03-09T22:24:11.475Z] cloudwatchlogs_test.go:1076: Hello [2022-03-09T22:24:11.475Z] cloudwatchlogs_test.go:1077: [2022-03-09T22:24:11.475Z] === RUN TestFindValidSplit/2/Hello [2022-03-09T22:24:11.475Z] cloudwatchlogs_test.go:1076: He [2022-03-09T22:24:11.475Z] cloudwatchlogs_test.go:1077: llo [2022-03-09T22:24:11.475Z] === RUN TestFindValidSplit/3/Hello [2022-03-09T22:24:11.475Z] cloudwatchlogs_test.go:1076: [2022-03-09T22:24:11.475Z] cloudwatchlogs_test.go:1077: Hello [2022-03-09T22:24:11.475Z] === RUN TestFindValidSplit/4/🙃 [2022-03-09T22:24:11.475Z] cloudwatchlogs_test.go:1076: [2022-03-09T22:24:11.475Z] cloudwatchlogs_test.go:1077: 🙃 [2022-03-09T22:24:11.475Z] === RUN TestFindValidSplit/5/🙃 [2022-03-09T22:24:11.475Z] cloudwatchlogs_test.go:1076: 🙃 [2022-03-09T22:24:11.475Z] cloudwatchlogs_test.go:1077: [2022-03-09T22:24:11.475Z] === RUN TestFindValidSplit/6/a� [2022-03-09T22:24:11.475Z] cloudwatchlogs_test.go:1076: a [2022-03-09T22:24:11.475Z] cloudwatchlogs_test.go:1077: � [2022-03-09T22:24:11.475Z] === RUN TestFindValidSplit/7/a� [2022-03-09T22:24:11.475Z] cloudwatchlogs_test.go:1076: a� [2022-03-09T22:24:11.475Z] cloudwatchlogs_test.go:1077: [2022-03-09T22:24:11.475Z] --- PASS: TestFindValidSplit (0.00s) [2022-03-09T22:24:11.475Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2022-03-09T22:24:11.475Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2022-03-09T22:24:11.475Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2022-03-09T22:24:11.475Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2022-03-09T22:24:11.475Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2022-03-09T22:24:11.475Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2022-03-09T22:24:11.475Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2022-03-09T22:24:11.475Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2022-03-09T22:24:11.475Z] === RUN TestProcessEventEmoji [2022-03-09T22:24:11.475Z] --- PASS: TestProcessEventEmoji (0.00s) [2022-03-09T22:24:11.475Z] === RUN TestCollectBatchLineSplit [2022-03-09T22:24:11.475Z] --- PASS: TestCollectBatchLineSplit (0.03s) [2022-03-09T22:24:11.475Z] === RUN TestCollectBatchLineSplitWithBinary [2022-03-09T22:24:11.475Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.01s) [2022-03-09T22:24:11.475Z] === RUN TestCollectBatchMaxEvents [2022-03-09T22:24:11.475Z] --- PASS: TestCollectBatchMaxEvents (0.03s) [2022-03-09T22:24:11.475Z] === RUN TestCollectBatchMaxTotalBytes [2022-03-09T22:24:11.475Z] --- PASS: TestCollectBatchMaxTotalBytes (0.01s) [2022-03-09T22:24:11.475Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2022-03-09T22:24:11.475Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.02s) [2022-03-09T22:24:11.475Z] === RUN TestCollectBatchWithDuplicateTimestamps [2022-03-09T22:24:11.475Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.10s) [2022-03-09T22:24:11.475Z] === RUN TestParseLogOptionsMultilinePattern [2022-03-09T22:24:11.475Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2022-03-09T22:24:11.475Z] === RUN TestParseLogOptionsDatetimeFormat [2022-03-09T22:24:11.475Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2022-03-09T22:24:11.475Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2022-03-09T22:24:11.475Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2022-03-09T22:24:11.475Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2022-03-09T22:24:11.475Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2022-03-09T22:24:11.475Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2022-03-09T22:24:11.475Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2022-03-09T22:24:11.475Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s) [2022-03-09T22:24:11.475Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2022-03-09T22:24:11.475Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2022-03-09T22:24:11.475Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2022-03-09T22:24:11.475Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2022-03-09T22:24:11.475Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2022-03-09T22:24:11.475Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2022-03-09T22:24:11.475Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2022-03-09T22:24:11.475Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2022-03-09T22:24:11.475Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2022-03-09T22:24:11.475Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2022-03-09T22:24:11.475Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2022-03-09T22:24:11.475Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2022-03-09T22:24:11.475Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2022-03-09T22:24:11.475Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2022-03-09T22:24:11.475Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2022-03-09T22:24:11.475Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2022-03-09T22:24:11.475Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2022-03-09T22:24:11.475Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2022-03-09T22:24:11.475Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2022-03-09T22:24:11.475Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2022-03-09T22:24:11.475Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2022-03-09T22:24:11.475Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2022-03-09T22:24:11.475Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2022-03-09T22:24:11.475Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2022-03-09T22:24:11.475Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2022-03-09T22:24:11.475Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2022-03-09T22:24:11.475Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2022-03-09T22:24:11.475Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2022-03-09T22:24:11.475Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2022-03-09T22:24:11.475Z] === RUN TestValidateLogOptionsFormat [2022-03-09T22:24:11.475Z] === RUN TestValidateLogOptionsFormat/0/json/emf [2022-03-09T22:24:11.475Z] === RUN TestValidateLogOptionsFormat/1/random [2022-03-09T22:24:11.475Z] === RUN TestValidateLogOptionsFormat/2/ [2022-03-09T22:24:11.475Z] === RUN TestValidateLogOptionsFormat/3/json/emf [2022-03-09T22:24:11.475Z] === RUN TestValidateLogOptionsFormat/4/json/emf [2022-03-09T22:24:11.475Z] --- PASS: TestValidateLogOptionsFormat (0.00s) [2022-03-09T22:24:11.475Z] --- PASS: TestValidateLogOptionsFormat/0/json/emf (0.00s) [2022-03-09T22:24:11.475Z] --- PASS: TestValidateLogOptionsFormat/1/random (0.00s) [2022-03-09T22:24:11.475Z] --- PASS: TestValidateLogOptionsFormat/2/ (0.00s) [2022-03-09T22:24:11.475Z] --- PASS: TestValidateLogOptionsFormat/3/json/emf (0.00s) [2022-03-09T22:24:11.475Z] --- PASS: TestValidateLogOptionsFormat/4/json/emf (0.00s) [2022-03-09T22:24:11.475Z] === RUN TestCreateTagSuccess [2022-03-09T22:24:11.475Z] --- PASS: TestCreateTagSuccess (0.00s) [2022-03-09T22:24:11.475Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2022-03-09T22:24:11.475Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s) [2022-03-09T22:24:11.475Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2022-03-09T22:24:11.475Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2022-03-09T22:24:11.475Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2022-03-09T22:24:11.475Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.06s) [2022-03-09T22:24:11.475Z] PASS [2022-03-09T22:24:11.475Z] coverage: 80.2% of statements [2022-03-09T22:24:11.475Z] ok github.com/docker/docker/daemon/logger/awslogs 0.550s coverage: 80.2% of statements [2022-03-09T22:24:11.475Z] === RUN TestAdapterReadLogs [2022-03-09T22:24:11.475Z] --- PASS: TestAdapterReadLogs (0.00s) [2022-03-09T22:24:11.475Z] === RUN TestCopier [2022-03-09T22:24:11.475Z] --- PASS: TestCopier (0.00s) [2022-03-09T22:24:11.475Z] === RUN TestCopierLongLines [2022-03-09T22:24:11.475Z] --- PASS: TestCopierLongLines (0.00s) [2022-03-09T22:24:11.475Z] === RUN TestCopierSlow [2022-03-09T22:24:11.475Z] --- PASS: TestCopierSlow (0.23s) [2022-03-09T22:24:11.475Z] === RUN TestCopierWithSized [2022-03-09T22:24:11.475Z] === RUN TestCopierWithSized/as_is [2022-03-09T22:24:11.475Z] === RUN TestCopierWithSized/With_RingLogger [2022-03-09T22:24:11.475Z] --- PASS: TestCopierWithSized (0.02s) [2022-03-09T22:24:11.475Z] --- PASS: TestCopierWithSized/as_is (0.01s) [2022-03-09T22:24:11.475Z] --- PASS: TestCopierWithSized/With_RingLogger (0.00s) [2022-03-09T22:24:11.475Z] === RUN TestCopierWithPartial [2022-03-09T22:24:11.475Z] --- PASS: TestCopierWithPartial (0.00s) [2022-03-09T22:24:11.475Z] === RUN TestRingLogger [2022-03-09T22:24:11.475Z] --- PASS: TestRingLogger (0.00s) [2022-03-09T22:24:11.475Z] === RUN TestRingCap [2022-03-09T22:24:11.475Z] --- PASS: TestRingCap (0.00s) [2022-03-09T22:24:11.475Z] === RUN TestRingClose [2022-03-09T22:24:11.475Z] --- PASS: TestRingClose (0.00s) [2022-03-09T22:24:11.475Z] === RUN TestRingDrain [2022-03-09T22:24:11.475Z] --- PASS: TestRingDrain (0.00s) [2022-03-09T22:24:11.475Z] PASS [2022-03-09T22:24:11.475Z] coverage: 43.2% of statements [2022-03-09T22:24:11.475Z] ok github.com/docker/docker/daemon/logger 0.398s coverage: 43.2% of statements [2022-03-09T22:24:11.740Z] === RUN TestDockerDaemonSuite/TestDaemonWithWrongkey [2022-03-09T22:24:11.740Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2022-03-09T22:24:11.943Z] === RUN TestSearchRegistryForImagesErrors [2022-03-09T22:24:11.944Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2022-03-09T22:24:11.944Z] === RUN TestSearchRegistryForImages [2022-03-09T22:24:11.944Z] --- PASS: TestSearchRegistryForImages (0.00s) [2022-03-09T22:24:11.944Z] === RUN TestOnlyPlatformWithFallback [2022-03-09T22:24:11.944Z] --- PASS: TestOnlyPlatformWithFallback (0.00s) [2022-03-09T22:24:11.944Z] === RUN TestImageDelete [2022-03-09T22:24:11.944Z] === RUN TestImageDelete/no_lease [2022-03-09T22:24:11.944Z] === RUN TestImageDelete/lease_exists [2022-03-09T22:24:11.944Z] --- PASS: TestImageDelete (0.04s) [2022-03-09T22:24:11.944Z] --- PASS: TestImageDelete/no_lease (0.01s) [2022-03-09T22:24:11.944Z] --- PASS: TestImageDelete/lease_exists (0.02s) [2022-03-09T22:24:11.944Z] === RUN TestContentStoreForPull [2022-03-09T22:24:11.944Z] === RUN TestValidateLogOptReconnectInterval [2022-03-09T22:24:11.944Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1 [2022-03-09T22:24:11.944Z] === RUN TestValidateLogOptReconnectInterval/invalid_1 [2022-03-09T22:24:11.944Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1s [2022-03-09T22:24:11.944Z] === RUN TestValidateLogOptReconnectInterval/invalid_99ms [2022-03-09T22:24:11.944Z] === RUN TestValidateLogOptReconnectInterval/invalid_11s [2022-03-09T22:24:11.944Z] === RUN TestValidateLogOptReconnectInterval/valid_100ms [2022-03-09T22:24:11.944Z] === RUN TestValidateLogOptReconnectInterval/valid_10s [2022-03-09T22:24:11.944Z] --- PASS: TestValidateLogOptReconnectInterval (0.00s) [2022-03-09T22:24:11.944Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1 (0.00s) [2022-03-09T22:24:11.944Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_1 (0.00s) [2022-03-09T22:24:11.944Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1s (0.00s) [2022-03-09T22:24:11.944Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_99ms (0.00s) [2022-03-09T22:24:11.944Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_11s (0.00s) [2022-03-09T22:24:11.944Z] --- PASS: TestValidateLogOptReconnectInterval/valid_100ms (0.00s) [2022-03-09T22:24:11.944Z] --- PASS: TestValidateLogOptReconnectInterval/valid_10s (0.00s) [2022-03-09T22:24:11.944Z] PASS [2022-03-09T22:24:11.944Z] coverage: 33.6% of statements [2022-03-09T22:24:11.944Z] ok github.com/docker/docker/daemon/logger/fluentd 0.067s coverage: 33.6% of statements [2022-03-09T22:24:11.944Z] --- PASS: TestContentStoreForPull (0.22s) [2022-03-09T22:24:11.944Z] PASS [2022-03-09T22:24:11.944Z] coverage: 6.8% of statements [2022-03-09T22:24:11.944Z] ok github.com/docker/docker/daemon/images 0.374s coverage: 6.8% of statements [2022-03-09T22:24:11.944Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-03-09T22:24:11.944Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-03-09T22:24:11.944Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2022-03-09T22:24:11.944Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-03-09T22:24:11.944Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2022-03-09T22:24:11.944Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2022-03-09T22:24:12.308Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2022-03-09T22:24:12.308Z] check_test.go:308: [d1b28fa9afeb7] daemon is not started [2022-03-09T22:24:12.308Z] === RUN TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork [2022-03-09T22:24:12.308Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2022-03-09T22:24:12.426Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43352/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Static) [Pipeline] sh [2022-03-09T22:24:12.785Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43352/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_GITCOMMIT=b92af14a1c47368b8cf1c52e303adf6e11cebc3b -e DOCKER_GRAPHDRIVER docker:b92af14a1c47368b8cf1c52e303adf6e11cebc3b hack/make.sh binary [2022-03-09T22:24:12.930Z] === RUN TestJSONLogsMarshalJSONBuf [2022-03-09T22:24:12.930Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2022-03-09T22:24:12.930Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2022-03-09T22:24:12.930Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.19s) [2022-03-09T22:24:12.930Z] === RUN TestFastTimeMarshalJSON [2022-03-09T22:24:12.930Z] --- PASS: TestFastTimeMarshalJSON (0.01s) [2022-03-09T22:24:12.930Z] PASS [2022-03-09T22:24:12.930Z] coverage: 87.2% of statements [2022-03-09T22:24:12.930Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.262s coverage: 87.2% of statements [2022-03-09T22:24:13.043Z] [2022-03-09T22:24:13.043Z] Removing bundles/ [2022-03-09T22:24:13.302Z] [2022-03-09T22:24:13.302Z] ---> Making bundle: binary (in bundles/binary) [2022-03-09T22:24:13.302Z] Building: bundles/binary-daemon/dockerd-dev [2022-03-09T22:24:13.302Z] GOOS="" GOARCH="" GOARM="" [2022-03-09T22:24:13.398Z] === RUN TestJSONFileLogger [2022-03-09T22:24:13.398Z] --- PASS: TestJSONFileLogger (0.00s) [2022-03-09T22:24:13.398Z] === RUN TestJSONFileLoggerWithTags [2022-03-09T22:24:13.398Z] --- PASS: TestJSONFileLoggerWithTags (0.00s) [2022-03-09T22:24:13.398Z] === RUN TestJSONFileLoggerWithOpts [2022-03-09T22:24:13.398Z] --- PASS: TestJSONFileLoggerWithOpts (0.03s) [2022-03-09T22:24:13.398Z] === RUN TestJSONFileLoggerWithLabelsEnv [2022-03-09T22:24:13.398Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s) [2022-03-09T22:24:13.398Z] === RUN TestEncodeDecode [2022-03-09T22:24:13.398Z] === PAUSE TestEncodeDecode [2022-03-09T22:24:13.398Z] === RUN TestUnexpectedEOF [2022-03-09T22:24:13.398Z] time="2022-03-09T22:24:13Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-03-09T22:24:13.398Z] time="2022-03-09T22:24:13Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-03-09T22:24:13.398Z] --- PASS: TestUnexpectedEOF (0.19s) [2022-03-09T22:24:13.398Z] === CONT TestEncodeDecode [2022-03-09T22:24:13.398Z] --- PASS: TestEncodeDecode (0.00s) [2022-03-09T22:24:13.398Z] PASS [2022-03-09T22:24:13.398Z] coverage: 69.9% of statements [2022-03-09T22:24:13.398Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.307s coverage: 69.9% of statements [2022-03-09T22:24:13.398Z] === RUN TestWriteLog [2022-03-09T22:24:13.398Z] === PAUSE TestWriteLog [2022-03-09T22:24:13.398Z] === RUN TestReadLog [2022-03-09T22:24:13.398Z] === PAUSE TestReadLog [2022-03-09T22:24:13.398Z] === RUN TestDecode [2022-03-09T22:24:13.398Z] --- PASS: TestDecode (0.02s) [2022-03-09T22:24:13.398Z] === CONT TestWriteLog [2022-03-09T22:24:13.398Z] === CONT TestReadLog [2022-03-09T22:24:13.398Z] --- PASS: TestWriteLog (0.00s) [2022-03-09T22:24:13.398Z] === RUN TestReadLog/tail_exact [2022-03-09T22:24:13.866Z] === RUN TestReadLog/tail_less_than_available [2022-03-09T22:24:13.867Z] === RUN TestReadLog/tail_more_than_available [2022-03-09T22:24:13.867Z] --- PASS: TestReadLog (0.24s) [2022-03-09T22:24:13.867Z] --- PASS: TestReadLog/tail_exact (0.21s) [2022-03-09T22:24:13.867Z] --- PASS: TestReadLog/tail_less_than_available (0.01s) [2022-03-09T22:24:13.867Z] --- PASS: TestReadLog/tail_more_than_available (0.01s) [2022-03-09T22:24:13.867Z] PASS [2022-03-09T22:24:13.867Z] coverage: 78.7% of statements [2022-03-09T22:24:13.867Z] ok github.com/docker/docker/daemon/logger/local 0.365s coverage: 78.7% of statements [2022-03-09T22:24:13.867Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-03-09T22:24:14.856Z] === RUN TestOpenFileDelete [2022-03-09T22:24:14.856Z] --- PASS: TestOpenFileDelete (0.00s) [2022-03-09T22:24:14.856Z] === RUN TestOpenFileRename [2022-03-09T22:24:14.856Z] --- PASS: TestOpenFileRename (0.01s) [2022-03-09T22:24:14.856Z] === RUN TestHandleDecoderErr [2022-03-09T22:24:14.856Z] --- PASS: TestHandleDecoderErr (0.00s) [2022-03-09T22:24:14.856Z] === RUN TestParseLogTagDefaultTag [2022-03-09T22:24:14.856Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2022-03-09T22:24:14.856Z] === RUN TestParseLogTag [2022-03-09T22:24:14.856Z] --- PASS: TestParseLogTag (0.00s) [2022-03-09T22:24:14.856Z] === RUN TestParseLogTagEmptyTag [2022-03-09T22:24:14.856Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2022-03-09T22:24:14.856Z] === RUN TestTailFiles [2022-03-09T22:24:14.856Z] --- PASS: TestTailFiles (0.00s) [2022-03-09T22:24:14.856Z] === RUN TestFollowLogsConsumerGone [2022-03-09T22:24:14.856Z] --- PASS: TestFollowLogsConsumerGone (0.00s) [2022-03-09T22:24:14.856Z] === RUN TestFollowLogsProducerGone [2022-03-09T22:24:14.856Z] logfile_test.go:233: messages sent: 4098, received: 4098 [2022-03-09T22:24:14.856Z] logfile_test.go:180: logDecode() closed after sending 4098 messages [2022-03-09T22:24:14.856Z] --- PASS: TestFollowLogsProducerGone (0.01s) [2022-03-09T22:24:14.856Z] === RUN TestCheckCapacityAndRotate [2022-03-09T22:24:14.856Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2022-03-09T22:24:14.856Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2022-03-09T22:24:14.856Z] --- PASS: TestCheckCapacityAndRotate (0.05s) [2022-03-09T22:24:14.856Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.00s) [2022-03-09T22:24:14.856Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.04s) [2022-03-09T22:24:14.856Z] PASS [2022-03-09T22:24:14.856Z] coverage: 53.5% of statements [2022-03-09T22:24:14.856Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.127s coverage: 53.5% of statements [2022-03-09T22:24:14.856Z] === RUN TestLog [2022-03-09T22:24:15.325Z] --- PASS: TestLog (0.03s) [2022-03-09T22:24:15.325Z] PASS [2022-03-09T22:24:15.325Z] coverage: 31.5% of statements [2022-03-09T22:24:15.325Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.093s coverage: 31.5% of statements [2022-03-09T22:24:15.325Z] === RUN TestValidateLogOpt [2022-03-09T22:24:15.325Z] --- PASS: TestValidateLogOpt (0.00s) [2022-03-09T22:24:15.325Z] === RUN TestNewMissedConfig [2022-03-09T22:24:15.325Z] --- PASS: TestNewMissedConfig (0.00s) [2022-03-09T22:24:15.325Z] === RUN TestNewMissedUrl [2022-03-09T22:24:15.325Z] --- PASS: TestNewMissedUrl (0.00s) [2022-03-09T22:24:15.325Z] === RUN TestNewMissedToken [2022-03-09T22:24:15.325Z] --- PASS: TestNewMissedToken (0.00s) [2022-03-09T22:24:15.325Z] === RUN TestNewWithProxy [2022-03-09T22:24:15.325Z] --- PASS: TestNewWithProxy (0.00s) [2022-03-09T22:24:15.325Z] === RUN TestDefault [2022-03-09T22:24:15.325Z] --- PASS: TestDefault (0.01s) [2022-03-09T22:24:15.325Z] === RUN TestInlineFormatWithNonDefaultOptions [2022-03-09T22:24:15.325Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s) [2022-03-09T22:24:15.325Z] === RUN TestJsonFormat [2022-03-09T22:24:15.325Z] --- PASS: TestJsonFormat (0.01s) [2022-03-09T22:24:15.325Z] === RUN TestRawFormat [2022-03-09T22:24:15.325Z] --- PASS: TestRawFormat (0.00s) [2022-03-09T22:24:15.325Z] === RUN TestRawFormatWithLabels [2022-03-09T22:24:15.325Z] --- PASS: TestRawFormatWithLabels (0.00s) [2022-03-09T22:24:15.325Z] === RUN TestRawFormatWithoutTag [2022-03-09T22:24:15.325Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2022-03-09T22:24:15.325Z] === RUN TestBatching [2022-03-09T22:24:15.793Z] --- PASS: TestBatching (0.30s) [2022-03-09T22:24:15.793Z] === RUN TestFrequency [2022-03-09T22:24:15.793Z] === RUN TestParseLogFormat [2022-03-09T22:24:15.793Z] --- PASS: TestParseLogFormat (0.00s) [2022-03-09T22:24:15.793Z] === RUN TestValidateLogOptEmpty [2022-03-09T22:24:15.793Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2022-03-09T22:24:15.793Z] === RUN TestValidateSyslogAddress [2022-03-09T22:24:15.793Z] --- PASS: TestValidateSyslogAddress (0.00s) [2022-03-09T22:24:15.793Z] === RUN TestParseAddressDefaultPort [2022-03-09T22:24:15.793Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2022-03-09T22:24:15.793Z] === RUN TestValidateSyslogFacility [2022-03-09T22:24:15.793Z] --- PASS: TestValidateSyslogFacility (0.00s) [2022-03-09T22:24:15.794Z] === RUN TestValidateLogOptSyslogFormat [2022-03-09T22:24:15.794Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2022-03-09T22:24:15.794Z] === RUN TestValidateLogOpt [2022-03-09T22:24:15.794Z] --- PASS: TestValidateLogOpt (0.00s) [2022-03-09T22:24:15.794Z] PASS [2022-03-09T22:24:15.794Z] coverage: 46.8% of statements [2022-03-09T22:24:15.794Z] ok github.com/docker/docker/daemon/logger/syslog 0.048s coverage: 46.8% of statements [2022-03-09T22:24:15.794Z] --- PASS: TestFrequency (0.17s) [2022-03-09T22:24:15.794Z] === RUN TestNewParse [2022-03-09T22:24:15.794Z] --- PASS: TestNewParse (0.00s) [2022-03-09T22:24:15.794Z] PASS [2022-03-09T22:24:15.794Z] coverage: 8.3% of statements [2022-03-09T22:24:15.794Z] === RUN TestOneMessagePerRequest [2022-03-09T22:24:15.794Z] --- PASS: TestOneMessagePerRequest (0.00s) [2022-03-09T22:24:15.794Z] === RUN TestVerify [2022-03-09T22:24:15.794Z] --- PASS: TestVerify (0.00s) [2022-03-09T22:24:15.794Z] === RUN TestSkipVerify [2022-03-09T22:24:15.794Z] ok github.com/docker/docker/daemon/logger/templates 0.055s coverage: 8.3% of statements [2022-03-09T22:24:16.263Z] time="2022-03-09T22:24:15Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-09T22:24:16.263Z] time="2022-03-09T22:24:15Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-09T22:24:16.263Z] time="2022-03-09T22:24:15Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-09T22:24:16.263Z] --- PASS: TestSkipVerify (0.52s) [2022-03-09T22:24:16.263Z] === RUN TestBufferMaximum [2022-03-09T22:24:16.263Z] time="2022-03-09T22:24:16Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-09T22:24:16.263Z] time="2022-03-09T22:24:16Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-09T22:24:16.263Z] time="2022-03-09T22:24:16Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-09T22:24:16.263Z] time="2022-03-09T22:24:16Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-09T22:24:16.263Z] time="2022-03-09T22:24:16Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-09T22:24:16.263Z] time="2022-03-09T22:24:16Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646864656.032923\",\"host\":\"6dbed42a26cd\"}'" [2022-03-09T22:24:16.263Z] time="2022-03-09T22:24:16Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646864656.032923\",\"host\":\"6dbed42a26cd\"}'" [2022-03-09T22:24:16.263Z] --- PASS: TestBufferMaximum (0.03s) [2022-03-09T22:24:16.263Z] === RUN TestServerAlwaysDown [2022-03-09T22:24:16.263Z] time="2022-03-09T22:24:16Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-09T22:24:16.263Z] time="2022-03-09T22:24:16Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-09T22:24:16.263Z] time="2022-03-09T22:24:16Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646864656.059182\",\"host\":\"6dbed42a26cd\"}'" [2022-03-09T22:24:16.263Z] time="2022-03-09T22:24:16Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646864656.059182\",\"host\":\"6dbed42a26cd\"}'" [2022-03-09T22:24:16.263Z] time="2022-03-09T22:24:16Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-09T22:24:16.263Z] time="2022-03-09T22:24:16Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646864656.059182\",\"host\":\"6dbed42a26cd\"}'" [2022-03-09T22:24:16.263Z] time="2022-03-09T22:24:16Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646864656.061182\",\"host\":\"6dbed42a26cd\"}'" [2022-03-09T22:24:16.263Z] time="2022-03-09T22:24:16Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646864656.061182\",\"host\":\"6dbed42a26cd\"}'" [2022-03-09T22:24:16.492Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2022-03-09T22:24:16.492Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2022-03-09T22:24:16.732Z] --- PASS: TestServerAlwaysDown (0.00s) [2022-03-09T22:24:16.732Z] === RUN TestCannotSendAfterClose [2022-03-09T22:24:16.732Z] --- PASS: TestCannotSendAfterClose (0.00s) [2022-03-09T22:24:16.732Z] === RUN TestDeadlockOnBlockedEndpoint [2022-03-09T22:24:17.200Z] time="2022-03-09T22:24:17Z" 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-09T22:24:17.200Z] time="2022-03-09T22:24:17Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"6dbed42a26cd\"}'" [2022-03-09T22:24:17.200Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.01s) [2022-03-09T22:24:17.200Z] PASS [2022-03-09T22:24:17.200Z] coverage: 82.5% of statements [2022-03-09T22:24:17.200Z] ok github.com/docker/docker/daemon/logger/splunk 2.154s coverage: 82.5% of statements [2022-03-09T22:24:17.200Z] ? github.com/docker/docker/daemon/names [no test files] [2022-03-09T22:24:17.200Z] ? github.com/docker/docker/daemon/network [no test files] [2022-03-09T22:24:17.200Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-03-09T22:24:17.669Z] === RUN TestV1IDService [2022-03-09T22:24:17.669Z] --- PASS: TestV1IDService (0.03s) [2022-03-09T22:24:17.669Z] === RUN TestV2MetadataService [2022-03-09T22:24:17.669Z] === RUN TestSuccessfulDownload [2022-03-09T22:24:17.669Z] download_test.go:267: Needs fixing on Windows [2022-03-09T22:24:18.145Z] --- SKIP: TestSuccessfulDownload (0.00s) [2022-03-09T22:24:18.145Z] === RUN TestCancelledDownload [2022-03-09T22:24:18.145Z] --- PASS: TestCancelledDownload (0.00s) [2022-03-09T22:24:18.145Z] === RUN TestMaxDownloadAttempts [2022-03-09T22:24:18.145Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-03-09T22:24:18.145Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-03-09T22:24:18.145Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-03-09T22:24:18.145Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-03-09T22:24:18.145Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-03-09T22:24:18.145Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-03-09T22:24:18.145Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-03-09T22:24:18.145Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-03-09T22:24:18.145Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-03-09T22:24:18.145Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-03-09T22:24:18.145Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-03-09T22:24:18.145Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-03-09T22:24:18.615Z] time="2022-03-09T22:24:17Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-09T22:24:18.615Z] time="2022-03-09T22:24:17Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-09T22:24:18.615Z] time="2022-03-09T22:24:17Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-09T22:24:18.615Z] time="2022-03-09T22:24:17Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-09T22:24:18.615Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2022-03-09T22:24:18.615Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.63s) [2022-03-09T22:24:18.615Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.63s) [2022-03-09T22:24:18.615Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.63s) [2022-03-09T22:24:18.615Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.63s) [2022-03-09T22:24:18.615Z] === RUN TestTransfer [2022-03-09T22:24:18.615Z] === RUN TestContinueOnError_NonMirrorEndpoint [2022-03-09T22:24:18.615Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2022-03-09T22:24:18.615Z] === RUN TestContinueOnError_MirrorEndpoint [2022-03-09T22:24:18.615Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2022-03-09T22:24:18.615Z] === RUN TestContinueOnError_NeverContinue [2022-03-09T22:24:18.615Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2022-03-09T22:24:18.615Z] === RUN TestManifestStore [2022-03-09T22:24:18.615Z] === RUN TestManifestStore/no_remote_or_local [2022-03-09T22:24:18.615Z] --- PASS: TestTransfer (0.12s) [2022-03-09T22:24:18.615Z] === RUN TestConcurrencyLimit [2022-03-09T22:24:18.615Z] time="2022-03-09T22:24:18Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local853147425\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2022-03-09T22:24:18.615Z] === RUN TestManifestStore/no_local_cache [2022-03-09T22:24:18.615Z] === RUN TestManifestStore/with_local_cache [2022-03-09T22:24:18.615Z] === RUN TestManifestStore/unknown_media_type [2022-03-09T22:24:18.615Z] === RUN TestManifestStore/unknown_media_type/no_cache [2022-03-09T22:24:18.615Z] time="2022-03-09T22:24:18Z" level=warning msg="reference for unknown type: " [2022-03-09T22:24:18.615Z] time="2022-03-09T22:24:18Z" level=warning msg="reference for unknown type: " [2022-03-09T22:24:18.615Z] === RUN TestManifestStore/unknown_media_type/with_cache [2022-03-09T22:24:18.615Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2022-03-09T22:24:18.615Z] time="2022-03-09T22:24:18Z" level=warning msg="reference for unknown type: " [2022-03-09T22:24:18.615Z] --- PASS: TestV2MetadataService (1.36s) [2022-03-09T22:24:18.615Z] PASS [2022-03-09T22:24:18.615Z] coverage: 48.2% of statements [2022-03-09T22:24:18.615Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2022-03-09T22:24:18.615Z] time="2022-03-09T22:24:18Z" level=warning msg="reference for unknown type: " [2022-03-09T22:24:19.024Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2022-03-09T22:24:19.082Z] ok github.com/docker/docker/distribution/metadata 1.481s coverage: 48.2% of statements [2022-03-09T22:24:19.082Z] time="2022-03-09T22:24:18Z" level=warning msg="reference for unknown type: " [2022-03-09T22:24:19.082Z] === RUN TestManifestStore/error_persisting_manifest [2022-03-09T22:24:19.082Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2022-03-09T22:24:19.082Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2022-03-09T22:24:19.082Z] time="2022-03-09T22:24:18Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2022-03-09T22:24:19.082Z] --- PASS: TestManifestStore (0.33s) [2022-03-09T22:24:19.082Z] --- PASS: TestManifestStore/no_remote_or_local (0.23s) [2022-03-09T22:24:19.082Z] --- PASS: TestManifestStore/no_local_cache (0.02s) [2022-03-09T22:24:19.082Z] --- PASS: TestManifestStore/with_local_cache (0.02s) [2022-03-09T22:24:19.082Z] --- PASS: TestManifestStore/unknown_media_type (0.05s) [2022-03-09T22:24:19.082Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.02s) [2022-03-09T22:24:19.082Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.03s) [2022-03-09T22:24:19.082Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.02s) [2022-03-09T22:24:19.082Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.01s) [2022-03-09T22:24:19.082Z] --- PASS: TestManifestStore/error_persisting_manifest (0.02s) [2022-03-09T22:24:19.082Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.00s) [2022-03-09T22:24:19.082Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.01s) [2022-03-09T22:24:19.082Z] === RUN TestDetectManifestBlobMediaType [2022-03-09T22:24:19.082Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2022-03-09T22:24:19.082Z] === RUN TestDetectManifestBlobMediaType/schema1 [2022-03-09T22:24:19.082Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2022-03-09T22:24:19.082Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2022-03-09T22:24:19.082Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2022-03-09T22:24:19.082Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2022-03-09T22:24:19.082Z] --- PASS: TestDetectManifestBlobMediaType (0.00s) [2022-03-09T22:24:19.082Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2022-03-09T22:24:19.082Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2022-03-09T22:24:19.082Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2022-03-09T22:24:19.082Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2022-03-09T22:24:19.082Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2022-03-09T22:24:19.082Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2022-03-09T22:24:19.082Z] === RUN TestDetectManifestBlobMediaTypeInvalid [2022-03-09T22:24:19.082Z] === RUN TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests [2022-03-09T22:24:19.082Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests [2022-03-09T22:24:19.082Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers [2022-03-09T22:24:19.082Z] === RUN TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests [2022-03-09T22:24:19.082Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers [2022-03-09T22:24:19.082Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config [2022-03-09T22:24:19.082Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_manifests [2022-03-09T22:24:19.082Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests [2022-03-09T22:24:19.082Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers [2022-03-09T22:24:19.082Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests [2022-03-09T22:24:19.082Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers [2022-03-09T22:24:19.082Z] === RUN TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers [2022-03-09T22:24:19.082Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers [2022-03-09T22:24:19.082Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid (0.00s) [2022-03-09T22:24:19.082Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests (0.00s) [2022-03-09T22:24:19.082Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests (0.00s) [2022-03-09T22:24:19.082Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers (0.00s) [2022-03-09T22:24:19.082Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests (0.00s) [2022-03-09T22:24:19.082Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers (0.00s) [2022-03-09T22:24:19.082Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config (0.00s) [2022-03-09T22:24:19.082Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_manifests (0.00s) [2022-03-09T22:24:19.082Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests (0.00s) [2022-03-09T22:24:19.082Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers (0.00s) [2022-03-09T22:24:19.082Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests (0.00s) [2022-03-09T22:24:19.082Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers (0.00s) [2022-03-09T22:24:19.082Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers (0.00s) [2022-03-09T22:24:19.082Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers (0.00s) [2022-03-09T22:24:19.082Z] === RUN TestFixManifestLayers [2022-03-09T22:24:19.082Z] --- PASS: TestFixManifestLayers (0.00s) [2022-03-09T22:24:19.082Z] === RUN TestFixManifestLayersBaseLayerParent [2022-03-09T22:24:19.082Z] pull_v2_test.go:82: Needs fixing on Windows [2022-03-09T22:24:19.082Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2022-03-09T22:24:19.082Z] === RUN TestFixManifestLayersBadParent [2022-03-09T22:24:19.082Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2022-03-09T22:24:19.082Z] === RUN TestValidateManifest [2022-03-09T22:24:19.082Z] pull_v2_test.go:127: Needs fixing on Windows [2022-03-09T22:24:19.082Z] --- SKIP: TestValidateManifest (0.00s) [2022-03-09T22:24:19.082Z] === RUN TestFormatPlatform [2022-03-09T22:24:19.082Z] --- PASS: TestFormatPlatform (0.00s) [2022-03-09T22:24:19.082Z] === RUN TestPullSchema2Config [2022-03-09T22:24:19.082Z] === RUN TestPullSchema2Config/success_first_time [2022-03-09T22:24:19.082Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-03-09T22:24:19.082Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-09T22:24:19.082Z] === RUN TestPullSchema2Config/500_status [2022-03-09T22:24:19.082Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-03-09T22:24:19.082Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-09T22:24:19.082Z] --- PASS: TestConcurrencyLimit (0.35s) [2022-03-09T22:24:19.082Z] === RUN TestInactiveJobs [2022-03-09T22:24:19.082Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-09T22:24:19.082Z] === RUN TestPullSchema2Config/EOF [2022-03-09T22:24:19.082Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-03-09T22:24:19.082Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-09T22:24:19.082Z] 2022/03/09 22:24:18 http: panic serving 127.0.0.1:49218: intentional panic [2022-03-09T22:24:19.082Z] goroutine 40 [running]: [2022-03-09T22:24:19.082Z] net/http.(*conn).serve.func1() [2022-03-09T22:24:19.082Z] c:/go/src/net/http/server.go:1802 +0xb9 [2022-03-09T22:24:19.082Z] panic({0xcf4800, 0xe75ea0}) [2022-03-09T22:24:19.082Z] c:/go/src/runtime/panic.go:1047 +0x266 [2022-03-09T22:24:19.082Z] github.com/docker/docker/distribution.TestPullSchema2Config.func3(0xc000102084, {0xe87200, 0xc000328000}) [2022-03-09T22:24:19.082Z] C:/gopath/src/github.com/docker/docker/distribution/pull_v2_test.go:262 +0xb4 [2022-03-09T22:24:19.082Z] github.com/docker/docker/distribution.TestPullSchema2Config.func5.1({0xe87200, 0xc000328000}, 0xc0002ca300) [2022-03-09T22:24:19.082Z] C:/gopath/src/github.com/docker/docker/distribution/pull_v2_test.go:290 +0x287 [2022-03-09T22:24:19.082Z] net/http.HandlerFunc.ServeHTTP(0x0, {0xe87200, 0xc000328000}, 0x808e35) [2022-03-09T22:24:19.082Z] c:/go/src/net/http/server.go:2047 +0x2f [2022-03-09T22:24:19.082Z] net/http.serverHandler.ServeHTTP({0xc00038b320}, {0xe87200, 0xc000328000}, 0xc0002ca300) [2022-03-09T22:24:19.082Z] c:/go/src/net/http/server.go:2879 +0x43b [2022-03-09T22:24:19.082Z] net/http.(*conn).serve(0xc0001740a0, {0xe8b838, 0xc000310f60}) [2022-03-09T22:24:19.082Z] c:/go/src/net/http/server.go:1930 +0xb08 [2022-03-09T22:24:19.082Z] created by net/http.(*Server).Serve [2022-03-09T22:24:19.082Z] c:/go/src/net/http/server.go:3034 +0x4e8 [2022-03-09T22:24:19.082Z] === RUN TestNotFound [2022-03-09T22:24:19.082Z] --- PASS: TestNotFound (0.00s) [2022-03-09T22:24:19.082Z] === RUN TestConflict [2022-03-09T22:24:19.082Z] --- PASS: TestConflict (0.00s) [2022-03-09T22:24:19.082Z] === RUN TestForbidden [2022-03-09T22:24:19.082Z] --- PASS: TestForbidden (0.00s) [2022-03-09T22:24:19.082Z] === RUN TestInvalidParameter [2022-03-09T22:24:19.082Z] --- PASS: TestInvalidParameter (0.00s) [2022-03-09T22:24:19.082Z] === RUN TestNotImplemented [2022-03-09T22:24:19.082Z] --- PASS: TestNotImplemented (0.00s) [2022-03-09T22:24:19.082Z] === RUN TestNotModified [2022-03-09T22:24:19.082Z] --- PASS: TestNotModified (0.00s) [2022-03-09T22:24:19.082Z] === RUN TestUnauthorized [2022-03-09T22:24:19.082Z] --- PASS: TestUnauthorized (0.00s) [2022-03-09T22:24:19.082Z] === RUN TestUnknown [2022-03-09T22:24:19.082Z] --- PASS: TestUnknown (0.00s) [2022-03-09T22:24:19.082Z] === RUN TestCancelled [2022-03-09T22:24:19.082Z] --- PASS: TestCancelled (0.00s) [2022-03-09T22:24:19.082Z] === RUN TestDeadline [2022-03-09T22:24:19.082Z] --- PASS: TestDeadline (0.00s) [2022-03-09T22:24:19.082Z] === RUN TestDataLoss [2022-03-09T22:24:19.082Z] --- PASS: TestDataLoss (0.00s) [2022-03-09T22:24:19.082Z] === RUN TestUnavailable [2022-03-09T22:24:19.082Z] --- PASS: TestUnavailable (0.00s) [2022-03-09T22:24:19.082Z] === RUN TestSystem [2022-03-09T22:24:19.082Z] --- PASS: TestSystem (0.00s) [2022-03-09T22:24:19.082Z] === RUN TestFromStatusCode [2022-03-09T22:24:19.082Z] === RUN TestFromStatusCode/Not_Found [2022-03-09T22:24:19.082Z] === RUN TestFromStatusCode/Bad_Request [2022-03-09T22:24:19.082Z] === RUN TestFromStatusCode/Conflict [2022-03-09T22:24:19.082Z] === RUN TestFromStatusCode/Unauthorized [2022-03-09T22:24:19.082Z] === RUN TestFromStatusCode/Service_Unavailable [2022-03-09T22:24:19.082Z] === RUN TestFromStatusCode/Forbidden [2022-03-09T22:24:19.082Z] === RUN TestFromStatusCode/Not_Modified [2022-03-09T22:24:19.082Z] === RUN TestFromStatusCode/Not_Implemented [2022-03-09T22:24:19.082Z] === RUN TestFromStatusCode/Internal_Server_Error [2022-03-09T22:24:19.082Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2022-03-09T22:24:19.083Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2022-03-09T22:24:19.083Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2022-03-09T22:24:19.083Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2022-03-09T22:24:19.083Z] --- PASS: TestFromStatusCode (0.00s) [2022-03-09T22:24:19.083Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2022-03-09T22:24:19.083Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2022-03-09T22:24:19.083Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2022-03-09T22:24:19.083Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2022-03-09T22:24:19.083Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2022-03-09T22:24:19.083Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2022-03-09T22:24:19.083Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2022-03-09T22:24:19.083Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2022-03-09T22:24:19.083Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2022-03-09T22:24:19.083Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2022-03-09T22:24:19.083Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2022-03-09T22:24:19.083Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2022-03-09T22:24:19.083Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2022-03-09T22:24:19.083Z] PASS [2022-03-09T22:24:19.083Z] coverage: 53.1% of statements [2022-03-09T22:24:19.083Z] ok github.com/docker/docker/errdefs 0.052s coverage: 53.1% of statements [2022-03-09T22:24:19.551Z] --- PASS: TestInactiveJobs (0.37s) [2022-03-09T22:24:19.551Z] === RUN TestWatchRelease [2022-03-09T22:24:19.551Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-09T22:24:19.551Z] === RUN TestPullSchema2Config/unauthorized [2022-03-09T22:24:19.551Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-03-09T22:24:19.551Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-09T22:24:19.551Z] --- PASS: TestPullSchema2Config (0.54s) [2022-03-09T22:24:19.551Z] --- PASS: TestPullSchema2Config/success_first_time (0.01s) [2022-03-09T22:24:19.551Z] --- PASS: TestPullSchema2Config/500_status (0.26s) [2022-03-09T22:24:19.551Z] --- PASS: TestPullSchema2Config/EOF (0.26s) [2022-03-09T22:24:19.551Z] --- PASS: TestPullSchema2Config/unauthorized (0.00s) [2022-03-09T22:24:19.551Z] === RUN TestGetRepositoryMountCandidates [2022-03-09T22:24:19.551Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2022-03-09T22:24:19.551Z] === RUN TestLayerAlreadyExists [2022-03-09T22:24:19.551Z] 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-09T22:24:19.551Z] 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-09T22:24:19.551Z] 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-09T22:24:19.551Z] 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-09T22:24:19.551Z] 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-09T22:24:19.551Z] 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-09T22:24:19.551Z] --- PASS: TestLayerAlreadyExists (0.00s) [2022-03-09T22:24:19.551Z] === RUN TestWhenEmptyAuthConfig [2022-03-09T22:24:19.551Z] --- PASS: TestWatchRelease (0.04s) [2022-03-09T22:24:19.551Z] === RUN TestWatchFinishedTransfer [2022-03-09T22:24:19.551Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2022-03-09T22:24:19.551Z] === RUN TestDuplicateTransfer [2022-03-09T22:24:19.551Z] --- PASS: TestDuplicateTransfer (0.05s) [2022-03-09T22:24:19.551Z] === RUN TestSuccessfulUpload [2022-03-09T22:24:19.551Z] time="2022-03-09T22:24:19Z" level=error msg="Upload failed, retrying: simulating retry" [2022-03-09T22:24:19.961Z] === RUN TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore [2022-03-09T22:24:20.020Z] --- PASS: TestSuccessfulUpload (0.38s) [2022-03-09T22:24:20.020Z] === RUN TestCancelledUpload [2022-03-09T22:24:20.020Z] --- PASS: TestCancelledUpload (0.00s) [2022-03-09T22:24:20.020Z] PASS [2022-03-09T22:24:20.020Z] coverage: 77.3% of statements [2022-03-09T22:24:20.020Z] ok github.com/docker/docker/distribution/xfer 2.036s coverage: 77.3% of statements [2022-03-09T22:24:20.489Z] === RUN TestCompare [2022-03-09T22:24:20.489Z] --- PASS: TestCompare (0.00s) [2022-03-09T22:24:20.489Z] PASS [2022-03-09T22:24:20.489Z] coverage: 19.2% of statements [2022-03-09T22:24:20.489Z] ok github.com/docker/docker/image/cache 0.097s coverage: 19.2% of statements [2022-03-09T22:24:20.489Z] --- PASS: TestWhenEmptyAuthConfig (1.23s) [2022-03-09T22:24:20.489Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2022-03-09T22:24:20.489Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2022-03-09T22:24:20.489Z] === RUN TestTokenPassThru [2022-03-09T22:24:20.489Z] --- PASS: TestTokenPassThru (0.01s) [2022-03-09T22:24:20.489Z] === RUN TestTokenPassThruDifferentHost [2022-03-09T22:24:20.489Z] --- PASS: TestTokenPassThruDifferentHost (0.01s) [2022-03-09T22:24:20.489Z] PASS [2022-03-09T22:24:20.489Z] coverage: 26.7% of statements [2022-03-09T22:24:20.489Z] ok github.com/docker/docker/distribution 2.227s coverage: 26.7% of statements [2022-03-09T22:24:20.489Z] === RUN TestFSGetInvalidData [2022-03-09T22:24:20.489Z] --- PASS: TestFSGetInvalidData (0.02s) [2022-03-09T22:24:20.836Z] --- PASS: TestServiceUpdateConfigs (14.65s) [2022-03-09T22:24:20.837Z] === RUN TestServiceUpdateNetwork [2022-03-09T22:24:20.897Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2022-03-09T22:24:20.957Z] === RUN TestFSInvalidSet [2022-03-09T22:24:20.957Z] --- PASS: TestFSInvalidSet (0.02s) [2022-03-09T22:24:20.957Z] === RUN TestFSInvalidRoot [2022-03-09T22:24:20.957Z] --- PASS: TestFSInvalidRoot (0.01s) [2022-03-09T22:24:20.957Z] === RUN TestFSMetadataGetSet [2022-03-09T22:24:20.957Z] --- PASS: TestFSMetadataGetSet (0.04s) [2022-03-09T22:24:20.957Z] === RUN TestFSInvalidWalker [2022-03-09T22:24:20.957Z] --- PASS: TestFSInvalidWalker (0.01s) [2022-03-09T22:24:20.957Z] === RUN TestFSGetSet [2022-03-09T22:24:20.957Z] --- PASS: TestFSGetSet (0.05s) [2022-03-09T22:24:20.958Z] === RUN TestFSGetUnsetKey [2022-03-09T22:24:20.958Z] --- PASS: TestFSGetUnsetKey (0.01s) [2022-03-09T22:24:20.958Z] === RUN TestFSGetEmptyData [2022-03-09T22:24:20.958Z] --- PASS: TestFSGetEmptyData (0.01s) [2022-03-09T22:24:20.958Z] === RUN TestFSDelete [2022-03-09T22:24:20.958Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-03-09T22:24:20.958Z] ? github.com/docker/docker/dockerversion [no test files] [2022-03-09T22:24:20.958Z] --- PASS: TestFSDelete (0.02s) [2022-03-09T22:24:20.958Z] === RUN TestFSWalker [2022-03-09T22:24:20.958Z] --- PASS: TestFSWalker (0.02s) [2022-03-09T22:24:20.958Z] === RUN TestFSWalkerStopOnError [2022-03-09T22:24:20.958Z] --- PASS: TestFSWalkerStopOnError (0.02s) [2022-03-09T22:24:20.958Z] === RUN TestNewFromJSON [2022-03-09T22:24:20.958Z] --- PASS: TestNewFromJSON (0.00s) [2022-03-09T22:24:20.958Z] === RUN TestNewFromJSONWithInvalidJSON [2022-03-09T22:24:20.958Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2022-03-09T22:24:20.958Z] === RUN TestMarshalKeyOrder [2022-03-09T22:24:20.958Z] --- PASS: TestMarshalKeyOrder (0.00s) [2022-03-09T22:24:20.958Z] === RUN TestHistoryEqual [2022-03-09T22:24:20.958Z] --- PASS: TestHistoryEqual (0.19s) [2022-03-09T22:24:20.958Z] === RUN TestImage [2022-03-09T22:24:20.958Z] --- PASS: TestImage (0.00s) [2022-03-09T22:24:20.958Z] === RUN TestImageOSNotEmpty [2022-03-09T22:24:20.958Z] --- PASS: TestImageOSNotEmpty (0.00s) [2022-03-09T22:24:20.958Z] === RUN TestNewChildImageFromImageWithRootFS [2022-03-09T22:24:20.958Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2022-03-09T22:24:20.958Z] === RUN TestCreate [2022-03-09T22:24:20.958Z] --- PASS: TestCreate (0.01s) [2022-03-09T22:24:20.958Z] === RUN TestRestore [2022-03-09T22:24:20.958Z] time="2022-03-09T22:24:20Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2022-03-09T22:24:20.958Z] --- PASS: TestRestore (0.04s) [2022-03-09T22:24:20.958Z] === RUN TestAddDelete [2022-03-09T22:24:20.958Z] --- PASS: TestAddDelete (0.03s) [2022-03-09T22:24:20.958Z] === RUN TestSearchAfterDelete [2022-03-09T22:24:20.958Z] --- PASS: TestSearchAfterDelete (0.01s) [2022-03-09T22:24:21.426Z] === RUN TestParentReset [2022-03-09T22:24:21.427Z] --- PASS: TestParentReset (0.03s) [2022-03-09T22:24:21.427Z] === RUN TestGetAndSetLastUpdated [2022-03-09T22:24:21.427Z] --- PASS: TestGetAndSetLastUpdated (0.02s) [2022-03-09T22:24:21.427Z] === RUN TestStoreLen [2022-03-09T22:24:21.427Z] --- PASS: TestStoreLen (0.07s) [2022-03-09T22:24:21.427Z] PASS [2022-03-09T22:24:21.427Z] coverage: 86.9% of statements [2022-03-09T22:24:21.427Z] ok github.com/docker/docker/image 0.694s coverage: 86.9% of statements [2022-03-09T22:24:21.427Z] === RUN TestValidateManifest [2022-03-09T22:24:21.427Z] === RUN TestValidateManifest/nil [2022-03-09T22:24:21.427Z] === RUN TestValidateManifest/non-nil [2022-03-09T22:24:21.427Z] --- PASS: TestValidateManifest (0.00s) [2022-03-09T22:24:21.427Z] --- PASS: TestValidateManifest/nil (0.00s) [2022-03-09T22:24:21.427Z] --- PASS: TestValidateManifest/non-nil (0.00s) [2022-03-09T22:24:21.427Z] PASS [2022-03-09T22:24:21.427Z] coverage: 0.7% of statements [2022-03-09T22:24:21.427Z] ok github.com/docker/docker/image/tarexport 0.090s coverage: 0.7% of statements [2022-03-09T22:24:21.427Z] === RUN TestMakeV1ConfigFromConfig [2022-03-09T22:24:21.427Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s) [2022-03-09T22:24:21.427Z] PASS [2022-03-09T22:24:21.427Z] coverage: 25.0% of statements [2022-03-09T22:24:21.427Z] ok github.com/docker/docker/image/v1 0.073s coverage: 25.0% of statements [2022-03-09T22:24:21.877Z] --- PASS: TestCreateServiceMultipleTimes (15.11s) [2022-03-09T22:24:21.877Z] === RUN TestCreateServiceConflict [2022-03-09T22:24:21.895Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-03-09T22:24:22.477Z] === RUN TestMiddlewares [2022-03-09T22:24:22.477Z] --- PASS: TestMiddlewares (0.00s) [2022-03-09T22:24:22.477Z] PASS [2022-03-09T22:24:22.477Z] coverage: 9.0% of statements [2022-03-09T22:24:22.477Z] ok github.com/docker/docker/api/server 0.052s coverage: 9.0% of statements [2022-03-09T22:24:22.797Z] === RUN TestDockerDaemonSuite/TestFailedPluginRemove [2022-03-09T22:24:22.890Z] === RUN TestSerialization [2022-03-09T22:24:22.890Z] --- PASS: TestSerialization (0.02s) [2022-03-09T22:24:22.890Z] PASS [2022-03-09T22:24:22.890Z] coverage: 100.0% of statements [2022-03-09T22:24:22.890Z] ok github.com/docker/docker/libcontainerd/queue 0.062s coverage: 100.0% of statements [2022-03-09T22:24:23.259Z] --- PASS: TestCreateServiceConflict (1.72s) [2022-03-09T22:24:23.259Z] === RUN TestCreateServiceMaxReplicas [2022-03-09T22:24:23.875Z] === RUN TestEnvironmentParsing [2022-03-09T22:24:23.875Z] --- PASS: TestEnvironmentParsing (0.00s) [2022-03-09T22:24:23.875Z] PASS [2022-03-09T22:24:23.875Z] coverage: 1.2% of statements [2022-03-09T22:24:23.875Z] === RUN TestEmptyLayer [2022-03-09T22:24:23.875Z] --- PASS: TestEmptyLayer (0.00s) [2022-03-09T22:24:23.875Z] === RUN TestCommitFailure [2022-03-09T22:24:23.875Z] ok github.com/docker/docker/libcontainerd/local 0.147s coverage: 1.2% of statements [2022-03-09T22:24:23.875Z] --- PASS: TestCommitFailure (0.04s) [2022-03-09T22:24:23.875Z] === RUN TestStartTransactionFailure [2022-03-09T22:24:23.875Z] --- PASS: TestStartTransactionFailure (0.00s) [2022-03-09T22:24:23.875Z] === RUN TestGetOrphan [2022-03-09T22:24:23.875Z] --- PASS: TestGetOrphan (0.01s) [2022-03-09T22:24:23.875Z] === RUN TestMountAndRegister [2022-03-09T22:24:23.875Z] layer_test.go:258: Layer size: 14 [2022-03-09T22:24:23.875Z] --- PASS: TestMountAndRegister (0.06s) [2022-03-09T22:24:23.875Z] === RUN TestLayerRelease [2022-03-09T22:24:23.875Z] layer_test.go:291: Failing on Windows [2022-03-09T22:24:23.875Z] --- SKIP: TestLayerRelease (0.00s) [2022-03-09T22:24:23.875Z] === RUN TestStoreRestore [2022-03-09T22:24:23.875Z] layer_test.go:340: Failing on Windows [2022-03-09T22:24:23.875Z] --- SKIP: TestStoreRestore (0.00s) [2022-03-09T22:24:23.875Z] === RUN TestTarStreamStability [2022-03-09T22:24:23.875Z] layer_test.go:455: Failing on Windows [2022-03-09T22:24:23.875Z] --- SKIP: TestTarStreamStability (0.00s) [2022-03-09T22:24:23.875Z] === RUN TestRegisterExistingLayer [2022-03-09T22:24:23.875Z] --- PASS: TestRegisterExistingLayer (0.14s) [2022-03-09T22:24:23.875Z] === RUN TestTarStreamVerification [2022-03-09T22:24:23.875Z] layer_test.go:684: Failing on Windows [2022-03-09T22:24:23.875Z] --- SKIP: TestTarStreamVerification (0.00s) [2022-03-09T22:24:23.875Z] === RUN TestLayerMigration [2022-03-09T22:24:23.875Z] migration_test.go:45: Failing on Windows [2022-03-09T22:24:23.875Z] --- SKIP: TestLayerMigration (0.00s) [2022-03-09T22:24:23.875Z] === RUN TestLayerMigrationNoTarsplit [2022-03-09T22:24:23.875Z] migration_test.go:181: Failing on Windows [2022-03-09T22:24:23.875Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2022-03-09T22:24:23.875Z] === RUN TestMountInit [2022-03-09T22:24:23.875Z] mount_test.go:17: Failing on Windows [2022-03-09T22:24:23.875Z] --- SKIP: TestMountInit (0.00s) [2022-03-09T22:24:23.875Z] === RUN TestMountSize [2022-03-09T22:24:23.875Z] mount_test.go:76: Failing on Windows [2022-03-09T22:24:23.875Z] --- SKIP: TestMountSize (0.00s) [2022-03-09T22:24:23.875Z] === RUN TestMountChanges [2022-03-09T22:24:23.875Z] mount_test.go:125: Failing on Windows [2022-03-09T22:24:23.875Z] --- SKIP: TestMountChanges (0.00s) [2022-03-09T22:24:23.875Z] === RUN TestMountApply [2022-03-09T22:24:23.875Z] mount_test.go:212: Failing on Windows [2022-03-09T22:24:23.875Z] --- SKIP: TestMountApply (0.00s) [2022-03-09T22:24:23.875Z] PASS [2022-03-09T22:24:23.875Z] coverage: 30.2% of statements [2022-03-09T22:24:23.875Z] ok github.com/docker/docker/layer 0.434s coverage: 30.2% of statements [2022-03-09T22:24:24.344Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-03-09T22:24:24.344Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-03-09T22:24:24.344Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-03-09T22:24:24.344Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-03-09T22:24:24.812Z] === RUN TestSequenceGetAvailableBit [2022-03-09T22:24:24.812Z] --- PASS: TestSequenceGetAvailableBit (0.00s) [2022-03-09T22:24:24.812Z] === RUN TestSequenceEqual [2022-03-09T22:24:24.812Z] --- PASS: TestSequenceEqual (0.00s) [2022-03-09T22:24:24.812Z] === RUN TestSequenceCopy [2022-03-09T22:24:24.812Z] --- PASS: TestSequenceCopy (0.00s) [2022-03-09T22:24:24.812Z] === RUN TestGetFirstAvailable [2022-03-09T22:24:24.812Z] --- PASS: TestGetFirstAvailable (0.00s) [2022-03-09T22:24:24.812Z] === RUN TestFindSequence [2022-03-09T22:24:24.812Z] --- PASS: TestFindSequence (0.00s) [2022-03-09T22:24:24.812Z] === RUN TestCheckIfAvailable [2022-03-09T22:24:24.812Z] --- PASS: TestCheckIfAvailable (0.00s) [2022-03-09T22:24:24.812Z] === RUN TestMergeSequences [2022-03-09T22:24:24.812Z] --- PASS: TestMergeSequences (0.00s) [2022-03-09T22:24:24.812Z] === RUN TestPushReservation [2022-03-09T22:24:24.812Z] --- PASS: TestPushReservation (0.00s) [2022-03-09T22:24:24.812Z] === RUN TestSerializeDeserialize [2022-03-09T22:24:24.812Z] --- PASS: TestSerializeDeserialize (0.00s) [2022-03-09T22:24:24.812Z] === RUN TestSet [2022-03-09T22:24:24.812Z] --- PASS: TestSet (0.00s) [2022-03-09T22:24:24.812Z] === RUN TestSetUnset [2022-03-09T22:24:24.812Z] --- PASS: TestSetUnset (0.00s) [2022-03-09T22:24:24.812Z] === RUN TestOffsetSetUnset [2022-03-09T22:24:24.812Z] --- PASS: TestOffsetSetUnset (0.00s) [2022-03-09T22:24:24.812Z] === RUN TestSetInRange [2022-03-09T22:24:24.812Z] --- PASS: TestSetInRange (0.00s) [2022-03-09T22:24:24.812Z] === RUN TestSetAnyInRange [2022-03-09T22:24:24.812Z] --- PASS: TestSetAnyInRange (0.00s) [2022-03-09T22:24:24.812Z] === RUN TestMethods [2022-03-09T22:24:24.812Z] --- PASS: TestMethods (0.00s) [2022-03-09T22:24:25.280Z] === RUN TestRandomAllocateDeallocate [2022-03-09T22:24:25.327Z] check_test.go:308: [d36115dca9121] daemon is not started [2022-03-09T22:24:25.327Z] === RUN TestDockerDaemonSuite/TestHTTPSInfo [2022-03-09T22:24:25.586Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueCert [2022-03-09T22:24:25.800Z] --- PASS: TestCreateServiceMaxReplicas (2.50s) [2022-03-09T22:24:25.800Z] === RUN TestCreateWithDuplicateNetworkNames [2022-03-09T22:24:26.522Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert [2022-03-09T22:24:26.523Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2022-03-09T22:24:26.782Z] === RUN TestDockerDaemonSuite/TestHTTPSRun [2022-03-09T22:24:26.846Z] === RUN TestInvalidConfig [2022-03-09T22:24:26.846Z] --- PASS: TestInvalidConfig (0.00s) [2022-03-09T22:24:26.846Z] === RUN TestConfig [2022-03-09T22:24:26.846Z] --- PASS: TestConfig (0.00s) [2022-03-09T22:24:26.846Z] === RUN TestOptionsLabels [2022-03-09T22:24:26.846Z] --- PASS: TestOptionsLabels (0.00s) [2022-03-09T22:24:26.846Z] === RUN TestValidName [2022-03-09T22:24:26.846Z] --- PASS: TestValidName (0.00s) [2022-03-09T22:24:26.846Z] PASS [2022-03-09T22:24:26.846Z] coverage: 19.7% of statements [2022-03-09T22:24:26.846Z] ok github.com/docker/docker/libnetwork/config 0.078s coverage: 19.7% of statements [2022-03-09T22:24:27.313Z] === RUN TestKey [2022-03-09T22:24:27.313Z] --- PASS: TestKey (0.00s) [2022-03-09T22:24:27.313Z] === RUN TestParseKey [2022-03-09T22:24:27.313Z] --- PASS: TestParseKey (0.00s) [2022-03-09T22:24:27.313Z] === RUN TestInvalidDataStore [2022-03-09T22:24:27.313Z] --- PASS: TestInvalidDataStore (0.00s) [2022-03-09T22:24:27.313Z] === RUN TestKVObjectFlatKey [2022-03-09T22:24:27.313Z] --- PASS: TestKVObjectFlatKey (0.00s) [2022-03-09T22:24:27.313Z] === RUN TestAtomicKVObjectFlatKey [2022-03-09T22:24:27.313Z] --- PASS: TestAtomicKVObjectFlatKey (0.00s) [2022-03-09T22:24:27.313Z] PASS [2022-03-09T22:24:27.313Z] coverage: 21.9% of statements [2022-03-09T22:24:27.313Z] ok github.com/docker/docker/libnetwork/datastore 0.056s coverage: 21.9% of statements [2022-03-09T22:24:27.313Z] === RUN TestErrorInterfaces [2022-03-09T22:24:27.313Z] --- PASS: TestErrorInterfaces (0.00s) [2022-03-09T22:24:27.313Z] === RUN TestNetworkMarshalling [2022-03-09T22:24:27.782Z] --- PASS: TestNetworkMarshalling (0.24s) [2022-03-09T22:24:27.782Z] === RUN TestEndpointMarshalling [2022-03-09T22:24:27.782Z] --- PASS: TestEndpointMarshalling (0.00s) [2022-03-09T22:24:27.782Z] === RUN TestAuxAddresses [2022-03-09T22:24:27.782Z] time="2022-03-09T22:24:27Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-03-09T22:24:27.782Z] --- PASS: TestAuxAddresses (0.03s) [2022-03-09T22:24:27.782Z] === RUN TestSRVServiceQuery [2022-03-09T22:24:27.782Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-03-09T22:24:27.782Z] --- SKIP: TestSRVServiceQuery (0.00s) [2022-03-09T22:24:27.782Z] === RUN TestServiceVIPReuse [2022-03-09T22:24:27.782Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-03-09T22:24:27.782Z] --- SKIP: TestServiceVIPReuse (0.00s) [2022-03-09T22:24:27.782Z] === RUN TestIpamReleaseOnNetDriverFailures [2022-03-09T22:24:27.782Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-03-09T22:24:27.782Z] --- SKIP: TestIpamReleaseOnNetDriverFailures (0.01s) [2022-03-09T22:24:27.782Z] === RUN TestDNSIPQuery [2022-03-09T22:24:27.782Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-03-09T22:24:27.782Z] --- SKIP: TestDNSIPQuery (0.00s) [2022-03-09T22:24:27.782Z] === RUN TestDNSProxyServFail [2022-03-09T22:24:27.782Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-03-09T22:24:27.782Z] --- SKIP: TestDNSProxyServFail (0.00s) [2022-03-09T22:24:27.782Z] === RUN TestSandboxAddEmpty [2022-03-09T22:24:27.782Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-09T22:24:27.782Z] --- SKIP: TestSandboxAddEmpty (0.00s) [2022-03-09T22:24:27.782Z] === RUN TestSandboxAddMultiPrio [2022-03-09T22:24:27.782Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-09T22:24:27.782Z] --- SKIP: TestSandboxAddMultiPrio (0.00s) [2022-03-09T22:24:27.782Z] === RUN TestSandboxAddSamePrio [2022-03-09T22:24:27.782Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-09T22:24:27.782Z] --- SKIP: TestSandboxAddSamePrio (0.00s) [2022-03-09T22:24:27.782Z] === RUN TestCleanupServiceDiscovery [2022-03-09T22:24:27.782Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-03-09T22:24:27.782Z] --- SKIP: TestCleanupServiceDiscovery (0.00s) [2022-03-09T22:24:27.782Z] === RUN TestDNSOptions [2022-03-09T22:24:27.782Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-03-09T22:24:27.782Z] --- SKIP: TestDNSOptions (0.00s) [2022-03-09T22:24:27.782Z] === RUN TestMultipleControllersWithSameStore [2022-03-09T22:24:27.782Z] time="2022-03-09T22:24:27Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-03-09T22:24:27.782Z] time="2022-03-09T22:24:27Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-03-09T22:24:27.782Z] --- PASS: TestMultipleControllersWithSameStore (0.02s) [2022-03-09T22:24:27.782Z] PASS [2022-03-09T22:24:27.782Z] coverage: 8.5% of statements [2022-03-09T22:24:27.782Z] ok github.com/docker/docker/libnetwork 0.423s coverage: 8.5% of statements [2022-03-09T22:24:27.782Z] === RUN TestIPDataMarshalling [2022-03-09T22:24:27.782Z] --- PASS: TestIPDataMarshalling (0.00s) [2022-03-09T22:24:27.782Z] === RUN TestValidateAndIsV6 [2022-03-09T22:24:27.782Z] --- PASS: TestValidateAndIsV6 (0.00s) [2022-03-09T22:24:27.782Z] PASS [2022-03-09T22:24:27.782Z] coverage: 68.9% of statements [2022-03-09T22:24:27.782Z] ok github.com/docker/docker/libnetwork/driverapi 0.047s coverage: 68.9% of statements [2022-03-09T22:24:28.683Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2022-03-09T22:24:28.683Z] === RUN TestDockerDaemonSuite/TestLegacyDaemonCommand [2022-03-09T22:24:28.683Z] check_test.go:308: [d40bdbee50150] daemon is not started [2022-03-09T22:24:28.683Z] === RUN TestDockerDaemonSuite/TestPluginListFilterCapability [2022-03-09T22:24:28.768Z] === RUN TestDriver [2022-03-09T22:24:28.768Z] --- PASS: TestDriver (0.00s) [2022-03-09T22:24:28.768Z] PASS [2022-03-09T22:24:28.768Z] coverage: 34.8% of statements [2022-03-09T22:24:28.768Z] ok github.com/docker/docker/libnetwork/drivers/host 0.041s coverage: 34.8% of statements [2022-03-09T22:24:28.768Z] === RUN TestDriver [2022-03-09T22:24:28.768Z] --- PASS: TestDriver (0.00s) [2022-03-09T22:24:28.768Z] PASS [2022-03-09T22:24:28.768Z] coverage: 34.8% of statements [2022-03-09T22:24:28.768Z] ok github.com/docker/docker/libnetwork/drivers/null 0.054s coverage: 34.8% of statements [2022-03-09T22:24:29.238Z] === RUN TestNetworkAllocateFree [2022-03-09T22:24:29.238Z] --- PASS: TestNetworkAllocateFree (0.00s) [2022-03-09T22:24:29.238Z] === RUN TestNetworkAllocateUserDefinedVNIs [2022-03-09T22:24:29.238Z] --- PASS: TestNetworkAllocateUserDefinedVNIs (0.00s) [2022-03-09T22:24:29.238Z] PASS [2022-03-09T22:24:29.238Z] coverage: 63.6% of statements [2022-03-09T22:24:29.238Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.050s coverage: 63.6% of statements [2022-03-09T22:24:29.707Z] === RUN TestGetEmptyCapabilities [2022-03-09T22:24:29.707Z] --- PASS: TestGetEmptyCapabilities (0.01s) [2022-03-09T22:24:29.707Z] === RUN TestGetExtraCapabilities [2022-03-09T22:24:29.707Z] --- PASS: TestGetExtraCapabilities (0.01s) [2022-03-09T22:24:29.707Z] === RUN TestGetInvalidCapabilities [2022-03-09T22:24:29.707Z] --- PASS: TestGetInvalidCapabilities (0.01s) [2022-03-09T22:24:29.707Z] === RUN TestRemoteDriver [2022-03-09T22:24:29.707Z] --- PASS: TestRemoteDriver (0.01s) [2022-03-09T22:24:29.707Z] === RUN TestDriverError [2022-03-09T22:24:29.707Z] --- PASS: TestDriverError (0.01s) [2022-03-09T22:24:29.707Z] === RUN TestMissingValues [2022-03-09T22:24:29.707Z] --- PASS: TestMissingValues (0.00s) [2022-03-09T22:24:29.707Z] === RUN TestRollback [2022-03-09T22:24:29.707Z] --- PASS: TestRollback (0.01s) [2022-03-09T22:24:29.707Z] PASS [2022-03-09T22:24:29.707Z] coverage: 57.4% of statements [2022-03-09T22:24:29.707Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.099s coverage: 57.4% of statements [2022-03-09T22:24:30.175Z] === RUN TestNAT [2022-03-09T22:24:30.175Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-03-09T22:24:30.175Z] --- SKIP: TestNAT (0.00s) [2022-03-09T22:24:30.175Z] === RUN TestTransparent [2022-03-09T22:24:30.175Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-03-09T22:24:30.175Z] --- SKIP: TestTransparent (0.00s) [2022-03-09T22:24:30.175Z] PASS [2022-03-09T22:24:30.175Z] coverage: 0.0% of statements [2022-03-09T22:24:30.175Z] ok github.com/docker/docker/libnetwork/drivers/windows 0.053s coverage: 0.0% of statements [2022-03-09T22:24:30.583Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2022-03-09T22:24:30.645Z] --- PASS: TestRandomAllocateDeallocate (5.80s) [2022-03-09T22:24:30.645Z] === RUN TestAllocateRandomDeallocate [2022-03-09T22:24:30.645Z] === RUN TestBuildDefault [2022-03-09T22:24:30.645Z] --- PASS: TestBuildDefault (0.00s) [2022-03-09T22:24:30.645Z] === RUN TestBuildHostnameDomainname [2022-03-09T22:24:30.645Z] --- PASS: TestBuildHostnameDomainname (0.00s) [2022-03-09T22:24:30.645Z] === RUN TestBuildHostname [2022-03-09T22:24:30.645Z] --- PASS: TestBuildHostname (0.00s) [2022-03-09T22:24:30.645Z] === RUN TestBuildHostnameFQDN [2022-03-09T22:24:30.645Z] --- PASS: TestBuildHostnameFQDN (0.00s) [2022-03-09T22:24:30.645Z] === RUN TestBuildNoIP [2022-03-09T22:24:30.645Z] --- PASS: TestBuildNoIP (0.00s) [2022-03-09T22:24:30.645Z] === RUN TestUpdate [2022-03-09T22:24:30.645Z] --- PASS: TestUpdate (0.00s) [2022-03-09T22:24:30.645Z] === RUN TestUpdateIgnoresPrefixedHostname [2022-03-09T22:24:30.645Z] --- PASS: TestUpdateIgnoresPrefixedHostname (0.00s) [2022-03-09T22:24:30.645Z] === RUN TestDeleteIgnoresPrefixedHostname [2022-03-09T22:24:30.645Z] --- PASS: TestDeleteIgnoresPrefixedHostname (0.00s) [2022-03-09T22:24:30.645Z] === RUN TestAddEmpty [2022-03-09T22:24:30.645Z] --- PASS: TestAddEmpty (0.00s) [2022-03-09T22:24:30.645Z] === RUN TestAdd [2022-03-09T22:24:30.645Z] --- PASS: TestAdd (0.00s) [2022-03-09T22:24:30.645Z] === RUN TestDeleteEmpty [2022-03-09T22:24:30.645Z] --- PASS: TestDeleteEmpty (0.00s) [2022-03-09T22:24:30.645Z] === RUN TestDeleteNewline [2022-03-09T22:24:30.645Z] --- PASS: TestDeleteNewline (0.00s) [2022-03-09T22:24:30.645Z] === RUN TestDelete [2022-03-09T22:24:30.645Z] --- PASS: TestDelete (0.00s) [2022-03-09T22:24:30.645Z] === RUN TestConcurrentWrites [2022-03-09T22:24:30.645Z] === RUN TestNew [2022-03-09T22:24:30.645Z] --- PASS: TestNew (0.00s) [2022-03-09T22:24:30.645Z] === RUN TestAddDriver [2022-03-09T22:24:30.645Z] --- PASS: TestAddDriver (0.00s) [2022-03-09T22:24:30.645Z] === RUN TestAddDuplicateDriver [2022-03-09T22:24:30.645Z] --- PASS: TestAddDuplicateDriver (0.00s) [2022-03-09T22:24:30.645Z] === RUN TestIPAMDefaultAddressSpaces [2022-03-09T22:24:30.645Z] --- PASS: TestIPAMDefaultAddressSpaces (0.00s) [2022-03-09T22:24:30.645Z] === RUN TestDriver [2022-03-09T22:24:30.645Z] --- PASS: TestDriver (0.00s) [2022-03-09T22:24:30.645Z] === RUN TestIPAM [2022-03-09T22:24:30.645Z] --- PASS: TestIPAM (0.00s) [2022-03-09T22:24:30.645Z] === RUN TestWalkIPAMs [2022-03-09T22:24:30.645Z] --- PASS: TestWalkIPAMs (0.00s) [2022-03-09T22:24:30.645Z] === RUN TestWalkDrivers [2022-03-09T22:24:30.842Z] === RUN TestDockerDaemonSuite/TestPluginListFilterEnabled [2022-03-09T22:24:31.113Z] --- PASS: TestWalkDrivers (0.00s) [2022-03-09T22:24:31.113Z] PASS [2022-03-09T22:24:31.113Z] coverage: 82.4% of statements [2022-03-09T22:24:31.113Z] ok github.com/docker/docker/libnetwork/drvregistry 0.094s coverage: 82.4% of statements [2022-03-09T22:24:31.113Z] --- PASS: TestConcurrentWrites (0.28s) [2022-03-09T22:24:31.113Z] PASS [2022-03-09T22:24:31.113Z] coverage: 81.2% of statements [2022-03-09T22:24:31.113Z] ok github.com/docker/docker/libnetwork/etchosts 0.354s coverage: 81.2% of statements [2022-03-09T22:24:31.113Z] === RUN TestNew [2022-03-09T22:24:31.113Z] --- PASS: TestNew (0.00s) [2022-03-09T22:24:31.113Z] === RUN TestAllocate [2022-03-09T22:24:31.113Z] --- PASS: TestAllocate (0.00s) [2022-03-09T22:24:31.113Z] === RUN TestUninitialized [2022-03-09T22:24:31.113Z] --- PASS: TestUninitialized (0.00s) [2022-03-09T22:24:31.113Z] === RUN TestAllocateInRange [2022-03-09T22:24:31.113Z] --- PASS: TestAllocateInRange (0.00s) [2022-03-09T22:24:31.113Z] === RUN TestAllocateSerial [2022-03-09T22:24:31.113Z] --- PASS: TestAllocateSerial (0.00s) [2022-03-09T22:24:31.113Z] PASS [2022-03-09T22:24:31.113Z] coverage: 87.5% of statements [2022-03-09T22:24:31.113Z] ok github.com/docker/docker/libnetwork/idm 0.050s coverage: 87.5% of statements [2022-03-09T22:24:31.581Z] === RUN TestCaller [2022-03-09T22:24:31.581Z] --- PASS: TestCaller (0.00s) [2022-03-09T22:24:31.581Z] PASS [2022-03-09T22:24:31.581Z] coverage: 100.0% of statements [2022-03-09T22:24:31.581Z] ok github.com/docker/docker/libnetwork/internal/caller 0.039s coverage: 100.0% of statements [2022-03-09T22:24:31.581Z] --- PASS: TestAllocateRandomDeallocate (1.20s) [2022-03-09T22:24:31.581Z] === RUN TestAllocateRandomDeallocateSerialize [2022-03-09T22:24:32.049Z] === RUN TestSetSerialInsertDelete [2022-03-09T22:24:32.049Z] --- PASS: TestSetSerialInsertDelete (0.00s) [2022-03-09T22:24:32.049Z] === RUN TestSetParallelInsertDelete [2022-03-09T22:24:33.034Z] --- PASS: TestServiceUpdateNetwork (12.46s) [2022-03-09T22:24:33.034Z] === RUN TestServiceUpdatePidsLimit [2022-03-09T22:24:33.038Z] --- PASS: TestAllocateRandomDeallocateSerialize (1.41s) [2022-03-09T22:24:33.038Z] === RUN TestRetrieveFromStore [2022-03-09T22:24:33.038Z] === RUN TestInt2IP2IntConversion [2022-03-09T22:24:33.372Z] === RUN TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart [2022-03-09T22:24:33.506Z] --- PASS: TestRetrieveFromStore (0.52s) [2022-03-09T22:24:33.506Z] === RUN TestIsCorrupted [2022-03-09T22:24:33.506Z] --- PASS: TestIsCorrupted (0.02s) [2022-03-09T22:24:33.506Z] === RUN TestSetRollover [2022-03-09T22:24:33.506Z] --- PASS: TestInt2IP2IntConversion (0.52s) [2022-03-09T22:24:33.506Z] === RUN TestGetAddressVersion [2022-03-09T22:24:33.506Z] --- PASS: TestGetAddressVersion (0.00s) [2022-03-09T22:24:33.506Z] === RUN TestKeyString [2022-03-09T22:24:33.506Z] --- PASS: TestKeyString (0.00s) [2022-03-09T22:24:33.506Z] === RUN TestPoolDataMarshal [2022-03-09T22:24:33.506Z] --- PASS: TestPoolDataMarshal (0.00s) [2022-03-09T22:24:33.506Z] === RUN TestSubnetsMarshal [2022-03-09T22:24:33.967Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2022-03-09T22:24:33.974Z] --- PASS: TestSubnetsMarshal (0.05s) [2022-03-09T22:24:33.975Z] === RUN TestAddSubnets [2022-03-09T22:24:33.975Z] --- PASS: TestAddSubnets (0.05s) [2022-03-09T22:24:33.975Z] === RUN TestDoublePoolRelease [2022-03-09T22:24:33.975Z] --- PASS: TestDoublePoolRelease (0.03s) [2022-03-09T22:24:33.975Z] === RUN TestAddReleasePoolID [2022-03-09T22:24:33.975Z] === RUN TestPoolRequest [2022-03-09T22:24:33.975Z] --- PASS: TestPoolRequest (0.00s) [2022-03-09T22:24:33.975Z] === RUN TestOtherRequests [2022-03-09T22:24:33.975Z] --- PASS: TestOtherRequests (0.00s) [2022-03-09T22:24:33.975Z] PASS [2022-03-09T22:24:33.975Z] coverage: 57.1% of statements [2022-03-09T22:24:33.975Z] ok github.com/docker/docker/libnetwork/ipams/null 0.044s coverage: 57.1% of statements [2022-03-09T22:24:33.975Z] --- PASS: TestAddReleasePoolID (0.08s) [2022-03-09T22:24:33.975Z] === RUN TestPredefinedPool [2022-03-09T22:24:33.975Z] --- PASS: TestPredefinedPool (0.03s) [2022-03-09T22:24:33.975Z] === RUN TestRemoveSubnet [2022-03-09T22:24:33.975Z] --- PASS: TestRemoveSubnet (0.21s) [2022-03-09T22:24:33.975Z] === RUN TestGetSameAddress [2022-03-09T22:24:33.975Z] --- PASS: TestGetSameAddress (0.02s) [2022-03-09T22:24:33.975Z] === RUN TestPoolAllocationReuse [2022-03-09T22:24:34.900Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2022-03-09T22:24:34.962Z] === RUN TestGetCapabilities [2022-03-09T22:24:34.962Z] --- PASS: TestGetCapabilities (0.01s) [2022-03-09T22:24:34.962Z] === RUN TestGetCapabilitiesFromLegacyDriver [2022-03-09T22:24:34.962Z] --- PASS: TestGetCapabilitiesFromLegacyDriver (0.01s) [2022-03-09T22:24:34.962Z] === RUN TestGetDefaultAddressSpaces [2022-03-09T22:24:34.962Z] --- PASS: TestGetDefaultAddressSpaces (0.00s) [2022-03-09T22:24:34.962Z] === RUN TestRemoteDriver [2022-03-09T22:24:34.962Z] --- PASS: TestRemoteDriver (0.01s) [2022-03-09T22:24:34.962Z] PASS [2022-03-09T22:24:34.962Z] coverage: 47.4% of statements [2022-03-09T22:24:34.962Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.074s coverage: 47.4% of statements [2022-03-09T22:24:34.962Z] --- PASS: TestSetRollover (1.53s) [2022-03-09T22:24:34.962Z] === RUN TestSetRolloverSerial [2022-03-09T22:24:35.947Z] --- PASS: TestPoolAllocationReuse (1.58s) [2022-03-09T22:24:35.948Z] === RUN TestGetAddressSubPoolEqualPool [2022-03-09T22:24:35.948Z] --- PASS: TestGetAddressSubPoolEqualPool (0.04s) [2022-03-09T22:24:35.948Z] === RUN TestRequestReleaseAddressFromSubPool [2022-03-09T22:24:35.948Z] === RUN TestWindowsIPAM [2022-03-09T22:24:35.948Z] --- PASS: TestWindowsIPAM (0.00s) [2022-03-09T22:24:35.948Z] PASS [2022-03-09T22:24:35.948Z] coverage: 71.4% of statements [2022-03-09T22:24:35.948Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.044s coverage: 71.4% of statements [2022-03-09T22:24:36.938Z] --- PASS: TestSetRolloverSerial (1.57s) [2022-03-09T22:24:36.938Z] === RUN TestGetFirstAvailableFromCurrent [2022-03-09T22:24:36.938Z] --- PASS: TestGetFirstAvailableFromCurrent (0.00s) [2022-03-09T22:24:36.938Z] PASS [2022-03-09T22:24:36.938Z] coverage: 84.4% of statements [2022-03-09T22:24:36.938Z] ok github.com/docker/docker/libnetwork/bitseq 12.258s coverage: 84.4% of statements [2022-03-09T22:24:36.938Z] === RUN TestDefaultNetwork [2022-03-09T22:24:36.938Z] --- PASS: TestDefaultNetwork (0.26s) [2022-03-09T22:24:36.938Z] === RUN TestConfigGlobalScopeDefaultNetworks [2022-03-09T22:24:37.412Z] --- PASS: TestConfigGlobalScopeDefaultNetworks (0.28s) [2022-03-09T22:24:37.412Z] === RUN TestInitAddressPools [2022-03-09T22:24:37.412Z] --- PASS: TestInitAddressPools (0.00s) [2022-03-09T22:24:37.412Z] PASS [2022-03-09T22:24:37.412Z] coverage: 74.0% of statements [2022-03-09T22:24:37.412Z] ok github.com/docker/docker/libnetwork/ipamutils 0.613s coverage: 74.0% of statements [2022-03-09T22:24:37.556Z] === RUN TestDockerDaemonSuite/TestPruneImageDangling [2022-03-09T22:24:37.880Z] === RUN TestKeyValue [2022-03-09T22:24:37.880Z] --- PASS: TestKeyValue (0.00s) [2022-03-09T22:24:37.880Z] PASS [2022-03-09T22:24:37.880Z] coverage: 60.0% of statements [2022-03-09T22:24:37.880Z] ok github.com/docker/docker/libnetwork/netlabel 0.043s coverage: 60.0% of statements [2022-03-09T22:24:38.348Z] --- PASS: TestRequestReleaseAddressFromSubPool (2.43s) [2022-03-09T22:24:38.348Z] === RUN TestSerializeRequestReleaseAddressFromSubPool [2022-03-09T22:24:38.493Z] === RUN TestDockerDaemonSuite/TestPruneImageLabel [2022-03-09T22:24:40.395Z] === RUN TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore [2022-03-09T22:24:40.699Z] --- PASS: TestCreateWithDuplicateNetworkNames (12.58s) [2022-03-09T22:24:40.699Z] === RUN TestCreateServiceSecretFileMode [2022-03-09T22:24:41.307Z] --- PASS: TestSerializeRequestReleaseAddressFromSubPool (2.87s) [2022-03-09T22:24:41.307Z] === RUN TestGetAddress [2022-03-09T22:24:41.307Z] === RUN TestNetworkDBSimple [2022-03-09T22:24:41.777Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-03-09T22:24:41.777Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-03-09T22:24:41.777Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-03-09T22:24:41.777Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-03-09T22:24:41.777Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-03-09T22:24:41.777Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-03-09T22:24:41.777Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-03-09T22:24:41.777Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-03-09T22:24:41.777Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-03-09T22:24:41.777Z] ? github.com/docker/docker/libnetwork/drivers/bridge [no test files] [2022-03-09T22:24:41.777Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-03-09T22:24:41.777Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-03-09T22:24:41.777Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-03-09T22:24:41.777Z] ? github.com/docker/docker/libnetwork/drivers/overlay [no test files] [2022-03-09T22:24:41.777Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-03-09T22:24:41.777Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-03-09T22:24:41.777Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-03-09T22:24:41.777Z] --- PASS: TestSetParallelInsertDelete (10.00s) [2022-03-09T22:24:41.777Z] PASS [2022-03-09T22:24:41.777Z] coverage: 100.0% of statements [2022-03-09T22:24:41.777Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.047s coverage: 100.0% of statements [2022-03-09T22:24:42.246Z] 2022/03/09 22:24:41 Closing DB instances... [2022-03-09T22:24:42.714Z] === RUN TestGenerate [2022-03-09T22:24:42.714Z] --- PASS: TestGenerate (0.00s) [2022-03-09T22:24:42.714Z] === RUN TestGeneratePtr [2022-03-09T22:24:42.714Z] --- PASS: TestGeneratePtr (0.00s) [2022-03-09T22:24:42.714Z] === RUN TestGenerateMissingField [2022-03-09T22:24:42.714Z] --- PASS: TestGenerateMissingField (0.00s) [2022-03-09T22:24:42.714Z] === RUN TestFieldCannotBeSet [2022-03-09T22:24:42.714Z] --- PASS: TestFieldCannotBeSet (0.00s) [2022-03-09T22:24:42.714Z] === RUN TestTypeMismatchError [2022-03-09T22:24:42.714Z] --- PASS: TestTypeMismatchError (0.00s) [2022-03-09T22:24:42.714Z] PASS [2022-03-09T22:24:42.714Z] coverage: 100.0% of statements [2022-03-09T22:24:42.714Z] ok github.com/docker/docker/libnetwork/options 0.044s coverage: 100.0% of statements [2022-03-09T22:24:42.714Z] testing: warning: no tests to run [2022-03-09T22:24:42.714Z] PASS [2022-03-09T22:24:42.714Z] coverage: 0.0% of statements [2022-03-09T22:24:42.714Z] ok github.com/docker/docker/libnetwork/osl 0.040s coverage: 0.0% of statements [no tests to run] [2022-03-09T22:24:43.006Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2022-03-09T22:24:43.191Z] === RUN TestRequestNewPort [2022-03-09T22:24:43.191Z] --- PASS: TestRequestNewPort (0.00s) [2022-03-09T22:24:43.191Z] === RUN TestRequestSpecificPort [2022-03-09T22:24:43.682Z] === RUN TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore [2022-03-09T22:24:43.714Z] --- PASS: TestRequestSpecificPort (0.00s) [2022-03-09T22:24:43.714Z] === RUN TestReleasePort [2022-03-09T22:24:43.714Z] --- PASS: TestReleasePort (0.00s) [2022-03-09T22:24:43.714Z] === RUN TestReuseReleasedPort [2022-03-09T22:24:43.714Z] --- PASS: TestReuseReleasedPort (0.00s) [2022-03-09T22:24:43.714Z] === RUN TestReleaseUnreadledPort [2022-03-09T22:24:43.714Z] --- PASS: TestReleaseUnreadledPort (0.00s) [2022-03-09T22:24:43.714Z] === RUN TestUnknowProtocol [2022-03-09T22:24:43.714Z] --- PASS: TestUnknowProtocol (0.00s) [2022-03-09T22:24:43.714Z] === RUN TestAllocateAllPorts [2022-03-09T22:24:43.714Z] --- PASS: TestAllocateAllPorts (0.00s) [2022-03-09T22:24:43.714Z] === RUN TestPortAllocation [2022-03-09T22:24:43.714Z] --- PASS: TestPortAllocation (0.00s) [2022-03-09T22:24:43.714Z] === RUN TestPortAllocationWithCustomRange [2022-03-09T22:24:43.714Z] --- PASS: TestPortAllocationWithCustomRange (0.00s) [2022-03-09T22:24:43.714Z] === RUN TestNoDuplicateBPR [2022-03-09T22:24:43.714Z] --- PASS: TestNoDuplicateBPR (0.00s) [2022-03-09T22:24:43.714Z] === RUN TestChangePortRange [2022-03-09T22:24:43.714Z] portallocator_test.go:343: test: port allocate range 65001-65010, setErr=begin out of range, reqPort=0 [2022-03-09T22:24:43.714Z] portallocator_test.go:343: test: port allocate range 59990-59999, setErr=end out of range, reqPort=0 [2022-03-09T22:24:43.714Z] portallocator_test.go:343: test: port allocate range 65000-60000, setErr=out of order, reqPort=0 [2022-03-09T22:24:43.714Z] portallocator_test.go:343: test: port allocate range 60100-65010, setErr=, reqPort=60100 [2022-03-09T22:24:43.714Z] portallocator_test.go:343: test: port allocate range 0-0, setErr=, reqPort=60000 [2022-03-09T22:24:43.714Z] portallocator_test.go:343: test: port allocate range 59900-65000, setErr=, reqPort=60001 [2022-03-09T22:24:43.714Z] --- PASS: TestChangePortRange (0.00s) [2022-03-09T22:24:43.714Z] PASS [2022-03-09T22:24:43.714Z] coverage: 88.6% of statements [2022-03-09T22:24:43.714Z] ok github.com/docker/docker/libnetwork/portallocator 0.054s coverage: 88.6% of statements [2022-03-09T22:24:43.714Z] --- PASS: TestNetworkDBSimple (2.45s) [2022-03-09T22:24:43.714Z] === RUN TestNetworkDBJoinLeaveNetwork [2022-03-09T22:24:43.714Z] testing: warning: no tests to run [2022-03-09T22:24:43.714Z] PASS [2022-03-09T22:24:43.714Z] coverage: 0.0% of statements [2022-03-09T22:24:43.714Z] ok github.com/docker/docker/libnetwork/portmapper 0.043s coverage: 0.0% of statements [no tests to run] [2022-03-09T22:24:44.192Z] === RUN TestHashData [2022-03-09T22:24:44.192Z] --- PASS: TestHashData (0.00s) [2022-03-09T22:24:44.192Z] PASS [2022-03-09T22:24:44.192Z] coverage: 2.8% of statements [2022-03-09T22:24:44.192Z] ok github.com/docker/docker/libnetwork/resolvconf 0.048s coverage: 2.8% of statements [2022-03-09T22:24:44.617Z] === RUN TestDockerSuite/TestBuildDotDotFile [2022-03-09T22:24:44.617Z] === RUN TestDockerSuite/TestBuildEOLInLine [2022-03-09T22:24:44.659Z] === RUN TestErrorConstructors [2022-03-09T22:24:44.660Z] --- PASS: TestErrorConstructors (0.00s) [2022-03-09T22:24:44.660Z] === RUN TestCompareIPMask [2022-03-09T22:24:44.660Z] --- PASS: TestCompareIPMask (0.00s) [2022-03-09T22:24:44.660Z] === RUN TestUtilGetHostPartIP [2022-03-09T22:24:44.660Z] --- PASS: TestUtilGetHostPartIP (0.00s) [2022-03-09T22:24:44.660Z] === RUN TestUtilGetBroadcastIP [2022-03-09T22:24:44.660Z] --- PASS: TestUtilGetBroadcastIP (0.00s) [2022-03-09T22:24:44.660Z] === RUN TestParseCIDR [2022-03-09T22:24:44.660Z] --- PASS: TestParseCIDR (0.00s) [2022-03-09T22:24:44.660Z] PASS [2022-03-09T22:24:44.660Z] coverage: 37.3% of statements [2022-03-09T22:24:44.660Z] ok github.com/docker/docker/libnetwork/types 0.061s coverage: 37.3% of statements [2022-03-09T22:24:44.660Z] 2022/03/09 22:24:44 Closing DB instances... [2022-03-09T22:24:45.647Z] === RUN TestAppendDevicePermissionsFromCgroupRules [2022-03-09T22:24:45.647Z] === RUN TestAppendDevicePermissionsFromCgroupRules/empty_rule [2022-03-09T22:24:45.647Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column [2022-03-09T22:24:45.647Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column [2022-03-09T22:24:45.647Z] === RUN TestAppendDevicePermissionsFromCgroupRules/leading_spaces [2022-03-09T22:24:45.647Z] === RUN TestAppendDevicePermissionsFromCgroupRules/trailing_spaces [2022-03-09T22:24:45.647Z] === RUN TestAppendDevicePermissionsFromCgroupRules/unknown_device_type [2022-03-09T22:24:45.647Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_type [2022-03-09T22:24:45.647Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_colon [2022-03-09T22:24:45.647Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor [2022-03-09T22:24:45.647Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_major_device [2022-03-09T22:24:45.647Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_minor_device [2022-03-09T22:24:45.647Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_permissions [2022-03-09T22:24:45.647Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_permissions [2022-03-09T22:24:45.647Z] === RUN TestAppendDevicePermissionsFromCgroupRules/too_many_permissions [2022-03-09T22:24:45.647Z] === RUN TestAppendDevicePermissionsFromCgroupRules/major_out_of_range [2022-03-09T22:24:45.647Z] === RUN TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range [2022-03-09T22:24:45.647Z] === RUN TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices [2022-03-09T22:24:45.647Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices [2022-03-09T22:24:45.647Z] === RUN TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices [2022-03-09T22:24:45.647Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions [2022-03-09T22:24:45.647Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major [2022-03-09T22:24:45.647Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_minor [2022-03-09T22:24:45.647Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor [2022-03-09T22:24:45.647Z] === RUN TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission [2022-03-09T22:24:45.647Z] === RUN TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission [2022-03-09T22:24:45.647Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission [2022-03-09T22:24:45.647Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission [2022-03-09T22:24:45.647Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s) [2022-03-09T22:24:45.647Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s) [2022-03-09T22:24:45.647Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s) [2022-03-09T22:24:45.647Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s) [2022-03-09T22:24:45.647Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s) [2022-03-09T22:24:45.647Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s) [2022-03-09T22:24:45.647Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s) [2022-03-09T22:24:45.647Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s) [2022-03-09T22:24:45.647Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s) [2022-03-09T22:24:45.647Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s) [2022-03-09T22:24:45.647Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s) [2022-03-09T22:24:45.647Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s) [2022-03-09T22:24:45.647Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s) [2022-03-09T22:24:45.647Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s) [2022-03-09T22:24:45.647Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s) [2022-03-09T22:24:45.647Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s) [2022-03-09T22:24:45.647Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s) [2022-03-09T22:24:45.647Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s) [2022-03-09T22:24:45.647Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s) [2022-03-09T22:24:45.647Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s) [2022-03-09T22:24:45.647Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s) [2022-03-09T22:24:45.647Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s) [2022-03-09T22:24:45.647Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s) [2022-03-09T22:24:45.647Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s) [2022-03-09T22:24:45.647Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s) [2022-03-09T22:24:45.647Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s) [2022-03-09T22:24:45.647Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s) [2022-03-09T22:24:45.647Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s) [2022-03-09T22:24:45.647Z] PASS [2022-03-09T22:24:45.647Z] coverage: 50.0% of statements [2022-03-09T22:24:45.647Z] ok github.com/docker/docker/oci 0.050s coverage: 50.0% of statements [2022-03-09T22:24:46.116Z] === RUN TestAddressPoolOpt [2022-03-09T22:24:46.116Z] --- PASS: TestAddressPoolOpt (0.00s) [2022-03-09T22:24:46.116Z] === RUN TestValidateEnv [2022-03-09T22:24:46.116Z] === RUN TestValidateEnv/a [2022-03-09T22:24:46.116Z] === RUN TestValidateEnv/something [2022-03-09T22:24:46.116Z] === RUN TestValidateEnv/_=a [2022-03-09T22:24:46.116Z] === RUN TestValidateEnv/env1=value1 [2022-03-09T22:24:46.116Z] === RUN TestValidateEnv/_env1=value1 [2022-03-09T22:24:46.116Z] === RUN TestValidateEnv/env2=value2=value3 [2022-03-09T22:24:46.116Z] === RUN TestValidateEnv/env3=abc!qwe [2022-03-09T22:24:46.116Z] === RUN TestValidateEnv/env_4=value_4 [2022-03-09T22:24:46.116Z] === RUN TestValidateEnv/PATH [2022-03-09T22:24:46.116Z] === RUN TestValidateEnv/=a [2022-03-09T22:24:46.116Z] === RUN TestValidateEnv/PATH= [2022-03-09T22:24:46.116Z] === RUN TestValidateEnv/PATH=something [2022-03-09T22:24:46.116Z] === RUN TestValidateEnv/asd!qwe [2022-03-09T22:24:46.116Z] === RUN TestValidateEnv/1asd [2022-03-09T22:24:46.116Z] === RUN TestValidateEnv/123 [2022-03-09T22:24:46.116Z] === RUN TestValidateEnv/some_space [2022-03-09T22:24:46.116Z] === RUN TestValidateEnv/__some_space_before [2022-03-09T22:24:46.116Z] === RUN TestValidateEnv/some_space_after__ [2022-03-09T22:24:46.116Z] === RUN TestValidateEnv/= [2022-03-09T22:24:46.116Z] === RUN TestValidateEnv/PaTh [2022-03-09T22:24:46.116Z] --- PASS: TestValidateEnv (0.00s) [2022-03-09T22:24:46.116Z] --- PASS: TestValidateEnv/a (0.00s) [2022-03-09T22:24:46.116Z] --- PASS: TestValidateEnv/something (0.00s) [2022-03-09T22:24:46.116Z] --- PASS: TestValidateEnv/_=a (0.00s) [2022-03-09T22:24:46.116Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2022-03-09T22:24:46.116Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2022-03-09T22:24:46.116Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2022-03-09T22:24:46.116Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2022-03-09T22:24:46.116Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2022-03-09T22:24:46.116Z] --- PASS: TestValidateEnv/PATH (0.00s) [2022-03-09T22:24:46.116Z] --- PASS: TestValidateEnv/=a (0.00s) [2022-03-09T22:24:46.116Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2022-03-09T22:24:46.116Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2022-03-09T22:24:46.116Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2022-03-09T22:24:46.116Z] --- PASS: TestValidateEnv/1asd (0.00s) [2022-03-09T22:24:46.116Z] --- PASS: TestValidateEnv/123 (0.00s) [2022-03-09T22:24:46.116Z] --- PASS: TestValidateEnv/some_space (0.00s) [2022-03-09T22:24:46.116Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2022-03-09T22:24:46.116Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2022-03-09T22:24:46.116Z] --- PASS: TestValidateEnv/= (0.00s) [2022-03-09T22:24:46.116Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2022-03-09T22:24:46.116Z] === RUN TestParseHost [2022-03-09T22:24:46.116Z] --- PASS: TestParseHost (0.00s) [2022-03-09T22:24:46.116Z] === RUN TestParseDockerDaemonHost [2022-03-09T22:24:46.116Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2022-03-09T22:24:46.116Z] === RUN TestParseTCP [2022-03-09T22:24:46.116Z] --- PASS: TestParseTCP (0.00s) [2022-03-09T22:24:46.116Z] === RUN TestParseInvalidUnixAddrInvalid [2022-03-09T22:24:46.116Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2022-03-09T22:24:46.116Z] === RUN TestValidateExtraHosts [2022-03-09T22:24:46.116Z] --- PASS: TestValidateExtraHosts (0.00s) [2022-03-09T22:24:46.116Z] === RUN TestIpOptString [2022-03-09T22:24:46.116Z] --- PASS: TestIpOptString (0.00s) [2022-03-09T22:24:46.116Z] === RUN TestNewIpOptInvalidDefaultVal [2022-03-09T22:24:46.116Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s) [2022-03-09T22:24:46.116Z] === RUN TestNewIpOptValidDefaultVal [2022-03-09T22:24:46.116Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s) [2022-03-09T22:24:46.116Z] === RUN TestIpOptSetInvalidVal [2022-03-09T22:24:46.116Z] --- PASS: TestIpOptSetInvalidVal (0.00s) [2022-03-09T22:24:46.116Z] === RUN TestValidateIPAddress [2022-03-09T22:24:46.116Z] --- PASS: TestValidateIPAddress (0.00s) [2022-03-09T22:24:46.116Z] === RUN TestMapOpts [2022-03-09T22:24:46.116Z] --- PASS: TestMapOpts (0.00s) [2022-03-09T22:24:46.116Z] === RUN TestListOptsWithoutValidator [2022-03-09T22:24:46.116Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2022-03-09T22:24:46.116Z] === RUN TestListOptsWithValidator [2022-03-09T22:24:46.116Z] --- PASS: TestListOptsWithValidator (0.00s) [2022-03-09T22:24:46.116Z] === RUN TestValidateDNSSearch [2022-03-09T22:24:46.116Z] --- PASS: TestValidateDNSSearch (0.00s) [2022-03-09T22:24:46.116Z] === RUN TestValidateLabel [2022-03-09T22:24:46.116Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2022-03-09T22:24:46.116Z] === RUN TestValidateLabel/label_with_general_format [2022-03-09T22:24:46.116Z] === RUN TestValidateLabel/label_with_more_than_one_= [2022-03-09T22:24:46.116Z] === RUN TestValidateLabel/label_with_one_more [2022-03-09T22:24:46.116Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2022-03-09T22:24:46.116Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2022-03-09T22:24:46.116Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2022-03-09T22:24:46.116Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2022-03-09T22:24:46.116Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2022-03-09T22:24:46.116Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2022-03-09T22:24:46.116Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2022-03-09T22:24:46.116Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2022-03-09T22:24:46.116Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2022-03-09T22:24:46.116Z] --- PASS: TestValidateLabel (0.00s) [2022-03-09T22:24:46.116Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2022-03-09T22:24:46.116Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2022-03-09T22:24:46.116Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2022-03-09T22:24:46.116Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2022-03-09T22:24:46.116Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2022-03-09T22:24:46.116Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2022-03-09T22:24:46.116Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2022-03-09T22:24:46.116Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2022-03-09T22:24:46.116Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2022-03-09T22:24:46.116Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2022-03-09T22:24:46.116Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2022-03-09T22:24:46.116Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2022-03-09T22:24:46.116Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2022-03-09T22:24:46.116Z] === RUN TestNamedListOpts [2022-03-09T22:24:46.116Z] --- PASS: TestNamedListOpts (0.00s) [2022-03-09T22:24:46.116Z] === RUN TestNamedMapOpts [2022-03-09T22:24:46.116Z] --- PASS: TestNamedMapOpts (0.00s) [2022-03-09T22:24:46.116Z] === RUN TestParseLink [2022-03-09T22:24:46.116Z] --- PASS: TestParseLink (0.00s) [2022-03-09T22:24:46.116Z] === RUN TestQuotedStringSetWithQuotes [2022-03-09T22:24:46.116Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s) [2022-03-09T22:24:46.116Z] === RUN TestQuotedStringSetWithMismatchedQuotes [2022-03-09T22:24:46.116Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s) [2022-03-09T22:24:46.116Z] === RUN TestQuotedStringSetWithNoQuotes [2022-03-09T22:24:46.116Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s) [2022-03-09T22:24:46.116Z] === RUN TestQuotedStringEmptyOrSingleCharString [2022-03-09T22:24:46.116Z] --- PASS: TestQuotedStringEmptyOrSingleCharString (0.00s) [2022-03-09T22:24:46.116Z] === RUN TestUlimitOpt [2022-03-09T22:24:46.116Z] --- PASS: TestUlimitOpt (0.00s) [2022-03-09T22:24:46.116Z] PASS [2022-03-09T22:24:46.116Z] coverage: 67.4% of statements [2022-03-09T22:24:46.116Z] ok github.com/docker/docker/opts 0.083s coverage: 67.4% of statements [2022-03-09T22:24:46.116Z] === RUN TestParseVersion [2022-03-09T22:24:46.116Z] --- PASS: TestParseVersion (0.00s) [2022-03-09T22:24:46.116Z] PASS [2022-03-09T22:24:46.116Z] coverage: 52.9% of statements [2022-03-09T22:24:46.116Z] ok github.com/docker/docker/pkg/aaparser 0.052s coverage: 52.9% of statements [2022-03-09T22:24:46.116Z] --- PASS: TestNetworkDBJoinLeaveNetwork (2.63s) [2022-03-09T22:24:46.116Z] === RUN TestNetworkDBJoinLeaveNetworks [2022-03-09T22:24:47.146Z] === RUN TestDockerDaemonSuite/TestRunLinksChanged [2022-03-09T22:24:47.751Z] 2022/03/09 22:24:47 Closing DB instances... [2022-03-09T22:24:48.219Z] === RUN TestPeerCertificateMarshalJSON [2022-03-09T22:24:48.687Z] === RUN TestIsArchivePathDir [2022-03-09T22:24:48.687Z] --- PASS: TestIsArchivePathDir (0.07s) [2022-03-09T22:24:48.687Z] === RUN TestIsArchivePathInvalidFile [2022-03-09T22:24:48.687Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2022-03-09T22:24:48.687Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2022-03-09T22:24:48.687Z] --- PASS: TestPeerCertificateMarshalJSON (0.50s) [2022-03-09T22:24:48.687Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2022-03-09T22:24:48.687Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2022-03-09T22:24:48.687Z] === RUN TestMiddleware [2022-03-09T22:24:48.687Z] --- PASS: TestMiddleware (0.00s) [2022-03-09T22:24:48.687Z] === RUN TestNewResponseModifier [2022-03-09T22:24:48.687Z] --- PASS: TestNewResponseModifier (0.00s) [2022-03-09T22:24:48.687Z] PASS [2022-03-09T22:24:48.687Z] coverage: 26.8% of statements [2022-03-09T22:24:48.687Z] ok github.com/docker/docker/pkg/authorization 0.560s coverage: 26.8% of statements [2022-03-09T22:24:48.687Z] --- PASS: TestIsArchivePathInvalidFile (0.16s) [2022-03-09T22:24:48.687Z] === RUN TestIsArchivePathTar [2022-03-09T22:24:48.687Z] --- PASS: TestIsArchivePathTar (0.18s) [2022-03-09T22:24:48.687Z] === RUN TestDecompressStreamGzip [2022-03-09T22:24:48.687Z] --- PASS: TestNetworkDBJoinLeaveNetworks (2.64s) [2022-03-09T22:24:48.687Z] === RUN TestNetworkDBCRUDTableEntry [2022-03-09T22:24:49.048Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2022-03-09T22:24:49.156Z] --- PASS: TestDecompressStreamGzip (0.15s) [2022-03-09T22:24:49.156Z] === RUN TestDecompressStreamBzip2 [2022-03-09T22:24:49.156Z] --- PASS: TestDecompressStreamBzip2 (0.12s) [2022-03-09T22:24:49.156Z] === RUN TestDecompressStreamXz [2022-03-09T22:24:49.156Z] archive_test.go:133: Xz not present in msys2 [2022-03-09T22:24:49.156Z] --- SKIP: TestDecompressStreamXz (0.00s) [2022-03-09T22:24:49.156Z] === RUN TestDecompressStreamZstd [2022-03-09T22:24:49.156Z] archive_test.go:140: zstd not installed [2022-03-09T22:24:49.156Z] --- SKIP: TestDecompressStreamZstd (0.03s) [2022-03-09T22:24:49.156Z] === RUN TestCompressStreamXzUnsupported [2022-03-09T22:24:49.156Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2022-03-09T22:24:49.156Z] === RUN TestCompressStreamBzip2Unsupported [2022-03-09T22:24:49.156Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2022-03-09T22:24:49.156Z] === RUN TestCompressStreamInvalid [2022-03-09T22:24:49.156Z] --- PASS: TestCompressStreamInvalid (0.00s) [2022-03-09T22:24:49.156Z] === RUN TestExtensionInvalid [2022-03-09T22:24:49.156Z] --- PASS: TestExtensionInvalid (0.00s) [2022-03-09T22:24:49.156Z] === RUN TestExtensionUncompressed [2022-03-09T22:24:49.156Z] --- PASS: TestExtensionUncompressed (0.00s) [2022-03-09T22:24:49.156Z] === RUN TestExtensionBzip2 [2022-03-09T22:24:49.156Z] --- PASS: TestExtensionBzip2 (0.00s) [2022-03-09T22:24:49.156Z] === RUN TestExtensionGzip [2022-03-09T22:24:49.156Z] --- PASS: TestExtensionGzip (0.00s) [2022-03-09T22:24:49.156Z] === RUN TestExtensionXz [2022-03-09T22:24:49.156Z] --- PASS: TestExtensionXz (0.00s) [2022-03-09T22:24:49.156Z] === RUN TestExtensionZstd [2022-03-09T22:24:49.156Z] --- PASS: TestExtensionZstd (0.00s) [2022-03-09T22:24:49.156Z] === RUN TestCmdStreamLargeStderr [2022-03-09T22:24:49.156Z] --- PASS: TestCmdStreamLargeStderr (0.08s) [2022-03-09T22:24:49.156Z] === RUN TestCmdStreamBad [2022-03-09T22:24:49.156Z] archive_test.go:252: Failing on Windows CI machines [2022-03-09T22:24:49.156Z] --- SKIP: TestCmdStreamBad (0.00s) [2022-03-09T22:24:49.156Z] === RUN TestCmdStreamGood [2022-03-09T22:24:49.156Z] --- PASS: TestCmdStreamGood (0.05s) [2022-03-09T22:24:49.156Z] === RUN TestUntarPathWithInvalidDest [2022-03-09T22:24:49.156Z] === RUN TestUnbuffered [2022-03-09T22:24:49.156Z] --- PASS: TestUnbuffered (0.00s) [2022-03-09T22:24:49.156Z] === RUN TestRaceUnbuffered [2022-03-09T22:24:49.156Z] --- PASS: TestRaceUnbuffered (0.00s) [2022-03-09T22:24:49.156Z] PASS [2022-03-09T22:24:49.156Z] coverage: 100.0% of statements [2022-03-09T22:24:49.156Z] ok github.com/docker/docker/pkg/broadcaster 0.047s coverage: 100.0% of statements [2022-03-09T22:24:49.307Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2022-03-09T22:24:49.565Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2022-03-09T22:24:49.569Z] --- PASS: TestServiceUpdatePidsLimit (16.29s) [2022-03-09T22:24:49.569Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.72s) [2022-03-09T22:24:49.569Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.89s) [2022-03-09T22:24:49.569Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.90s) [2022-03-09T22:24:49.569Z] PASS [2022-03-09T22:24:49.569Z] [2022-03-09T22:24:49.569Z] === Skipped [2022-03-09T22:24:49.569Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2022-03-09T22:24:49.569Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-03-09T22:24:49.569Z] [2022-03-09T22:24:49.569Z] DONE 27 tests, 1 skipped in 184.259s [2022-03-09T22:24:49.569Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2022-03-09T22:24:49.569Z] INFO: Testing against a local daemon [2022-03-09T22:24:49.569Z] === RUN TestSessionCreate [2022-03-09T22:24:49.569Z] --- PASS: TestSessionCreate (0.02s) [2022-03-09T22:24:49.569Z] === RUN TestSessionCreateWithBadUpgrade [2022-03-09T22:24:49.569Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2022-03-09T22:24:49.569Z] PASS [2022-03-09T22:24:49.569Z] [2022-03-09T22:24:49.569Z] DONE 2 tests in 0.075s [2022-03-09T22:24:49.569Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2022-03-09T22:24:49.569Z] INFO: Testing against a local daemon [2022-03-09T22:24:49.569Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-03-09T22:24:49.569Z] === PAUSE TestCgroupDriverSystemdMemoryLimit [2022-03-09T22:24:49.569Z] === RUN TestDiskUsage [2022-03-09T22:24:49.569Z] === PAUSE TestDiskUsage [2022-03-09T22:24:49.569Z] === RUN TestEventsExecDie [2022-03-09T22:24:49.627Z] --- PASS: TestUntarPathWithInvalidDest (0.07s) [2022-03-09T22:24:49.627Z] === RUN TestUntarPathWithInvalidSrc [2022-03-09T22:24:49.627Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2022-03-09T22:24:49.627Z] === RUN TestUntarPath [2022-03-09T22:24:49.627Z] --- PASS: TestUntarPath (0.09s) [2022-03-09T22:24:49.627Z] === RUN TestUntarPathWithDestinationFile [2022-03-09T22:24:49.627Z] --- PASS: TestUntarPathWithDestinationFile (0.07s) [2022-03-09T22:24:49.627Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2022-03-09T22:24:49.627Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.08s) [2022-03-09T22:24:49.627Z] === RUN TestCopyWithTarInvalidSrc [2022-03-09T22:24:49.627Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2022-03-09T22:24:49.627Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2022-03-09T22:24:49.627Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2022-03-09T22:24:49.627Z] === RUN TestCopyWithTarSrcFile [2022-03-09T22:24:49.627Z] --- PASS: TestCopyWithTarSrcFile (0.01s) [2022-03-09T22:24:49.627Z] === RUN TestCopyWithTarSrcFolder [2022-03-09T22:24:49.627Z] --- PASS: TestCopyWithTarSrcFolder (0.01s) [2022-03-09T22:24:49.627Z] === RUN TestCopyFileWithTarInvalidSrc [2022-03-09T22:24:49.627Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s) [2022-03-09T22:24:49.627Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2022-03-09T22:24:49.627Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s) [2022-03-09T22:24:49.627Z] === RUN TestCopyFileWithTarSrcFolder [2022-03-09T22:24:49.627Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s) [2022-03-09T22:24:49.627Z] === RUN TestCopyFileWithTarSrcFile [2022-03-09T22:24:49.627Z] --- PASS: TestCopyFileWithTarSrcFile (0.01s) [2022-03-09T22:24:49.627Z] === RUN TestTarFiles [2022-03-09T22:24:49.827Z] --- PASS: TestEventsExecDie (0.57s) [2022-03-09T22:24:49.827Z] === RUN TestEventsBackwardsCompatible [2022-03-09T22:24:49.827Z] --- PASS: TestEventsBackwardsCompatible (0.06s) [2022-03-09T22:24:49.827Z] === RUN TestEventsVolumeCreate [2022-03-09T22:24:49.827Z] --- PASS: TestEventsVolumeCreate (0.06s) [2022-03-09T22:24:49.827Z] === RUN TestInfoBinaryCommits [2022-03-09T22:24:49.827Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-03-09T22:24:49.827Z] === RUN TestInfoAPIVersioned [2022-03-09T22:24:49.827Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-03-09T22:24:49.827Z] === RUN TestInfoAPI [2022-03-09T22:24:49.827Z] --- PASS: TestInfoAPI (0.02s) [2022-03-09T22:24:49.827Z] === RUN TestInfoAPIWarnings [2022-03-09T22:24:50.095Z] === RUN TestMatch [2022-03-09T22:24:50.095Z] === RUN TestMatch/[[]] [2022-03-09T22:24:50.095Z] === RUN TestMatch/[[foo]] [2022-03-09T22:24:50.095Z] === RUN TestMatch/[[bar]_[foo]] [2022-03-09T22:24:50.095Z] === RUN TestMatch/[[foo_bar]] [2022-03-09T22:24:50.095Z] === RUN TestMatch/[[qux]_[foo]] [2022-03-09T22:24:50.095Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2022-03-09T22:24:50.095Z] === RUN TestMatch/[] [2022-03-09T22:24:50.095Z] === RUN TestMatch/[]#01 [2022-03-09T22:24:50.095Z] === RUN TestMatch/[[qux]] [2022-03-09T22:24:50.095Z] === RUN TestMatch/[[foo_bar_qux]] [2022-03-09T22:24:50.095Z] === RUN TestMatch/[[qux]_[baz]] [2022-03-09T22:24:50.095Z] === RUN TestMatch/[[foo_baz]] [2022-03-09T22:24:50.095Z] --- PASS: TestMatch (0.00s) [2022-03-09T22:24:50.095Z] --- PASS: TestMatch/[[]] (0.00s) [2022-03-09T22:24:50.095Z] --- PASS: TestMatch/[[foo]] (0.00s) [2022-03-09T22:24:50.095Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2022-03-09T22:24:50.095Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2022-03-09T22:24:50.095Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2022-03-09T22:24:50.095Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2022-03-09T22:24:50.095Z] --- PASS: TestMatch/[] (0.00s) [2022-03-09T22:24:50.095Z] --- PASS: TestMatch/[]#01 (0.00s) [2022-03-09T22:24:50.095Z] --- PASS: TestMatch/[[qux]] (0.00s) [2022-03-09T22:24:50.096Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2022-03-09T22:24:50.096Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2022-03-09T22:24:50.096Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2022-03-09T22:24:50.096Z] PASS [2022-03-09T22:24:50.096Z] coverage: 87.5% of statements [2022-03-09T22:24:50.096Z] ok github.com/docker/docker/pkg/capabilities 0.048s coverage: 87.5% of statements [2022-03-09T22:24:50.500Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2022-03-09T22:24:50.690Z] --- PASS: TestCreateServiceSecretFileMode (12.37s) [2022-03-09T22:24:50.690Z] === RUN TestCreateServiceConfigFileMode [2022-03-09T22:24:50.758Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2022-03-09T22:24:51.016Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNewFormat [2022-03-09T22:24:51.016Z] === RUN TestDockerSuite/TestBuildEntrypoint [2022-03-09T22:24:51.083Z] === RUN TestChrootTarUntar [2022-03-09T22:24:51.083Z] archive_test.go:44: os.Getuid() != 0: skipping test that requires root [2022-03-09T22:24:51.083Z] --- SKIP: TestChrootTarUntar (0.00s) [2022-03-09T22:24:51.083Z] === RUN TestChrootUntarWithHugeExcludesList [2022-03-09T22:24:51.083Z] archive_test.go:76: os.Getuid() != 0: skipping test that requires root [2022-03-09T22:24:51.083Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2022-03-09T22:24:51.083Z] === RUN TestChrootUntarEmptyArchive [2022-03-09T22:24:51.083Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2022-03-09T22:24:51.083Z] === RUN TestChrootTarUntarWithSymlink [2022-03-09T22:24:51.083Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-09T22:24:51.083Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2022-03-09T22:24:51.083Z] === RUN TestChrootCopyWithTar [2022-03-09T22:24:51.084Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-09T22:24:51.084Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2022-03-09T22:24:51.084Z] === RUN TestChrootCopyFileWithTar [2022-03-09T22:24:51.084Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2022-03-09T22:24:51.084Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2022-03-09T22:24:51.084Z] === RUN TestChrootUntarPath [2022-03-09T22:24:51.084Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-09T22:24:51.084Z] --- SKIP: TestChrootUntarPath (0.00s) [2022-03-09T22:24:51.084Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2022-03-09T22:24:51.084Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2022-03-09T22:24:51.084Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-03-09T22:24:51.084Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2022-03-09T22:24:51.084Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2022-03-09T22:24:51.084Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-03-09T22:24:51.084Z] === RUN TestChrootApplyDotDotFile [2022-03-09T22:24:51.084Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2022-03-09T22:24:51.084Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2022-03-09T22:24:51.084Z] PASS [2022-03-09T22:24:51.084Z] coverage: 15.1% of statements [2022-03-09T22:24:51.084Z] ok github.com/docker/docker/pkg/chrootarchive 0.094s coverage: 15.1% of statements [2022-03-09T22:24:51.084Z] 2022/03/09 22:24:50 Closing DB instances... [2022-03-09T22:24:51.274Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2022-03-09T22:24:52.069Z] === RUN TestEnsureRemoveAllNotExist [2022-03-09T22:24:52.070Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2022-03-09T22:24:52.070Z] === RUN TestEnsureRemoveAllWithDir [2022-03-09T22:24:52.070Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2022-03-09T22:24:52.070Z] === RUN TestEnsureRemoveAllWithFile [2022-03-09T22:24:52.070Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2022-03-09T22:24:52.070Z] PASS [2022-03-09T22:24:52.070Z] coverage: 0.0% of statements [2022-03-09T22:24:52.070Z] ok github.com/docker/docker/pkg/containerfs 0.049s coverage: 0.0% of statements [2022-03-09T22:24:52.649Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap [2022-03-09T22:24:53.056Z] === RUN TestSizeEmpty [2022-03-09T22:24:53.056Z] --- PASS: TestSizeEmpty (0.00s) [2022-03-09T22:24:53.056Z] === RUN TestSizeEmptyFile [2022-03-09T22:24:53.056Z] --- PASS: TestSizeEmptyFile (0.00s) [2022-03-09T22:24:53.056Z] === RUN TestSizeNonemptyFile [2022-03-09T22:24:53.056Z] --- PASS: TestSizeNonemptyFile (0.00s) [2022-03-09T22:24:53.056Z] === RUN TestSizeNestedDirectoryEmpty [2022-03-09T22:24:53.056Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2022-03-09T22:24:53.056Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2022-03-09T22:24:53.056Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2022-03-09T22:24:53.056Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2022-03-09T22:24:53.056Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2022-03-09T22:24:53.056Z] === RUN TestMoveToSubdir [2022-03-09T22:24:53.056Z] --- PASS: TestMoveToSubdir (0.00s) [2022-03-09T22:24:53.056Z] === RUN TestSizeNonExistingDirectory [2022-03-09T22:24:53.056Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2022-03-09T22:24:53.056Z] PASS [2022-03-09T22:24:53.056Z] coverage: 80.0% of statements [2022-03-09T22:24:53.056Z] ok github.com/docker/docker/pkg/directory 0.054s coverage: 80.0% of statements [2022-03-09T22:24:53.056Z] --- PASS: TestNetworkDBCRUDTableEntry (4.07s) [2022-03-09T22:24:53.056Z] === RUN TestNetworkDBCRUDTableEntries [2022-03-09T22:24:53.584Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2022-03-09T22:24:53.843Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames [2022-03-09T22:24:54.044Z] === RUN TestPollerAddRemove [2022-03-09T22:24:54.044Z] --- PASS: TestPollerAddRemove (0.00s) [2022-03-09T22:24:54.044Z] === RUN TestPollerEvent [2022-03-09T22:24:54.044Z] poller_test.go:40: No chmod on Windows [2022-03-09T22:24:54.044Z] --- SKIP: TestPollerEvent (0.00s) [2022-03-09T22:24:54.044Z] === RUN TestPollerClose [2022-03-09T22:24:54.044Z] --- PASS: TestPollerClose (0.00s) [2022-03-09T22:24:54.044Z] PASS [2022-03-09T22:24:54.044Z] coverage: 36.2% of statements [2022-03-09T22:24:54.044Z] ok github.com/docker/docker/pkg/filenotify 0.045s coverage: 36.2% of statements [2022-03-09T22:24:54.781Z] === RUN TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile [2022-03-09T22:24:55.030Z] 2022/03/09 22:24:54 Closing DB instances... [2022-03-09T22:24:55.030Z] === RUN TestCopyFileWithInvalidSrc [2022-03-09T22:24:55.030Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2022-03-09T22:24:55.030Z] === RUN TestCopyFileWithInvalidDest [2022-03-09T22:24:55.030Z] --- PASS: TestCopyFileWithInvalidDest (0.00s) [2022-03-09T22:24:55.030Z] === RUN TestCopyFileWithSameSrcAndDest [2022-03-09T22:24:55.030Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2022-03-09T22:24:55.030Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2022-03-09T22:24:55.030Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s) [2022-03-09T22:24:55.030Z] === RUN TestCopyFile [2022-03-09T22:24:55.030Z] --- PASS: TestCopyFile (0.00s) [2022-03-09T22:24:55.030Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2022-03-09T22:24:55.030Z] fileutils_test.go:133: Needs porting to Windows [2022-03-09T22:24:55.030Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-03-09T22:24:55.030Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2022-03-09T22:24:55.030Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2022-03-09T22:24:55.030Z] === RUN TestReadSymlinkedDirectoryToFile [2022-03-09T22:24:55.030Z] fileutils_test.go:179: Needs porting to Windows [2022-03-09T22:24:55.030Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2022-03-09T22:24:55.030Z] === RUN TestWildcardMatches [2022-03-09T22:24:55.030Z] --- PASS: TestWildcardMatches (0.00s) [2022-03-09T22:24:55.030Z] === RUN TestPatternMatches [2022-03-09T22:24:55.030Z] --- PASS: TestPatternMatches (0.00s) [2022-03-09T22:24:55.030Z] === RUN TestExclusionPatternMatchesPatternBefore [2022-03-09T22:24:55.030Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2022-03-09T22:24:55.030Z] === RUN TestPatternMatchesFolderExclusions [2022-03-09T22:24:55.030Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2022-03-09T22:24:55.030Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2022-03-09T22:24:55.030Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2022-03-09T22:24:55.030Z] === RUN TestPatternMatchesFolderWildcardExclusions [2022-03-09T22:24:55.030Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2022-03-09T22:24:55.030Z] === RUN TestExclusionPatternMatchesPatternAfter [2022-03-09T22:24:55.030Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2022-03-09T22:24:55.030Z] === RUN TestExclusionPatternMatchesWholeDirectory [2022-03-09T22:24:55.030Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2022-03-09T22:24:55.030Z] === RUN TestSingleExclamationError [2022-03-09T22:24:55.030Z] --- PASS: TestSingleExclamationError (0.00s) [2022-03-09T22:24:55.030Z] === RUN TestMatchesWithNoPatterns [2022-03-09T22:24:55.030Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2022-03-09T22:24:55.030Z] === RUN TestMatchesWithMalformedPatterns [2022-03-09T22:24:55.030Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2022-03-09T22:24:55.030Z] === RUN TestMatches [2022-03-09T22:24:55.030Z] === RUN TestMatches/MatchesOrParentMatches [2022-03-09T22:24:55.030Z] === RUN TestMatches/MatchesUsingParentResult [2022-03-09T22:24:55.030Z] === RUN TestMatches/MatchesUsingParentResults [2022-03-09T22:24:55.030Z] === RUN TestMatches/MatchesUsingParentResultsNoContext [2022-03-09T22:24:55.030Z] --- PASS: TestMatches (0.03s) [2022-03-09T22:24:55.030Z] --- PASS: TestMatches/MatchesOrParentMatches (0.00s) [2022-03-09T22:24:55.030Z] --- PASS: TestMatches/MatchesUsingParentResult (0.00s) [2022-03-09T22:24:55.030Z] --- PASS: TestMatches/MatchesUsingParentResults (0.00s) [2022-03-09T22:24:55.030Z] --- PASS: TestMatches/MatchesUsingParentResultsNoContext (0.02s) [2022-03-09T22:24:55.030Z] === RUN TestCleanPatterns [2022-03-09T22:24:55.030Z] --- PASS: TestCleanPatterns (0.00s) [2022-03-09T22:24:55.030Z] === RUN TestCleanPatternsStripEmptyPatterns [2022-03-09T22:24:55.030Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2022-03-09T22:24:55.030Z] === RUN TestCleanPatternsExceptionFlag [2022-03-09T22:24:55.030Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2022-03-09T22:24:55.030Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2022-03-09T22:24:55.030Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2022-03-09T22:24:55.030Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2022-03-09T22:24:55.030Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2022-03-09T22:24:55.030Z] === RUN TestCleanPatternsErrorSingleException [2022-03-09T22:24:55.030Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2022-03-09T22:24:55.030Z] === RUN TestCreateIfNotExistsDir [2022-03-09T22:24:55.030Z] --- PASS: TestCreateIfNotExistsDir (0.01s) [2022-03-09T22:24:55.030Z] === RUN TestCreateIfNotExistsFile [2022-03-09T22:24:55.030Z] --- PASS: TestCreateIfNotExistsFile (0.01s) [2022-03-09T22:24:55.030Z] === RUN TestMatch [2022-03-09T22:24:55.030Z] --- PASS: TestMatch (0.00s) [2022-03-09T22:24:55.030Z] === RUN TestCompile [2022-03-09T22:24:55.030Z] === RUN TestCompile/slash [2022-03-09T22:24:55.030Z] === RUN TestCompile/backslash [2022-03-09T22:24:55.031Z] --- PASS: TestCompile (0.00s) [2022-03-09T22:24:55.031Z] --- PASS: TestCompile/slash (0.00s) [2022-03-09T22:24:55.031Z] --- PASS: TestCompile/backslash (0.00s) [2022-03-09T22:24:55.031Z] PASS [2022-03-09T22:24:55.031Z] coverage: 84.7% of statements [2022-03-09T22:24:55.031Z] ok github.com/docker/docker/pkg/fileutils 0.110s coverage: 84.7% of statements [2022-03-09T22:24:55.039Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2022-03-09T22:24:55.499Z] === RUN TestGet [2022-03-09T22:24:55.499Z] --- PASS: TestGet (0.00s) [2022-03-09T22:24:55.499Z] === RUN TestGetShortcutString [2022-03-09T22:24:55.499Z] --- PASS: TestGetShortcutString (0.00s) [2022-03-09T22:24:55.499Z] PASS [2022-03-09T22:24:55.499Z] coverage: 42.9% of statements [2022-03-09T22:24:55.499Z] ok github.com/docker/docker/pkg/homedir 0.041s coverage: 42.9% of statements [2022-03-09T22:24:55.499Z] --- PASS: TestTarFiles (5.99s) [2022-03-09T22:24:55.499Z] === RUN TestDetectCompressionZstd [2022-03-09T22:24:55.499Z] --- PASS: TestDetectCompressionZstd (0.00s) [2022-03-09T22:24:55.499Z] === RUN TestTarUntar [2022-03-09T22:24:56.038Z] --- PASS: TestTarUntar (0.05s) [2022-03-09T22:24:56.038Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2022-03-09T22:24:56.038Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.00s) [2022-03-09T22:24:56.038Z] === RUN TestTarWithOptions [2022-03-09T22:24:56.038Z] --- PASS: TestTarWithOptions (0.03s) [2022-03-09T22:24:56.038Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2022-03-09T22:24:56.038Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2022-03-09T22:24:56.038Z] === RUN TestUntarUstarGnuConflict [2022-03-09T22:24:56.038Z] --- PASS: TestUntarUstarGnuConflict (0.00s) [2022-03-09T22:24:56.038Z] === RUN TestUntarInvalidFilenames [2022-03-09T22:24:56.038Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames3895794633\\dest" [2022-03-09T22:24:56.038Z] --- PASS: TestUntarInvalidFilenames (0.21s) [2022-03-09T22:24:56.038Z] === RUN TestUntarHardlinkToSymlink [2022-03-09T22:24:56.038Z] --- PASS: TestUntarHardlinkToSymlink (0.01s) [2022-03-09T22:24:56.038Z] === RUN TestUntarInvalidHardlink [2022-03-09T22:24:56.038Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3975385214\\victim\\hello" -> "../victim/hello" [2022-03-09T22:24:56.038Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink359103795\\victim\\hello" -> "/../victim/hello" [2022-03-09T22:24:56.039Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1903515013\\victim" -> "../victim" [2022-03-09T22:24:56.039Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3056955417\\victim" -> "../victim" [2022-03-09T22:24:56.039Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3230855923\\victim" -> "../victim" [2022-03-09T22:24:56.039Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink812720731\\victim" -> "../victim" [2022-03-09T22:24:56.039Z] --- PASS: TestUntarInvalidHardlink (0.03s) [2022-03-09T22:24:56.039Z] === RUN TestUntarInvalidSymlink [2022-03-09T22:24:56.039Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1300427078\\dest\\dotdot" -> "../victim/hello" [2022-03-09T22:24:56.039Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink796556064\\dest\\slash-dotdot" -> "/../victim/hello" [2022-03-09T22:24:56.039Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3270686576\\dest\\loophole-victim" -> "../victim" [2022-03-09T22:24:56.039Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3902219089\\dest\\loophole-victim" -> "../victim" [2022-03-09T22:24:56.039Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1574451154\\dest\\loophole-victim" -> "../victim" [2022-03-09T22:24:56.039Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink949426190\\dest\\loophole-victim" -> "../victim" [2022-03-09T22:24:56.039Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3023526398\\dest\\dir\\loophole" -> "../../victim" [2022-03-09T22:24:56.039Z] --- PASS: TestUntarInvalidSymlink (0.04s) [2022-03-09T22:24:56.039Z] === RUN TestTempArchiveCloseMultipleTimes [2022-03-09T22:24:56.039Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2022-03-09T22:24:56.039Z] === RUN TestXGlobalNoParent [2022-03-09T22:24:56.039Z] --- PASS: TestXGlobalNoParent (0.00s) [2022-03-09T22:24:56.039Z] === RUN TestReplaceFileTarWrapper [2022-03-09T22:24:56.039Z] --- PASS: TestNetworkDBCRUDTableEntries (3.25s) [2022-03-09T22:24:56.039Z] === RUN TestNetworkDBNodeLeave [2022-03-09T22:24:56.039Z] --- PASS: TestReplaceFileTarWrapper (0.18s) [2022-03-09T22:24:56.039Z] === RUN TestPrefixHeaderReadable [2022-03-09T22:24:56.416Z] === RUN TestDockerSuite/TestBuildEnv [2022-03-09T22:24:56.507Z] --- PASS: TestPrefixHeaderReadable (0.04s) [2022-03-09T22:24:56.507Z] === RUN TestDisablePigz [2022-03-09T22:24:56.507Z] archive_test.go:1372: Test will not check full path when Pigz not installed [2022-03-09T22:24:56.507Z] --- PASS: TestDisablePigz (0.15s) [2022-03-09T22:24:56.507Z] === RUN TestPigz [2022-03-09T22:24:56.507Z] === RUN TestCreateIDMapOrder [2022-03-09T22:24:56.507Z] --- PASS: TestCreateIDMapOrder (0.00s) [2022-03-09T22:24:56.507Z] PASS [2022-03-09T22:24:56.507Z] coverage: 7.2% of statements [2022-03-09T22:24:56.507Z] ok github.com/docker/docker/pkg/idtools 0.043s coverage: 7.2% of statements [2022-03-09T22:24:56.507Z] archive_test.go:1401: Tested whether Pigz is not used, as it not installed [2022-03-09T22:24:56.507Z] --- PASS: TestPigz (0.16s) [2022-03-09T22:24:56.507Z] === RUN TestNosysFileInfo [2022-03-09T22:24:56.507Z] --- PASS: TestNosysFileInfo (0.00s) [2022-03-09T22:24:56.507Z] === RUN TestCopyFileWithInvalidDest [2022-03-09T22:24:56.507Z] archive_windows_test.go:16: Currently fails [2022-03-09T22:24:56.507Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2022-03-09T22:24:56.507Z] === RUN TestCanonicalTarNameForPath [2022-03-09T22:24:56.507Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2022-03-09T22:24:56.507Z] === RUN TestCanonicalTarName [2022-03-09T22:24:56.507Z] --- PASS: TestCanonicalTarName (0.00s) [2022-03-09T22:24:56.507Z] === RUN TestChmodTarEntry [2022-03-09T22:24:56.507Z] --- PASS: TestChmodTarEntry (0.00s) [2022-03-09T22:24:56.507Z] === RUN TestHardLinkOrder [2022-03-09T22:24:56.507Z] --- PASS: TestHardLinkOrder (0.08s) [2022-03-09T22:24:56.507Z] === RUN TestChangeString [2022-03-09T22:24:56.507Z] --- PASS: TestChangeString (0.00s) [2022-03-09T22:24:56.507Z] === RUN TestChangesWithNoChanges [2022-03-09T22:24:56.507Z] --- PASS: TestChangesWithNoChanges (0.03s) [2022-03-09T22:24:56.507Z] === RUN TestChangesWithChanges [2022-03-09T22:24:56.977Z] --- PASS: TestChangesWithChanges (0.04s) [2022-03-09T22:24:56.977Z] === RUN TestChangesWithChangesGH13590 [2022-03-09T22:24:56.977Z] changes_test.go:195: needs more investigation [2022-03-09T22:24:56.977Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2022-03-09T22:24:56.977Z] === RUN TestChangesDirsEmpty [2022-03-09T22:24:56.977Z] changes_test.go:260: FIXME: broken on Windows 1903 and up; see #39846 [2022-03-09T22:24:56.977Z] --- SKIP: TestChangesDirsEmpty (0.00s) [2022-03-09T22:24:56.977Z] === RUN TestChangesDirsMutated [2022-03-09T22:24:56.977Z] changes_test.go:354: FIXME: broken on Windows 1903 and up; see #39846 [2022-03-09T22:24:56.977Z] --- SKIP: TestChangesDirsMutated (0.00s) [2022-03-09T22:24:56.977Z] === RUN TestApplyLayer [2022-03-09T22:24:56.977Z] changes_test.go:432: needs further investigation [2022-03-09T22:24:56.977Z] --- SKIP: TestApplyLayer (0.00s) [2022-03-09T22:24:56.977Z] === RUN TestChangesSizeWithHardlinks [2022-03-09T22:24:56.977Z] changes_test.go:468: needs further investigation [2022-03-09T22:24:56.977Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2022-03-09T22:24:56.977Z] === RUN TestChangesSizeWithNoChanges [2022-03-09T22:24:56.977Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2022-03-09T22:24:56.977Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2022-03-09T22:24:56.977Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2022-03-09T22:24:56.977Z] === RUN TestChangesSize [2022-03-09T22:24:56.977Z] --- PASS: TestChangesSize (0.00s) [2022-03-09T22:24:56.977Z] === RUN TestApplyLayerInvalidFilenames [2022-03-09T22:24:56.977Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames2324506222\\dest" [2022-03-09T22:24:56.977Z] --- PASS: TestApplyLayerInvalidFilenames (0.01s) [2022-03-09T22:24:56.977Z] === RUN TestApplyLayerInvalidHardlink [2022-03-09T22:24:56.977Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2256081333\\victim\\hello" -> "../victim/hello" [2022-03-09T22:24:56.977Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink599209239\\victim\\hello" -> "/../victim/hello" [2022-03-09T22:24:56.977Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3203222805\\victim" -> "../victim" [2022-03-09T22:24:56.977Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink4252216515\\victim" -> "../victim" [2022-03-09T22:24:56.977Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink1186602452\\victim" -> "../victim" [2022-03-09T22:24:56.977Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink918382947\\victim" -> "../victim" [2022-03-09T22:24:56.977Z] --- PASS: TestApplyLayerInvalidHardlink (0.04s) [2022-03-09T22:24:56.977Z] === RUN TestApplyLayerInvalidSymlink [2022-03-09T22:24:56.977Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink1805688503\\dest\\dotdot" -> "../victim/hello" [2022-03-09T22:24:56.977Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink1325834573\\dest\\slash-dotdot" -> "/../victim/hello" [2022-03-09T22:24:56.977Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink1863651113\\dest\\loophole-victim" -> "../victim" [2022-03-09T22:24:56.977Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink976665867\\dest\\loophole-victim" -> "../victim" [2022-03-09T22:24:56.977Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink2690494914\\dest\\loophole-victim" -> "../victim" [2022-03-09T22:24:56.977Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3163212444\\dest\\loophole-victim" -> "../victim" [2022-03-09T22:24:56.977Z] --- PASS: TestApplyLayerInvalidSymlink (0.04s) [2022-03-09T22:24:56.977Z] === RUN TestApplyLayerWhiteouts [2022-03-09T22:24:56.977Z] --- PASS: TestApplyLayerWhiteouts (0.09s) [2022-03-09T22:24:56.977Z] === RUN TestGenerateEmptyFile [2022-03-09T22:24:56.977Z] --- PASS: TestGenerateEmptyFile (0.00s) [2022-03-09T22:24:56.977Z] === RUN TestGenerateWithContent [2022-03-09T22:24:56.977Z] --- PASS: TestGenerateWithContent (0.00s) [2022-03-09T22:24:56.977Z] PASS [2022-03-09T22:24:56.977Z] coverage: 62.0% of statements [2022-03-09T22:24:56.977Z] ok github.com/docker/docker/pkg/archive 8.509s coverage: 62.0% of statements [2022-03-09T22:24:57.964Z] === RUN TestFixedBufferCap [2022-03-09T22:24:57.964Z] --- PASS: TestFixedBufferCap (0.00s) [2022-03-09T22:24:57.964Z] === RUN TestFixedBufferLen [2022-03-09T22:24:57.964Z] --- PASS: TestFixedBufferLen (0.00s) [2022-03-09T22:24:57.964Z] === RUN TestFixedBufferString [2022-03-09T22:24:57.964Z] --- PASS: TestFixedBufferString (0.00s) [2022-03-09T22:24:57.964Z] === RUN TestFixedBufferWrite [2022-03-09T22:24:57.964Z] --- PASS: TestFixedBufferWrite (0.00s) [2022-03-09T22:24:57.964Z] === RUN TestFixedBufferRead [2022-03-09T22:24:57.964Z] --- PASS: TestFixedBufferRead (0.00s) [2022-03-09T22:24:57.964Z] === RUN TestBytesPipeRead [2022-03-09T22:24:57.964Z] --- PASS: TestBytesPipeRead (0.00s) [2022-03-09T22:24:57.964Z] === RUN TestBytesPipeWrite [2022-03-09T22:24:57.964Z] --- PASS: TestBytesPipeWrite (0.00s) [2022-03-09T22:24:57.964Z] === RUN TestBytesPipeWriteRandomChunks [2022-03-09T22:24:58.320Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine [2022-03-09T22:24:58.320Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2022-03-09T22:24:58.433Z] --- PASS: TestBytesPipeWriteRandomChunks (0.48s) [2022-03-09T22:24:58.433Z] === RUN TestAtomicWriteToFile [2022-03-09T22:24:58.433Z] --- PASS: TestAtomicWriteToFile (0.01s) [2022-03-09T22:24:58.433Z] === RUN TestAtomicWriteSetCommit [2022-03-09T22:24:58.433Z] --- PASS: TestAtomicWriteSetCommit (0.01s) [2022-03-09T22:24:58.433Z] === RUN TestAtomicWriteSetCancel [2022-03-09T22:24:58.433Z] --- PASS: TestAtomicWriteSetCancel (0.01s) [2022-03-09T22:24:58.433Z] === RUN TestReadCloserWrapperClose [2022-03-09T22:24:58.433Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2022-03-09T22:24:58.433Z] === RUN TestReaderErrWrapperReadOnError [2022-03-09T22:24:58.433Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2022-03-09T22:24:58.433Z] === RUN TestReaderErrWrapperRead [2022-03-09T22:24:58.433Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2022-03-09T22:24:58.433Z] === RUN TestCancelReadCloser [2022-03-09T22:24:58.433Z] --- PASS: TestCancelReadCloser (0.10s) [2022-03-09T22:24:58.433Z] === RUN TestWriteCloserWrapperClose [2022-03-09T22:24:58.433Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2022-03-09T22:24:58.433Z] === RUN TestNopWriteCloser [2022-03-09T22:24:58.433Z] --- PASS: TestNopWriteCloser (0.00s) [2022-03-09T22:24:58.433Z] === RUN TestNopWriter [2022-03-09T22:24:58.433Z] --- PASS: TestNopWriter (0.00s) [2022-03-09T22:24:58.433Z] === RUN TestWriteCounter [2022-03-09T22:24:58.433Z] --- PASS: TestWriteCounter (0.00s) [2022-03-09T22:24:58.433Z] PASS [2022-03-09T22:24:58.433Z] coverage: 70.1% of statements [2022-03-09T22:24:58.433Z] ok github.com/docker/docker/pkg/ioutils 0.664s coverage: 70.1% of statements [2022-03-09T22:24:58.902Z] --- PASS: TestNetworkDBNodeLeave (2.86s) [2022-03-09T22:24:58.902Z] === RUN TestNetworkDBWatch [2022-03-09T22:24:59.255Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2022-03-09T22:24:59.370Z] === RUN TestError [2022-03-09T22:24:59.370Z] --- PASS: TestError (0.00s) [2022-03-09T22:24:59.370Z] === RUN TestProgressString [2022-03-09T22:24:59.370Z] === RUN TestProgressString/no_progress [2022-03-09T22:24:59.370Z] === RUN TestProgressString/progress_1 [2022-03-09T22:24:59.370Z] === RUN TestProgressString/some_progress_with_a_start_time [2022-03-09T22:24:59.370Z] === RUN TestProgressString/some_progress_without_a_start_time [2022-03-09T22:24:59.370Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2022-03-09T22:24:59.370Z] === RUN TestProgressString/with_units [2022-03-09T22:24:59.370Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2022-03-09T22:24:59.370Z] === RUN TestProgressString/hide_counts [2022-03-09T22:24:59.370Z] --- PASS: TestProgressString (0.00s) [2022-03-09T22:24:59.370Z] --- PASS: TestProgressString/no_progress (0.00s) [2022-03-09T22:24:59.370Z] --- PASS: TestProgressString/progress_1 (0.00s) [2022-03-09T22:24:59.370Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2022-03-09T22:24:59.370Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2022-03-09T22:24:59.370Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2022-03-09T22:24:59.370Z] --- PASS: TestProgressString/with_units (0.00s) [2022-03-09T22:24:59.370Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2022-03-09T22:24:59.370Z] --- PASS: TestProgressString/hide_counts (0.00s) [2022-03-09T22:24:59.370Z] === RUN TestJSONMessageDisplay [2022-03-09T22:24:59.837Z] --- PASS: TestJSONMessageDisplay (0.19s) [2022-03-09T22:24:59.837Z] === RUN TestJSONMessageDisplayWithJSONError [2022-03-09T22:24:59.837Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2022-03-09T22:24:59.837Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2022-03-09T22:24:59.837Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2022-03-09T22:24:59.837Z] === RUN TestDisplayJSONMessagesStream [2022-03-09T22:24:59.837Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2022-03-09T22:24:59.837Z] PASS [2022-03-09T22:24:59.837Z] coverage: 91.7% of statements [2022-03-09T22:24:59.837Z] ok github.com/docker/docker/pkg/jsonmessage 0.246s coverage: 91.7% of statements [2022-03-09T22:25:00.306Z] === RUN TestStandardLongPath [2022-03-09T22:25:00.306Z] --- PASS: TestStandardLongPath (0.00s) [2022-03-09T22:25:00.306Z] === RUN TestUNCLongPath [2022-03-09T22:25:00.306Z] --- PASS: TestUNCLongPath (0.00s) [2022-03-09T22:25:00.306Z] PASS [2022-03-09T22:25:00.306Z] coverage: 100.0% of statements [2022-03-09T22:25:00.306Z] ok github.com/docker/docker/pkg/longpath 0.045s coverage: 100.0% of statements [2022-03-09T22:25:00.633Z] === RUN TestDockerSuite/TestBuildEnvUsage [2022-03-09T22:25:00.777Z] 2022/03/09 22:25:00 Closing DB instances... [2022-03-09T22:25:01.245Z] === RUN TestNameFormat [2022-03-09T22:25:01.245Z] --- PASS: TestNameFormat (0.00s) [2022-03-09T22:25:01.245Z] === RUN TestNameRetries [2022-03-09T22:25:01.245Z] --- PASS: TestNameRetries (0.00s) [2022-03-09T22:25:01.245Z] PASS [2022-03-09T22:25:01.245Z] coverage: 85.7% of statements [2022-03-09T22:25:01.245Z] ok github.com/docker/docker/pkg/namesgenerator 0.040s coverage: 85.7% of statements [2022-03-09T22:25:01.713Z] === RUN TestParseKeyValueOpt [2022-03-09T22:25:01.713Z] --- PASS: TestParseKeyValueOpt (0.00s) [2022-03-09T22:25:01.713Z] === RUN TestParseUintList [2022-03-09T22:25:01.713Z] --- PASS: TestParseUintList (0.00s) [2022-03-09T22:25:01.713Z] === RUN TestParseUintListMaximumLimits [2022-03-09T22:25:01.713Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2022-03-09T22:25:01.713Z] PASS [2022-03-09T22:25:01.713Z] coverage: 97.0% of statements [2022-03-09T22:25:01.713Z] ok github.com/docker/docker/pkg/parsers 0.039s coverage: 97.0% of statements [2022-03-09T22:25:02.181Z] --- PASS: TestNetworkDBWatch (3.03s) [2022-03-09T22:25:02.181Z] === RUN TestNetworkDBBulkSync [2022-03-09T22:25:02.650Z] === RUN TestNewAndRemove [2022-03-09T22:25:02.650Z] --- PASS: TestNewAndRemove (0.00s) [2022-03-09T22:25:02.650Z] === RUN TestRemoveInvalidPath [2022-03-09T22:25:02.650Z] --- PASS: TestRemoveInvalidPath (0.00s) [2022-03-09T22:25:02.650Z] PASS [2022-03-09T22:25:02.650Z] coverage: 82.6% of statements [2022-03-09T22:25:02.650Z] ok github.com/docker/docker/pkg/pidfile 0.046s coverage: 82.6% of statements [2022-03-09T22:25:03.706Z] 2022/03/09 22:25:03 Closing DB instances... [2022-03-09T22:25:03.916Z] docker_cli_daemon_test.go:2522: [d869d89fec176] daemon is not started [2022-03-09T22:25:04.174Z] --- PASS: TestGetAddress (23.13s) [2022-03-09T22:25:04.174Z] === RUN TestRequestSyntaxCheck [2022-03-09T22:25:04.174Z] --- PASS: TestRequestSyntaxCheck (0.02s) [2022-03-09T22:25:04.174Z] === RUN TestRequest [2022-03-09T22:25:04.642Z] === RUN TestFailedConnection [2022-03-09T22:25:05.112Z] --- PASS: TestNetworkDBBulkSync (2.83s) [2022-03-09T22:25:05.112Z] === RUN TestNetworkDBCRUDMediumCluster [2022-03-09T22:25:05.589Z] --- PASS: TestCreateServiceConfigFileMode (12.39s) [2022-03-09T22:25:05.589Z] === RUN TestCreateServiceSysctls [2022-03-09T22:25:05.820Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile [2022-03-09T22:25:06.159Z] --- PASS: TestCreateServiceSysctls (2.94s) [2022-03-09T22:25:06.159Z] === RUN TestCreateServiceCapabilities [2022-03-09T22:25:06.677Z] --- PASS: TestFailedConnection (2.08s) [2022-03-09T22:25:06.677Z] === RUN TestFailOnce [2022-03-09T22:25:06.677Z] 2022/03/09 22:25:06 http: panic serving 127.0.0.1:49296: Plugin not ready [2022-03-09T22:25:06.677Z] goroutine 5 [running]: [2022-03-09T22:25:06.677Z] net/http.(*conn).serve.func1() [2022-03-09T22:25:06.677Z] c:/go/src/net/http/server.go:1802 +0xb9 [2022-03-09T22:25:06.677Z] panic({0x116ca00, 0x12809d0}) [2022-03-09T22:25:06.677Z] c:/go/src/runtime/panic.go:1047 +0x266 [2022-03-09T22:25:06.677Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1({0xffffffffffffffff, 0xd35dd18edb4c6533}, 0xc000051a98) [2022-03-09T22:25:06.677Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x3d [2022-03-09T22:25:06.677Z] net/http.HandlerFunc.ServeHTTP(0x0, {0x128d900, 0xc0000b0000}, 0x10a1d26) [2022-03-09T22:25:06.677Z] c:/go/src/net/http/server.go:2047 +0x2f [2022-03-09T22:25:06.677Z] net/http.(*ServeMux).ServeHTTP(0x0, {0x128d900, 0xc0000b0000}, 0xc000064000) [2022-03-09T22:25:06.677Z] c:/go/src/net/http/server.go:2425 +0x149 [2022-03-09T22:25:06.677Z] net/http.serverHandler.ServeHTTP({0x128bff0}, {0x128d900, 0xc0000b0000}, 0xc000064000) [2022-03-09T22:25:06.677Z] c:/go/src/net/http/server.go:2879 +0x43b [2022-03-09T22:25:06.677Z] net/http.(*conn).serve(0xc00005e000, {0x128f900, 0xc0000260f0}) [2022-03-09T22:25:06.677Z] c:/go/src/net/http/server.go:1930 +0xb08 [2022-03-09T22:25:06.677Z] created by net/http.(*Server).Serve [2022-03-09T22:25:06.677Z] c:/go/src/net/http/server.go:3034 +0x4e8 [2022-03-09T22:25:06.677Z] time="2022-03-09T22:25:06Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49295/Test.FailOnce: Post \"http://127.0.0.1:49295/Test.FailOnce\": EOF, retrying in 1s" [2022-03-09T22:25:06.755Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2022-03-09T22:25:07.828Z] --- PASS: TestFailOnce (1.21s) [2022-03-09T22:25:07.828Z] === RUN TestEchoInputOutput [2022-03-09T22:25:07.828Z] --- PASS: TestEchoInputOutput (0.00s) [2022-03-09T22:25:07.828Z] === RUN TestBackoff [2022-03-09T22:25:07.828Z] --- PASS: TestBackoff (0.00s) [2022-03-09T22:25:07.828Z] === RUN TestAbortRetry [2022-03-09T22:25:07.828Z] --- PASS: TestAbortRetry (0.00s) [2022-03-09T22:25:07.828Z] === RUN TestClientScheme [2022-03-09T22:25:07.828Z] --- PASS: TestClientScheme (0.00s) [2022-03-09T22:25:07.828Z] === RUN TestNewClientWithTimeout [2022-03-09T22:25:07.828Z] 2022/03/09 22:25:07 Closing DB instances... [2022-03-09T22:25:07.828Z] time="2022-03-09T22:25:07Z" level=error msg="node: 64e1775826d7 is unknown to memberlist" [2022-03-09T22:25:07.937Z] --- PASS: TestInfoAPIWarnings (16.26s) [2022-03-09T22:25:07.937Z] === RUN TestInfoDebug [2022-03-09T22:25:07.937Z] --- PASS: TestInfoDebug (0.53s) [2022-03-09T22:25:07.937Z] === RUN TestInfoInsecureRegistries [2022-03-09T22:25:07.937Z] --- PASS: TestInfoInsecureRegistries (0.53s) [2022-03-09T22:25:07.937Z] === RUN TestInfoRegistryMirrors [2022-03-09T22:25:07.937Z] --- PASS: TestInfoRegistryMirrors (0.53s) [2022-03-09T22:25:07.937Z] === RUN TestLoginFailsWithBadCredentials [2022-03-09T22:25:07.937Z] --- PASS: TestLoginFailsWithBadCredentials (0.10s) [2022-03-09T22:25:07.937Z] === RUN TestPingCacheHeaders [2022-03-09T22:25:07.937Z] --- PASS: TestPingCacheHeaders (0.02s) [2022-03-09T22:25:07.937Z] === RUN TestPingGet [2022-03-09T22:25:07.937Z] --- PASS: TestPingGet (0.01s) [2022-03-09T22:25:07.937Z] === RUN TestPingHead [2022-03-09T22:25:07.937Z] --- PASS: TestPingHead (0.02s) [2022-03-09T22:25:07.937Z] === RUN TestVersion [2022-03-09T22:25:07.937Z] --- PASS: TestVersion (0.02s) [2022-03-09T22:25:07.937Z] === CONT TestCgroupDriverSystemdMemoryLimit [2022-03-09T22:25:07.937Z] === CONT TestDiskUsage [2022-03-09T22:25:08.298Z] time="2022-03-09T22:25:07Z" 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-09T22:25:08.503Z] === RUN TestDiskUsage/empty [2022-03-09T22:25:08.503Z] === RUN TestDiskUsage/empty/container_types [2022-03-09T22:25:08.503Z] === RUN TestDiskUsage/empty/image_types [2022-03-09T22:25:08.503Z] === RUN TestDiskUsage/empty/volume_types [2022-03-09T22:25:08.503Z] === RUN TestDiskUsage/empty/build-cache_types [2022-03-09T22:25:08.503Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-03-09T22:25:08.503Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-03-09T22:25:08.503Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-03-09T22:25:08.503Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-03-09T22:25:08.503Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-03-09T22:25:08.503Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-03-09T22:25:08.503Z] === RUN TestDiskUsage/after_LoadBusybox [2022-03-09T22:25:08.701Z] --- PASS: TestCreateServiceCapabilities (2.37s) [2022-03-09T22:25:08.702Z] === RUN TestInspect [2022-03-09T22:25:08.762Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-03-09T22:25:08.762Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-03-09T22:25:08.762Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-03-09T22:25:08.762Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-03-09T22:25:08.762Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-03-09T22:25:08.762Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-03-09T22:25:08.762Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-03-09T22:25:08.762Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-03-09T22:25:08.762Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-03-09T22:25:08.762Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-03-09T22:25:08.762Z] === RUN TestDiskUsage/after_container.Run [2022-03-09T22:25:09.328Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-03-09T22:25:09.328Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-03-09T22:25:09.328Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-03-09T22:25:09.328Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-03-09T22:25:09.328Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-03-09T22:25:09.328Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-03-09T22:25:09.328Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-03-09T22:25:09.328Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-03-09T22:25:09.328Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-03-09T22:25:09.328Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-03-09T22:25:09.328Z] --- PASS: TestCgroupDriverSystemdMemoryLimit (1.46s) [2022-03-09T22:25:09.586Z] --- PASS: TestDiskUsage (1.61s) [2022-03-09T22:25:09.586Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-03-09T22:25:09.586Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-03-09T22:25:09.586Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-03-09T22:25:09.586Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-03-09T22:25:09.586Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-03-09T22:25:09.586Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-03-09T22:25:09.586Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-03-09T22:25:09.586Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-03-09T22:25:09.586Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-03-09T22:25:09.587Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-03-09T22:25:09.587Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-03-09T22:25:09.587Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.35s) [2022-03-09T22:25:09.587Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-03-09T22:25:09.587Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-03-09T22:25:09.587Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-03-09T22:25:09.587Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-03-09T22:25:09.587Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-03-09T22:25:09.587Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-03-09T22:25:09.587Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-03-09T22:25:09.587Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-03-09T22:25:09.587Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-03-09T22:25:09.587Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-03-09T22:25:09.587Z] --- PASS: TestDiskUsage/after_container.Run (0.55s) [2022-03-09T22:25:09.587Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.01s) [2022-03-09T22:25:09.587Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-03-09T22:25:09.587Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-03-09T22:25:09.587Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-03-09T22:25:09.587Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2022-03-09T22:25:09.587Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-03-09T22:25:09.587Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2022-03-09T22:25:09.587Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-03-09T22:25:09.587Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2022-03-09T22:25:09.587Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2022-03-09T22:25:09.587Z] PASS [2022-03-09T22:25:09.587Z] [2022-03-09T22:25:09.587Z] DONE 50 tests in 20.409s [2022-03-09T22:25:09.587Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2022-03-09T22:25:09.587Z] INFO: Testing against a local daemon [2022-03-09T22:25:09.587Z] === RUN TestVolumesCreateAndList [2022-03-09T22:25:09.587Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-03-09T22:25:09.587Z] === RUN TestVolumesRemove [2022-03-09T22:25:09.846Z] --- PASS: TestVolumesRemove (0.09s) [2022-03-09T22:25:09.846Z] === RUN TestVolumesInspect [2022-03-09T22:25:09.846Z] --- PASS: TestVolumesInspect (0.02s) [2022-03-09T22:25:09.846Z] === RUN TestVolumesInvalidJSON [2022-03-09T22:25:09.846Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-03-09T22:25:09.846Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-03-09T22:25:09.846Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-03-09T22:25:09.846Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2022-03-09T22:25:09.846Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2022-03-09T22:25:09.846Z] PASS [2022-03-09T22:25:09.846Z] [2022-03-09T22:25:09.846Z] DONE 5 tests in 0.211s [2022-03-09T22:25:09.846Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-03-09T22:25:09.863Z] time="2022-03-09T22:25: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-09T22:25:10.332Z] --- PASS: TestNetworkDBCRUDMediumCluster (5.51s) [2022-03-09T22:25:10.332Z] === RUN TestNetworkDBNodeJoinLeaveIteration [2022-03-09T22:25:10.412Z] Stopping apparmor (via systemctl): apparmor.service. [2022-03-09T22:25:10.412Z] Removing test suite binaries [2022-03-09T22:25:10.412Z] exiting test-integration [2022-03-09T22:25:10.412Z] ++ exit 0 [2022-03-09T22:25:10.412Z] [2022-03-09T22:25:11.245Z] --- PASS: TestInspect (2.53s) [2022-03-09T22:25:11.245Z] === RUN TestCreateJob [2022-03-09T22:25:11.318Z] --- PASS: TestRequest (7.28s) [2022-03-09T22:25:11.318Z] === RUN TestOverlappingRequests [2022-03-09T22:25:11.787Z] --- PASS: TestOverlappingRequests (0.36s) [2022-03-09T22:25:11.787Z] === RUN TestRelease Post stage [Pipeline] junit [2022-03-09T22:25:11.797Z] Recording test results [2022-03-09T22:25:12.255Z] time="2022-03-09T22:25:11Z" 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-09T22:25:12.833Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-03-09T22:25:13.180Z] + echo Ensuring container killed. [2022-03-09T22:25:13.180Z] Ensuring container killed. [2022-03-09T22:25:13.180Z] + docker rm -vf docker-pr2 [2022-03-09T22:25:13.180Z] Error: No such container: docker-pr2 [2022-03-09T22:25:13.241Z] --- PASS: TestRelease (1.40s) [2022-03-09T22:25:13.241Z] === RUN TestAllocateRandomDeallocate [Pipeline] sh [2022-03-09T22:25:13.724Z] + echo Chowning /workspace to jenkins user [2022-03-09T22:25:13.724Z] Chowning /workspace to jenkins user [2022-03-09T22:25:13.724Z] + id -u [2022-03-09T22:25:13.724Z] + id -g [2022-03-09T22:25:13.724Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43352:/workspace busybox chown -R 1000:1000 /workspace [2022-03-09T22:25:13.724Z] Unable to find image 'busybox:latest' locally [2022-03-09T22:25:13.724Z] latest: Pulling from library/busybox [2022-03-09T22:25:13.788Z] --- PASS: TestCreateJob (2.89s) [2022-03-09T22:25:13.788Z] === RUN TestReplicatedJob [2022-03-09T22:25:13.983Z] 7e5209d2300f: Pulling fs layer [2022-03-09T22:25:13.983Z] 7e5209d2300f: Verifying Checksum [2022-03-09T22:25:13.983Z] 7e5209d2300f: Download complete [2022-03-09T22:25:13.983Z] 7e5209d2300f: Pull complete [2022-03-09T22:25:13.983Z] Digest: sha256:34c3559bbdedefd67195e766e38cfbb0fcabff4241dbee3f390fd6e3310f5ebc [2022-03-09T22:25:13.983Z] Status: Downloaded newer image for busybox:latest [2022-03-09T22:25:14.960Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-03-09T22:25:15.653Z] + bundleName=amd64-cgroup2 [2022-03-09T22:25:15.653Z] + echo Creating amd64-cgroup2-bundles.tar.gz [2022-03-09T22:25:15.654Z] Creating amd64-cgroup2-bundles.tar.gz [2022-03-09T22:25:15.654Z] + 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-09T22:25:15.654Z] + xargs tar -czf amd64-cgroup2-bundles.tar.gz [Pipeline] archiveArtifacts [2022-03-09T22:25:15.923Z] Archiving artifacts [2022-03-09T22:25:16.349Z] === RUN TestDockerDaemonSuite/TestShmSize [2022-03-09T22:25:17.100Z] time="2022-03-09T22:25: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-09T22:25:17.100Z] --- PASS: TestAllocateRandomDeallocate (4.01s) [2022-03-09T22:25:17.100Z] === RUN TestRetrieveFromStore [2022-03-09T22:25:17.729Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43352/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-03-09T22:25:18.040Z] + make clean [2022-03-09T22:25:18.040Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-03-09T22:25:18.249Z] === RUN TestDockerDaemonSuite/TestShmSizeReload [2022-03-09T22:25:18.298Z] docker-dev-cache [2022-03-09T22:25:18.298Z] docker-mod-cache [Pipeline] deleteDir [2022-03-09T22:25:18.668Z] --- PASS: TestRetrieveFromStore (1.36s) [2022-03-09T22:25:18.668Z] === RUN TestRequestReleaseAddressDuplicate [2022-03-09T22:25:18.668Z] --- PASS: TestRequestReleaseAddressDuplicate (0.03s) [2022-03-09T22:25:18.668Z] === RUN TestParallelPredefinedRequest1 [2022-03-09T22:25:18.668Z] === PAUSE TestParallelPredefinedRequest1 [2022-03-09T22:25:18.668Z] === RUN TestParallelPredefinedRequest2 [2022-03-09T22:25:18.668Z] === PAUSE TestParallelPredefinedRequest2 [2022-03-09T22:25:18.668Z] === RUN TestParallelPredefinedRequest3 [2022-03-09T22:25:18.668Z] === PAUSE TestParallelPredefinedRequest3 [2022-03-09T22:25:18.668Z] === RUN TestParallelPredefinedRequest4 [2022-03-09T22:25:18.668Z] === PAUSE TestParallelPredefinedRequest4 [2022-03-09T22:25:18.668Z] === RUN TestParallelPredefinedRequest5 [2022-03-09T22:25:18.668Z] === PAUSE TestParallelPredefinedRequest5 [2022-03-09T22:25:18.668Z] === RUN TestDebug [2022-03-09T22:25:18.668Z] --- PASS: TestDebug (0.00s) [2022-03-09T22:25:18.668Z] === RUN TestRequestPoolParallel [2022-03-09T22:25:19.091Z] --- PASS: TestReplicatedJob (4.44s) [2022-03-09T22:25:19.091Z] === RUN TestUpdateReplicatedJob [2022-03-09T22:25:19.136Z] --- PASS: TestRequestPoolParallel (0.46s) [2022-03-09T22:25:19.136Z] === RUN TestFullAllocateRelease [2022-03-09T22:25:19.604Z] --- PASS: TestFullAllocateRelease (0.49s) [2022-03-09T22:25:19.604Z] === RUN TestOddAllocateRelease [2022-03-09T22:25:20.073Z] --- PASS: TestOddAllocateRelease (0.28s) [2022-03-09T22:25:20.073Z] === RUN TestFullAllocateSerialReleaseParallel [2022-03-09T22:25:20.073Z] --- PASS: TestFullAllocateSerialReleaseParallel (0.09s) [2022-03-09T22:25:20.073Z] === RUN TestOddAllocateSerialReleaseParallel [2022-03-09T22:25:20.073Z] --- PASS: TestOddAllocateSerialReleaseParallel (0.06s) [2022-03-09T22:25:20.073Z] === RUN TestEvenAllocateSerialReleaseParallel [2022-03-09T22:25:20.073Z] --- PASS: TestEvenAllocateSerialReleaseParallel (0.06s) [2022-03-09T22:25:20.073Z] === CONT TestParallelPredefinedRequest1 [2022-03-09T22:25:20.073Z] === CONT TestParallelPredefinedRequest4 [2022-03-09T22:25:20.073Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-09T22:25:20.073Z] === CONT TestParallelPredefinedRequest1 [2022-03-09T22:25:20.073Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-09T22:25:20.073Z] --- SKIP: TestParallelPredefinedRequest1 (0.00s) [2022-03-09T22:25:20.073Z] === CONT TestParallelPredefinedRequest2 [2022-03-09T22:25:20.073Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-09T22:25:20.073Z] --- SKIP: TestParallelPredefinedRequest4 (0.00s) [2022-03-09T22:25:20.073Z] --- SKIP: TestParallelPredefinedRequest2 (0.00s) [2022-03-09T22:25:20.073Z] === CONT TestParallelPredefinedRequest3 [2022-03-09T22:25:20.073Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-09T22:25:20.073Z] --- SKIP: TestParallelPredefinedRequest3 (0.00s) [2022-03-09T22:25:20.073Z] === CONT TestParallelPredefinedRequest5 [2022-03-09T22:25:20.073Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-09T22:25:20.073Z] --- SKIP: TestParallelPredefinedRequest5 (0.00s) [2022-03-09T22:25:20.073Z] PASS [2022-03-09T22:25:20.073Z] coverage: 85.3% of statements [2022-03-09T22:25:20.073Z] ok github.com/docker/docker/libnetwork/ipam 47.039s coverage: 85.3% of statements [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-03-09T22:25:20.783Z] === RUN TestDockerDaemonSuite/TestTLSVerify [2022-03-09T22:25:21.041Z] check_test.go:308: [d6047eeed170d] daemon is not started [2022-03-09T22:25:21.041Z] === RUN TestDockerDaemonSuite/TestVolumePlugin [2022-03-09T22:25:21.635Z] --- PASS: TestUpdateReplicatedJob (3.01s) [2022-03-09T22:25:21.635Z] === RUN TestServiceListWithStatuses [2022-03-09T22:25:21.635Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-03-09T22:25:21.635Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-03-09T22:25:21.635Z] === RUN TestDockerNetworkConnectAlias [2022-03-09T22:25:23.101Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-03-09T22:25:23.101Z] === RUN TestBoolValue [2022-03-09T22:25:23.101Z] --- PASS: TestBoolValue (0.00s) [2022-03-09T22:25:23.101Z] === RUN TestBoolValueOrDefault [2022-03-09T22:25:23.101Z] --- PASS: TestBoolValueOrDefault (0.00s) [2022-03-09T22:25:23.101Z] === RUN TestInt64ValueOrZero [2022-03-09T22:25:23.101Z] --- PASS: TestInt64ValueOrZero (0.00s) [2022-03-09T22:25:23.101Z] === RUN TestInt64ValueOrDefault [2022-03-09T22:25:23.101Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2022-03-09T22:25:23.101Z] === RUN TestInt64ValueOrDefaultWithError [2022-03-09T22:25:23.101Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2022-03-09T22:25:23.101Z] === RUN TestJsonContentType [2022-03-09T22:25:23.101Z] --- PASS: TestJsonContentType (0.00s) [2022-03-09T22:25:23.101Z] PASS [2022-03-09T22:25:23.101Z] coverage: 14.7% of statements [2022-03-09T22:25:23.101Z] ok github.com/docker/docker/api/server/httputils 0.122s coverage: 14.7% of statements [2022-03-09T22:25:23.569Z] === RUN TestMaskSecretKeys [2022-03-09T22:25:23.569Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2022-03-09T22:25:23.569Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2022-03-09T22:25:23.569Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2022-03-09T22:25:23.569Z] --- PASS: TestMaskSecretKeys (0.00s) [2022-03-09T22:25:23.569Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2022-03-09T22:25:23.569Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2022-03-09T22:25:23.569Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2022-03-09T22:25:23.569Z] === RUN TestVersionMiddlewareVersion [2022-03-09T22:25:23.569Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2022-03-09T22:25:23.569Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2022-03-09T22:25:23.569Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2022-03-09T22:25:23.569Z] PASS [2022-03-09T22:25:23.569Z] coverage: 37.7% of statements [2022-03-09T22:25:23.569Z] ok github.com/docker/docker/api/server/middleware 0.053s coverage: 37.7% of statements [2022-03-09T22:25:23.569Z] ? github.com/docker/docker/api/server/router [no test files] [2022-03-09T22:25:23.569Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-03-09T22:25:23.569Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-03-09T22:25:23.569Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-03-09T22:25:23.569Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-03-09T22:25:23.569Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-03-09T22:25:23.569Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-03-09T22:25:23.569Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-03-09T22:25:23.569Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-03-09T22:25:23.569Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-03-09T22:25:23.569Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-03-09T22:25:23.867Z] === RUN TestParseEmptyInterface [2022-03-09T22:25:23.867Z] --- PASS: TestParseEmptyInterface (0.00s) [2022-03-09T22:25:23.867Z] === RUN TestParseNonInterfaceType [2022-03-09T22:25:23.867Z] --- PASS: TestParseNonInterfaceType (0.00s) [2022-03-09T22:25:23.867Z] === RUN TestParseWithOneFunction [2022-03-09T22:25:23.867Z] --- PASS: TestParseWithOneFunction (0.00s) [2022-03-09T22:25:23.867Z] === RUN TestParseWithMultipleFuncs [2022-03-09T22:25:23.867Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2022-03-09T22:25:23.867Z] === RUN TestParseWithUnnamedReturn [2022-03-09T22:25:23.867Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2022-03-09T22:25:23.867Z] === RUN TestEmbeddedInterface [2022-03-09T22:25:23.867Z] --- PASS: TestEmbeddedInterface (0.00s) [2022-03-09T22:25:23.867Z] === RUN TestParsedImports [2022-03-09T22:25:23.867Z] --- PASS: TestParsedImports (0.00s) [2022-03-09T22:25:23.867Z] === RUN TestAliasedImports [2022-03-09T22:25:23.867Z] --- PASS: TestAliasedImports (0.00s) [2022-03-09T22:25:23.867Z] PASS [2022-03-09T22:25:23.867Z] coverage: 56.8% of statements [2022-03-09T22:25:23.867Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.050s coverage: 56.8% of statements [2022-03-09T22:25:24.555Z] === RUN TestAdjustForAPIVersion [2022-03-09T22:25:24.555Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2022-03-09T22:25:24.555Z] PASS [2022-03-09T22:25:24.555Z] coverage: 5.7% of statements [2022-03-09T22:25:24.555Z] ok github.com/docker/docker/api/server/router/swarm 0.050s coverage: 5.7% of statements [2022-03-09T22:25:24.555Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-03-09T22:25:24.555Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2022-03-09T22:25:24.555Z] ? github.com/docker/docker/api/types [no test files] [2022-03-09T22:25:24.555Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-03-09T22:25:24.555Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-03-09T22:25:24.555Z] ? github.com/docker/docker/api/types/container [no test files] [2022-03-09T22:25:24.555Z] ? github.com/docker/docker/api/types/events [no test files] [2022-03-09T22:25:24.555Z] === RUN TestStrSliceMarshalJSON [2022-03-09T22:25:24.555Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2022-03-09T22:25:24.555Z] === RUN TestStrSliceUnmarshalJSON [2022-03-09T22:25:24.555Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2022-03-09T22:25:24.555Z] === RUN TestStrSliceUnmarshalString [2022-03-09T22:25:24.555Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2022-03-09T22:25:24.555Z] === RUN TestStrSliceUnmarshalSlice [2022-03-09T22:25:24.555Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2022-03-09T22:25:24.555Z] PASS [2022-03-09T22:25:24.555Z] coverage: 90.0% of statements [2022-03-09T22:25:24.555Z] ok github.com/docker/docker/api/types/strslice 0.041s coverage: 90.0% of statements [2022-03-09T22:25:24.555Z] === RUN TestToJSON [2022-03-09T22:25:24.555Z] --- PASS: TestToJSON (0.00s) [2022-03-09T22:25:24.555Z] === RUN TestToParamWithVersion [2022-03-09T22:25:24.555Z] --- PASS: TestToParamWithVersion (0.00s) [2022-03-09T22:25:24.555Z] === RUN TestFromJSON [2022-03-09T22:25:24.555Z] --- PASS: TestFromJSON (0.00s) [2022-03-09T22:25:24.555Z] === RUN TestEmpty [2022-03-09T22:25:24.555Z] --- PASS: TestEmpty (0.00s) [2022-03-09T22:25:24.555Z] === RUN TestArgsMatchKVListEmptySources [2022-03-09T22:25:24.555Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2022-03-09T22:25:24.555Z] === RUN TestArgsMatchKVList [2022-03-09T22:25:24.555Z] --- PASS: TestArgsMatchKVList (0.00s) [2022-03-09T22:25:24.555Z] === RUN TestArgsMatch [2022-03-09T22:25:24.555Z] --- PASS: TestArgsMatch (0.00s) [2022-03-09T22:25:24.555Z] === RUN TestAdd [2022-03-09T22:25:24.555Z] --- PASS: TestAdd (0.00s) [2022-03-09T22:25:24.555Z] === RUN TestDel [2022-03-09T22:25:24.555Z] --- PASS: TestDel (0.00s) [2022-03-09T22:25:24.555Z] === RUN TestLen [2022-03-09T22:25:24.555Z] --- PASS: TestLen (0.00s) [2022-03-09T22:25:24.555Z] === RUN TestExactMatch [2022-03-09T22:25:24.555Z] --- PASS: TestExactMatch (0.00s) [2022-03-09T22:25:24.555Z] === RUN TestOnlyOneExactMatch [2022-03-09T22:25:24.555Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2022-03-09T22:25:24.555Z] === RUN TestContains [2022-03-09T22:25:24.555Z] --- PASS: TestContains (0.00s) [2022-03-09T22:25:24.555Z] === RUN TestValidate [2022-03-09T22:25:24.555Z] --- PASS: TestValidate (0.00s) [2022-03-09T22:25:24.555Z] === RUN TestWalkValues [2022-03-09T22:25:24.555Z] --- PASS: TestWalkValues (0.00s) [2022-03-09T22:25:24.555Z] === RUN TestFuzzyMatch [2022-03-09T22:25:24.555Z] --- PASS: TestFuzzyMatch (0.00s) [2022-03-09T22:25:24.555Z] === RUN TestClone [2022-03-09T22:25:24.555Z] --- PASS: TestClone (0.00s) [2022-03-09T22:25:24.555Z] PASS [2022-03-09T22:25:24.555Z] coverage: 92.2% of statements [2022-03-09T22:25:24.555Z] ok github.com/docker/docker/api/types/filters 0.049s coverage: 92.2% of statements [2022-03-09T22:25:24.555Z] ? github.com/docker/docker/api/types/image [no test files] [2022-03-09T22:25:24.555Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-03-09T22:25:24.555Z] ? github.com/docker/docker/api/types/network [no test files] [2022-03-09T22:25:24.555Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-03-09T22:25:24.555Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-03-09T22:25:24.555Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-03-09T22:25:24.555Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-03-09T22:25:24.555Z] === RUN TestDurationToSecondsString [2022-03-09T22:25:24.555Z] --- PASS: TestDurationToSecondsString (0.00s) [2022-03-09T22:25:24.555Z] === RUN TestGetTimestamp [2022-03-09T22:25:24.931Z] --- PASS: TestDockerNetworkConnectAlias (3.42s) [2022-03-09T22:25:24.931Z] === RUN TestDockerNetworkReConnect [2022-03-09T22:25:25.024Z] --- PASS: TestGetTimestamp (0.22s) [2022-03-09T22:25:25.024Z] === RUN TestParseTimestamps [2022-03-09T22:25:25.024Z] --- PASS: TestParseTimestamps (0.00s) [2022-03-09T22:25:25.024Z] PASS [2022-03-09T22:25:25.024Z] coverage: 100.0% of statements [2022-03-09T22:25:25.024Z] ok github.com/docker/docker/api/types/time 0.273s coverage: 100.0% of statements [2022-03-09T22:25:25.024Z] === RUN TestCompareVersion [2022-03-09T22:25:25.024Z] --- PASS: TestCompareVersion (0.00s) [2022-03-09T22:25:25.024Z] PASS [2022-03-09T22:25:25.024Z] coverage: 77.3% of statements [2022-03-09T22:25:25.024Z] ok github.com/docker/docker/api/types/versions 0.049s coverage: 77.3% of statements [2022-03-09T22:25:25.024Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-03-09T22:25:25.024Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-03-09T22:25:25.024Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-03-09T22:25:25.024Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2022-03-09T22:25:25.024Z] ? github.com/docker/docker/builder [no test files] [2022-03-09T22:25:25.024Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-03-09T22:25:25.024Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-03-09T22:25:25.024Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-03-09T22:25:25.024Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-03-09T22:25:25.024Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-03-09T22:25:25.024Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-03-09T22:25:25.024Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-03-09T22:25:25.433Z] === RUN TestHTTPTransport [2022-03-09T22:25:25.434Z] --- PASS: TestHTTPTransport (0.00s) [2022-03-09T22:25:25.434Z] PASS [2022-03-09T22:25:25.434Z] coverage: 85.7% of statements [2022-03-09T22:25:25.434Z] ok github.com/docker/docker/pkg/plugins/transport 0.048s coverage: 85.7% of statements [2022-03-09T22:25:25.434Z] --- PASS: TestNewClientWithTimeout (17.60s) [2022-03-09T22:25:25.434Z] === RUN TestClientStream [2022-03-09T22:25:25.434Z] --- PASS: TestClientStream (0.00s) [2022-03-09T22:25:25.434Z] === RUN TestClientSendFile [2022-03-09T22:25:25.434Z] --- PASS: TestClientSendFile (0.00s) [2022-03-09T22:25:25.434Z] === RUN TestClientWithRequestTimeout [2022-03-09T22:25:25.434Z] --- PASS: TestClientWithRequestTimeout (0.01s) [2022-03-09T22:25:25.434Z] === RUN TestFileSpecPlugin [2022-03-09T22:25:25.434Z] --- PASS: TestFileSpecPlugin (0.01s) [2022-03-09T22:25:25.434Z] === RUN TestFileJSONSpecPlugin [2022-03-09T22:25:25.434Z] --- PASS: TestFileJSONSpecPlugin (0.00s) [2022-03-09T22:25:25.434Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2022-03-09T22:25:25.434Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s) [2022-03-09T22:25:25.434Z] === RUN TestPluginAddHandler [2022-03-09T22:25:25.434Z] --- PASS: TestPluginAddHandler (0.00s) [2022-03-09T22:25:25.434Z] === RUN TestPluginWaitBadPlugin [2022-03-09T22:25:25.434Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2022-03-09T22:25:25.434Z] === RUN TestGet [2022-03-09T22:25:25.434Z] time="2022-03-09T22:25:25Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2022-03-09T22:25:25.902Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2022-03-09T22:25:25.902Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-03-09T22:25:25.902Z] === RUN TestBufioReaderPoolPutAndGet [2022-03-09T22:25:25.902Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2022-03-09T22:25:25.902Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2022-03-09T22:25:25.902Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2022-03-09T22:25:25.902Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2022-03-09T22:25:25.902Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-03-09T22:25:25.902Z] === RUN TestBufioWriterPoolPutAndGet [2022-03-09T22:25:25.902Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2022-03-09T22:25:25.902Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2022-03-09T22:25:25.902Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2022-03-09T22:25:25.902Z] === RUN TestBufferPoolPutAndGet [2022-03-09T22:25:25.902Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2022-03-09T22:25:25.902Z] PASS [2022-03-09T22:25:25.902Z] coverage: 88.2% of statements [2022-03-09T22:25:25.902Z] ok github.com/docker/docker/pkg/pools 0.042s coverage: 88.2% of statements [2022-03-09T22:25:26.305Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2022-03-09T22:25:26.371Z] time="2022-03-09T22:25:26Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2022-03-09T22:25:26.371Z] === RUN TestOutputOnPrematureClose [2022-03-09T22:25:26.371Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2022-03-09T22:25:26.371Z] === RUN TestCompleteSilently [2022-03-09T22:25:26.371Z] --- PASS: TestCompleteSilently (0.00s) [2022-03-09T22:25:26.371Z] PASS [2022-03-09T22:25:26.371Z] coverage: 75.9% of statements [2022-03-09T22:25:26.371Z] ok github.com/docker/docker/pkg/progress 0.042s coverage: 75.9% of statements [2022-03-09T22:25:26.564Z] --- PASS: TestDockerDaemonSuite (330.45s) [2022-03-09T22:25:26.564Z] --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (7.09s) [2022-03-09T22:25:26.564Z] --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (1.56s) [2022-03-09T22:25:26.564Z] --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (16.41s) [2022-03-09T22:25:26.564Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (2.95s) [2022-03-09T22:25:26.564Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (2.15s) [2022-03-09T22:25:26.564Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (1.77s) [2022-03-09T22:25:26.564Z] --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (4.59s) [2022-03-09T22:25:26.564Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (2.83s) [2022-03-09T22:25:26.564Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (2.55s) [2022-03-09T22:25:26.564Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (2.92s) [2022-03-09T22:25:26.564Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (2.89s) [2022-03-09T22:25:26.564Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (2.14s) [2022-03-09T22:25:26.564Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.42s) [2022-03-09T22:25:26.564Z] --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (2.07s) [2022-03-09T22:25:26.564Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress (0.51s) [2022-03-09T22:25:26.565Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress (0.51s) [2022-03-09T22:25:26.565Z] --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (1.18s) [2022-03-09T22:25:26.565Z] --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.56s) [2022-03-09T22:25:26.565Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (2.32s) [2022-03-09T22:25:26.565Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (1.52s) [2022-03-09T22:25:26.565Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (2.42s) [2022-03-09T22:25:26.565Z] --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.59s) [2022-03-09T22:25:26.565Z] --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.66s) [2022-03-09T22:25:26.565Z] --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.51s) [2022-03-09T22:25:26.565Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.53s) [2022-03-09T22:25:26.565Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.54s) [2022-03-09T22:25:26.565Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.53s) [2022-03-09T22:25:26.565Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (2.84s) [2022-03-09T22:25:26.565Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCPing (4.27s) [2022-03-09T22:25:26.565Z] --- PASS: TestDockerDaemonSuite/TestDaemonIP (1.89s) [2022-03-09T22:25:26.565Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2022-03-09T22:25:26.565Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (1.91s) [2022-03-09T22:25:26.565Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (2.08s) [2022-03-09T22:25:26.565Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (1.58s) [2022-03-09T22:25:26.565Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (1.78s) [2022-03-09T22:25:26.565Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (3.08s) [2022-03-09T22:25:26.565Z] --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.57s) [2022-03-09T22:25:26.565Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (3.90s) [2022-03-09T22:25:26.565Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (4.01s) [2022-03-09T22:25:26.565Z] --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (3.51s) [2022-03-09T22:25:26.565Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.53s) [2022-03-09T22:25:26.565Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.54s) [2022-03-09T22:25:26.565Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.51s) [2022-03-09T22:25:26.565Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (1.71s) [2022-03-09T22:25:26.565Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (1.78s) [2022-03-09T22:25:26.565Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (1.81s) [2022-03-09T22:25:26.565Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (1.37s) [2022-03-09T22:25:26.565Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (1.66s) [2022-03-09T22:25:26.565Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (1.60s) [2022-03-09T22:25:26.565Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (1.83s) [2022-03-09T22:25:26.565Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.53s) [2022-03-09T22:25:26.565Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.53s) [2022-03-09T22:25:26.565Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.54s) [2022-03-09T22:25:26.565Z] --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (5.72s) [2022-03-09T22:25:26.565Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (2.19s) [2022-03-09T22:25:26.565Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (14.61s) [2022-03-09T22:25:26.565Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (2.33s) [2022-03-09T22:25:26.565Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.11s) [2022-03-09T22:25:26.565Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (4.79s) [2022-03-09T22:25:26.565Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (3.00s) [2022-03-09T22:25:26.565Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (4.70s) [2022-03-09T22:25:26.565Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.53s) [2022-03-09T22:25:26.565Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (2.12s) [2022-03-09T22:25:26.565Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (8.03s) [2022-03-09T22:25:26.565Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (2.70s) [2022-03-09T22:25:26.565Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.63s) [2022-03-09T22:25:26.565Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (2.12s) [2022-03-09T22:25:26.565Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (3.10s) [2022-03-09T22:25:26.565Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2022-03-09T22:25:26.565Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2022-03-09T22:25:26.565Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (2.91s) [2022-03-09T22:25:26.565Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (3.76s) [2022-03-09T22:25:26.565Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (2.61s) [2022-03-09T22:25:26.565Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (2.53s) [2022-03-09T22:25:26.565Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (2.74s) [2022-03-09T22:25:26.565Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (4.55s) [2022-03-09T22:25:26.565Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (3.85s) [2022-03-09T22:25:26.565Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (3.95s) [2022-03-09T22:25:26.565Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (2.24s) [2022-03-09T22:25:26.565Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (2.95s) [2022-03-09T22:25:26.565Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (3.75s) [2022-03-09T22:25:26.565Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (1.41s) [2022-03-09T22:25:26.565Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.53s) [2022-03-09T22:25:26.565Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (5.28s) [2022-03-09T22:25:26.565Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.07s) [2022-03-09T22:25:26.565Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.53s) [2022-03-09T22:25:26.565Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.64s) [2022-03-09T22:25:26.565Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.15s) [2022-03-09T22:25:26.565Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.08s) [2022-03-09T22:25:26.565Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.56s) [2022-03-09T22:25:26.565Z] --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (1.45s) [2022-03-09T22:25:26.565Z] --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (3.05s) [2022-03-09T22:25:26.565Z] --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.53s) [2022-03-09T22:25:26.565Z] --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (2.58s) [2022-03-09T22:25:26.565Z] --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (1.89s) [2022-03-09T22:25:26.565Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (3.79s) [2022-03-09T22:25:26.565Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.04s) [2022-03-09T22:25:26.565Z] --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (4.30s) [2022-03-09T22:25:26.565Z] --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (3.30s) [2022-03-09T22:25:26.565Z] --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (2.78s) [2022-03-09T22:25:26.565Z] --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (2.46s) [2022-03-09T22:25:26.565Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.60s) [2022-03-09T22:25:26.565Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.61s) [2022-03-09T22:25:26.565Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.56s) [2022-03-09T22:25:26.565Z] --- PASS: TestDockerDaemonSuite/TestHTTPSRun (1.71s) [2022-03-09T22:25:26.565Z] --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.01s) [2022-03-09T22:25:26.565Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (2.28s) [2022-03-09T22:25:26.565Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (2.27s) [2022-03-09T22:25:26.565Z] --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (4.05s) [2022-03-09T22:25:26.565Z] --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (1.42s) [2022-03-09T22:25:26.565Z] --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (1.88s) [2022-03-09T22:25:26.565Z] --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (3.27s) [2022-03-09T22:25:26.565Z] --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (3.15s) [2022-03-09T22:25:26.565Z] --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (4.11s) [2022-03-09T22:25:26.565Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (1.71s) [2022-03-09T22:25:26.565Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.07s) [2022-03-09T22:25:26.565Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.10s) [2022-03-09T22:25:26.565Z] --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (3.08s) [2022-03-09T22:25:26.565Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (7.69s) [2022-03-09T22:25:26.565Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (8.25s) [2022-03-09T22:25:26.565Z] --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (2.50s) [2022-03-09T22:25:26.565Z] --- PASS: TestDockerDaemonSuite/TestShmSize (1.69s) [2022-03-09T22:25:26.565Z] --- PASS: TestDockerDaemonSuite/TestShmSizeReload (2.65s) [2022-03-09T22:25:26.565Z] --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.23s) [2022-03-09T22:25:26.565Z] --- PASS: TestDockerDaemonSuite/TestVolumePlugin (5.58s) [2022-03-09T22:25:26.565Z] === RUN TestDockerSwarmSuite [2022-03-09T22:25:26.565Z] === RUN TestDockerSwarmSuite/TestAPIDuplicateNetworks [2022-03-09T22:25:26.590Z] === RUN TestParseRemoteURL [2022-03-09T22:25:26.590Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2022-03-09T22:25:26.590Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2022-03-09T22:25:26.590Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2022-03-09T22:25:26.590Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2022-03-09T22:25:26.590Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2022-03-09T22:25:26.590Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2022-03-09T22:25:26.590Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2022-03-09T22:25:26.590Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2022-03-09T22:25:26.590Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2022-03-09T22:25:26.590Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2022-03-09T22:25:26.590Z] --- PASS: TestParseRemoteURL (0.00s) [2022-03-09T22:25:26.590Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2022-03-09T22:25:26.590Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2022-03-09T22:25:26.590Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2022-03-09T22:25:26.590Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2022-03-09T22:25:26.590Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2022-03-09T22:25:26.590Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2022-03-09T22:25:26.590Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2022-03-09T22:25:26.590Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2022-03-09T22:25:26.590Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2022-03-09T22:25:26.590Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2022-03-09T22:25:26.590Z] === RUN TestCloneArgsSmartHttp [2022-03-09T22:25:26.590Z] --- PASS: TestCloneArgsSmartHttp (0.01s) [2022-03-09T22:25:26.590Z] === RUN TestCloneArgsDumbHttp [2022-03-09T22:25:26.590Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2022-03-09T22:25:26.590Z] === RUN TestCloneArgsGit [2022-03-09T22:25:26.590Z] --- PASS: TestCloneArgsGit (0.00s) [2022-03-09T22:25:26.590Z] === RUN TestCheckoutGit [2022-03-09T22:25:26.840Z] === RUN TestSendToOneSub [2022-03-09T22:25:26.840Z] --- PASS: TestSendToOneSub (0.00s) [2022-03-09T22:25:26.840Z] === RUN TestSendToMultipleSubs [2022-03-09T22:25:26.840Z] --- PASS: TestSendToMultipleSubs (0.00s) [2022-03-09T22:25:26.840Z] === RUN TestEvictOneSub [2022-03-09T22:25:26.840Z] --- PASS: TestEvictOneSub (0.00s) [2022-03-09T22:25:26.840Z] === RUN TestClosePublisher [2022-03-09T22:25:26.840Z] --- PASS: TestClosePublisher (0.00s) [2022-03-09T22:25:26.840Z] === RUN TestPubSubRace [2022-03-09T22:25:27.827Z] --- PASS: TestPubSubRace (1.06s) [2022-03-09T22:25:27.827Z] PASS [2022-03-09T22:25:27.827Z] coverage: 75.0% of statements [2022-03-09T22:25:27.827Z] ok github.com/docker/docker/pkg/pubsub 1.103s coverage: 75.0% of statements [2022-03-09T22:25:28.154Z] === RUN TestEnable [2022-03-09T22:25:28.154Z] --- PASS: TestEnable (0.00s) [2022-03-09T22:25:28.154Z] === RUN TestDisable [2022-03-09T22:25:28.154Z] --- PASS: TestDisable (0.00s) [2022-03-09T22:25:28.154Z] === RUN TestEnabled [2022-03-09T22:25:28.154Z] --- PASS: TestEnabled (0.00s) [2022-03-09T22:25:28.154Z] PASS [2022-03-09T22:25:28.154Z] coverage: 100.0% of statements [2022-03-09T22:25:28.154Z] ok github.com/docker/docker/cli/debug 0.039s coverage: 100.0% of statements [2022-03-09T22:25:28.229Z] --- PASS: TestDockerNetworkReConnect (3.16s) [2022-03-09T22:25:28.229Z] === RUN TestServicePlugin [2022-03-09T22:25:28.229Z] plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-09T22:25:28.229Z] --- SKIP: TestServicePlugin (0.00s) [2022-03-09T22:25:28.229Z] === RUN TestServiceUpdateLabel [2022-03-09T22:25:28.295Z] time="2022-03-09T22:25:28Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2022-03-09T22:25:28.468Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2022-03-09T22:25:28.623Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2022-03-09T22:25:28.623Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.01s) [2022-03-09T22:25:28.623Z] === RUN TestProcessNoDockerignore [2022-03-09T22:25:28.623Z] --- PASS: TestProcessNoDockerignore (0.01s) [2022-03-09T22:25:28.623Z] === RUN TestProcessShouldLeaveAllFiles [2022-03-09T22:25:28.623Z] --- PASS: TestProcessShouldLeaveAllFiles (0.02s) [2022-03-09T22:25:28.623Z] === RUN TestDetectContentType [2022-03-09T22:25:28.623Z] --- PASS: TestDetectContentType (0.00s) [2022-03-09T22:25:28.623Z] === RUN TestSelectAcceptableMIME [2022-03-09T22:25:28.623Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2022-03-09T22:25:28.623Z] === RUN TestInspectEmptyResponse [2022-03-09T22:25:28.623Z] --- PASS: TestInspectEmptyResponse (0.00s) [2022-03-09T22:25:28.623Z] === RUN TestInspectResponseBinary [2022-03-09T22:25:28.623Z] --- PASS: TestInspectResponseBinary (0.00s) [2022-03-09T22:25:28.623Z] === RUN TestResponseUnsupportedContentType [2022-03-09T22:25:28.623Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2022-03-09T22:25:28.623Z] === RUN TestInspectResponseTextSimple [2022-03-09T22:25:28.623Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2022-03-09T22:25:28.623Z] === RUN TestInspectResponseEmptyContentType [2022-03-09T22:25:28.623Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2022-03-09T22:25:28.623Z] === RUN TestUnknownContentLength [2022-03-09T22:25:28.623Z] --- PASS: TestUnknownContentLength (0.00s) [2022-03-09T22:25:28.623Z] === RUN TestDownloadRemote [2022-03-09T22:25:28.623Z] --- PASS: TestDownloadRemote (0.13s) [2022-03-09T22:25:28.623Z] === RUN TestGetWithStatusError [2022-03-09T22:25:28.623Z] --- PASS: TestGetWithStatusError (0.02s) [2022-03-09T22:25:28.623Z] === RUN TestCloseRootDirectory [2022-03-09T22:25:28.623Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-09T22:25:28.623Z] --- SKIP: TestCloseRootDirectory (0.00s) [2022-03-09T22:25:28.623Z] === RUN TestHashFile [2022-03-09T22:25:28.623Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-09T22:25:28.623Z] --- SKIP: TestHashFile (0.01s) [2022-03-09T22:25:28.623Z] === RUN TestHashSubdir [2022-03-09T22:25:28.623Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-09T22:25:28.623Z] --- SKIP: TestHashSubdir (0.01s) [2022-03-09T22:25:28.623Z] === RUN TestRemoveDirectory [2022-03-09T22:25:28.623Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-09T22:25:28.623Z] --- SKIP: TestRemoveDirectory (0.00s) [2022-03-09T22:25:28.623Z] PASS [2022-03-09T22:25:28.623Z] coverage: 9.3% of statements [2022-03-09T22:25:28.623Z] ok github.com/docker/docker/builder/remotecontext 0.349s coverage: 9.3% of statements [2022-03-09T22:25:28.764Z] === RUN TestRegister [2022-03-09T22:25:28.764Z] --- PASS: TestRegister (0.00s) [2022-03-09T22:25:28.764Z] === RUN TestCommand [2022-03-09T22:25:28.764Z] --- PASS: TestCommand (0.03s) [2022-03-09T22:25:28.764Z] === RUN TestNaiveSelf [2022-03-09T22:25:28.764Z] --- PASS: TestNaiveSelf (0.03s) [2022-03-09T22:25:28.764Z] PASS [2022-03-09T22:25:28.764Z] coverage: 82.4% of statements [2022-03-09T22:25:28.764Z] ok github.com/docker/docker/pkg/reexec 0.094s coverage: 82.4% of statements [2022-03-09T22:25:29.091Z] === RUN TestGetAllAllowed [2022-03-09T22:25:29.091Z] --- PASS: TestGetAllAllowed (0.00s) [2022-03-09T22:25:29.091Z] === RUN TestGetAllMeta [2022-03-09T22:25:29.091Z] --- PASS: TestGetAllMeta (0.00s) [2022-03-09T22:25:29.091Z] === RUN TestWarnOnUnusedBuildArgs [2022-03-09T22:25:29.091Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2022-03-09T22:25:29.091Z] === RUN TestIsUnreferencedBuiltin [2022-03-09T22:25:29.091Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2022-03-09T22:25:29.091Z] === RUN TestIsExistingDirectory [2022-03-09T22:25:29.091Z] --- PASS: TestIsExistingDirectory (0.00s) [2022-03-09T22:25:29.091Z] === RUN TestGetFilenameForDownload [2022-03-09T22:25:29.091Z] --- PASS: TestGetFilenameForDownload (0.00s) [2022-03-09T22:25:29.091Z] === RUN TestEnv2Variables [2022-03-09T22:25:29.091Z] --- PASS: TestEnv2Variables (0.00s) [2022-03-09T22:25:29.091Z] === RUN TestEnvValueWithExistingRunConfigEnv [2022-03-09T22:25:29.091Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2022-03-09T22:25:29.091Z] === RUN TestMaintainer [2022-03-09T22:25:29.091Z] --- PASS: TestMaintainer (0.00s) [2022-03-09T22:25:29.091Z] === RUN TestLabel [2022-03-09T22:25:29.091Z] --- PASS: TestLabel (0.00s) [2022-03-09T22:25:29.091Z] === RUN TestFromScratch [2022-03-09T22:25:29.091Z] --- PASS: TestFromScratch (0.00s) [2022-03-09T22:25:29.091Z] === RUN TestFromWithArg [2022-03-09T22:25:29.091Z] --- PASS: TestFromWithArg (0.00s) [2022-03-09T22:25:29.091Z] === RUN TestFromWithArgButBuildArgsNotGiven [2022-03-09T22:25:29.091Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2022-03-09T22:25:29.091Z] === RUN TestFromWithUndefinedArg [2022-03-09T22:25:29.091Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2022-03-09T22:25:29.091Z] === RUN TestFromMultiStageWithNamedStage [2022-03-09T22:25:29.091Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2022-03-09T22:25:29.091Z] === RUN TestOnbuild [2022-03-09T22:25:29.091Z] --- PASS: TestOnbuild (0.00s) [2022-03-09T22:25:29.091Z] === RUN TestWorkdir [2022-03-09T22:25:29.091Z] --- PASS: TestWorkdir (0.00s) [2022-03-09T22:25:29.091Z] === RUN TestCmd [2022-03-09T22:25:29.091Z] --- PASS: TestCmd (0.00s) [2022-03-09T22:25:29.091Z] === RUN TestHealthcheckNone [2022-03-09T22:25:29.091Z] --- PASS: TestHealthcheckNone (0.00s) [2022-03-09T22:25:29.091Z] === RUN TestHealthcheckCmd [2022-03-09T22:25:29.091Z] --- PASS: TestHealthcheckCmd (0.00s) [2022-03-09T22:25:29.091Z] === RUN TestEntrypoint [2022-03-09T22:25:29.091Z] --- PASS: TestEntrypoint (0.01s) [2022-03-09T22:25:29.091Z] === RUN TestExpose [2022-03-09T22:25:29.091Z] --- PASS: TestExpose (0.00s) [2022-03-09T22:25:29.091Z] === RUN TestUser [2022-03-09T22:25:29.091Z] --- PASS: TestUser (0.00s) [2022-03-09T22:25:29.091Z] === RUN TestVolume [2022-03-09T22:25:29.091Z] --- PASS: TestVolume (0.00s) [2022-03-09T22:25:29.091Z] === RUN TestStopSignal [2022-03-09T22:25:29.091Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-03-09T22:25:29.091Z] --- SKIP: TestStopSignal (0.00s) [2022-03-09T22:25:29.091Z] === RUN TestArg [2022-03-09T22:25:29.091Z] --- PASS: TestArg (0.00s) [2022-03-09T22:25:29.091Z] === RUN TestShell [2022-03-09T22:25:29.091Z] --- PASS: TestShell (0.00s) [2022-03-09T22:25:29.091Z] === RUN TestPrependEnvOnCmd [2022-03-09T22:25:29.091Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2022-03-09T22:25:29.091Z] === RUN TestRunWithBuildArgs [2022-03-09T22:25:29.091Z] --- PASS: TestRunWithBuildArgs (0.00s) [2022-03-09T22:25:29.091Z] === RUN TestRunIgnoresHealthcheck [2022-03-09T22:25:29.091Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2022-03-09T22:25:29.091Z] === RUN TestDispatchUnsupportedOptions [2022-03-09T22:25:29.091Z] === RUN TestDispatchUnsupportedOptions/ADD_with_chmod [2022-03-09T22:25:29.091Z] === RUN TestDispatchUnsupportedOptions/COPY_with_chmod [2022-03-09T22:25:29.091Z] === RUN TestDispatchUnsupportedOptions/RUN_with_unsupported_options [2022-03-09T22:25:29.091Z] --- PASS: TestDispatchUnsupportedOptions (0.00s) [2022-03-09T22:25:29.091Z] --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s) [2022-03-09T22:25:29.091Z] --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s) [2022-03-09T22:25:29.091Z] --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s) [2022-03-09T22:25:29.091Z] === RUN TestNormalizeWorkdir [2022-03-09T22:25:29.091Z] --- PASS: TestNormalizeWorkdir (0.00s) [2022-03-09T22:25:29.091Z] === RUN TestDispatch [2022-03-09T22:25:29.091Z] === RUN TestDispatch/ADD_multiple_files_to_file [2022-03-09T22:25:29.091Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2022-03-09T22:25:29.091Z] === RUN TestDispatch/COPY_multiple_files_to_file [2022-03-09T22:25:29.091Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2022-03-09T22:25:29.091Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2022-03-09T22:25:29.091Z] === RUN TestDispatch/COPY_wildcard_no_files [2022-03-09T22:25:29.091Z] === RUN TestDispatch/COPY_url [2022-03-09T22:25:29.091Z] --- PASS: TestDispatch (0.07s) [2022-03-09T22:25:29.091Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.02s) [2022-03-09T22:25:29.091Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.01s) [2022-03-09T22:25:29.092Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.01s) [2022-03-09T22:25:29.092Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s) [2022-03-09T22:25:29.092Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s) [2022-03-09T22:25:29.092Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s) [2022-03-09T22:25:29.092Z] --- PASS: TestDispatch/COPY_url (0.00s) [2022-03-09T22:25:29.092Z] === RUN TestAddScratchImageAddsToMounts [2022-03-09T22:25:29.092Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2022-03-09T22:25:29.092Z] === RUN TestAddFromScratchPopulatesPlatform [2022-03-09T22:25:29.092Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2022-03-09T22:25:29.092Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2022-03-09T22:25:29.092Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2022-03-09T22:25:29.092Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2022-03-09T22:25:29.092Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2022-03-09T22:25:29.092Z] === RUN TestImageSourceGetAddsToMounts [2022-03-09T22:25:29.092Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2022-03-09T22:25:29.092Z] === RUN TestEmptyDockerfile [2022-03-09T22:25:29.092Z] --- PASS: TestEmptyDockerfile (0.00s) [2022-03-09T22:25:29.092Z] === RUN TestSymlinkDockerfile [2022-03-09T22:25:29.092Z] --- PASS: TestSymlinkDockerfile (0.01s) [2022-03-09T22:25:29.092Z] === RUN TestDockerfileOutsideTheBuildContext [2022-03-09T22:25:29.092Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s) [2022-03-09T22:25:29.092Z] === RUN TestNonExistingDockerfile [2022-03-09T22:25:29.092Z] --- PASS: TestNonExistingDockerfile (0.00s) [2022-03-09T22:25:29.092Z] === RUN TestCopyRunConfig [2022-03-09T22:25:29.092Z] --- PASS: TestCopyRunConfig (0.00s) [2022-03-09T22:25:29.092Z] === RUN TestDeepCopyRunConfig [2022-03-09T22:25:29.092Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2022-03-09T22:25:29.092Z] === RUN TestExportImage [2022-03-09T22:25:29.092Z] --- PASS: TestExportImage (0.00s) [2022-03-09T22:25:29.092Z] === RUN TestNormalizeDest [2022-03-09T22:25:29.092Z] --- PASS: TestNormalizeDest (0.00s) [2022-03-09T22:25:29.092Z] PASS [2022-03-09T22:25:29.092Z] coverage: 46.7% of statements [2022-03-09T22:25:29.092Z] ok github.com/docker/docker/builder/dockerfile 0.230s coverage: 46.7% of statements [2022-03-09T22:25:29.233Z] === RUN TestDump [2022-03-09T22:25:29.233Z] goroutine 6 [running]: [2022-03-09T22:25:29.233Z] github.com/docker/docker/pkg/stack.dump(0x38b9d7) [2022-03-09T22:25:29.233Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-03-09T22:25:29.233Z] github.com/docker/docker/pkg/stack.Dump(...) [2022-03-09T22:25:29.233Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:18 [2022-03-09T22:25:29.233Z] github.com/docker/docker/pkg/stack.TestDump(0x0) [2022-03-09T22:25:29.233Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:12 +0x2a [2022-03-09T22:25:29.233Z] testing.tRunner(0xc00015c000, 0x4fa190) [2022-03-09T22:25:29.233Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-03-09T22:25:29.233Z] created by testing.(*T).Run [2022-03-09T22:25:29.233Z] c:/go/src/testing/testing.go:1306 +0x35a [2022-03-09T22:25:29.233Z] [2022-03-09T22:25:29.233Z] goroutine 1 [chan receive]: [2022-03-09T22:25:29.233Z] testing.(*T).Run(0xc00002dd40, {0x4eb7b1, 0x36a733}, 0x4fa190) [2022-03-09T22:25:29.233Z] c:/go/src/testing/testing.go:1307 +0x375 [2022-03-09T22:25:29.233Z] testing.runTests.func1(0xc000068840) [2022-03-09T22:25:29.233Z] c:/go/src/testing/testing.go:1598 +0x6e [2022-03-09T22:25:29.233Z] testing.tRunner(0xc00002dd40, 0xc000071ce0) [2022-03-09T22:25:29.233Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-03-09T22:25:29.233Z] testing.runTests(0xc000076080, {0x65ec20, 0x3, 0x3}, {0x38ac2d, 0x4ed4ab, 0x6636e0}) [2022-03-09T22:25:29.233Z] c:/go/src/testing/testing.go:1596 +0x43f [2022-03-09T22:25:29.233Z] testing.(*M).Run(0xc000076080) [2022-03-09T22:25:29.233Z] c:/go/src/testing/testing.go:1504 +0x51d [2022-03-09T22:25:29.233Z] main.main() [2022-03-09T22:25:29.233Z] _testmain.go:95 +0x1f5 [2022-03-09T22:25:29.233Z] --- PASS: TestDump (0.00s) [2022-03-09T22:25:29.233Z] === RUN TestDumpToFile [2022-03-09T22:25:29.701Z] --- PASS: TestDumpToFile (0.20s) [2022-03-09T22:25:29.701Z] === RUN TestDumpToFileWithEmptyInput [2022-03-09T22:25:29.701Z] goroutine 8 [running]: [2022-03-09T22:25:29.701Z] github.com/docker/docker/pkg/stack.dump(0x3f8bb4) [2022-03-09T22:25:29.701Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-03-09T22:25:29.701Z] github.com/docker/docker/pkg/stack.DumpToFile({0x0, 0x3f8f60}) [2022-03-09T22:25:29.701Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:38 +0x214 [2022-03-09T22:25:29.701Z] github.com/docker/docker/pkg/stack.TestDumpToFileWithEmptyInput(0xc00015c000) [2022-03-09T22:25:29.701Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:27 +0x26 [2022-03-09T22:25:29.701Z] testing.tRunner(0xc00015c4e0, 0x4fa180) [2022-03-09T22:25:29.701Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-03-09T22:25:29.701Z] created by testing.(*T).Run [2022-03-09T22:25:29.701Z] c:/go/src/testing/testing.go:1306 +0x35a [2022-03-09T22:25:29.701Z] [2022-03-09T22:25:29.701Z] goroutine 1 [chan receive]: [2022-03-09T22:25:29.701Z] testing.(*T).Run(0xc00002dd40, {0x4f2596, 0x36a733}, 0x4fa180) [2022-03-09T22:25:29.701Z] c:/go/src/testing/testing.go:1307 +0x375 [2022-03-09T22:25:29.701Z] testing.runTests.func1(0xc000068840) [2022-03-09T22:25:29.701Z] c:/go/src/testing/testing.go:1598 +0x6e [2022-03-09T22:25:29.701Z] testing.tRunner(0xc00002dd40, 0xc000071ce0) [2022-03-09T22:25:29.701Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-03-09T22:25:29.701Z] testing.runTests(0xc000076080, {0x65ec20, 0x3, 0x3}, {0x38ac2d, 0x4ed4ab, 0x6636e0}) [2022-03-09T22:25:29.701Z] c:/go/src/testing/testing.go:1596 +0x43f [2022-03-09T22:25:29.701Z] testing.(*M).Run(0xc000076080) [2022-03-09T22:25:29.701Z] c:/go/src/testing/testing.go:1504 +0x51d [2022-03-09T22:25:29.701Z] main.main() [2022-03-09T22:25:29.701Z] _testmain.go:95 +0x1f5 [2022-03-09T22:25:29.701Z] --- PASS: TestDumpToFileWithEmptyInput (0.00s) [2022-03-09T22:25:29.701Z] PASS [2022-03-09T22:25:29.701Z] coverage: 90.9% of statements [2022-03-09T22:25:29.701Z] ok github.com/docker/docker/pkg/stack 0.241s coverage: 90.9% of statements [2022-03-09T22:25:29.845Z] === RUN TestDockerSwarmSuite/TestAPINetworkInspectWithScope [2022-03-09T22:25:30.077Z] === RUN TestTCP4Proxy [2022-03-09T22:25:30.077Z] --- PASS: TestTCP4Proxy (0.01s) [2022-03-09T22:25:30.077Z] === RUN TestTCP4ProxyHalfClose [2022-03-09T22:25:30.077Z] --- PASS: TestTCP4ProxyHalfClose (0.00s) [2022-03-09T22:25:30.077Z] === RUN TestTCP6Proxy [2022-03-09T22:25:30.077Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-03-09T22:25:30.077Z] --- SKIP: TestTCP6Proxy (0.00s) [2022-03-09T22:25:30.077Z] === RUN TestTCPDualStackProxy [2022-03-09T22:25:30.077Z] network_proxy_test.go:208: No support for dual stack yet [2022-03-09T22:25:30.077Z] --- SKIP: TestTCPDualStackProxy (0.00s) [2022-03-09T22:25:30.077Z] === RUN TestUDP4Proxy [2022-03-09T22:25:30.077Z] --- PASS: TestUDP4Proxy (0.00s) [2022-03-09T22:25:30.077Z] === RUN TestUDP6Proxy [2022-03-09T22:25:30.077Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-03-09T22:25:30.077Z] --- SKIP: TestUDP6Proxy (0.00s) [2022-03-09T22:25:30.077Z] === RUN TestUDPWriteError [2022-03-09T22:25:30.077Z] --- PASS: TestUDPWriteError (0.00s) [2022-03-09T22:25:30.077Z] === RUN TestSCTP4Proxy [2022-03-09T22:25:30.077Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-03-09T22:25:30.077Z] --- SKIP: TestSCTP4Proxy (0.00s) [2022-03-09T22:25:30.077Z] === RUN TestSCTP6Proxy [2022-03-09T22:25:30.077Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-03-09T22:25:30.077Z] --- SKIP: TestSCTP6Proxy (0.00s) [2022-03-09T22:25:30.077Z] PASS [2022-03-09T22:25:30.077Z] coverage: 49.4% of statements [2022-03-09T22:25:30.077Z] ok github.com/docker/docker/cmd/docker-proxy 0.064s coverage: 49.4% of statements [2022-03-09T22:25:30.138Z] --- PASS: TestServiceUpdateLabel (2.10s) [2022-03-09T22:25:30.138Z] === RUN TestServiceUpdateSecrets [2022-03-09T22:25:30.169Z] === RUN TestNewStdWriter [2022-03-09T22:25:30.169Z] --- PASS: TestNewStdWriter (0.00s) [2022-03-09T22:25:30.169Z] === RUN TestWriteWithUninitializedStdWriter [2022-03-09T22:25:30.169Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2022-03-09T22:25:30.169Z] === RUN TestWriteWithNilBytes [2022-03-09T22:25:30.169Z] --- PASS: TestWriteWithNilBytes (0.00s) [2022-03-09T22:25:30.169Z] === RUN TestWrite [2022-03-09T22:25:30.169Z] --- PASS: TestWrite (0.00s) [2022-03-09T22:25:30.169Z] === RUN TestWriteWithWriterError [2022-03-09T22:25:30.169Z] --- PASS: TestWriteWithWriterError (0.00s) [2022-03-09T22:25:30.169Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2022-03-09T22:25:30.169Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2022-03-09T22:25:30.169Z] === RUN TestStdCopyWriteAndRead [2022-03-09T22:25:30.169Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2022-03-09T22:25:30.169Z] === RUN TestStdCopyReturnsErrorReadingHeader [2022-03-09T22:25:30.169Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2022-03-09T22:25:30.169Z] === RUN TestStdCopyReturnsErrorReadingFrame [2022-03-09T22:25:30.169Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2022-03-09T22:25:30.169Z] === RUN TestStdCopyDetectsCorruptedFrame [2022-03-09T22:25:30.169Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2022-03-09T22:25:30.170Z] === RUN TestStdCopyWithInvalidInputHeader [2022-03-09T22:25:30.170Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2022-03-09T22:25:30.170Z] === RUN TestStdCopyWithCorruptedPrefix [2022-03-09T22:25:30.170Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2022-03-09T22:25:30.170Z] === RUN TestStdCopyReturnsWriteErrors [2022-03-09T22:25:30.170Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2022-03-09T22:25:30.170Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2022-03-09T22:25:30.170Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2022-03-09T22:25:30.170Z] === RUN TestStdCopyReturnsErrorFromSystem [2022-03-09T22:25:30.170Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2022-03-09T22:25:30.170Z] PASS [2022-03-09T22:25:30.170Z] coverage: 100.0% of statements [2022-03-09T22:25:30.170Z] ok github.com/docker/docker/pkg/stdcopy 0.042s coverage: 100.0% of statements [2022-03-09T22:25:31.156Z] === RUN TestRawProgressFormatterFormatStatus [2022-03-09T22:25:31.156Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2022-03-09T22:25:31.156Z] === RUN TestRawProgressFormatterFormatProgress [2022-03-09T22:25:31.156Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2022-03-09T22:25:31.156Z] === RUN TestFormatStatus [2022-03-09T22:25:31.156Z] --- PASS: TestFormatStatus (0.00s) [2022-03-09T22:25:31.156Z] === RUN TestFormatError [2022-03-09T22:25:31.156Z] --- PASS: TestFormatError (0.00s) [2022-03-09T22:25:31.156Z] === RUN TestFormatJSONError [2022-03-09T22:25:31.156Z] --- PASS: TestFormatJSONError (0.00s) [2022-03-09T22:25:31.156Z] === RUN TestJsonProgressFormatterFormatProgress [2022-03-09T22:25:31.156Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2022-03-09T22:25:31.156Z] === RUN TestJsonProgressFormatterFormatStatus [2022-03-09T22:25:31.156Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2022-03-09T22:25:31.156Z] === RUN TestNewJSONProgressOutput [2022-03-09T22:25:31.156Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2022-03-09T22:25:31.156Z] === RUN TestAuxFormatterEmit [2022-03-09T22:25:31.156Z] --- PASS: TestAuxFormatterEmit (0.00s) [2022-03-09T22:25:31.156Z] === RUN TestStreamWriterStdout [2022-03-09T22:25:31.156Z] --- PASS: TestStreamWriterStdout (0.00s) [2022-03-09T22:25:31.156Z] === RUN TestStreamWriterStderr [2022-03-09T22:25:31.156Z] --- PASS: TestStreamWriterStderr (0.00s) [2022-03-09T22:25:31.156Z] PASS [2022-03-09T22:25:31.156Z] coverage: 66.2% of statements [2022-03-09T22:25:31.156Z] ok github.com/docker/docker/pkg/streamformatter 0.039s coverage: 66.2% of statements [2022-03-09T22:25:31.625Z] === RUN TestGenerateRandomID [2022-03-09T22:25:31.625Z] --- PASS: TestGenerateRandomID (0.00s) [2022-03-09T22:25:31.625Z] === RUN TestShortenId [2022-03-09T22:25:31.625Z] --- PASS: TestShortenId (0.00s) [2022-03-09T22:25:31.625Z] === RUN TestShortenSha256Id [2022-03-09T22:25:31.625Z] --- PASS: TestShortenSha256Id (0.00s) [2022-03-09T22:25:31.625Z] === RUN TestShortenIdEmpty [2022-03-09T22:25:31.625Z] --- PASS: TestShortenIdEmpty (0.00s) [2022-03-09T22:25:31.625Z] === RUN TestShortenIdInvalid [2022-03-09T22:25:31.625Z] --- PASS: TestShortenIdInvalid (0.00s) [2022-03-09T22:25:31.625Z] === RUN TestIsShortIDNonHex [2022-03-09T22:25:31.625Z] --- PASS: TestIsShortIDNonHex (0.00s) [2022-03-09T22:25:31.625Z] === RUN TestIsShortIDNotCorrectSize [2022-03-09T22:25:31.625Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2022-03-09T22:25:31.625Z] PASS [2022-03-09T22:25:31.625Z] coverage: 70.6% of statements [2022-03-09T22:25:31.625Z] ok github.com/docker/docker/pkg/stringid 0.038s coverage: 70.6% of statements [2022-03-09T22:25:32.096Z] === RUN TestIsCpusetListAvailable [2022-03-09T22:25:32.096Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2022-03-09T22:25:32.096Z] PASS [2022-03-09T22:25:32.096Z] coverage: 39.4% of statements [2022-03-09T22:25:32.096Z] ok github.com/docker/docker/pkg/sysinfo 0.033s coverage: 39.4% of statements [2022-03-09T22:25:32.565Z] time="2022-03-09T22:25:32Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2022-03-09T22:25:33.032Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-03-09T22:25:33.032Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-03-09T22:25:33.032Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-03-09T22:25:33.032Z] ? github.com/docker/docker/libnetwork/netutils [no test files] [2022-03-09T22:25:33.127Z] === RUN TestDockerSwarmSuite/TestAPIServiceUpdatePort [2022-03-09T22:25:33.571Z] === RUN TestChtimes [2022-03-09T22:25:33.571Z] --- PASS: TestChtimes (0.00s) [2022-03-09T22:25:33.571Z] === RUN TestChtimesWindows [2022-03-09T22:25:33.571Z] --- PASS: TestChtimesWindows (0.00s) [2022-03-09T22:25:33.571Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2022-03-09T22:25:33.571Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2022-03-09T22:25:33.571Z] PASS [2022-03-09T22:25:33.571Z] coverage: 12.9% of statements [2022-03-09T22:25:33.571Z] ok github.com/docker/docker/pkg/system 0.048s coverage: 12.9% of statements [2022-03-09T22:25:33.571Z] === RUN TestTailFile [2022-03-09T22:25:33.571Z] --- PASS: TestTailFile (0.00s) [2022-03-09T22:25:33.571Z] === RUN TestTailFileManyLines [2022-03-09T22:25:33.571Z] --- PASS: TestTailFileManyLines (0.00s) [2022-03-09T22:25:33.571Z] === RUN TestTailEmptyFile [2022-03-09T22:25:33.571Z] --- PASS: TestTailEmptyFile (0.00s) [2022-03-09T22:25:33.571Z] === RUN TestTailNegativeN [2022-03-09T22:25:33.571Z] --- PASS: TestTailNegativeN (0.00s) [2022-03-09T22:25:33.571Z] === RUN TestNewTailReader [2022-03-09T22:25:33.571Z] === PAUSE TestNewTailReader [2022-03-09T22:25:33.571Z] === CONT TestNewTailReader [2022-03-09T22:25:33.571Z] === RUN TestNewTailReader/4_byte_delimiter [2022-03-09T22:25:33.571Z] === PAUSE TestNewTailReader/4_byte_delimiter [2022-03-09T22:25:33.571Z] === RUN TestNewTailReader/8_byte_delimiter [2022-03-09T22:25:33.571Z] === PAUSE TestNewTailReader/8_byte_delimiter [2022-03-09T22:25:33.571Z] === RUN TestNewTailReader/12_byte_delimiter [2022-03-09T22:25:33.571Z] === PAUSE TestNewTailReader/12_byte_delimiter [2022-03-09T22:25:33.571Z] === RUN TestNewTailReader/no_delimiter [2022-03-09T22:25:33.571Z] === PAUSE TestNewTailReader/no_delimiter [2022-03-09T22:25:33.571Z] === RUN TestNewTailReader/single_byte_delimiter [2022-03-09T22:25:33.571Z] === PAUSE TestNewTailReader/single_byte_delimiter [2022-03-09T22:25:33.571Z] === RUN TestNewTailReader/2_byte_delimiter [2022-03-09T22:25:33.571Z] === PAUSE TestNewTailReader/2_byte_delimiter [2022-03-09T22:25:33.571Z] === RUN TestNewTailReader/truncated_last_line [2022-03-09T22:25:33.571Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2022-03-09T22:25:33.571Z] === RUN TestNewTailReader/truncated_last_line#01 [2022-03-09T22:25:33.571Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2022-03-09T22:25:33.571Z] === RUN TestNewTailReader/truncated_last_line#02 [2022-03-09T22:25:33.571Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2022-03-09T22:25:33.571Z] === CONT TestNewTailReader/4_byte_delimiter [2022-03-09T22:25:33.571Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2022-03-09T22:25:33.571Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2022-03-09T22:25:33.571Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2022-03-09T22:25:33.571Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2022-03-09T22:25:33.571Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2022-03-09T22:25:33.571Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2022-03-09T22:25:33.571Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-09T22:25:33.571Z] === CONT TestNewTailReader/no_delimiter [2022-03-09T22:25:33.571Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-09T22:25:33.571Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-09T22:25:33.571Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-09T22:25:33.571Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-03-09T22:25:33.571Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-03-09T22:25:33.571Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-03-09T22:25:33.571Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2022-03-09T22:25:33.571Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-03-09T22:25:33.571Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-03-09T22:25:33.571Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2022-03-09T22:25:33.571Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2022-03-09T22:25:33.571Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2022-03-09T22:25:33.571Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2022-03-09T22:25:33.571Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2022-03-09T22:25:33.571Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-03-09T22:25:33.571Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-03-09T22:25:33.571Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-03-09T22:25:33.571Z] === CONT TestNewTailReader/12_byte_delimiter [2022-03-09T22:25:33.571Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-03-09T22:25:33.571Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-03-09T22:25:33.571Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-03-09T22:25:33.571Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2022-03-09T22:25:33.571Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2022-03-09T22:25:33.571Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2022-03-09T22:25:33.571Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2022-03-09T22:25:33.571Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2022-03-09T22:25:33.571Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2022-03-09T22:25:33.571Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2022-03-09T22:25:33.571Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2022-03-09T22:25:33.571Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2022-03-09T22:25:33.571Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2022-03-09T22:25:33.571Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2022-03-09T22:25:33.571Z] === RUN TestNewTailReader/no_delimiter/no_lines [2022-03-09T22:25:33.571Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2022-03-09T22:25:33.571Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-03-09T22:25:33.571Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-03-09T22:25:33.571Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2022-03-09T22:25:33.571Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2022-03-09T22:25:33.571Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2022-03-09T22:25:33.571Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-09T22:25:33.571Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-09T22:25:33.571Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-09T22:25:33.571Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-09T22:25:33.571Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-03-09T22:25:33.571Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-03-09T22:25:33.571Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-03-09T22:25:33.571Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-03-09T22:25:33.571Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-03-09T22:25:33.571Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-03-09T22:25:33.571Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-03-09T22:25:33.571Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-03-09T22:25:33.571Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-03-09T22:25:33.571Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-03-09T22:25:33.571Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2022-03-09T22:25:33.571Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2022-03-09T22:25:33.571Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-03-09T22:25:33.571Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-03-09T22:25:33.571Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-03-09T22:25:33.571Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-03-09T22:25:33.571Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-03-09T22:25:33.571Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-03-09T22:25:33.571Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-03-09T22:25:33.571Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2022-03-09T22:25:33.571Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2022-03-09T22:25:33.571Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-03-09T22:25:33.571Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-03-09T22:25:33.571Z] === CONT TestNewTailReader/2_byte_delimiter [2022-03-09T22:25:33.571Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2022-03-09T22:25:33.571Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2022-03-09T22:25:33.571Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2022-03-09T22:25:33.571Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2022-03-09T22:25:33.571Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2022-03-09T22:25:33.571Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2022-03-09T22:25:33.571Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-09T22:25:33.571Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-09T22:25:33.571Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-09T22:25:33.571Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-09T22:25:33.571Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-03-09T22:25:33.571Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-03-09T22:25:33.571Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-03-09T22:25:33.571Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-03-09T22:25:33.571Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-03-09T22:25:33.571Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-03-09T22:25:33.571Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-03-09T22:25:33.571Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-03-09T22:25:33.571Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-03-09T22:25:33.571Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-03-09T22:25:33.571Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2022-03-09T22:25:33.571Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2022-03-09T22:25:33.571Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-03-09T22:25:33.571Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-03-09T22:25:33.571Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2022-03-09T22:25:33.571Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-03-09T22:25:33.571Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-03-09T22:25:33.571Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-03-09T22:25:33.571Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-03-09T22:25:33.571Z] === CONT TestNewTailReader/single_byte_delimiter [2022-03-09T22:25:33.571Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2022-03-09T22:25:33.571Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2022-03-09T22:25:33.571Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2022-03-09T22:25:33.571Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2022-03-09T22:25:33.571Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2022-03-09T22:25:33.571Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2022-03-09T22:25:33.571Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-09T22:25:33.571Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-09T22:25:33.571Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-09T22:25:33.571Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-09T22:25:33.571Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-03-09T22:25:33.571Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-03-09T22:25:33.571Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-03-09T22:25:33.571Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-03-09T22:25:33.571Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-03-09T22:25:33.571Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-03-09T22:25:33.571Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-03-09T22:25:33.571Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-03-09T22:25:33.571Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-03-09T22:25:33.571Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-03-09T22:25:33.571Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2022-03-09T22:25:33.571Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2022-03-09T22:25:33.571Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-03-09T22:25:33.571Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-03-09T22:25:33.571Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2022-03-09T22:25:33.571Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-03-09T22:25:33.571Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-03-09T22:25:33.571Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-09T22:25:33.571Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-09T22:25:33.571Z] === CONT TestNewTailReader/no_delimiter/no_lines [2022-03-09T22:25:33.571Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-03-09T22:25:33.571Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-03-09T22:25:33.571Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-03-09T22:25:33.571Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-03-09T22:25:34.041Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-03-09T22:25:34.041Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-09T22:25:34.041Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-09T22:25:34.041Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2022-03-09T22:25:34.041Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-03-09T22:25:34.041Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-03-09T22:25:34.041Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-03-09T22:25:34.041Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-03-09T22:25:34.041Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-03-09T22:25:34.041Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-03-09T22:25:34.041Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-03-09T22:25:34.041Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-03-09T22:25:34.041Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-03-09T22:25:34.041Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-03-09T22:25:34.041Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-03-09T22:25:34.041Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-03-09T22:25:34.041Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-03-09T22:25:34.041Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-03-09T22:25:34.041Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-03-09T22:25:34.041Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-03-09T22:25:34.041Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-03-09T22:25:34.041Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-03-09T22:25:34.041Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-03-09T22:25:34.041Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-03-09T22:25:34.041Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-09T22:25:34.041Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-09T22:25:34.041Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2022-03-09T22:25:34.041Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-03-09T22:25:34.041Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-03-09T22:25:34.041Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-09T22:25:34.041Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-09T22:25:34.041Z] === CONT TestNewTailReader/8_byte_delimiter [2022-03-09T22:25:34.041Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2022-03-09T22:25:34.041Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2022-03-09T22:25:34.041Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2022-03-09T22:25:34.041Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-03-09T22:25:34.041Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-03-09T22:25:34.041Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-09T22:25:34.041Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-09T22:25:34.041Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-03-09T22:25:34.041Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-03-09T22:25:34.041Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-03-09T22:25:34.041Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-03-09T22:25:34.041Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-03-09T22:25:34.041Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-03-09T22:25:34.041Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-03-09T22:25:34.041Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-03-09T22:25:34.041Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-03-09T22:25:34.041Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-03-09T22:25:34.041Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-03-09T22:25:34.041Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-03-09T22:25:34.041Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-09T22:25:34.041Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-09T22:25:34.041Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2022-03-09T22:25:34.041Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-03-09T22:25:34.041Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-03-09T22:25:34.041Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-09T22:25:34.041Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-09T22:25:34.041Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-03-09T22:25:34.041Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-09T22:25:34.041Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-09T22:25:34.041Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-09T22:25:34.041Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-09T22:25:34.041Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-09T22:25:34.041Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-09T22:25:34.041Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-09T22:25:34.041Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-09T22:25:34.041Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-09T22:25:34.041Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-09T22:25:34.041Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-09T22:25:34.041Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-09T22:25:34.041Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-09T22:25:34.041Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-09T22:25:34.041Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-09T22:25:34.041Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-09T22:25:34.041Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-09T22:25:34.041Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-09T22:25:34.041Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-09T22:25:34.041Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-09T22:25:34.041Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-09T22:25:34.041Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-09T22:25:34.041Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2022-03-09T22:25:34.041Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-03-09T22:25:34.041Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-09T22:25:34.041Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-03-09T22:25:34.041Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-09T22:25:34.041Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2022-03-09T22:25:34.041Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-03-09T22:25:34.041Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2022-03-09T22:25:34.041Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-03-09T22:25:34.041Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-03-09T22:25:34.041Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2022-03-09T22:25:34.041Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2022-03-09T22:25:34.041Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-09T22:25:34.041Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-09T22:25:34.041Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-09T22:25:34.041Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-09T22:25:34.041Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-03-09T22:25:34.041Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-03-09T22:25:34.042Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-03-09T22:25:34.042Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-03-09T22:25:34.042Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-03-09T22:25:34.042Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-03-09T22:25:34.042Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-03-09T22:25:34.042Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-03-09T22:25:34.042Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-03-09T22:25:34.042Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-03-09T22:25:34.042Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2022-03-09T22:25:34.042Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2022-03-09T22:25:34.042Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-03-09T22:25:34.042Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-03-09T22:25:34.042Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-03-09T22:25:34.042Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-03-09T22:25:34.042Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-03-09T22:25:34.042Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-03-09T22:25:34.042Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-03-09T22:25:34.042Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-03-09T22:25:34.042Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-03-09T22:25:34.042Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-03-09T22:25:34.042Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-03-09T22:25:34.042Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-03-09T22:25:34.042Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-09T22:25:34.042Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-09T22:25:34.042Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-09T22:25:34.042Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-09T22:25:34.042Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-03-09T22:25:34.042Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-03-09T22:25:34.042Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-03-09T22:25:34.042Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-03-09T22:25:34.042Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-03-09T22:25:34.042Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-03-09T22:25:34.042Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-03-09T22:25:34.042Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-03-09T22:25:34.042Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2022-03-09T22:25:34.042Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-09T22:25:34.042Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-09T22:25:34.042Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2022-03-09T22:25:34.042Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-03-09T22:25:34.042Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-03-09T22:25:34.042Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-03-09T22:25:34.042Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-03-09T22:25:34.042Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-03-09T22:25:34.042Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-03-09T22:25:34.042Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-03-09T22:25:34.042Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-03-09T22:25:34.042Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-03-09T22:25:34.042Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-03-09T22:25:34.042Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-03-09T22:25:34.042Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-03-09T22:25:34.042Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-03-09T22:25:34.042Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-03-09T22:25:34.042Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-09T22:25:34.042Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-09T22:25:34.042Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-09T22:25:34.042Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-09T22:25:34.042Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-09T22:25:34.042Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-09T22:25:34.042Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-09T22:25:34.042Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-09T22:25:34.042Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-09T22:25:34.042Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-09T22:25:34.042Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-09T22:25:34.042Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-09T22:25:34.042Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-09T22:25:34.042Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-03-09T22:25:34.042Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-03-09T22:25:34.042Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-03-09T22:25:34.042Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-03-09T22:25:34.042Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-03-09T22:25:34.042Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-03-09T22:25:34.042Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-03-09T22:25:34.042Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-03-09T22:25:34.042Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-03-09T22:25:34.042Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-03-09T22:25:34.042Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-03-09T22:25:34.042Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-03-09T22:25:34.042Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-03-09T22:25:34.042Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-03-09T22:25:34.042Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-03-09T22:25:34.042Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-03-09T22:25:34.042Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-03-09T22:25:34.042Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-09T22:25:34.042Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-09T22:25:34.042Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-03-09T22:25:34.042Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-03-09T22:25:34.042Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-09T22:25:34.042Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-09T22:25:34.042Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-03-09T22:25:34.042Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-03-09T22:25:34.042Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-09T22:25:34.042Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-09T22:25:34.042Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-03-09T22:25:34.042Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-03-09T22:25:34.042Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-03-09T22:25:34.042Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-09T22:25:34.042Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-09T22:25:34.042Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-03-09T22:25:34.042Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-09T22:25:34.042Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-09T22:25:34.042Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-09T22:25:34.042Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-09T22:25:34.042Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-09T22:25:34.042Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-09T22:25:34.042Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-09T22:25:34.042Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-09T22:25:34.042Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-09T22:25:34.042Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-09T22:25:34.042Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-09T22:25:34.042Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-09T22:25:34.042Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2022-03-09T22:25:34.042Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-03-09T22:25:34.042Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-03-09T22:25:34.042Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-03-09T22:25:34.042Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-03-09T22:25:34.042Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-03-09T22:25:34.042Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-03-09T22:25:34.042Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-03-09T22:25:34.042Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-03-09T22:25:34.042Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-03-09T22:25:34.042Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-03-09T22:25:34.042Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-03-09T22:25:34.042Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-03-09T22:25:34.042Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-03-09T22:25:34.042Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-03-09T22:25:34.042Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-03-09T22:25:34.042Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-03-09T22:25:34.042Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-03-09T22:25:34.042Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-03-09T22:25:34.042Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-03-09T22:25:34.042Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-03-09T22:25:34.042Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-09T22:25:34.042Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-09T22:25:34.042Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2022-03-09T22:25:34.042Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-03-09T22:25:34.042Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-03-09T22:25:34.042Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-09T22:25:34.042Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-09T22:25:34.042Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-09T22:25:34.042Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2022-03-09T22:25:34.042Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2022-03-09T22:25:34.042Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-03-09T22:25:34.042Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-03-09T22:25:34.042Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-03-09T22:25:34.042Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-09T22:25:34.042Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-09T22:25:34.042Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-03-09T22:25:34.042Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-09T22:25:34.042Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-09T22:25:34.042Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-09T22:25:34.042Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-03-09T22:25:34.042Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-09T22:25:34.042Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-03-09T22:25:34.042Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-03-09T22:25:34.042Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-03-09T22:25:34.042Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-03-09T22:25:34.042Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-03-09T22:25:34.042Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-09T22:25:34.042Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-09T22:25:34.042Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-09T22:25:34.042Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-09T22:25:34.042Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-03-09T22:25:34.042Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-03-09T22:25:34.042Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-03-09T22:25:34.042Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-03-09T22:25:34.042Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-03-09T22:25:34.042Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-03-09T22:25:34.042Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-03-09T22:25:34.042Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-03-09T22:25:34.042Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-03-09T22:25:34.042Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-03-09T22:25:34.042Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-03-09T22:25:34.042Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-03-09T22:25:34.042Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-03-09T22:25:34.042Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-03-09T22:25:34.042Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-03-09T22:25:34.042Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-03-09T22:25:34.042Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-03-09T22:25:34.042Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-03-09T22:25:34.042Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-03-09T22:25:34.042Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-03-09T22:25:34.042Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-03-09T22:25:34.042Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-09T22:25:34.042Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-09T22:25:34.042Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2022-03-09T22:25:34.042Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-09T22:25:34.042Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-09T22:25:34.042Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-03-09T22:25:34.042Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-03-09T22:25:34.042Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-03-09T22:25:34.042Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-09T22:25:34.042Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-09T22:25:34.042Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-03-09T22:25:34.042Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-03-09T22:25:34.042Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-03-09T22:25:34.042Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-09T22:25:34.042Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-09T22:25:34.042Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-09T22:25:34.042Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-09T22:25:34.042Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-03-09T22:25:34.042Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-09T22:25:34.042Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-03-09T22:25:34.043Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-09T22:25:34.043Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-03-09T22:25:34.043Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-09T22:25:34.043Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-09T22:25:34.043Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-09T22:25:34.043Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-09T22:25:34.043Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-09T22:25:34.043Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-09T22:25:34.043Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-09T22:25:34.043Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-09T22:25:34.043Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-09T22:25:34.043Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-09T22:25:34.043Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-09T22:25:34.043Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-09T22:25:34.043Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-09T22:25:34.043Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-09T22:25:34.043Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-09T22:25:34.043Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-09T22:25:34.043Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-09T22:25:34.043Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-09T22:25:34.043Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-09T22:25:34.043Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-09T22:25:34.043Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-09T22:25:34.043Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-09T22:25:34.043Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-09T22:25:34.043Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-09T22:25:34.043Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-09T22:25:34.043Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-09T22:25:34.043Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-03-09T22:25:34.043Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-09T22:25:34.043Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-09T22:25:34.043Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-09T22:25:34.043Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-09T22:25:34.043Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-09T22:25:34.043Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-09T22:25:34.043Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-09T22:25:34.043Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-09T22:25:34.043Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-09T22:25:34.043Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-09T22:25:34.043Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-09T22:25:34.043Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-09T22:25:34.043Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2022-03-09T22:25:34.043Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-03-09T22:25:34.043Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-03-09T22:25:34.043Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-03-09T22:25:34.043Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-03-09T22:25:34.043Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-03-09T22:25:34.043Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-03-09T22:25:34.043Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-03-09T22:25:34.043Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-03-09T22:25:34.043Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-03-09T22:25:34.043Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-03-09T22:25:34.043Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-03-09T22:25:34.043Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-03-09T22:25:34.043Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-03-09T22:25:34.043Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-03-09T22:25:34.043Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-03-09T22:25:34.043Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-03-09T22:25:34.043Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-03-09T22:25:34.043Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-03-09T22:25:34.043Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-03-09T22:25:34.043Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-03-09T22:25:34.043Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-09T22:25:34.043Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-09T22:25:34.043Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2022-03-09T22:25:34.043Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-03-09T22:25:34.043Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-03-09T22:25:34.043Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-03-09T22:25:34.043Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-03-09T22:25:34.043Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-03-09T22:25:34.043Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-03-09T22:25:34.043Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-09T22:25:34.043Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-09T22:25:34.043Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-03-09T22:25:34.043Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-09T22:25:34.043Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-09T22:25:34.043Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-09T22:25:34.043Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-09T22:25:34.043Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-09T22:25:34.043Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-09T22:25:34.043Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-09T22:25:34.043Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2022-03-09T22:25:34.043Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-09T22:25:34.043Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-09T22:25:34.043Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-09T22:25:34.043Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-03-09T22:25:34.043Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-09T22:25:34.043Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-03-09T22:25:34.043Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-09T22:25:34.043Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-03-09T22:25:34.043Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-03-09T22:25:34.043Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-03-09T22:25:34.043Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-03-09T22:25:34.043Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-03-09T22:25:34.043Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-03-09T22:25:34.043Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-09T22:25:34.043Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-03-09T22:25:34.043Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-09T22:25:34.043Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-03-09T22:25:34.043Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-03-09T22:25:34.043Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-09T22:25:34.043Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-03-09T22:25:34.043Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-03-09T22:25:34.043Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-09T22:25:34.043Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-09T22:25:34.043Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-03-09T22:25:34.043Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-03-09T22:25:34.043Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-03-09T22:25:34.043Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-03-09T22:25:34.043Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-03-09T22:25:34.043Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-03-09T22:25:34.043Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-03-09T22:25:34.043Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-03-09T22:25:34.043Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-03-09T22:25:34.043Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-03-09T22:25:34.043Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-03-09T22:25:34.043Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-03-09T22:25:34.043Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-03-09T22:25:34.043Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-03-09T22:25:34.043Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-03-09T22:25:34.043Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-09T22:25:34.043Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-09T22:25:34.043Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-03-09T22:25:34.043Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-03-09T22:25:34.043Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-03-09T22:25:34.043Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-09T22:25:34.043Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-09T22:25:34.043Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-09T22:25:34.043Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-09T22:25:34.043Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2022-03-09T22:25:34.043Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-03-09T22:25:34.043Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-03-09T22:25:34.043Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-03-09T22:25:34.043Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-03-09T22:25:34.043Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-03-09T22:25:34.043Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-03-09T22:25:34.043Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-09T22:25:34.043Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-09T22:25:34.043Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-09T22:25:34.043Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-09T22:25:34.043Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-09T22:25:34.043Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-09T22:25:34.043Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-09T22:25:34.043Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-09T22:25:34.043Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-09T22:25:34.043Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-09T22:25:34.043Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-09T22:25:34.043Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-09T22:25:34.043Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-09T22:25:34.043Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2022-03-09T22:25:34.043Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-09T22:25:34.043Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-03-09T22:25:34.043Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-03-09T22:25:34.043Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-03-09T22:25:34.043Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-03-09T22:25:34.043Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-03-09T22:25:34.043Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-03-09T22:25:34.043Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-03-09T22:25:34.043Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-03-09T22:25:34.043Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-03-09T22:25:34.043Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-03-09T22:25:34.043Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-03-09T22:25:34.043Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-03-09T22:25:34.043Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-03-09T22:25:34.043Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-03-09T22:25:34.043Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-03-09T22:25:34.043Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-03-09T22:25:34.043Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-03-09T22:25:34.043Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-03-09T22:25:34.043Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-03-09T22:25:34.043Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-03-09T22:25:34.043Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-09T22:25:34.043Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-09T22:25:34.043Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-09T22:25:34.043Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-09T22:25:34.043Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-09T22:25:34.043Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-09T22:25:34.043Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-09T22:25:34.043Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-09T22:25:34.043Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-09T22:25:34.043Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-09T22:25:34.043Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-03-09T22:25:34.043Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-09T22:25:34.043Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-09T22:25:34.043Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-09T22:25:34.043Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-09T22:25:34.043Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-09T22:25:34.043Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-09T22:25:34.043Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-09T22:25:34.043Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-09T22:25:34.043Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-03-09T22:25:34.043Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-09T22:25:34.043Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-09T22:25:34.043Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-09T22:25:34.043Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-03-09T22:25:34.043Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-09T22:25:34.043Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-09T22:25:34.043Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-03-09T22:25:34.043Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2022-03-09T22:25:34.043Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-09T22:25:34.043Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-09T22:25:34.044Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-09T22:25:34.044Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-09T22:25:34.044Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-09T22:25:34.044Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-09T22:25:34.044Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2022-03-09T22:25:34.044Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-03-09T22:25:34.044Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-03-09T22:25:34.044Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-09T22:25:34.044Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-09T22:25:34.044Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-03-09T22:25:34.044Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-03-09T22:25:34.044Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-03-09T22:25:34.044Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-03-09T22:25:34.044Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-03-09T22:25:34.044Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-03-09T22:25:34.044Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-03-09T22:25:34.044Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-03-09T22:25:34.044Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-03-09T22:25:34.044Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-03-09T22:25:34.044Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-03-09T22:25:34.044Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-03-09T22:25:34.044Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-03-09T22:25:34.044Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-03-09T22:25:34.044Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-03-09T22:25:34.044Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-03-09T22:25:34.044Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-03-09T22:25:34.044Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-03-09T22:25:34.044Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-03-09T22:25:34.044Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-03-09T22:25:34.044Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-03-09T22:25:34.044Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-09T22:25:34.044Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-09T22:25:34.044Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-09T22:25:34.044Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-09T22:25:34.044Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-03-09T22:25:34.044Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-03-09T22:25:34.044Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-03-09T22:25:34.044Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-09T22:25:34.044Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-09T22:25:34.044Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-03-09T22:25:34.044Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-03-09T22:25:34.044Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-03-09T22:25:34.044Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-09T22:25:34.044Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-09T22:25:34.044Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-09T22:25:34.044Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-09T22:25:34.044Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-03-09T22:25:34.044Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-03-09T22:25:34.044Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-03-09T22:25:34.044Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-09T22:25:34.044Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-09T22:25:34.044Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-09T22:25:34.044Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-09T22:25:34.044Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-09T22:25:34.044Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-09T22:25:34.044Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-09T22:25:34.044Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-09T22:25:34.044Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-09T22:25:34.044Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-09T22:25:34.044Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-09T22:25:34.044Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-09T22:25:34.044Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-09T22:25:34.044Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-09T22:25:34.044Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-09T22:25:34.044Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2022-03-09T22:25:34.044Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-03-09T22:25:34.044Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-03-09T22:25:34.044Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-03-09T22:25:34.044Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-03-09T22:25:34.044Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-03-09T22:25:34.044Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2022-03-09T22:25:34.044Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-03-09T22:25:34.044Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-03-09T22:25:34.044Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-03-09T22:25:34.044Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-03-09T22:25:34.044Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-03-09T22:25:34.044Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-09T22:25:34.044Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-03-09T22:25:34.044Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-09T22:25:34.044Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-03-09T22:25:34.044Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-09T22:25:34.044Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-03-09T22:25:34.044Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-03-09T22:25:34.044Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-03-09T22:25:34.044Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-09T22:25:34.044Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-09T22:25:34.044Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-09T22:25:34.044Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-09T22:25:34.044Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-03-09T22:25:34.044Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-03-09T22:25:34.044Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-03-09T22:25:34.044Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-03-09T22:25:34.044Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-03-09T22:25:34.044Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-03-09T22:25:34.044Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-03-09T22:25:34.044Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-09T22:25:34.044Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-09T22:25:34.044Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-03-09T22:25:34.044Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-03-09T22:25:34.044Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-03-09T22:25:34.044Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-03-09T22:25:34.044Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-03-09T22:25:34.044Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-09T22:25:34.044Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-09T22:25:34.044Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-03-09T22:25:34.044Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-03-09T22:25:34.044Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-09T22:25:34.044Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-09T22:25:34.044Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-09T22:25:34.044Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-09T22:25:34.044Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-09T22:25:34.044Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-09T22:25:34.044Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-03-09T22:25:34.044Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-09T22:25:34.044Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-09T22:25:34.044Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-09T22:25:34.044Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-09T22:25:34.044Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-09T22:25:34.044Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-09T22:25:34.044Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-09T22:25:34.044Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-09T22:25:34.044Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-09T22:25:34.044Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-09T22:25:34.044Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-09T22:25:34.044Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-09T22:25:34.044Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-09T22:25:34.044Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-03-09T22:25:34.044Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-03-09T22:25:34.044Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-03-09T22:25:34.044Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-03-09T22:25:34.044Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-03-09T22:25:34.044Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-09T22:25:34.044Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-03-09T22:25:34.044Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-03-09T22:25:34.044Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-03-09T22:25:34.044Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-03-09T22:25:34.044Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-09T22:25:34.044Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-09T22:25:34.044Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-09T22:25:34.044Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-03-09T22:25:34.044Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-03-09T22:25:34.044Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-03-09T22:25:34.044Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-03-09T22:25:34.044Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-09T22:25:34.044Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-03-09T22:25:34.044Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-03-09T22:25:34.044Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-09T22:25:34.044Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-09T22:25:34.044Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-09T22:25:34.044Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-09T22:25:34.044Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-09T22:25:34.044Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-09T22:25:34.044Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-09T22:25:34.044Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-09T22:25:34.044Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-09T22:25:34.044Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-09T22:25:34.044Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-09T22:25:34.044Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2022-03-09T22:25:34.044Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-03-09T22:25:34.044Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-03-09T22:25:34.044Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-09T22:25:34.044Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-09T22:25:34.044Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-03-09T22:25:34.044Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-09T22:25:34.044Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-09T22:25:34.044Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-09T22:25:34.044Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-09T22:25:34.044Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-09T22:25:34.044Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-09T22:25:34.044Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-09T22:25:34.044Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-09T22:25:34.044Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-09T22:25:34.044Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-09T22:25:34.044Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-09T22:25:34.044Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-09T22:25:34.044Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-09T22:25:34.044Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-09T22:25:34.045Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-09T22:25:34.045Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-03-09T22:25:34.045Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-03-09T22:25:34.045Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-03-09T22:25:34.045Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-09T22:25:34.045Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-09T22:25:34.045Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-03-09T22:25:34.045Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-09T22:25:34.045Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-09T22:25:34.045Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-09T22:25:34.045Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-09T22:25:34.045Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-09T22:25:34.045Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-09T22:25:34.045Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-09T22:25:34.045Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-09T22:25:34.045Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-09T22:25:34.045Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-09T22:25:34.045Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-09T22:25:34.045Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-09T22:25:34.045Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-09T22:25:34.045Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-09T22:25:34.045Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-09T22:25:34.045Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-09T22:25:34.045Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-09T22:25:34.045Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-09T22:25:34.045Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-09T22:25:34.045Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-09T22:25:34.045Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-09T22:25:34.045Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-09T22:25:34.045Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-09T22:25:34.045Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-09T22:25:34.045Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-09T22:25:34.045Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-03-09T22:25:34.045Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-03-09T22:25:34.045Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-03-09T22:25:34.045Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-03-09T22:25:34.045Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-03-09T22:25:34.045Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-03-09T22:25:34.045Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-03-09T22:25:34.045Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-03-09T22:25:34.045Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-03-09T22:25:34.045Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-03-09T22:25:34.045Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-03-09T22:25:34.045Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-03-09T22:25:34.045Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-03-09T22:25:34.045Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-03-09T22:25:34.045Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-03-09T22:25:34.045Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-03-09T22:25:34.045Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-03-09T22:25:34.045Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-03-09T22:25:34.045Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-03-09T22:25:34.045Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-03-09T22:25:34.045Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-03-09T22:25:34.045Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-09T22:25:34.045Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-09T22:25:34.045Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2022-03-09T22:25:34.045Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-03-09T22:25:34.045Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-03-09T22:25:34.045Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-03-09T22:25:34.045Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-03-09T22:25:34.045Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-03-09T22:25:34.045Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-03-09T22:25:34.045Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-03-09T22:25:34.045Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-03-09T22:25:34.045Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-03-09T22:25:34.045Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-03-09T22:25:34.045Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-03-09T22:25:34.045Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-03-09T22:25:34.045Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-03-09T22:25:34.045Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-03-09T22:25:34.045Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-03-09T22:25:34.045Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-03-09T22:25:34.045Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-03-09T22:25:34.045Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-03-09T22:25:34.045Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-03-09T22:25:34.045Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-03-09T22:25:34.045Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-09T22:25:34.045Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-09T22:25:34.045Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-03-09T22:25:34.045Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-09T22:25:34.045Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-09T22:25:34.045Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-09T22:25:34.045Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-09T22:25:34.045Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-03-09T22:25:34.045Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-03-09T22:25:34.045Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-03-09T22:25:34.045Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-09T22:25:34.045Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-09T22:25:34.045Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2022-03-09T22:25:34.045Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-09T22:25:34.045Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-09T22:25:34.045Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-03-09T22:25:34.045Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-09T22:25:34.045Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-03-09T22:25:34.045Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-03-09T22:25:34.045Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-09T22:25:34.045Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-09T22:25:34.045Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-03-09T22:25:34.045Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-09T22:25:34.045Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-09T22:25:34.045Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2022-03-09T22:25:34.045Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-03-09T22:25:34.045Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-03-09T22:25:34.045Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-03-09T22:25:34.045Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-03-09T22:25:34.045Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-03-09T22:25:34.045Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-03-09T22:25:34.045Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-03-09T22:25:34.045Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-03-09T22:25:34.045Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-03-09T22:25:34.045Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-09T22:25:34.045Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-03-09T22:25:34.045Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-03-09T22:25:34.045Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-03-09T22:25:34.045Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-03-09T22:25:34.045Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-03-09T22:25:34.045Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-03-09T22:25:34.045Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-03-09T22:25:34.045Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-03-09T22:25:34.045Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-03-09T22:25:34.045Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-03-09T22:25:34.045Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-09T22:25:34.045Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-03-09T22:25:34.045Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-03-09T22:25:34.045Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-09T22:25:34.045Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-03-09T22:25:34.045Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-03-09T22:25:34.045Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-03-09T22:25:34.045Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-09T22:25:34.045Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-09T22:25:34.045Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-09T22:25:34.045Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-09T22:25:34.045Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-03-09T22:25:34.045Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-03-09T22:25:34.045Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-03-09T22:25:34.045Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-09T22:25:34.045Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-03-09T22:25:34.045Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-03-09T22:25:34.045Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-03-09T22:25:34.045Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-09T22:25:34.045Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-03-09T22:25:34.045Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-03-09T22:25:34.517Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-09T22:25:34.517Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-09T22:25:34.517Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-03-09T22:25:34.517Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-03-09T22:25:34.517Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-09T22:25:34.517Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-09T22:25:34.517Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-09T22:25:34.517Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-03-09T22:25:34.517Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-09T22:25:34.517Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-09T22:25:34.517Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-09T22:25:34.517Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-03-09T22:25:34.517Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-03-09T22:25:34.517Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-03-09T22:25:34.517Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-09T22:25:34.517Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-03-09T22:25:34.517Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-03-09T22:25:34.517Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-03-09T22:25:34.517Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-03-09T22:25:34.517Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-03-09T22:25:34.517Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-09T22:25:34.517Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-03-09T22:25:34.517Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-09T22:25:34.517Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-03-09T22:25:34.517Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-09T22:25:34.517Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-03-09T22:25:34.517Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-09T22:25:34.517Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-03-09T22:25:34.517Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-09T22:25:34.517Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-03-09T22:25:34.517Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-03-09T22:25:34.517Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-09T22:25:34.517Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-03-09T22:25:34.517Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-09T22:25:34.517Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-03-09T22:25:34.517Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-03-09T22:25:34.517Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-03-09T22:25:34.517Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-03-09T22:25:34.517Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-03-09T22:25:34.517Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-03-09T22:25:34.517Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-03-09T22:25:34.517Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-03-09T22:25:34.517Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-09T22:25:34.517Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-03-09T22:25:34.517Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-09T22:25:34.517Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-09T22:25:34.517Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-09T22:25:34.517Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-03-09T22:25:34.518Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-03-09T22:25:34.519Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-03-09T22:25:34.519Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-03-09T22:25:34.519Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-03-09T22:25:34.519Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-03-09T22:25:34.519Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-09T22:25:34.519Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-03-09T22:25:34.519Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-09T22:25:34.519Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-03-09T22:25:34.519Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-09T22:25:34.519Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-03-09T22:25:34.519Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-09T22:25:34.519Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-03-09T22:25:34.519Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-09T22:25:34.519Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-03-09T22:25:34.519Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/no_delimiter (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.01s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.01s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.01s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.01s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s) [2022-03-09T22:25:34.519Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.01s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.01s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.01s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.01s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.02s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.01s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.01s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.01s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.01s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.01s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-09T22:25:34.520Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-09T22:25:34.521Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-09T22:25:34.521Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-09T22:25:34.521Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-09T22:25:34.521Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.00s) [2022-03-09T22:25:34.521Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-09T22:25:34.521Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-09T22:25:34.521Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-09T22:25:34.521Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-09T22:25:34.521Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-09T22:25:34.521Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-09T22:25:34.521Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-09T22:25:34.521Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-09T22:25:34.521Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-09T22:25:34.521Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-09T22:25:34.521Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-09T22:25:34.521Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-09T22:25:34.521Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-09T22:25:34.521Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-09T22:25:34.521Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-09T22:25:34.521Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-09T22:25:34.521Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-09T22:25:34.521Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-09T22:25:34.521Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.01s) [2022-03-09T22:25:34.521Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-09T22:25:34.521Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-09T22:25:34.521Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-09T22:25:34.521Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2022-03-09T22:25:34.521Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-09T22:25:34.521Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-09T22:25:34.521Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-09T22:25:34.521Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-09T22:25:34.521Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-09T22:25:34.521Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-09T22:25:34.521Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-09T22:25:34.521Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-09T22:25:34.521Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-09T22:25:34.521Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-09T22:25:34.521Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-09T22:25:34.521Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-09T22:25:34.521Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-09T22:25:34.521Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-09T22:25:34.521Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-09T22:25:34.521Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-09T22:25:34.521Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-09T22:25:34.521Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-09T22:25:34.521Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-09T22:25:34.521Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-09T22:25:34.521Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-09T22:25:34.521Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-09T22:25:34.521Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-09T22:25:34.521Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2022-03-09T22:25:34.521Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-09T22:25:34.521Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.00s) [2022-03-09T22:25:34.521Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-09T22:25:34.521Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-09T22:25:34.521Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-09T22:25:34.521Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-09T22:25:34.521Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-09T22:25:34.521Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-09T22:25:34.521Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-09T22:25:34.521Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-09T22:25:34.521Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-09T22:25:34.521Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-09T22:25:34.521Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-09T22:25:34.521Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-09T22:25:34.521Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-09T22:25:34.521Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-09T22:25:34.521Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2022-03-09T22:25:34.521Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-09T22:25:34.521Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.02s) [2022-03-09T22:25:34.521Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s) [2022-03-09T22:25:34.521Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-09T22:25:34.521Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-09T22:25:34.521Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.01s) [2022-03-09T22:25:34.521Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-09T22:25:34.521Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-09T22:25:34.521Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.02s) [2022-03-09T22:25:34.521Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-09T22:25:34.521Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.00s) [2022-03-09T22:25:34.521Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-09T22:25:34.521Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-09T22:25:34.521Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-09T22:25:34.521Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-09T22:25:34.521Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-09T22:25:34.521Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-09T22:25:34.521Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-09T22:25:34.521Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-09T22:25:34.521Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-09T22:25:34.521Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-09T22:25:34.521Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-09T22:25:34.521Z] PASS [2022-03-09T22:25:34.521Z] coverage: 88.6% of statements [2022-03-09T22:25:34.521Z] ok github.com/docker/docker/pkg/tailfile 0.338s coverage: 88.6% of statements [2022-03-09T22:25:34.521Z] === RUN TestTarSumRemoveNonExistent [2022-03-09T22:25:34.521Z] --- PASS: TestTarSumRemoveNonExistent (0.01s) [2022-03-09T22:25:34.521Z] === RUN TestTarSumRemove [2022-03-09T22:25:34.521Z] --- PASS: TestTarSumRemove (0.00s) [2022-03-09T22:25:34.521Z] === RUN TestSortFileInfoSums [2022-03-09T22:25:34.521Z] --- PASS: TestSortFileInfoSums (0.00s) [2022-03-09T22:25:34.521Z] === RUN TestNewTarSumForLabelInvalid [2022-03-09T22:25:34.521Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2022-03-09T22:25:34.521Z] === RUN TestNewTarSumForLabel [2022-03-09T22:25:34.521Z] --- PASS: TestNewTarSumForLabel (0.00s) [2022-03-09T22:25:34.521Z] === RUN TestEmptyTar [2022-03-09T22:25:34.521Z] --- PASS: TestEmptyTar (0.01s) [2022-03-09T22:25:34.521Z] === RUN TestTarSumsReadSize [2022-03-09T22:25:34.521Z] --- PASS: TestTarSumsReadSize (0.00s) [2022-03-09T22:25:34.521Z] === RUN TestTarSums [2022-03-09T22:25:34.521Z] --- PASS: TestTarSums (0.06s) [2022-03-09T22:25:34.521Z] === RUN TestIteration [2022-03-09T22:25:34.521Z] --- PASS: TestIteration (0.00s) [2022-03-09T22:25:34.521Z] === RUN TestVersionLabelForChecksum [2022-03-09T22:25:34.521Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2022-03-09T22:25:34.521Z] === RUN TestVersion [2022-03-09T22:25:34.521Z] --- PASS: TestVersion (0.00s) [2022-03-09T22:25:34.521Z] === RUN TestGetVersion [2022-03-09T22:25:34.521Z] --- PASS: TestGetVersion (0.00s) [2022-03-09T22:25:34.521Z] === RUN TestGetVersions [2022-03-09T22:25:34.521Z] --- PASS: TestGetVersions (0.00s) [2022-03-09T22:25:34.521Z] PASS [2022-03-09T22:25:34.521Z] coverage: 89.3% of statements [2022-03-09T22:25:34.521Z] ok github.com/docker/docker/pkg/tarsum 0.121s coverage: 89.3% of statements [2022-03-09T22:25:34.990Z] === RUN TestTruncIndex [2022-03-09T22:25:34.990Z] --- PASS: TestTruncIndex (0.10s) [2022-03-09T22:25:34.990Z] PASS [2022-03-09T22:25:34.990Z] coverage: 91.5% of statements [2022-03-09T22:25:34.990Z] ok github.com/docker/docker/pkg/truncindex 0.144s coverage: 91.5% of statements [2022-03-09T22:25:34.990Z] === RUN TestIsGIT [2022-03-09T22:25:34.990Z] --- PASS: TestIsGIT (0.00s) [2022-03-09T22:25:34.990Z] === RUN TestIsTransport [2022-03-09T22:25:34.990Z] --- PASS: TestIsTransport (0.00s) [2022-03-09T22:25:34.990Z] PASS [2022-03-09T22:25:34.990Z] coverage: 100.0% of statements [2022-03-09T22:25:34.990Z] ok github.com/docker/docker/pkg/urlutil 0.039s coverage: 100.0% of statements [2022-03-09T22:25:35.459Z] === RUN TestVersionInfo [2022-03-09T22:25:35.459Z] --- PASS: TestVersionInfo (0.00s) [2022-03-09T22:25:35.459Z] === RUN TestAppendVersions [2022-03-09T22:25:35.459Z] --- PASS: TestAppendVersions (0.00s) [2022-03-09T22:25:35.459Z] PASS [2022-03-09T22:25:35.459Z] coverage: 88.9% of statements [2022-03-09T22:25:35.459Z] ok github.com/docker/docker/pkg/useragent 0.048s coverage: 88.9% of statements [2022-03-09T22:25:37.026Z] === RUN TestNewSettable [2022-03-09T22:25:37.026Z] --- PASS: TestNewSettable (0.00s) [2022-03-09T22:25:37.026Z] === RUN TestIsSettable [2022-03-09T22:25:37.026Z] --- PASS: TestIsSettable (0.00s) [2022-03-09T22:25:37.026Z] === RUN TestUpdateSettingsEnv [2022-03-09T22:25:37.026Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2022-03-09T22:25:37.026Z] PASS [2022-03-09T22:25:37.026Z] coverage: 20.0% of statements [2022-03-09T22:25:37.026Z] ok github.com/docker/docker/plugin/v2 0.054s coverage: 20.0% of statements [2022-03-09T22:25:37.026Z] === RUN TestValidatePrivileges [2022-03-09T22:25:37.026Z] --- PASS: TestValidatePrivileges (0.00s) [2022-03-09T22:25:37.026Z] === RUN TestFilterByCapNeg [2022-03-09T22:25:37.026Z] --- PASS: TestFilterByCapNeg (0.00s) [2022-03-09T22:25:37.026Z] === RUN TestFilterByCapPos [2022-03-09T22:25:37.026Z] --- PASS: TestFilterByCapPos (0.00s) [2022-03-09T22:25:37.026Z] === RUN TestStoreGetPluginNotMatchCapRefs [2022-03-09T22:25:37.026Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2022-03-09T22:25:37.026Z] PASS [2022-03-09T22:25:37.026Z] coverage: 12.0% of statements [2022-03-09T22:25:37.026Z] ok github.com/docker/docker/plugin 0.053s coverage: 12.0% of statements [2022-03-09T22:25:37.312Z] === RUN TestDockerSwarmSuite/TestAPISwarmCAHash [2022-03-09T22:25:37.312Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2022-03-09T22:25:37.495Z] === RUN TestLoad [2022-03-09T22:25:37.495Z] --- PASS: TestLoad (0.00s) [2022-03-09T22:25:37.495Z] === RUN TestSave [2022-03-09T22:25:37.495Z] --- PASS: TestSave (0.03s) [2022-03-09T22:25:37.495Z] === RUN TestAddDeleteGet [2022-03-09T22:25:37.968Z] --- PASS: TestAddDeleteGet (0.04s) [2022-03-09T22:25:37.968Z] === RUN TestInvalidTags [2022-03-09T22:25:37.968Z] --- PASS: TestInvalidTags (0.01s) [2022-03-09T22:25:37.968Z] PASS [2022-03-09T22:25:37.968Z] coverage: 84.4% of statements [2022-03-09T22:25:37.968Z] ok github.com/docker/docker/reference 0.128s coverage: 84.4% of statements [2022-03-09T22:25:38.248Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2022-03-09T22:25:38.815Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2022-03-09T22:25:38.957Z] === RUN TestResolveAuthConfigIndexServer [2022-03-09T22:25:38.957Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2022-03-09T22:25:38.957Z] === RUN TestResolveAuthConfigFullURL [2022-03-09T22:25:38.957Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2022-03-09T22:25:38.957Z] === RUN TestLoadAllowNondistributableArtifacts [2022-03-09T22:25:38.957Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2022-03-09T22:25:38.957Z] === RUN TestValidateMirror [2022-03-09T22:25:38.957Z] --- PASS: TestValidateMirror (0.00s) [2022-03-09T22:25:38.957Z] === RUN TestLoadInsecureRegistries [2022-03-09T22:25:38.957Z] time="2022-03-09T22:25:38Z" 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-09T22:25:38.957Z] time="2022-03-09T22:25:38Z" 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-09T22:25:38.957Z] time="2022-03-09T22:25:38Z" 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-09T22:25:38.957Z] --- PASS: TestLoadInsecureRegistries (0.19s) [2022-03-09T22:25:38.957Z] === RUN TestNewServiceConfig [2022-03-09T22:25:38.957Z] --- PASS: TestNewServiceConfig (0.00s) [2022-03-09T22:25:38.957Z] === RUN TestValidateIndexName [2022-03-09T22:25:38.957Z] --- PASS: TestValidateIndexName (0.00s) [2022-03-09T22:25:38.957Z] === RUN TestValidateIndexNameWithError [2022-03-09T22:25:38.957Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2022-03-09T22:25:38.957Z] === RUN TestEndpointParse [2022-03-09T22:25:38.957Z] --- PASS: TestEndpointParse (0.00s) [2022-03-09T22:25:38.957Z] === RUN TestEndpointParseInvalid [2022-03-09T22:25:38.957Z] --- PASS: TestEndpointParseInvalid (0.00s) [2022-03-09T22:25:38.957Z] === RUN TestValidateEndpoint [2022-03-09T22:25:38.957Z] --- PASS: TestValidateEndpoint (0.01s) [2022-03-09T22:25:38.957Z] === RUN TestPing [2022-03-09T22:25:38.957Z] --- PASS: TestPing (0.00s) [2022-03-09T22:25:38.957Z] === RUN TestPingRegistryEndpoint [2022-03-09T22:25:38.957Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2022-03-09T22:25:38.957Z] --- SKIP: TestPingRegistryEndpoint (0.01s) [2022-03-09T22:25:38.957Z] === RUN TestEndpoint [2022-03-09T22:25:38.957Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2022-03-09T22:25:38.957Z] --- SKIP: TestEndpoint (0.00s) [2022-03-09T22:25:38.957Z] === RUN TestParseRepositoryInfo [2022-03-09T22:25:38.957Z] --- PASS: TestParseRepositoryInfo (0.00s) [2022-03-09T22:25:38.957Z] === RUN TestNewIndexInfo [2022-03-09T22:25:38.957Z] --- PASS: TestNewIndexInfo (0.00s) [2022-03-09T22:25:38.957Z] === RUN TestMirrorEndpointLookup [2022-03-09T22:25:38.957Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2022-03-09T22:25:38.957Z] --- SKIP: TestMirrorEndpointLookup (0.00s) [2022-03-09T22:25:38.957Z] === RUN TestSearchRepositories [2022-03-09T22:25:38.957Z] registry_test.go:721: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2022-03-09T22:25:38.957Z] Host: 127.0.0.1:49316 [2022-03-09T22:25:38.957Z] User-Agent: docker test client [2022-03-09T22:25:38.957Z] Authorization: Token fake-token [2022-03-09T22:25:38.957Z] X-Docker-Token: true [2022-03-09T22:25:38.957Z] Accept-Encoding: gzip [2022-03-09T22:25:38.957Z] [2022-03-09T22:25:38.957Z] [2022-03-09T22:25:38.957Z] === RUN TestResumableRequestHeaderSimpleErrors [2022-03-09T22:25:38.957Z] registry_test.go:730: HTTP/1.1 200 OK [2022-03-09T22:25:38.957Z] Connection: close [2022-03-09T22:25:38.957Z] Content-Length: 144 [2022-03-09T22:25:38.957Z] Cache-Control: no-cache [2022-03-09T22:25:38.957Z] Content-Type: application/json [2022-03-09T22:25:38.957Z] Date: Wed, 09 Mar 2022 22:25:38 GMT [2022-03-09T22:25:38.957Z] Expires: -1 [2022-03-09T22:25:38.957Z] Pragma: no-cache [2022-03-09T22:25:38.957Z] Server: docker-tests/mock [2022-03-09T22:25:38.957Z] X-Docker-Registry-Config: mock [2022-03-09T22:25:38.957Z] X-Docker-Registry-Version: 0.0.0 [2022-03-09T22:25:38.957Z] [2022-03-09T22:25:38.957Z] [2022-03-09T22:25:38.957Z] --- PASS: TestSearchRepositories (0.01s) [2022-03-09T22:25:38.957Z] === RUN TestTrustedLocation [2022-03-09T22:25:38.957Z] --- PASS: TestTrustedLocation (0.00s) [2022-03-09T22:25:38.957Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2022-03-09T22:25:38.957Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2022-03-09T22:25:38.957Z] === RUN TestAllowNondistributableArtifacts [2022-03-09T22:25:38.957Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2022-03-09T22:25:38.957Z] === RUN TestIsSecureIndex [2022-03-09T22:25:38.957Z] --- PASS: TestIsSecureIndex (0.00s) [2022-03-09T22:25:38.957Z] PASS [2022-03-09T22:25:38.957Z] coverage: 51.2% of statements [2022-03-09T22:25:38.957Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.01s) [2022-03-09T22:25:38.957Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2022-03-09T22:25:38.957Z] ok github.com/docker/docker/registry 0.305s coverage: 51.2% of statements [2022-03-09T22:25:38.957Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2022-03-09T22:25:38.957Z] === RUN TestResumableRequestHeaderTooMuchFailures [2022-03-09T22:25:38.957Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2022-03-09T22:25:38.957Z] === RUN TestResumableRequestReaderWithReadError [2022-03-09T22:25:39.382Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2022-03-09T22:25:39.426Z] time="2022-03-09T22:25:38Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2022-03-09T22:25:39.426Z] --- PASS: TestResumableRequestReaderWithReadError (0.22s) [2022-03-09T22:25:39.426Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2022-03-09T22:25:39.426Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2022-03-09T22:25:39.426Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2022-03-09T22:25:39.426Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2022-03-09T22:25:39.426Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2022-03-09T22:25:39.426Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2022-03-09T22:25:39.426Z] === RUN TestResumableRequestReader [2022-03-09T22:25:39.426Z] --- PASS: TestResumableRequestReader (0.00s) [2022-03-09T22:25:39.426Z] === RUN TestResumableRequestReaderWithInitialResponse [2022-03-09T22:25:39.426Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2022-03-09T22:25:39.426Z] PASS [2022-03-09T22:25:39.426Z] coverage: 100.0% of statements [2022-03-09T22:25:39.426Z] ok github.com/docker/docker/registry/resumable 0.294s coverage: 100.0% of statements [2022-03-09T22:25:39.895Z] === RUN TestRestartManagerTimeout [2022-03-09T22:25:39.895Z] --- PASS: TestRestartManagerTimeout (0.00s) [2022-03-09T22:25:39.895Z] === RUN TestRestartManagerTimeoutReset [2022-03-09T22:25:39.895Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2022-03-09T22:25:39.895Z] PASS [2022-03-09T22:25:39.895Z] coverage: 50.9% of statements [2022-03-09T22:25:39.895Z] ok github.com/docker/docker/restartmanager 0.044s coverage: 50.9% of statements [2022-03-09T22:25:40.367Z] === RUN TestDecodeContainerConfig [2022-03-09T22:25:40.367Z] --- PASS: TestDecodeContainerConfig (0.00s) [2022-03-09T22:25:40.367Z] === RUN TestDecodeContainerConfigIsolation [2022-03-09T22:25:40.367Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2022-03-09T22:25:40.367Z] === RUN TestValidatePrivileged [2022-03-09T22:25:40.367Z] --- PASS: TestValidatePrivileged (0.00s) [2022-03-09T22:25:40.367Z] PASS [2022-03-09T22:25:40.367Z] coverage: 52.6% of statements [2022-03-09T22:25:40.367Z] ok github.com/docker/docker/runconfig 0.047s coverage: 52.6% of statements [2022-03-09T22:25:40.367Z] --- PASS: TestGet (15.01s) [2022-03-09T22:25:40.367Z] === RUN TestPluginWithNoManifest [2022-03-09T22:25:40.367Z] --- PASS: TestPluginWithNoManifest (0.00s) [2022-03-09T22:25:40.367Z] === RUN TestGetAll [2022-03-09T22:25:40.367Z] --- PASS: TestGetAll (0.00s) [2022-03-09T22:25:40.367Z] PASS [2022-03-09T22:25:40.367Z] coverage: 73.2% of statements [2022-03-09T22:25:40.367Z] ok github.com/docker/docker/pkg/plugins 36.011s coverage: 73.2% of statements [2022-03-09T22:25:40.758Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2022-03-09T22:25:40.758Z] docker_cli_build_test.go:5309: unmatched requirement DaemonIsWindows [2022-03-09T22:25:40.758Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2022-03-09T22:25:40.836Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2022-03-09T22:25:40.836Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2022-03-09T22:25:40.836Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2022-03-09T22:25:40.836Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2022-03-09T22:25:40.836Z] PASS [2022-03-09T22:25:40.836Z] coverage: 62.5% of statements [2022-03-09T22:25:40.836Z] ok github.com/docker/docker/testutil 0.048s coverage: 62.5% of statements [2022-03-09T22:25:41.016Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2022-03-09T22:25:42.577Z] === RUN TestCheckpointCreateError [2022-03-09T22:25:42.577Z] --- PASS: TestCheckpointCreateError (0.00s) [2022-03-09T22:25:42.577Z] === RUN TestCheckpointCreate [2022-03-09T22:25:42.577Z] --- PASS: TestCheckpointCreate (0.00s) [2022-03-09T22:25:42.577Z] === RUN TestCheckpointDeleteError [2022-03-09T22:25:42.577Z] --- PASS: TestCheckpointDeleteError (0.00s) [2022-03-09T22:25:42.577Z] === RUN TestCheckpointDelete [2022-03-09T22:25:42.577Z] --- PASS: TestCheckpointDelete (0.00s) [2022-03-09T22:25:42.577Z] === RUN TestCheckpointListError [2022-03-09T22:25:42.577Z] --- PASS: TestCheckpointListError (0.00s) [2022-03-09T22:25:42.577Z] === RUN TestCheckpointList [2022-03-09T22:25:42.577Z] --- PASS: TestCheckpointList (0.00s) [2022-03-09T22:25:42.577Z] === RUN TestCheckpointListContainerNotFound [2022-03-09T22:25:42.577Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2022-03-09T22:25:42.577Z] === RUN TestNewClientWithOpsFromEnv [2022-03-09T22:25:42.577Z] client_test.go:23: runtime.GOOS == "windows" [2022-03-09T22:25:42.577Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s) [2022-03-09T22:25:42.577Z] === RUN TestGetAPIPath [2022-03-09T22:25:42.577Z] --- PASS: TestGetAPIPath (0.00s) [2022-03-09T22:25:42.577Z] === RUN TestParseHostURL [2022-03-09T22:25:42.577Z] --- PASS: TestParseHostURL (0.00s) [2022-03-09T22:25:42.577Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2022-03-09T22:25:42.577Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2022-03-09T22:25:42.577Z] === RUN TestNegotiateAPIVersionEmpty [2022-03-09T22:25:42.577Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2022-03-09T22:25:42.577Z] === RUN TestNegotiateAPIVersion [2022-03-09T22:25:42.577Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2022-03-09T22:25:42.577Z] === RUN TestNegotiateAPVersionOverride [2022-03-09T22:25:42.577Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2022-03-09T22:25:42.577Z] === RUN TestNegotiateAPIVersionAutomatic [2022-03-09T22:25:42.577Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2022-03-09T22:25:42.577Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2022-03-09T22:25:42.577Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2022-03-09T22:25:42.577Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2022-03-09T22:25:42.577Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2022-03-09T22:25:42.577Z] === RUN TestClientRedirect [2022-03-09T22:25:42.577Z] --- PASS: TestClientRedirect (0.00s) [2022-03-09T22:25:42.577Z] === RUN TestConfigCreateUnsupported [2022-03-09T22:25:42.577Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2022-03-09T22:25:42.577Z] === RUN TestConfigCreateError [2022-03-09T22:25:42.577Z] --- PASS: TestConfigCreateError (0.00s) [2022-03-09T22:25:42.577Z] === RUN TestConfigCreate [2022-03-09T22:25:42.577Z] --- PASS: TestConfigCreate (0.00s) [2022-03-09T22:25:42.577Z] === RUN TestConfigInspectNotFound [2022-03-09T22:25:42.577Z] --- PASS: TestConfigInspectNotFound (0.00s) [2022-03-09T22:25:42.577Z] === RUN TestConfigInspectWithEmptyID [2022-03-09T22:25:42.577Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2022-03-09T22:25:42.577Z] === RUN TestConfigInspectUnsupported [2022-03-09T22:25:42.577Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2022-03-09T22:25:42.577Z] === RUN TestConfigInspectError [2022-03-09T22:25:42.577Z] --- PASS: TestConfigInspectError (0.00s) [2022-03-09T22:25:42.577Z] === RUN TestConfigInspectConfigNotFound [2022-03-09T22:25:42.577Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2022-03-09T22:25:42.577Z] === RUN TestConfigInspect [2022-03-09T22:25:42.577Z] --- PASS: TestConfigInspect (0.00s) [2022-03-09T22:25:42.577Z] === RUN TestConfigListUnsupported [2022-03-09T22:25:42.577Z] --- PASS: TestConfigListUnsupported (0.00s) [2022-03-09T22:25:42.577Z] === RUN TestConfigListError [2022-03-09T22:25:42.577Z] --- PASS: TestConfigListError (0.00s) [2022-03-09T22:25:42.577Z] === RUN TestConfigList [2022-03-09T22:25:42.577Z] --- PASS: TestConfigList (0.00s) [2022-03-09T22:25:42.577Z] === RUN TestConfigRemoveUnsupported [2022-03-09T22:25:42.577Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2022-03-09T22:25:42.577Z] === RUN TestConfigRemoveError [2022-03-09T22:25:42.577Z] --- PASS: TestConfigRemoveError (0.00s) [2022-03-09T22:25:42.577Z] === RUN TestConfigRemove [2022-03-09T22:25:42.577Z] --- PASS: TestConfigRemove (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestConfigUpdateUnsupported [2022-03-09T22:25:42.578Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestConfigUpdateError [2022-03-09T22:25:42.578Z] --- PASS: TestConfigUpdateError (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestConfigUpdate [2022-03-09T22:25:42.578Z] --- PASS: TestConfigUpdate (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestContainerCommitError [2022-03-09T22:25:42.578Z] --- PASS: TestContainerCommitError (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestContainerCommit [2022-03-09T22:25:42.578Z] --- PASS: TestContainerCommit (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestContainerStatPathError [2022-03-09T22:25:42.578Z] --- PASS: TestContainerStatPathError (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestContainerStatPathNotFoundError [2022-03-09T22:25:42.578Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestContainerStatPathNoHeaderError [2022-03-09T22:25:42.578Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestContainerStatPath [2022-03-09T22:25:42.578Z] --- PASS: TestContainerStatPath (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestCopyToContainerError [2022-03-09T22:25:42.578Z] --- PASS: TestCopyToContainerError (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestCopyToContainerNotFoundError [2022-03-09T22:25:42.578Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestCopyToContainerNotStatusOKError [2022-03-09T22:25:42.578Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestCopyToContainer [2022-03-09T22:25:42.578Z] --- PASS: TestCopyToContainer (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestCopyFromContainerError [2022-03-09T22:25:42.578Z] --- PASS: TestCopyFromContainerError (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestCopyFromContainerNotFoundError [2022-03-09T22:25:42.578Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestCopyFromContainerNotStatusOKError [2022-03-09T22:25:42.578Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestCopyFromContainerNoHeaderError [2022-03-09T22:25:42.578Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestCopyFromContainer [2022-03-09T22:25:42.578Z] --- PASS: TestCopyFromContainer (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestContainerCreateError [2022-03-09T22:25:42.578Z] --- PASS: TestContainerCreateError (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestContainerCreateImageNotFound [2022-03-09T22:25:42.578Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestContainerCreateWithName [2022-03-09T22:25:42.578Z] --- PASS: TestContainerCreateWithName (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestContainerCreateAutoRemove [2022-03-09T22:25:42.578Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestContainerDiffError [2022-03-09T22:25:42.578Z] --- PASS: TestContainerDiffError (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestContainerDiff [2022-03-09T22:25:42.578Z] --- PASS: TestContainerDiff (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestContainerExecCreateError [2022-03-09T22:25:42.578Z] --- PASS: TestContainerExecCreateError (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestContainerExecCreate [2022-03-09T22:25:42.578Z] --- PASS: TestContainerExecCreate (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestContainerExecStartError [2022-03-09T22:25:42.578Z] --- PASS: TestContainerExecStartError (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestContainerExecStart [2022-03-09T22:25:42.578Z] --- PASS: TestContainerExecStart (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestContainerExecInspectError [2022-03-09T22:25:42.578Z] --- PASS: TestContainerExecInspectError (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestContainerExecInspect [2022-03-09T22:25:42.578Z] --- PASS: TestContainerExecInspect (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestContainerExportError [2022-03-09T22:25:42.578Z] --- PASS: TestContainerExportError (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestContainerExport [2022-03-09T22:25:42.578Z] --- PASS: TestContainerExport (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestContainerInspectError [2022-03-09T22:25:42.578Z] --- PASS: TestContainerInspectError (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestContainerInspectContainerNotFound [2022-03-09T22:25:42.578Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestContainerInspectWithEmptyID [2022-03-09T22:25:42.578Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestContainerInspect [2022-03-09T22:25:42.578Z] --- PASS: TestContainerInspect (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestContainerInspectNode [2022-03-09T22:25:42.578Z] --- PASS: TestContainerInspectNode (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestContainerKillError [2022-03-09T22:25:42.578Z] --- PASS: TestContainerKillError (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestContainerKill [2022-03-09T22:25:42.578Z] --- PASS: TestContainerKill (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestContainerListError [2022-03-09T22:25:42.578Z] --- PASS: TestContainerListError (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestContainerList [2022-03-09T22:25:42.578Z] --- PASS: TestContainerList (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestContainerLogsNotFoundError [2022-03-09T22:25:42.578Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestContainerLogsError [2022-03-09T22:25:42.578Z] --- PASS: TestContainerLogsError (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestContainerLogs [2022-03-09T22:25:42.578Z] --- PASS: TestContainerLogs (0.23s) [2022-03-09T22:25:42.578Z] === RUN TestContainerPauseError [2022-03-09T22:25:42.578Z] --- PASS: TestContainerPauseError (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestContainerPause [2022-03-09T22:25:42.578Z] --- PASS: TestContainerPause (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestContainersPruneError [2022-03-09T22:25:42.578Z] --- PASS: TestContainersPruneError (0.01s) [2022-03-09T22:25:42.578Z] === RUN TestContainersPrune [2022-03-09T22:25:42.578Z] --- PASS: TestContainersPrune (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestContainerRemoveError [2022-03-09T22:25:42.578Z] --- PASS: TestContainerRemoveError (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestContainerRemoveNotFoundError [2022-03-09T22:25:42.578Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestContainerRemove [2022-03-09T22:25:42.578Z] --- PASS: TestContainerRemove (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestContainerRenameError [2022-03-09T22:25:42.578Z] --- PASS: TestContainerRenameError (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestContainerRename [2022-03-09T22:25:42.578Z] --- PASS: TestContainerRename (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestContainerResizeError [2022-03-09T22:25:42.578Z] --- PASS: TestContainerResizeError (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestContainerExecResizeError [2022-03-09T22:25:42.578Z] --- PASS: TestContainerExecResizeError (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestContainerResize [2022-03-09T22:25:42.578Z] --- PASS: TestContainerResize (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestContainerExecResize [2022-03-09T22:25:42.578Z] --- PASS: TestContainerExecResize (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestContainerRestartError [2022-03-09T22:25:42.578Z] --- PASS: TestContainerRestartError (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestContainerRestart [2022-03-09T22:25:42.578Z] --- PASS: TestContainerRestart (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestContainerStartError [2022-03-09T22:25:42.578Z] --- PASS: TestContainerStartError (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestContainerStart [2022-03-09T22:25:42.578Z] --- PASS: TestContainerStart (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestContainerStatsError [2022-03-09T22:25:42.578Z] --- PASS: TestContainerStatsError (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestContainerStats [2022-03-09T22:25:42.578Z] --- PASS: TestContainerStats (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestContainerStopError [2022-03-09T22:25:42.578Z] --- PASS: TestContainerStopError (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestContainerStop [2022-03-09T22:25:42.578Z] --- PASS: TestContainerStop (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestContainerTopError [2022-03-09T22:25:42.578Z] --- PASS: TestContainerTopError (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestContainerTop [2022-03-09T22:25:42.578Z] --- PASS: TestContainerTop (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestContainerUnpauseError [2022-03-09T22:25:42.578Z] --- PASS: TestContainerUnpauseError (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestContainerUnpause [2022-03-09T22:25:42.578Z] --- PASS: TestContainerUnpause (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestContainerUpdateError [2022-03-09T22:25:42.578Z] --- PASS: TestContainerUpdateError (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestContainerUpdate [2022-03-09T22:25:42.578Z] --- PASS: TestContainerUpdate (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestContainerWaitError [2022-03-09T22:25:42.578Z] --- PASS: TestContainerWaitError (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestContainerWait [2022-03-09T22:25:42.578Z] --- PASS: TestContainerWait (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestDiskUsageError [2022-03-09T22:25:42.578Z] --- PASS: TestDiskUsageError (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestDiskUsage [2022-03-09T22:25:42.578Z] --- PASS: TestDiskUsage (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestDistributionInspectUnsupported [2022-03-09T22:25:42.578Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestDistributionInspectWithEmptyID [2022-03-09T22:25:42.578Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestEventsErrorInOptions [2022-03-09T22:25:42.578Z] --- PASS: TestEventsErrorInOptions (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestEventsErrorFromServer [2022-03-09T22:25:42.578Z] --- PASS: TestEventsErrorFromServer (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestEvents [2022-03-09T22:25:42.578Z] --- PASS: TestEvents (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestTLSCloseWriter [2022-03-09T22:25:42.578Z] === PAUSE TestTLSCloseWriter [2022-03-09T22:25:42.578Z] === RUN TestImageBuildError [2022-03-09T22:25:42.578Z] --- PASS: TestImageBuildError (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestImageBuild [2022-03-09T22:25:42.578Z] --- PASS: TestImageBuild (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestGetDockerOS [2022-03-09T22:25:42.578Z] --- PASS: TestGetDockerOS (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestImageCreateError [2022-03-09T22:25:42.578Z] --- PASS: TestImageCreateError (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestImageCreate [2022-03-09T22:25:42.578Z] --- PASS: TestImageCreate (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestImageHistoryError [2022-03-09T22:25:42.578Z] --- PASS: TestImageHistoryError (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestImageHistory [2022-03-09T22:25:42.578Z] --- PASS: TestImageHistory (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestImageImportError [2022-03-09T22:25:42.578Z] --- PASS: TestImageImportError (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestImageImport [2022-03-09T22:25:42.578Z] --- PASS: TestImageImport (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestImageInspectError [2022-03-09T22:25:42.578Z] --- PASS: TestImageInspectError (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestImageInspectImageNotFound [2022-03-09T22:25:42.578Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestImageInspectWithEmptyID [2022-03-09T22:25:42.578Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestImageInspect [2022-03-09T22:25:42.578Z] --- PASS: TestImageInspect (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestImageListError [2022-03-09T22:25:42.578Z] --- PASS: TestImageListError (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestImageList [2022-03-09T22:25:42.578Z] --- PASS: TestImageList (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestImageListApiBefore125 [2022-03-09T22:25:42.578Z] --- PASS: TestImageListApiBefore125 (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestImageLoadError [2022-03-09T22:25:42.578Z] --- PASS: TestImageLoadError (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestImageLoad [2022-03-09T22:25:42.578Z] --- PASS: TestImageLoad (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestImagesPruneError [2022-03-09T22:25:42.578Z] --- PASS: TestImagesPruneError (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestImagesPrune [2022-03-09T22:25:42.578Z] --- PASS: TestImagesPrune (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestImagePullReferenceParseError [2022-03-09T22:25:42.578Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestImagePullAnyError [2022-03-09T22:25:42.578Z] --- PASS: TestImagePullAnyError (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestImagePullStatusUnauthorizedError [2022-03-09T22:25:42.578Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2022-03-09T22:25:42.578Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-03-09T22:25:42.578Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestImagePullWithPrivilegedFuncNoError [2022-03-09T22:25:42.578Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestImagePullWithoutErrors [2022-03-09T22:25:42.578Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestImagePushReferenceError [2022-03-09T22:25:42.578Z] --- PASS: TestImagePushReferenceError (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestImagePushAnyError [2022-03-09T22:25:42.578Z] --- PASS: TestImagePushAnyError (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestImagePushStatusUnauthorizedError [2022-03-09T22:25:42.578Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2022-03-09T22:25:42.578Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-03-09T22:25:42.578Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestImagePushWithPrivilegedFuncNoError [2022-03-09T22:25:42.578Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestImagePushWithoutErrors [2022-03-09T22:25:42.578Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2022-03-09T22:25:42.578Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2022-03-09T22:25:42.578Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2022-03-09T22:25:42.578Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2022-03-09T22:25:42.578Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2022-03-09T22:25:42.578Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2022-03-09T22:25:42.578Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2022-03-09T22:25:42.578Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2022-03-09T22:25:42.578Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestImageRemoveError [2022-03-09T22:25:42.578Z] --- PASS: TestImageRemoveError (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestImageRemoveImageNotFound [2022-03-09T22:25:42.578Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestImageRemove [2022-03-09T22:25:42.578Z] --- PASS: TestImageRemove (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestImageSaveError [2022-03-09T22:25:42.578Z] --- PASS: TestImageSaveError (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestImageSave [2022-03-09T22:25:42.578Z] --- PASS: TestImageSave (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestImageSearchAnyError [2022-03-09T22:25:42.578Z] --- PASS: TestImageSearchAnyError (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestImageSearchStatusUnauthorizedError [2022-03-09T22:25:42.578Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2022-03-09T22:25:42.578Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-03-09T22:25:42.578Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2022-03-09T22:25:42.578Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestImageSearchWithoutErrors [2022-03-09T22:25:42.578Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestImageTagError [2022-03-09T22:25:42.578Z] --- PASS: TestImageTagError (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestImageTagInvalidReference [2022-03-09T22:25:42.578Z] --- PASS: TestImageTagInvalidReference (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestImageTagInvalidSourceImageName [2022-03-09T22:25:42.578Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestImageTagHexSource [2022-03-09T22:25:42.578Z] --- PASS: TestImageTagHexSource (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestImageTag [2022-03-09T22:25:42.578Z] --- PASS: TestImageTag (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestInfoServerError [2022-03-09T22:25:42.578Z] --- PASS: TestInfoServerError (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestInfoInvalidResponseJSONError [2022-03-09T22:25:42.578Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestInfo [2022-03-09T22:25:42.578Z] --- PASS: TestInfo (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestNetworkConnectError [2022-03-09T22:25:42.578Z] --- PASS: TestNetworkConnectError (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2022-03-09T22:25:42.578Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestNetworkConnect [2022-03-09T22:25:42.578Z] --- PASS: TestNetworkConnect (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestNetworkCreateError [2022-03-09T22:25:42.578Z] --- PASS: TestNetworkCreateError (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestNetworkCreate [2022-03-09T22:25:42.578Z] --- PASS: TestNetworkCreate (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestNetworkDisconnectError [2022-03-09T22:25:42.578Z] --- PASS: TestNetworkDisconnectError (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestNetworkDisconnect [2022-03-09T22:25:42.578Z] --- PASS: TestNetworkDisconnect (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestNetworkInspect [2022-03-09T22:25:42.578Z] === RUN TestNetworkInspect/empty_ID [2022-03-09T22:25:42.578Z] === RUN TestNetworkInspect/no_options [2022-03-09T22:25:42.578Z] === RUN TestNetworkInspect/verbose [2022-03-09T22:25:42.578Z] === RUN TestNetworkInspect/global_scope [2022-03-09T22:25:42.578Z] === RUN TestNetworkInspect/unknown_network [2022-03-09T22:25:42.578Z] === RUN TestNetworkInspect/server_error [2022-03-09T22:25:42.578Z] --- PASS: TestNetworkInspect (0.00s) [2022-03-09T22:25:42.578Z] --- PASS: TestNetworkInspect/empty_ID (0.00s) [2022-03-09T22:25:42.578Z] --- PASS: TestNetworkInspect/no_options (0.00s) [2022-03-09T22:25:42.578Z] --- PASS: TestNetworkInspect/verbose (0.00s) [2022-03-09T22:25:42.578Z] --- PASS: TestNetworkInspect/global_scope (0.00s) [2022-03-09T22:25:42.578Z] --- PASS: TestNetworkInspect/unknown_network (0.00s) [2022-03-09T22:25:42.578Z] --- PASS: TestNetworkInspect/server_error (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestNetworkListError [2022-03-09T22:25:42.578Z] --- PASS: TestNetworkListError (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestNetworkList [2022-03-09T22:25:42.578Z] --- PASS: TestNetworkList (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestNetworksPruneError [2022-03-09T22:25:42.578Z] --- PASS: TestNetworksPruneError (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestNetworksPrune [2022-03-09T22:25:42.578Z] --- PASS: TestNetworksPrune (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestNetworkRemoveError [2022-03-09T22:25:42.578Z] --- PASS: TestNetworkRemoveError (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestNetworkRemove [2022-03-09T22:25:42.578Z] --- PASS: TestNetworkRemove (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestNodeInspectError [2022-03-09T22:25:42.578Z] --- PASS: TestNodeInspectError (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestNodeInspectNodeNotFound [2022-03-09T22:25:42.578Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestNodeInspectWithEmptyID [2022-03-09T22:25:42.578Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestNodeInspect [2022-03-09T22:25:42.578Z] --- PASS: TestNodeInspect (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestNodeListError [2022-03-09T22:25:42.578Z] --- PASS: TestNodeListError (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestNodeList [2022-03-09T22:25:42.578Z] --- PASS: TestNodeList (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestNodeRemoveError [2022-03-09T22:25:42.578Z] --- PASS: TestNodeRemoveError (0.00s) [2022-03-09T22:25:42.578Z] === RUN TestNodeRemove [2022-03-09T22:25:42.579Z] --- PASS: TestNodeRemove (0.00s) [2022-03-09T22:25:42.579Z] === RUN TestNodeUpdateError [2022-03-09T22:25:42.579Z] --- PASS: TestNodeUpdateError (0.00s) [2022-03-09T22:25:42.579Z] === RUN TestNodeUpdate [2022-03-09T22:25:42.579Z] --- PASS: TestNodeUpdate (0.00s) [2022-03-09T22:25:42.579Z] === RUN TestOptionWithHostFromEnv [2022-03-09T22:25:42.579Z] --- PASS: TestOptionWithHostFromEnv (0.00s) [2022-03-09T22:25:42.579Z] === RUN TestOptionWithTimeout [2022-03-09T22:25:42.579Z] --- PASS: TestOptionWithTimeout (0.00s) [2022-03-09T22:25:42.579Z] === RUN TestOptionWithVersionFromEnv [2022-03-09T22:25:42.579Z] --- PASS: TestOptionWithVersionFromEnv (0.00s) [2022-03-09T22:25:42.579Z] === RUN TestPingFail [2022-03-09T22:25:42.579Z] --- PASS: TestPingFail (0.00s) [2022-03-09T22:25:42.579Z] === RUN TestPingWithError [2022-03-09T22:25:42.579Z] 2022/03/09 22:25:41 RoundTripper returned a response & error; ignoring response [2022-03-09T22:25:42.579Z] 2022/03/09 22:25:41 RoundTripper returned a response & error; ignoring response [2022-03-09T22:25:42.579Z] --- PASS: TestPingWithError (0.00s) [2022-03-09T22:25:42.579Z] === RUN TestPingSuccess [2022-03-09T22:25:42.579Z] --- PASS: TestPingSuccess (0.00s) [2022-03-09T22:25:42.579Z] === RUN TestPingHeadFallback [2022-03-09T22:25:42.579Z] === RUN TestPingHeadFallback/OK [2022-03-09T22:25:42.579Z] === RUN TestPingHeadFallback/Internal_Server_Error [2022-03-09T22:25:42.579Z] === RUN TestPingHeadFallback/Not_Found [2022-03-09T22:25:42.579Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2022-03-09T22:25:42.579Z] --- PASS: TestPingHeadFallback (0.00s) [2022-03-09T22:25:42.579Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2022-03-09T22:25:42.579Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2022-03-09T22:25:42.579Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2022-03-09T22:25:42.579Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2022-03-09T22:25:42.579Z] === RUN TestPluginDisableError [2022-03-09T22:25:42.579Z] --- PASS: TestPluginDisableError (0.00s) [2022-03-09T22:25:42.579Z] === RUN TestPluginDisable [2022-03-09T22:25:42.579Z] --- PASS: TestPluginDisable (0.00s) [2022-03-09T22:25:42.579Z] === RUN TestPluginEnableError [2022-03-09T22:25:42.579Z] --- PASS: TestPluginEnableError (0.00s) [2022-03-09T22:25:42.579Z] === RUN TestPluginEnable [2022-03-09T22:25:42.579Z] --- PASS: TestPluginEnable (0.00s) [2022-03-09T22:25:42.579Z] === RUN TestPluginInspectError [2022-03-09T22:25:42.579Z] --- PASS: TestPluginInspectError (0.00s) [2022-03-09T22:25:42.579Z] === RUN TestPluginInspectWithEmptyID [2022-03-09T22:25:42.579Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2022-03-09T22:25:42.579Z] === RUN TestPluginInspect [2022-03-09T22:25:42.579Z] --- PASS: TestPluginInspect (0.00s) [2022-03-09T22:25:42.579Z] === RUN TestPluginListError [2022-03-09T22:25:42.579Z] --- PASS: TestPluginListError (0.00s) [2022-03-09T22:25:42.579Z] === RUN TestPluginList [2022-03-09T22:25:42.579Z] --- PASS: TestPluginList (0.00s) [2022-03-09T22:25:42.579Z] === RUN TestPluginPushError [2022-03-09T22:25:42.579Z] --- PASS: TestPluginPushError (0.00s) [2022-03-09T22:25:42.579Z] === RUN TestPluginPush [2022-03-09T22:25:42.579Z] --- PASS: TestPluginPush (0.00s) [2022-03-09T22:25:42.579Z] === RUN TestPluginRemoveError [2022-03-09T22:25:42.579Z] --- PASS: TestPluginRemoveError (0.00s) [2022-03-09T22:25:42.579Z] === RUN TestPluginRemove [2022-03-09T22:25:42.579Z] --- PASS: TestPluginRemove (0.00s) [2022-03-09T22:25:42.579Z] === RUN TestPluginSetError [2022-03-09T22:25:42.579Z] --- PASS: TestPluginSetError (0.00s) [2022-03-09T22:25:42.579Z] === RUN TestPluginSet [2022-03-09T22:25:42.579Z] --- PASS: TestPluginSet (0.00s) [2022-03-09T22:25:42.579Z] === RUN TestSetHostHeader [2022-03-09T22:25:42.579Z] --- PASS: TestSetHostHeader (0.00s) [2022-03-09T22:25:42.579Z] === RUN TestPlainTextError [2022-03-09T22:25:42.579Z] --- PASS: TestPlainTextError (0.00s) [2022-03-09T22:25:42.579Z] === RUN TestInfiniteError [2022-03-09T22:25:42.579Z] --- PASS: TestInfiniteError (0.05s) [2022-03-09T22:25:42.579Z] === RUN TestCanceledContext [2022-03-09T22:25:42.579Z] 2022/03/09 22:25:41 RoundTripper returned a response & error; ignoring response [2022-03-09T22:25:42.579Z] --- PASS: TestCanceledContext (0.00s) [2022-03-09T22:25:42.579Z] === RUN TestDeadlineExceededContext [2022-03-09T22:25:42.579Z] 2022/03/09 22:25:41 RoundTripper returned a response & error; ignoring response [2022-03-09T22:25:42.579Z] --- PASS: TestDeadlineExceededContext (0.00s) [2022-03-09T22:25:42.579Z] === RUN TestSecretCreateUnsupported [2022-03-09T22:25:42.579Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2022-03-09T22:25:42.579Z] === RUN TestSecretCreateError [2022-03-09T22:25:42.579Z] --- PASS: TestSecretCreateError (0.00s) [2022-03-09T22:25:42.579Z] === RUN TestSecretCreate [2022-03-09T22:25:42.579Z] --- PASS: TestSecretCreate (0.00s) [2022-03-09T22:25:42.579Z] === RUN TestSecretInspectUnsupported [2022-03-09T22:25:42.579Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2022-03-09T22:25:42.579Z] === RUN TestSecretInspectError [2022-03-09T22:25:42.579Z] --- PASS: TestSecretInspectError (0.01s) [2022-03-09T22:25:42.579Z] === RUN TestSecretInspectSecretNotFound [2022-03-09T22:25:42.579Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2022-03-09T22:25:42.579Z] === RUN TestSecretInspectWithEmptyID [2022-03-09T22:25:42.579Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2022-03-09T22:25:42.579Z] === RUN TestSecretInspect [2022-03-09T22:25:42.579Z] --- PASS: TestSecretInspect (0.00s) [2022-03-09T22:25:42.579Z] === RUN TestSecretListUnsupported [2022-03-09T22:25:42.579Z] --- PASS: TestSecretListUnsupported (0.00s) [2022-03-09T22:25:42.579Z] === RUN TestSecretListError [2022-03-09T22:25:42.579Z] --- PASS: TestSecretListError (0.00s) [2022-03-09T22:25:42.579Z] === RUN TestSecretList [2022-03-09T22:25:42.579Z] --- PASS: TestSecretList (0.00s) [2022-03-09T22:25:42.579Z] === RUN TestSecretRemoveUnsupported [2022-03-09T22:25:42.579Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2022-03-09T22:25:42.579Z] === RUN TestSecretRemoveError [2022-03-09T22:25:42.579Z] --- PASS: TestSecretRemoveError (0.00s) [2022-03-09T22:25:42.579Z] === RUN TestSecretRemove [2022-03-09T22:25:42.579Z] --- PASS: TestSecretRemove (0.00s) [2022-03-09T22:25:42.579Z] === RUN TestSecretUpdateUnsupported [2022-03-09T22:25:42.579Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2022-03-09T22:25:42.579Z] === RUN TestSecretUpdateError [2022-03-09T22:25:42.579Z] --- PASS: TestSecretUpdateError (0.00s) [2022-03-09T22:25:42.579Z] === RUN TestSecretUpdate [2022-03-09T22:25:42.579Z] --- PASS: TestSecretUpdate (0.00s) [2022-03-09T22:25:42.579Z] === RUN TestServiceCreateError [2022-03-09T22:25:42.579Z] --- PASS: TestServiceCreateError (0.00s) [2022-03-09T22:25:42.579Z] === RUN TestServiceCreate [2022-03-09T22:25:42.579Z] --- PASS: TestServiceCreate (0.00s) [2022-03-09T22:25:42.579Z] === RUN TestServiceCreateCompatiblePlatforms [2022-03-09T22:25:42.579Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2022-03-09T22:25:42.579Z] === RUN TestServiceCreateDigestPinning [2022-03-09T22:25:42.579Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2022-03-09T22:25:42.579Z] === RUN TestServiceInspectError [2022-03-09T22:25:42.579Z] --- PASS: TestServiceInspectError (0.00s) [2022-03-09T22:25:42.579Z] === RUN TestServiceInspectServiceNotFound [2022-03-09T22:25:42.579Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2022-03-09T22:25:42.579Z] === RUN TestServiceInspectWithEmptyID [2022-03-09T22:25:42.579Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2022-03-09T22:25:42.579Z] === RUN TestServiceInspect [2022-03-09T22:25:42.579Z] --- PASS: TestServiceInspect (0.00s) [2022-03-09T22:25:42.579Z] === RUN TestServiceListError [2022-03-09T22:25:42.579Z] --- PASS: TestServiceListError (0.00s) [2022-03-09T22:25:42.579Z] === RUN TestServiceList [2022-03-09T22:25:42.579Z] --- PASS: TestServiceList (0.00s) [2022-03-09T22:25:42.579Z] === RUN TestServiceLogsError [2022-03-09T22:25:42.579Z] --- PASS: TestServiceLogsError (0.00s) [2022-03-09T22:25:42.579Z] === RUN TestServiceLogs [2022-03-09T22:25:42.579Z] --- PASS: TestServiceLogs (0.00s) [2022-03-09T22:25:42.579Z] === RUN TestServiceRemoveError [2022-03-09T22:25:42.579Z] --- PASS: TestServiceRemoveError (0.00s) [2022-03-09T22:25:42.579Z] === RUN TestServiceRemoveNotFoundError [2022-03-09T22:25:42.579Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2022-03-09T22:25:42.579Z] === RUN TestServiceRemove [2022-03-09T22:25:42.579Z] --- PASS: TestServiceRemove (0.00s) [2022-03-09T22:25:42.579Z] === RUN TestServiceUpdateError [2022-03-09T22:25:42.579Z] --- PASS: TestServiceUpdateError (0.00s) [2022-03-09T22:25:42.579Z] === RUN TestServiceUpdate [2022-03-09T22:25:42.579Z] --- PASS: TestServiceUpdate (0.00s) [2022-03-09T22:25:42.579Z] === RUN TestSwarmGetUnlockKeyError [2022-03-09T22:25:42.579Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2022-03-09T22:25:42.579Z] === RUN TestSwarmGetUnlockKey [2022-03-09T22:25:42.579Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2022-03-09T22:25:42.579Z] === RUN TestSwarmInitError [2022-03-09T22:25:42.579Z] --- PASS: TestSwarmInitError (0.00s) [2022-03-09T22:25:42.579Z] === RUN TestSwarmInit [2022-03-09T22:25:42.579Z] --- PASS: TestSwarmInit (0.00s) [2022-03-09T22:25:42.579Z] === RUN TestSwarmInspectError [2022-03-09T22:25:42.579Z] --- PASS: TestSwarmInspectError (0.00s) [2022-03-09T22:25:42.579Z] === RUN TestSwarmInspect [2022-03-09T22:25:42.579Z] --- PASS: TestSwarmInspect (0.00s) [2022-03-09T22:25:42.579Z] === RUN TestSwarmJoinError [2022-03-09T22:25:42.579Z] --- PASS: TestSwarmJoinError (0.00s) [2022-03-09T22:25:42.579Z] === RUN TestSwarmJoin [2022-03-09T22:25:42.579Z] --- PASS: TestSwarmJoin (0.00s) [2022-03-09T22:25:42.579Z] === RUN TestSwarmLeaveError [2022-03-09T22:25:42.579Z] --- PASS: TestSwarmLeaveError (0.00s) [2022-03-09T22:25:42.579Z] === RUN TestSwarmLeave [2022-03-09T22:25:42.579Z] --- PASS: TestSwarmLeave (0.00s) [2022-03-09T22:25:42.579Z] === RUN TestSwarmUnlockError [2022-03-09T22:25:42.579Z] --- PASS: TestSwarmUnlockError (0.00s) [2022-03-09T22:25:42.579Z] === RUN TestSwarmUnlock [2022-03-09T22:25:42.579Z] --- PASS: TestSwarmUnlock (0.00s) [2022-03-09T22:25:42.579Z] === RUN TestSwarmUpdateError [2022-03-09T22:25:42.579Z] --- PASS: TestSwarmUpdateError (0.00s) [2022-03-09T22:25:42.579Z] === RUN TestSwarmUpdate [2022-03-09T22:25:42.579Z] --- PASS: TestSwarmUpdate (0.00s) [2022-03-09T22:25:42.579Z] === RUN TestTaskInspectError [2022-03-09T22:25:42.579Z] --- PASS: TestTaskInspectError (0.00s) [2022-03-09T22:25:42.579Z] === RUN TestTaskInspectWithEmptyID [2022-03-09T22:25:42.579Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2022-03-09T22:25:42.579Z] === RUN TestTaskInspect [2022-03-09T22:25:42.579Z] --- PASS: TestTaskInspect (0.00s) [2022-03-09T22:25:42.579Z] === RUN TestTaskListError [2022-03-09T22:25:42.579Z] --- PASS: TestTaskListError (0.00s) [2022-03-09T22:25:42.579Z] === RUN TestTaskList [2022-03-09T22:25:42.579Z] --- PASS: TestTaskList (0.00s) [2022-03-09T22:25:42.579Z] === RUN TestVolumeCreateError [2022-03-09T22:25:42.579Z] --- PASS: TestVolumeCreateError (0.00s) [2022-03-09T22:25:42.579Z] === RUN TestVolumeCreate [2022-03-09T22:25:42.579Z] --- PASS: TestVolumeCreate (0.00s) [2022-03-09T22:25:42.579Z] === RUN TestVolumeInspectError [2022-03-09T22:25:42.579Z] --- PASS: TestVolumeInspectError (0.00s) [2022-03-09T22:25:42.579Z] === RUN TestVolumeInspectNotFound [2022-03-09T22:25:42.579Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2022-03-09T22:25:42.579Z] === RUN TestVolumeInspectWithEmptyID [2022-03-09T22:25:42.579Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2022-03-09T22:25:42.579Z] === RUN TestVolumeInspect [2022-03-09T22:25:42.579Z] --- PASS: TestVolumeInspect (0.00s) [2022-03-09T22:25:42.579Z] === RUN TestVolumeListError [2022-03-09T22:25:42.579Z] --- PASS: TestVolumeListError (0.00s) [2022-03-09T22:25:42.579Z] === RUN TestVolumeList [2022-03-09T22:25:42.579Z] --- PASS: TestVolumeList (0.00s) [2022-03-09T22:25:42.579Z] === RUN TestVolumeRemoveError [2022-03-09T22:25:42.579Z] --- PASS: TestVolumeRemoveError (0.00s) [2022-03-09T22:25:42.579Z] === RUN TestVolumeRemove [2022-03-09T22:25:42.579Z] --- PASS: TestVolumeRemove (0.00s) [2022-03-09T22:25:42.579Z] === CONT TestTLSCloseWriter [2022-03-09T22:25:42.579Z] --- PASS: TestTLSCloseWriter (0.01s) [2022-03-09T22:25:42.579Z] PASS [2022-03-09T22:25:42.579Z] coverage: 75.2% of statements [2022-03-09T22:25:42.579Z] ok github.com/docker/docker/client 0.512s coverage: 75.2% of statements [2022-03-09T22:25:43.054Z] === RUN TestGetDriver [2022-03-09T22:25:43.054Z] --- PASS: TestGetDriver (0.00s) [2022-03-09T22:25:43.054Z] === RUN TestVolumeRequestError [2022-03-09T22:25:43.054Z] --- PASS: TestVolumeRequestError (0.01s) [2022-03-09T22:25:43.054Z] PASS [2022-03-09T22:25:43.054Z] coverage: 36.1% of statements [2022-03-09T22:25:43.054Z] ok github.com/docker/docker/volume/drivers 0.057s coverage: 36.1% of statements [2022-03-09T22:25:44.620Z] === RUN TestGetAddress [2022-03-09T22:25:44.620Z] --- PASS: TestGetAddress (0.00s) [2022-03-09T22:25:44.620Z] === RUN TestRemove [2022-03-09T22:25:44.620Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-03-09T22:25:44.620Z] --- SKIP: TestRemove (0.00s) [2022-03-09T22:25:44.620Z] === RUN TestInitializeWithVolumes [2022-03-09T22:25:44.620Z] --- PASS: TestInitializeWithVolumes (0.01s) [2022-03-09T22:25:44.620Z] === RUN TestCreate [2022-03-09T22:25:44.620Z] --- PASS: TestCreate (0.01s) [2022-03-09T22:25:44.620Z] === RUN TestValidateName [2022-03-09T22:25:44.620Z] --- PASS: TestValidateName (0.00s) [2022-03-09T22:25:44.620Z] === RUN TestCreateWithOpts [2022-03-09T22:25:44.620Z] local_test.go:180: runtime.GOOS == "windows" [2022-03-09T22:25:44.620Z] --- SKIP: TestCreateWithOpts (0.00s) [2022-03-09T22:25:44.620Z] === RUN TestRelaodNoOpts [2022-03-09T22:25:44.620Z] --- PASS: TestRelaodNoOpts (0.02s) [2022-03-09T22:25:44.620Z] PASS [2022-03-09T22:25:44.620Z] coverage: 41.5% of statements [2022-03-09T22:25:44.620Z] ok github.com/docker/docker/volume/local 0.113s coverage: 41.5% of statements [2022-03-09T22:25:45.036Z] --- PASS: TestServiceUpdateSecrets (14.30s) [2022-03-09T22:25:45.036Z] === RUN TestServiceUpdateConfigs [2022-03-09T22:25:45.089Z] 2022/03/09 22:25:44 Closing DB instances... [2022-03-09T22:25:45.089Z] === RUN TestLCOWParseMountRaw [2022-03-09T22:25:45.089Z] --- PASS: TestLCOWParseMountRaw (0.00s) [2022-03-09T22:25:45.089Z] === RUN TestLCOWParseMountRawSplit [2022-03-09T22:25:45.089Z] === RUN TestLCOWParseMountRawSplit/0_c:\:/foo [2022-03-09T22:25:45.089Z] === RUN TestLCOWParseMountRawSplit/1_c:\:/foo:ro [2022-03-09T22:25:45.089Z] === RUN TestLCOWParseMountRawSplit/2_c:\:/foo:rw [2022-03-09T22:25:45.089Z] === RUN TestLCOWParseMountRawSplit/3_c:\:/foo:foo [2022-03-09T22:25:45.089Z] === RUN TestLCOWParseMountRawSplit/4_name:/foo:rw [2022-03-09T22:25:45.089Z] === RUN TestLCOWParseMountRawSplit/5_name:/foo [2022-03-09T22:25:45.089Z] === RUN TestLCOWParseMountRawSplit/6_name:/foo:ro [2022-03-09T22:25:45.089Z] === RUN TestLCOWParseMountRawSplit/7_name:/ [2022-03-09T22:25:45.089Z] === RUN TestLCOWParseMountRawSplit/8_driver/name:/ [2022-03-09T22:25:45.089Z] === RUN TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar [2022-03-09T22:25:45.089Z] === RUN TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data [2022-03-09T22:25:45.089Z] === RUN TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo [2022-03-09T22:25:45.089Z] --- PASS: TestLCOWParseMountRawSplit (0.00s) [2022-03-09T22:25:45.089Z] --- PASS: TestLCOWParseMountRawSplit/0_c:\:/foo (0.00s) [2022-03-09T22:25:45.089Z] --- PASS: TestLCOWParseMountRawSplit/1_c:\:/foo:ro (0.00s) [2022-03-09T22:25:45.089Z] --- PASS: TestLCOWParseMountRawSplit/2_c:\:/foo:rw (0.00s) [2022-03-09T22:25:45.089Z] --- PASS: TestLCOWParseMountRawSplit/3_c:\:/foo:foo (0.00s) [2022-03-09T22:25:45.089Z] --- PASS: TestLCOWParseMountRawSplit/4_name:/foo:rw (0.00s) [2022-03-09T22:25:45.089Z] --- PASS: TestLCOWParseMountRawSplit/5_name:/foo (0.00s) [2022-03-09T22:25:45.089Z] --- PASS: TestLCOWParseMountRawSplit/6_name:/foo:ro (0.00s) [2022-03-09T22:25:45.089Z] --- PASS: TestLCOWParseMountRawSplit/7_name:/ (0.00s) [2022-03-09T22:25:45.089Z] --- PASS: TestLCOWParseMountRawSplit/8_driver/name:/ (0.00s) [2022-03-09T22:25:45.089Z] --- PASS: TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-03-09T22:25:45.089Z] --- PASS: TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data (0.00s) [2022-03-09T22:25:45.089Z] --- PASS: TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-03-09T22:25:45.089Z] === RUN TestLinuxParseMountRaw [2022-03-09T22:25:45.089Z] --- PASS: TestLinuxParseMountRaw (0.00s) [2022-03-09T22:25:45.089Z] === RUN TestLinuxParseMountRawSplit [2022-03-09T22:25:45.089Z] === RUN TestLinuxParseMountRawSplit/0_/tmp:/tmp1 [2022-03-09T22:25:45.089Z] === RUN TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro [2022-03-09T22:25:45.089Z] === RUN TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw [2022-03-09T22:25:45.089Z] === RUN TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo [2022-03-09T22:25:45.089Z] === RUN TestLinuxParseMountRawSplit/4_name:/named1 [2022-03-09T22:25:45.089Z] === RUN TestLinuxParseMountRawSplit/5_name:/named2 [2022-03-09T22:25:45.089Z] === RUN TestLinuxParseMountRawSplit/6_name:/named3:ro [2022-03-09T22:25:45.089Z] === RUN TestLinuxParseMountRawSplit/7_local/name:/tmp:rw [2022-03-09T22:25:45.090Z] === RUN TestLinuxParseMountRawSplit/8_/tmp:tmp [2022-03-09T22:25:45.090Z] --- PASS: TestLinuxParseMountRawSplit (0.00s) [2022-03-09T22:25:45.090Z] --- PASS: TestLinuxParseMountRawSplit/0_/tmp:/tmp1 (0.00s) [2022-03-09T22:25:45.090Z] --- PASS: TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro (0.00s) [2022-03-09T22:25:45.090Z] --- PASS: TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw (0.00s) [2022-03-09T22:25:45.090Z] --- PASS: TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo (0.00s) [2022-03-09T22:25:45.090Z] --- PASS: TestLinuxParseMountRawSplit/4_name:/named1 (0.00s) [2022-03-09T22:25:45.090Z] --- PASS: TestLinuxParseMountRawSplit/5_name:/named2 (0.00s) [2022-03-09T22:25:45.090Z] --- PASS: TestLinuxParseMountRawSplit/6_name:/named3:ro (0.00s) [2022-03-09T22:25:45.090Z] --- PASS: TestLinuxParseMountRawSplit/7_local/name:/tmp:rw (0.00s) [2022-03-09T22:25:45.090Z] --- PASS: TestLinuxParseMountRawSplit/8_/tmp:tmp (0.00s) [2022-03-09T22:25:45.090Z] === RUN TestLinuxParseMountSpecBindWithFileinfoError [2022-03-09T22:25:45.090Z] --- PASS: TestLinuxParseMountSpecBindWithFileinfoError (0.00s) [2022-03-09T22:25:45.090Z] === RUN TestConvertTmpfsOptions [2022-03-09T22:25:45.090Z] linux_parser_test.go:209: data="mode=700,size=1m" [2022-03-09T22:25:45.090Z] linux_parser_test.go:209: data="ro" [2022-03-09T22:25:45.090Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2022-03-09T22:25:45.090Z] === RUN TestParseMountSpec [2022-03-09T22:25:45.090Z] parser_test.go:62: case 0 [2022-03-09T22:25:45.090Z] parser_test.go:62: case 1 [2022-03-09T22:25:45.090Z] parser_test.go:62: case 2 [2022-03-09T22:25:45.090Z] parser_test.go:62: case 3 [2022-03-09T22:25:45.090Z] parser_test.go:62: case 4 [2022-03-09T22:25:45.090Z] parser_test.go:62: case 5 [2022-03-09T22:25:45.090Z] --- PASS: TestParseMountSpec (0.00s) [2022-03-09T22:25:45.090Z] === RUN TestValidateMount [2022-03-09T22:25:45.090Z] --- PASS: TestValidateMount (0.00s) [2022-03-09T22:25:45.090Z] === RUN TestWindowsParseMountRaw [2022-03-09T22:25:45.090Z] --- PASS: TestWindowsParseMountRaw (0.00s) [2022-03-09T22:25:45.090Z] === RUN TestWindowsParseMountRawSplit [2022-03-09T22:25:45.090Z] === RUN TestWindowsParseMountRawSplit/0_c:\:d: [2022-03-09T22:25:45.090Z] === RUN TestWindowsParseMountRawSplit/1_c:\:d:\ [2022-03-09T22:25:45.090Z] === RUN TestWindowsParseMountRawSplit/2_c:\:d:\:ro [2022-03-09T22:25:45.090Z] === RUN TestWindowsParseMountRawSplit/3_c:\:d:\:rw [2022-03-09T22:25:45.090Z] === RUN TestWindowsParseMountRawSplit/4_c:\:d:\:foo [2022-03-09T22:25:45.090Z] === RUN TestWindowsParseMountRawSplit/5_name:d::rw [2022-03-09T22:25:45.090Z] === RUN TestWindowsParseMountRawSplit/6_name:d: [2022-03-09T22:25:45.090Z] === RUN TestWindowsParseMountRawSplit/7_name:d::ro [2022-03-09T22:25:45.090Z] === RUN TestWindowsParseMountRawSplit/8_name:c: [2022-03-09T22:25:45.090Z] === RUN TestWindowsParseMountRawSplit/9_driver/name:c: [2022-03-09T22:25:45.090Z] === RUN TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar [2022-03-09T22:25:45.090Z] === RUN TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar [2022-03-09T22:25:45.090Z] === RUN TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo [2022-03-09T22:25:45.090Z] --- PASS: TestWindowsParseMountRawSplit (0.00s) [2022-03-09T22:25:45.090Z] --- PASS: TestWindowsParseMountRawSplit/0_c:\:d: (0.00s) [2022-03-09T22:25:45.090Z] --- PASS: TestWindowsParseMountRawSplit/1_c:\:d:\ (0.00s) [2022-03-09T22:25:45.090Z] --- PASS: TestWindowsParseMountRawSplit/2_c:\:d:\:ro (0.00s) [2022-03-09T22:25:45.090Z] --- PASS: TestWindowsParseMountRawSplit/3_c:\:d:\:rw (0.00s) [2022-03-09T22:25:45.090Z] --- PASS: TestWindowsParseMountRawSplit/4_c:\:d:\:foo (0.00s) [2022-03-09T22:25:45.090Z] --- PASS: TestWindowsParseMountRawSplit/5_name:d::rw (0.00s) [2022-03-09T22:25:45.090Z] --- PASS: TestWindowsParseMountRawSplit/6_name:d: (0.00s) [2022-03-09T22:25:45.090Z] --- PASS: TestWindowsParseMountRawSplit/7_name:d::ro (0.00s) [2022-03-09T22:25:45.090Z] --- PASS: TestWindowsParseMountRawSplit/8_name:c: (0.00s) [2022-03-09T22:25:45.090Z] --- PASS: TestWindowsParseMountRawSplit/9_driver/name:c: (0.00s) [2022-03-09T22:25:45.090Z] --- PASS: TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-03-09T22:25:45.090Z] --- PASS: TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar (0.00s) [2022-03-09T22:25:45.090Z] --- PASS: TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-03-09T22:25:45.090Z] === RUN TestWindowsParseMountSpecBindWithFileinfoError [2022-03-09T22:25:45.090Z] --- PASS: TestWindowsParseMountSpecBindWithFileinfoError (0.00s) [2022-03-09T22:25:45.090Z] PASS [2022-03-09T22:25:45.090Z] coverage: 67.6% of statements [2022-03-09T22:25:45.090Z] ok github.com/docker/docker/volume/mounts 0.059s coverage: 67.6% of statements [2022-03-09T22:25:45.564Z] === RUN TestSetGetMeta [2022-03-09T22:25:45.564Z] === PAUSE TestSetGetMeta [2022-03-09T22:25:45.564Z] === RUN TestRestore [2022-03-09T22:25:45.564Z] === PAUSE TestRestore [2022-03-09T22:25:45.564Z] === RUN TestServiceCreate [2022-03-09T22:25:45.564Z] === PAUSE TestServiceCreate [2022-03-09T22:25:45.564Z] === RUN TestServiceList [2022-03-09T22:25:45.564Z] === PAUSE TestServiceList [2022-03-09T22:25:45.564Z] === RUN TestServiceRemove [2022-03-09T22:25:45.564Z] === PAUSE TestServiceRemove [2022-03-09T22:25:45.564Z] === RUN TestServiceGet [2022-03-09T22:25:45.564Z] === PAUSE TestServiceGet [2022-03-09T22:25:45.564Z] === RUN TestServicePrune [2022-03-09T22:25:45.564Z] === PAUSE TestServicePrune [2022-03-09T22:25:45.564Z] === RUN TestCreate [2022-03-09T22:25:45.564Z] === PAUSE TestCreate [2022-03-09T22:25:45.564Z] === RUN TestRemove [2022-03-09T22:25:45.564Z] === PAUSE TestRemove [2022-03-09T22:25:45.564Z] === RUN TestList [2022-03-09T22:25:45.564Z] === PAUSE TestList [2022-03-09T22:25:45.564Z] === RUN TestFindByDriver [2022-03-09T22:25:45.564Z] === PAUSE TestFindByDriver [2022-03-09T22:25:45.564Z] === RUN TestFindByReferenced [2022-03-09T22:25:45.564Z] === PAUSE TestFindByReferenced [2022-03-09T22:25:45.564Z] === RUN TestDerefMultipleOfSameRef [2022-03-09T22:25:45.565Z] === PAUSE TestDerefMultipleOfSameRef [2022-03-09T22:25:45.565Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2022-03-09T22:25:45.565Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2022-03-09T22:25:45.565Z] === RUN TestDefererencePluginOnCreateError [2022-03-09T22:25:45.565Z] === PAUSE TestDefererencePluginOnCreateError [2022-03-09T22:25:45.565Z] === RUN TestRefDerefRemove [2022-03-09T22:25:45.565Z] === PAUSE TestRefDerefRemove [2022-03-09T22:25:45.565Z] === RUN TestGet [2022-03-09T22:25:45.565Z] === PAUSE TestGet [2022-03-09T22:25:45.565Z] === RUN TestGetWithReference [2022-03-09T22:25:45.565Z] === PAUSE TestGetWithReference [2022-03-09T22:25:45.565Z] === RUN TestFilterFunc [2022-03-09T22:25:45.565Z] === RUN TestFilterFunc/test_nil_list [2022-03-09T22:25:45.565Z] === PAUSE TestFilterFunc/test_nil_list [2022-03-09T22:25:45.565Z] === RUN TestFilterFunc/test_empty_list [2022-03-09T22:25:45.565Z] === PAUSE TestFilterFunc/test_empty_list [2022-03-09T22:25:45.565Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2022-03-09T22:25:45.565Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2022-03-09T22:25:45.565Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-03-09T22:25:45.565Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-03-09T22:25:45.565Z] === RUN TestFilterFunc/test_filter_some [2022-03-09T22:25:45.565Z] === PAUSE TestFilterFunc/test_filter_some [2022-03-09T22:25:45.565Z] === RUN TestFilterFunc/test_filter_middle [2022-03-09T22:25:45.565Z] === PAUSE TestFilterFunc/test_filter_middle [2022-03-09T22:25:45.565Z] === RUN TestFilterFunc/test_filter_middle_and_last [2022-03-09T22:25:45.565Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2022-03-09T22:25:45.565Z] === RUN TestFilterFunc/test_filter_first_and_last [2022-03-09T22:25:45.565Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2022-03-09T22:25:45.565Z] === CONT TestFilterFunc/test_nil_list [2022-03-09T22:25:45.565Z] === CONT TestFilterFunc/test_filter_some [2022-03-09T22:25:45.565Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-03-09T22:25:45.565Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2022-03-09T22:25:45.565Z] === CONT TestFilterFunc/test_filter_middle_and_last [2022-03-09T22:25:45.565Z] === CONT TestFilterFunc/test_empty_list [2022-03-09T22:25:45.565Z] === CONT TestFilterFunc/test_filter_middle [2022-03-09T22:25:45.565Z] === CONT TestFilterFunc/test_filter_first_and_last [2022-03-09T22:25:45.565Z] --- PASS: TestFilterFunc (0.00s) [2022-03-09T22:25:45.565Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2022-03-09T22:25:45.565Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2022-03-09T22:25:45.565Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2022-03-09T22:25:45.565Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2022-03-09T22:25:45.565Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2022-03-09T22:25:45.565Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2022-03-09T22:25:45.565Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2022-03-09T22:25:45.565Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2022-03-09T22:25:45.565Z] === CONT TestSetGetMeta [2022-03-09T22:25:45.565Z] === CONT TestList [2022-03-09T22:25:45.565Z] === CONT TestServiceGet [2022-03-09T22:25:45.565Z] === CONT TestCreate [2022-03-09T22:25:45.565Z] --- PASS: TestSetGetMeta (0.03s) [2022-03-09T22:25:45.565Z] === CONT TestServiceRemove [2022-03-09T22:25:45.565Z] --- PASS: TestCreate (0.02s) [2022-03-09T22:25:45.565Z] === CONT TestServiceList [2022-03-09T22:25:45.565Z] --- PASS: TestList (0.05s) [2022-03-09T22:25:45.565Z] === CONT TestServiceCreate [2022-03-09T22:25:46.034Z] --- PASS: TestServiceGet (0.24s) [2022-03-09T22:25:46.034Z] === CONT TestRestore [2022-03-09T22:25:46.034Z] --- PASS: TestServiceRemove (0.22s) [2022-03-09T22:25:46.034Z] === CONT TestServicePrune [2022-03-09T22:25:46.034Z] --- PASS: TestServiceList (0.22s) [2022-03-09T22:25:46.034Z] === CONT TestRemove [2022-03-09T22:25:46.034Z] --- PASS: TestServiceCreate (0.20s) [2022-03-09T22:25:46.034Z] === CONT TestDefererencePluginOnCreateError [2022-03-09T22:25:46.034Z] time="2022-03-09T22:25:45Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-09T22:25:46.034Z] --- PASS: TestRestore (0.03s) [2022-03-09T22:25:46.034Z] === CONT TestGetWithReference [2022-03-09T22:25:46.034Z] --- PASS: TestRemove (0.02s) [2022-03-09T22:25:46.034Z] === CONT TestGet [2022-03-09T22:25:46.034Z] time="2022-03-09T22:25:45Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-09T22:25:46.034Z] --- PASS: TestDefererencePluginOnCreateError (0.03s) [2022-03-09T22:25:46.034Z] === CONT TestRefDerefRemove [2022-03-09T22:25:46.034Z] time="2022-03-09T22:25:45Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-09T22:25:46.034Z] time="2022-03-09T22:25:45Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2022-03-09T22:25:46.034Z] --- PASS: TestGetWithReference (0.03s) [2022-03-09T22:25:46.034Z] === CONT TestDerefMultipleOfSameRef [2022-03-09T22:25:46.034Z] --- PASS: TestGet (0.02s) [2022-03-09T22:25:46.034Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2022-03-09T22:25:46.034Z] time="2022-03-09T22:25:45Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-09T22:25:46.034Z] --- PASS: TestRefDerefRemove (0.03s) [2022-03-09T22:25:46.034Z] === CONT TestFindByReferenced [2022-03-09T22:25:46.034Z] --- PASS: TestServicePrune (0.06s) [2022-03-09T22:25:46.034Z] === CONT TestFindByDriver [2022-03-09T22:25:46.034Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.02s) [2022-03-09T22:25:46.034Z] --- PASS: TestDerefMultipleOfSameRef (0.02s) [2022-03-09T22:25:46.034Z] --- PASS: TestFindByReferenced (0.02s) [2022-03-09T22:25:46.034Z] --- PASS: TestFindByDriver (0.02s) [2022-03-09T22:25:46.034Z] PASS [2022-03-09T22:25:46.034Z] coverage: 69.0% of statements [2022-03-09T22:25:46.034Z] ok github.com/docker/docker/volume/service 0.384s coverage: 69.0% of statements [2022-03-09T22:25:46.502Z] --- PASS: TestNetworkDBNodeJoinLeaveIteration (35.83s) [2022-03-09T22:25:46.502Z] === RUN TestNetworkDBGarbageCollection [2022-03-09T22:25:49.127Z] === RUN TestDockerSuite/TestBuildExpose [2022-03-09T22:25:49.386Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2022-03-09T22:25:49.732Z] Created binary: bundles/binary-daemon/dockerd-dev [2022-03-09T22:25:49.732Z] Copying nested executables into bundles/binary-daemon [2022-03-09T22:25:49.732Z] Building: bundles/binary-daemon/docker-proxy-dev [2022-03-09T22:25:49.732Z] GOOS="" GOARCH="" GOARM="" [2022-03-09T22:25:49.732Z] Created binary: bundles/binary-daemon/docker-proxy-dev [2022-03-09T22:25:49.732Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Cross) [Pipeline] sh [2022-03-09T22:25:49.952Z] === RUN TestDockerSwarmSuite/TestAPISwarmErrorHandling [2022-03-09T22:25:50.079Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43352/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_GITCOMMIT=b92af14a1c47368b8cf1c52e303adf6e11cebc3b -e DOCKER_GRAPHDRIVER docker:b92af14a1c47368b8cf1c52e303adf6e11cebc3b hack/make.sh cross [2022-03-09T22:25:50.212Z] === RUN TestDockerSuite/TestBuildExposeOrder [2022-03-09T22:25:50.336Z] [2022-03-09T22:25:50.337Z] Removing bundles/ [2022-03-09T22:25:50.595Z] [2022-03-09T22:25:50.595Z] ---> Making bundle: cross (in bundles/cross) [2022-03-09T22:25:50.595Z] Cross building: bundles/cross/linux/amd64 [2022-03-09T22:25:50.595Z] Building: bundles/cross/linux/amd64-daemon/dockerd-dev [2022-03-09T22:25:50.595Z] GOOS="linux" GOARCH="amd64" GOARM="" [2022-03-09T22:25:50.779Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2022-03-09T22:25:51.037Z] === RUN TestDockerSwarmSuite/TestAPISwarmForceNewCluster [2022-03-09T22:25:51.295Z] === RUN TestDockerSuite/TestBuildFails [2022-03-09T22:25:52.228Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2022-03-09T22:25:52.229Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2022-03-09T22:25:53.603Z] docker_api_swarm_test.go:563: [d6182fe675ae9] joining swarm manager [dca80bcff0035]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-09T22:25:54.538Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2022-03-09T22:25:57.069Z] === RUN TestDockerSuite/TestBuildForceRm [2022-03-09T22:25:58.443Z] === RUN TestDockerSuite/TestBuildFromGit [2022-03-09T22:25:59.379Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2022-03-09T22:25:59.637Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2022-03-09T22:25:59.933Z] --- PASS: TestServiceUpdateConfigs (14.19s) [2022-03-09T22:25:59.933Z] === RUN TestServiceUpdateNetwork [2022-03-09T22:26:00.574Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2022-03-09T22:26:02.474Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2022-03-09T22:26:03.410Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2022-03-09T22:26:03.410Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2022-03-09T22:26:03.831Z] --- PASS: TestCheckoutGit (37.18s) [2022-03-09T22:26:03.832Z] === RUN TestValidGitTransport [2022-03-09T22:26:03.832Z] --- PASS: TestValidGitTransport (0.00s) [2022-03-09T22:26:03.832Z] === RUN TestGitInvalidRef [2022-03-09T22:26:03.832Z] --- PASS: TestGitInvalidRef (0.22s) [2022-03-09T22:26:03.832Z] PASS [2022-03-09T22:26:03.832Z] coverage: 86.3% of statements [2022-03-09T22:26:03.832Z] ok github.com/docker/docker/builder/remotecontext/git 37.465s coverage: 86.3% of statements [2022-03-09T22:26:04.819Z] ? github.com/docker/docker/cli [no test files] [2022-03-09T22:26:04.819Z] ? github.com/docker/docker/cli/config [no test files] [2022-03-09T22:26:05.942Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2022-03-09T22:26:05.942Z] docker_api_swarm_test.go:585: [ddbcfac535092] joining swarm manager [dca80bcff0035]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-09T22:26:07.843Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2022-03-09T22:26:08.778Z] check_test.go:379: [d6182fe675ae9] daemon is not started [2022-03-09T22:26:09.351Z] === RUN TestDockerSuite/TestBuildHistory [2022-03-09T22:26:10.693Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2022-03-09T22:26:10.693Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2022-03-09T22:26:10.693Z] === RUN TestLoadDaemonCliConfigWithTLS [2022-03-09T22:26:10.693Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2022-03-09T22:26:10.693Z] === RUN TestLoadDaemonCliConfigWithConflicts [2022-03-09T22:26:10.693Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s) [2022-03-09T22:26:10.693Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2022-03-09T22:26:10.693Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2022-03-09T22:26:10.693Z] === RUN TestLoadDaemonCliWithConflictingLabels [2022-03-09T22:26:10.693Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2022-03-09T22:26:10.693Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2022-03-09T22:26:10.693Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2022-03-09T22:26:10.693Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2022-03-09T22:26:10.693Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.00s) [2022-03-09T22:26:10.693Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2022-03-09T22:26:10.693Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2022-03-09T22:26:10.693Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2022-03-09T22:26:10.693Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2022-03-09T22:26:10.693Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2022-03-09T22:26:10.693Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2022-03-09T22:26:10.693Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2022-03-09T22:26:10.693Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s) [2022-03-09T22:26:10.693Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2022-03-09T22:26:10.693Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s) [2022-03-09T22:26:10.693Z] === RUN TestConfigureDaemonLogs [2022-03-09T22:26:10.693Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2022-03-09T22:26:10.693Z] === RUN TestCommonOptionsInstallFlags [2022-03-09T22:26:10.693Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2022-03-09T22:26:10.693Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2022-03-09T22:26:10.693Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2022-03-09T22:26:10.693Z] PASS [2022-03-09T22:26:10.693Z] coverage: 19.0% of statements [2022-03-09T22:26:10.693Z] ok github.com/docker/docker/cmd/dockerd 0.244s coverage: 19.0% of statements [2022-03-09T22:26:10.693Z] ? github.com/docker/docker/cmd/dockerd/trap [no test files] [2022-03-09T22:26:10.693Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-03-09T22:26:11.162Z] === RUN TestContainerStopSignal [2022-03-09T22:26:11.162Z] --- PASS: TestContainerStopSignal (0.00s) [2022-03-09T22:26:11.162Z] === RUN TestContainerStopTimeout [2022-03-09T22:26:11.162Z] --- PASS: TestContainerStopTimeout (0.00s) [2022-03-09T22:26:11.162Z] === RUN TestContainerSecretReferenceDestTarget [2022-03-09T22:26:11.162Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2022-03-09T22:26:11.162Z] === RUN TestContainerLogPathSetForJSONFileLogger [2022-03-09T22:26:11.162Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.01s) [2022-03-09T22:26:11.162Z] === RUN TestContainerLogPathSetForRingLogger [2022-03-09T22:26:11.162Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s) [2022-03-09T22:26:11.162Z] === RUN TestReplaceAndAppendEnvVars [2022-03-09T22:26:11.162Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2022-03-09T22:26:11.162Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2022-03-09T22:26:11.162Z] === RUN TestNewMemoryStore [2022-03-09T22:26:11.162Z] --- PASS: TestNewMemoryStore (0.00s) [2022-03-09T22:26:11.162Z] === RUN TestAddContainers [2022-03-09T22:26:11.162Z] --- PASS: TestAddContainers (0.00s) [2022-03-09T22:26:11.162Z] === RUN TestGetContainer [2022-03-09T22:26:11.162Z] --- PASS: TestGetContainer (0.00s) [2022-03-09T22:26:11.162Z] === RUN TestDeleteContainer [2022-03-09T22:26:11.162Z] --- PASS: TestDeleteContainer (0.00s) [2022-03-09T22:26:11.162Z] === RUN TestListContainers [2022-03-09T22:26:11.162Z] --- PASS: TestListContainers (0.00s) [2022-03-09T22:26:11.162Z] === RUN TestFirstContainer [2022-03-09T22:26:11.162Z] --- PASS: TestFirstContainer (0.00s) [2022-03-09T22:26:11.162Z] === RUN TestApplyAllContainer [2022-03-09T22:26:11.162Z] --- PASS: TestApplyAllContainer (0.00s) [2022-03-09T22:26:11.162Z] === RUN TestIsValidHealthString [2022-03-09T22:26:11.162Z] --- PASS: TestIsValidHealthString (0.00s) [2022-03-09T22:26:11.162Z] === RUN TestStateRunStop [2022-03-09T22:26:11.162Z] --- PASS: TestStateRunStop (0.00s) [2022-03-09T22:26:11.162Z] === RUN TestStateTimeoutWait [2022-03-09T22:26:11.162Z] state_test.go:141: Stop callback fired [2022-03-09T22:26:11.162Z] state_test.go:165: Stop callback fired [2022-03-09T22:26:11.162Z] --- PASS: TestStateTimeoutWait (0.10s) [2022-03-09T22:26:11.162Z] === RUN TestIsValidStateString [2022-03-09T22:26:11.162Z] --- PASS: TestIsValidStateString (0.00s) [2022-03-09T22:26:11.162Z] === RUN TestViewSaveDelete [2022-03-09T22:26:11.162Z] --- PASS: TestViewSaveDelete (0.01s) [2022-03-09T22:26:11.162Z] === RUN TestViewAll [2022-03-09T22:26:11.631Z] --- PASS: TestViewAll (0.01s) [2022-03-09T22:26:11.631Z] === RUN TestViewGet [2022-03-09T22:26:11.631Z] --- PASS: TestViewGet (0.01s) [2022-03-09T22:26:11.631Z] === RUN TestNames [2022-03-09T22:26:11.631Z] --- PASS: TestNames (0.00s) [2022-03-09T22:26:11.631Z] === RUN TestViewWithHealthCheck [2022-03-09T22:26:11.631Z] --- PASS: TestViewWithHealthCheck (0.01s) [2022-03-09T22:26:11.631Z] PASS [2022-03-09T22:26:11.631Z] coverage: 41.7% of statements [2022-03-09T22:26:11.631Z] ok github.com/docker/docker/container 0.258s coverage: 41.7% of statements [2022-03-09T22:26:11.631Z] ? github.com/docker/docker/container/stream [no test files] [2022-03-09T22:26:11.631Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-03-09T22:26:11.631Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-03-09T22:26:11.631Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-03-09T22:26:12.158Z] --- PASS: TestServiceUpdateNetwork (12.17s) [2022-03-09T22:26:12.158Z] === RUN TestServiceUpdatePidsLimit [2022-03-09T22:26:12.158Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2022-03-09T22:26:12.158Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2022-03-09T22:26:12.618Z] === RUN TestPrepare [2022-03-09T22:26:12.618Z] --- PASS: TestPrepare (0.00s) [2022-03-09T22:26:12.618Z] === RUN TestStart [2022-03-09T22:26:12.618Z] --- PASS: TestStart (0.00s) [2022-03-09T22:26:12.618Z] === RUN TestWaitCancel [2022-03-09T22:26:12.618Z] --- PASS: TestWaitCancel (0.00s) [2022-03-09T22:26:12.618Z] === RUN TestWaitDisabled [2022-03-09T22:26:12.618Z] --- PASS: TestWaitDisabled (0.00s) [2022-03-09T22:26:12.618Z] === RUN TestWaitEnabled [2022-03-09T22:26:12.618Z] --- PASS: TestWaitEnabled (0.00s) [2022-03-09T22:26:12.618Z] === RUN TestRemove [2022-03-09T22:26:12.618Z] --- PASS: TestRemove (0.00s) [2022-03-09T22:26:12.618Z] PASS [2022-03-09T22:26:12.618Z] coverage: 65.3% of statements [2022-03-09T22:26:12.618Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.068s coverage: 65.3% of statements [2022-03-09T22:26:12.633Z] === RUN TestDockerSuite/TestBuildIidFile [2022-03-09T22:26:13.200Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2022-03-09T22:26:13.767Z] === RUN TestDockerSuite/TestBuildInheritance [2022-03-09T22:26:14.712Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2022-03-09T22:26:14.900Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2022-03-09T22:26:14.900Z] === RUN TestNewListSecretsFilters [2022-03-09T22:26:14.900Z] --- PASS: TestNewListSecretsFilters (0.00s) [2022-03-09T22:26:14.900Z] === RUN TestNewListConfigsFilters [2022-03-09T22:26:14.900Z] --- PASS: TestNewListConfigsFilters (0.00s) [2022-03-09T22:26:14.900Z] PASS [2022-03-09T22:26:14.900Z] coverage: 0.5% of statements [2022-03-09T22:26:14.900Z] ok github.com/docker/docker/daemon/cluster 0.301s coverage: 0.5% of statements [2022-03-09T22:26:14.900Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.21s) [2022-03-09T22:26:14.900Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2022-03-09T22:26:14.900Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2022-03-09T22:26:14.900Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2022-03-09T22:26:14.900Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2022-03-09T22:26:14.900Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2022-03-09T22:26:14.900Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2022-03-09T22:26:14.900Z] === RUN TestServiceConvertToGRPCContainerRuntime [2022-03-09T22:26:14.900Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2022-03-09T22:26:14.900Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2022-03-09T22:26:14.900Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2022-03-09T22:26:14.900Z] === RUN TestServiceConvertToGRPCIsolation [2022-03-09T22:26:14.900Z] === RUN TestServiceConvertToGRPCIsolation/empty [2022-03-09T22:26:14.900Z] === RUN TestServiceConvertToGRPCIsolation/default [2022-03-09T22:26:14.900Z] === RUN TestServiceConvertToGRPCIsolation/process [2022-03-09T22:26:14.900Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2022-03-09T22:26:14.900Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2022-03-09T22:26:14.900Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2022-03-09T22:26:14.900Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2022-03-09T22:26:14.900Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2022-03-09T22:26:14.900Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2022-03-09T22:26:14.900Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2022-03-09T22:26:14.900Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2022-03-09T22:26:14.900Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2022-03-09T22:26:14.900Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2022-03-09T22:26:14.900Z] === RUN TestServiceConvertFromGRPCIsolation [2022-03-09T22:26:14.900Z] === RUN TestServiceConvertFromGRPCIsolation/default [2022-03-09T22:26:14.900Z] === RUN TestServiceConvertFromGRPCIsolation/process [2022-03-09T22:26:14.900Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2022-03-09T22:26:14.900Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2022-03-09T22:26:14.900Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2022-03-09T22:26:14.900Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2022-03-09T22:26:14.900Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2022-03-09T22:26:14.900Z] === RUN TestServiceConvertToGRPCCredentialSpec [2022-03-09T22:26:14.900Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2022-03-09T22:26:14.900Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2022-03-09T22:26:14.900Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2022-03-09T22:26:14.974Z] === RUN TestDockerSuite/TestBuildInvalidTag [2022-03-09T22:26:14.974Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2022-03-09T22:26:15.370Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2022-03-09T22:26:15.370Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2022-03-09T22:26:15.370Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2022-03-09T22:26:15.370Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2022-03-09T22:26:15.370Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2022-03-09T22:26:15.370Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2022-03-09T22:26:15.370Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-03-09T22:26:15.370Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2022-03-09T22:26:15.370Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2022-03-09T22:26:15.370Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2022-03-09T22:26:15.370Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2022-03-09T22:26:15.370Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2022-03-09T22:26:15.370Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2022-03-09T22:26:15.370Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-03-09T22:26:15.370Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2022-03-09T22:26:15.370Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2022-03-09T22:26:15.370Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2022-03-09T22:26:15.370Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2022-03-09T22:26:15.370Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2022-03-09T22:26:15.370Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2022-03-09T22:26:15.370Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-03-09T22:26:15.370Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2022-03-09T22:26:15.838Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2022-03-09T22:26:15.838Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-03-09T22:26:15.838Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2022-03-09T22:26:15.838Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2022-03-09T22:26:15.838Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2022-03-09T22:26:15.838Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2022-03-09T22:26:15.838Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2022-03-09T22:26:15.838Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2022-03-09T22:26:15.838Z] === RUN TestServiceConvertFromGRPCConfigs [2022-03-09T22:26:15.838Z] === RUN TestServiceConvertFromGRPCConfigs/file [2022-03-09T22:26:15.838Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2022-03-09T22:26:15.838Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2022-03-09T22:26:15.838Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2022-03-09T22:26:15.838Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2022-03-09T22:26:15.838Z] === RUN TestServiceConvertToGRPCConfigs [2022-03-09T22:26:15.838Z] === RUN TestServiceConvertToGRPCConfigs/file [2022-03-09T22:26:15.838Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2022-03-09T22:26:15.838Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2022-03-09T22:26:15.838Z] === RUN TestServiceConvertToGRPCConfigs/none [2022-03-09T22:26:15.838Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2022-03-09T22:26:15.838Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2022-03-09T22:26:15.838Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2022-03-09T22:26:15.838Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2022-03-09T22:26:15.838Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2022-03-09T22:26:15.838Z] PASS [2022-03-09T22:26:15.838Z] coverage: 35.9% of statements [2022-03-09T22:26:15.838Z] ok github.com/docker/docker/daemon/cluster/convert 0.351s coverage: 35.9% of statements [2022-03-09T22:26:16.017Z] === RUN TestDockerSuite/TestBuildLabel [2022-03-09T22:26:16.275Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2022-03-09T22:26:16.840Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2022-03-09T22:26:17.099Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2022-03-09T22:26:17.358Z] === RUN TestDockerSuite/TestBuildLabels [2022-03-09T22:26:17.924Z] === RUN TestDockerSuite/TestBuildLabelsCache [2022-03-09T22:26:18.794Z] === RUN TestBuilderGC [2022-03-09T22:26:18.794Z] --- PASS: TestBuilderGC (0.02s) [2022-03-09T22:26:18.794Z] === RUN TestDaemonConfigurationNotFound [2022-03-09T22:26:18.860Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2022-03-09T22:26:19.119Z] === RUN TestDockerSwarmSuite/TestAPISwarmHealthcheckNone [2022-03-09T22:26:19.119Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2022-03-09T22:26:19.119Z] === RUN TestDockerSwarmSuite/TestAPISwarmInit [2022-03-09T22:26:19.263Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2022-03-09T22:26:19.263Z] === RUN TestDaemonBrokenConfiguration [2022-03-09T22:26:19.263Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2022-03-09T22:26:19.263Z] === RUN TestFindConfigurationConflicts [2022-03-09T22:26:19.263Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2022-03-09T22:26:19.263Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2022-03-09T22:26:19.263Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2022-03-09T22:26:19.263Z] === RUN TestDaemonConfigurationMergeConflicts [2022-03-09T22:26:19.263Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2022-03-09T22:26:19.263Z] === RUN TestDaemonConfigurationMergeConcurrent [2022-03-09T22:26:19.263Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2022-03-09T22:26:19.263Z] === RUN TestDaemonConfigurationMergeConcurrentError [2022-03-09T22:26:19.263Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2022-03-09T22:26:19.263Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2022-03-09T22:26:19.263Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2022-03-09T22:26:19.263Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2022-03-09T22:26:19.263Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2022-03-09T22:26:19.263Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2022-03-09T22:26:19.263Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2022-03-09T22:26:19.263Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.00s) [2022-03-09T22:26:19.263Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2022-03-09T22:26:19.263Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2022-03-09T22:26:19.263Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2022-03-09T22:26:19.263Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2022-03-09T22:26:19.263Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2022-03-09T22:26:19.263Z] === RUN TestFindConfigurationConflictsWithMergedValues [2022-03-09T22:26:19.263Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2022-03-09T22:26:19.263Z] === RUN TestValidateConfigurationErrors [2022-03-09T22:26:19.263Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2022-03-09T22:26:19.263Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2022-03-09T22:26:19.263Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2022-03-09T22:26:19.263Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2022-03-09T22:26:19.263Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2022-03-09T22:26:19.263Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2022-03-09T22:26:19.263Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2022-03-09T22:26:19.263Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2022-03-09T22:26:19.263Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2022-03-09T22:26:19.263Z] === RUN TestValidateConfigurationErrors/zero_max-download-attempts [2022-03-09T22:26:19.263Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2022-03-09T22:26:19.263Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2022-03-09T22:26:19.263Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2022-03-09T22:26:19.264Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2022-03-09T22:26:19.264Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2022-03-09T22:26:19.264Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2022-03-09T22:26:19.264Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2022-03-09T22:26:19.264Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2022-03-09T22:26:19.264Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2022-03-09T22:26:19.264Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2022-03-09T22:26:19.264Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2022-03-09T22:26:19.264Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2022-03-09T22:26:19.264Z] --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s) [2022-03-09T22:26:19.264Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2022-03-09T22:26:19.264Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2022-03-09T22:26:19.264Z] === RUN TestValidateConfiguration [2022-03-09T22:26:19.264Z] === RUN TestValidateConfiguration/with_label [2022-03-09T22:26:19.264Z] === RUN TestValidateConfiguration/with_dns [2022-03-09T22:26:19.264Z] === RUN TestValidateConfiguration/with_dns-search [2022-03-09T22:26:19.264Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2022-03-09T22:26:19.264Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2022-03-09T22:26:19.264Z] === RUN TestValidateConfiguration/with_max-download-attempts [2022-03-09T22:26:19.264Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2022-03-09T22:26:19.264Z] === RUN TestValidateConfiguration/with_node_generic_resources [2022-03-09T22:26:19.264Z] --- PASS: TestValidateConfiguration (0.00s) [2022-03-09T22:26:19.264Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2022-03-09T22:26:19.264Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2022-03-09T22:26:19.264Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2022-03-09T22:26:19.264Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2022-03-09T22:26:19.264Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2022-03-09T22:26:19.264Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2022-03-09T22:26:19.264Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2022-03-09T22:26:19.264Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2022-03-09T22:26:19.264Z] === RUN TestReloadSetConfigFileNotExist [2022-03-09T22:26:19.264Z] time="2022-03-09T22:26:18Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2022-03-09T22:26:19.264Z] --- PASS: TestReloadSetConfigFileNotExist (0.27s) [2022-03-09T22:26:19.264Z] === RUN TestReloadDefaultConfigNotExist [2022-03-09T22:26:19.264Z] config_test.go:447: os.Getuid() != 0: skipping test that requires root [2022-03-09T22:26:19.264Z] --- SKIP: TestReloadDefaultConfigNotExist (0.00s) [2022-03-09T22:26:19.264Z] === RUN TestReloadBadDefaultConfig [2022-03-09T22:26:19.264Z] time="2022-03-09T22:26:18Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-3302796623" [2022-03-09T22:26:19.264Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2022-03-09T22:26:19.264Z] === RUN TestReloadWithConflictingLabels [2022-03-09T22:26:19.264Z] time="2022-03-09T22:26:18Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-1669642459" [2022-03-09T22:26:19.264Z] --- PASS: TestReloadWithConflictingLabels (0.05s) [2022-03-09T22:26:19.264Z] === RUN TestReloadWithDuplicateLabels [2022-03-09T22:26:19.264Z] time="2022-03-09T22:26:18Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-4109219817" [2022-03-09T22:26:19.264Z] --- PASS: TestReloadWithDuplicateLabels (0.01s) [2022-03-09T22:26:19.264Z] === RUN TestMaskURLCredentials [2022-03-09T22:26:19.264Z] --- PASS: TestMaskURLCredentials (0.00s) [2022-03-09T22:26:19.264Z] === RUN TestDaemonConfigurationMerge [2022-03-09T22:26:19.264Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2022-03-09T22:26:19.264Z] PASS [2022-03-09T22:26:19.264Z] coverage: 79.2% of statements [2022-03-09T22:26:19.264Z] ok github.com/docker/docker/daemon/config 0.556s coverage: 79.2% of statements [2022-03-09T22:26:19.264Z] === RUN TestEventsLog [2022-03-09T22:26:19.264Z] --- PASS: TestEventsLog (0.00s) [2022-03-09T22:26:19.264Z] === RUN TestEventsLogTimeout [2022-03-09T22:26:19.264Z] --- PASS: TestEventsLogTimeout (0.00s) [2022-03-09T22:26:19.264Z] === RUN TestLogEvents [2022-03-09T22:26:19.734Z] --- PASS: TestLogEvents (0.05s) [2022-03-09T22:26:19.734Z] === RUN TestLoadBufferedEvents [2022-03-09T22:26:19.734Z] --- PASS: TestLoadBufferedEvents (0.18s) [2022-03-09T22:26:19.734Z] === RUN TestLoadBufferedEventsOnlyFromPast [2022-03-09T22:26:19.734Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2022-03-09T22:26:19.734Z] === RUN TestIgnoreBufferedWhenNoTimes [2022-03-09T22:26:19.734Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2022-03-09T22:26:19.734Z] PASS [2022-03-09T22:26:19.734Z] coverage: 50.0% of statements [2022-03-09T22:26:19.734Z] ok github.com/docker/docker/daemon/events 0.303s coverage: 50.0% of statements [2022-03-09T22:26:19.734Z] === RUN TestWaitNodeAttachment [2022-03-09T22:26:20.203Z] --- PASS: TestWaitNodeAttachment (0.41s) [2022-03-09T22:26:20.203Z] === RUN TestIsolationConversion [2022-03-09T22:26:20.203Z] === RUN TestIsolationConversion/default [2022-03-09T22:26:20.203Z] === RUN TestIsolationConversion/process [2022-03-09T22:26:20.203Z] === RUN TestIsolationConversion/hyperv [2022-03-09T22:26:20.203Z] --- PASS: TestIsolationConversion (0.00s) [2022-03-09T22:26:20.203Z] --- PASS: TestIsolationConversion/default (0.00s) [2022-03-09T22:26:20.203Z] --- PASS: TestIsolationConversion/process (0.00s) [2022-03-09T22:26:20.203Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2022-03-09T22:26:20.203Z] === RUN TestContainerLabels [2022-03-09T22:26:20.203Z] --- PASS: TestContainerLabels (0.00s) [2022-03-09T22:26:20.203Z] === RUN TestCredentialSpecConversion [2022-03-09T22:26:20.203Z] === RUN TestCredentialSpecConversion/none [2022-03-09T22:26:20.203Z] === RUN TestCredentialSpecConversion/config [2022-03-09T22:26:20.203Z] === RUN TestCredentialSpecConversion/file [2022-03-09T22:26:20.203Z] === RUN TestCredentialSpecConversion/registry [2022-03-09T22:26:20.203Z] --- PASS: TestCredentialSpecConversion (0.00s) [2022-03-09T22:26:20.203Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2022-03-09T22:26:20.203Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2022-03-09T22:26:20.203Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2022-03-09T22:26:20.203Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2022-03-09T22:26:20.203Z] === RUN TestControllerValidateMountBind [2022-03-09T22:26:20.203Z] --- PASS: TestControllerValidateMountBind (0.00s) [2022-03-09T22:26:20.203Z] === RUN TestControllerValidateMountVolume [2022-03-09T22:26:20.203Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2022-03-09T22:26:20.203Z] === RUN TestControllerValidateMountTarget [2022-03-09T22:26:20.203Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2022-03-09T22:26:20.203Z] === RUN TestControllerValidateMountTmpfs [2022-03-09T22:26:20.203Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2022-03-09T22:26:20.203Z] === RUN TestControllerValidateMountInvalidType [2022-03-09T22:26:20.203Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2022-03-09T22:26:20.203Z] === RUN TestControllerValidateMountNamedPipe [2022-03-09T22:26:20.203Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2022-03-09T22:26:20.203Z] PASS [2022-03-09T22:26:20.203Z] coverage: 11.0% of statements [2022-03-09T22:26:20.203Z] ok github.com/docker/docker/daemon/cluster/executor/container 0.611s coverage: 11.0% of statements [2022-03-09T22:26:20.291Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2022-03-09T22:26:21.189Z] === RUN TestIsEmptyDir [2022-03-09T22:26:21.189Z] --- PASS: TestIsEmptyDir (0.01s) [2022-03-09T22:26:21.189Z] PASS [2022-03-09T22:26:21.189Z] coverage: 2.3% of statements [2022-03-09T22:26:21.189Z] ok github.com/docker/docker/daemon/graphdriver 0.083s coverage: 2.3% of statements [2022-03-09T22:26:21.657Z] === RUN TestLinkNaming [2022-03-09T22:26:21.657Z] --- PASS: TestLinkNaming (0.00s) [2022-03-09T22:26:21.657Z] === RUN TestLinkNew [2022-03-09T22:26:21.657Z] --- PASS: TestLinkNew (0.00s) [2022-03-09T22:26:21.657Z] === RUN TestLinkEnv [2022-03-09T22:26:21.657Z] --- PASS: TestLinkEnv (0.00s) [2022-03-09T22:26:21.657Z] === RUN TestLinkMultipleEnv [2022-03-09T22:26:21.657Z] --- PASS: TestLinkMultipleEnv (0.00s) [2022-03-09T22:26:21.657Z] === RUN TestLinkPortRangeEnv [2022-03-09T22:26:21.657Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2022-03-09T22:26:21.657Z] PASS [2022-03-09T22:26:21.657Z] coverage: 93.0% of statements [2022-03-09T22:26:21.657Z] ok github.com/docker/docker/daemon/links 0.041s coverage: 93.0% of statements [2022-03-09T22:26:22.129Z] === RUN TestVerifyNetworkingConfig [2022-03-09T22:26:22.129Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2022-03-09T22:26:22.129Z] === RUN TestGetContainer [2022-03-09T22:26:22.129Z] --- PASS: TestGetContainer (0.00s) [2022-03-09T22:26:22.129Z] === RUN TestValidContainerNames [2022-03-09T22:26:22.129Z] --- PASS: TestValidContainerNames (0.00s) [2022-03-09T22:26:22.129Z] === RUN TestContainerInitDNS [2022-03-09T22:26:22.129Z] daemon_test.go:145: root required [2022-03-09T22:26:22.129Z] --- SKIP: TestContainerInitDNS (0.00s) [2022-03-09T22:26:22.129Z] === RUN TestMerge [2022-03-09T22:26:22.129Z] --- PASS: TestMerge (0.00s) [2022-03-09T22:26:22.129Z] === RUN TestValidateContainerIsolation [2022-03-09T22:26:22.129Z] --- PASS: TestValidateContainerIsolation (0.00s) [2022-03-09T22:26:22.129Z] === RUN TestFindNetworkErrorType [2022-03-09T22:26:22.129Z] --- PASS: TestFindNetworkErrorType (0.00s) [2022-03-09T22:26:22.129Z] === RUN TestEnsureServicesExist [2022-03-09T22:26:22.129Z] --- PASS: TestEnsureServicesExist (0.00s) [2022-03-09T22:26:22.129Z] === RUN TestEnsureServicesExistErrors [2022-03-09T22:26:22.129Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2022-03-09T22:26:22.129Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2022-03-09T22:26:22.129Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2022-03-09T22:26:22.129Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2022-03-09T22:26:22.129Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2022-03-09T22:26:22.129Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2022-03-09T22:26:22.129Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2022-03-09T22:26:22.129Z] === RUN TestContainerDelete [2022-03-09T22:26:22.129Z] --- PASS: TestContainerDelete (0.00s) [2022-03-09T22:26:22.129Z] === RUN TestContainerDoubleDelete [2022-03-09T22:26:22.129Z] --- PASS: TestContainerDoubleDelete (0.00s) [2022-03-09T22:26:22.129Z] === RUN TestLogContainerEventCopyLabels [2022-03-09T22:26:22.129Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2022-03-09T22:26:22.129Z] === RUN TestLogContainerEventWithAttributes [2022-03-09T22:26:22.129Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2022-03-09T22:26:22.129Z] === RUN TestNoneHealthcheck [2022-03-09T22:26:22.129Z] --- PASS: TestNoneHealthcheck (0.00s) [2022-03-09T22:26:22.129Z] === RUN TestHealthStates [2022-03-09T22:26:22.403Z] docker_api_swarm_test.go:46: [daff208e0c485] joining swarm manager [d844f0de60dcd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-09T22:26:22.403Z] === RUN TestDockerSuite/TestBuildLastModified [2022-03-09T22:26:22.599Z] time="2022-03-09T22:26:21Z" 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-09T22:26:22.599Z] time="2022-03-09T22:26:22Z" 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-09T22:26:22.599Z] time="2022-03-09T22:26:22Z" 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-09T22:26:22.599Z] time="2022-03-09T22:26:22Z" 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-09T22:26:22.599Z] time="2022-03-09T22:26:22Z" 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-09T22:26:22.599Z] time="2022-03-09T22:26:22Z" 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-09T22:26:22.599Z] time="2022-03-09T22:26:22Z" 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-09T22:26:22.599Z] time="2022-03-09T22:26:22Z" 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-09T22:26:22.599Z] time="2022-03-09T22:26:22Z" 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-09T22:26:22.599Z] time="2022-03-09T22:26:22Z" 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-09T22:26:22.599Z] --- PASS: TestHealthStates (0.20s) [2022-03-09T22:26:22.599Z] === RUN TestGetInspectData [2022-03-09T22:26:22.599Z] --- PASS: TestGetInspectData (0.00s) [2022-03-09T22:26:22.599Z] === RUN TestFillLicense [2022-03-09T22:26:22.599Z] --- PASS: TestFillLicense (0.00s) [2022-03-09T22:26:22.599Z] === RUN TestListInvalidFilter [2022-03-09T22:26:22.599Z] --- PASS: TestListInvalidFilter (0.00s) [2022-03-09T22:26:22.599Z] === RUN TestNameFilter [2022-03-09T22:26:22.599Z] --- PASS: TestNameFilter (0.00s) [2022-03-09T22:26:22.599Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2022-03-09T22:26:22.599Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2022-03-09T22:26:22.599Z] === RUN TestSetWindowsCredentialSpecInSpec [2022-03-09T22:26:22.599Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2022-03-09T22:26:22.599Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2022-03-09T22:26:22.599Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2022-03-09T22:26:22.599Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2022-03-09T22:26:22.599Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2022-03-09T22:26:22.599Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2022-03-09T22:26:22.599Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2022-03-09T22:26:22.599Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2022-03-09T22:26:22.599Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2022-03-09T22:26:22.599Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2022-03-09T22:26:22.599Z] === 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-09T22:26:22.599Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2022-03-09T22:26:22.599Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2022-03-09T22:26:22.599Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2022-03-09T22:26:22.599Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2022-03-09T22:26:22.599Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2022-03-09T22:26:22.599Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2022-03-09T22:26:22.599Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2022-03-09T22:26:22.599Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2022-03-09T22:26:22.599Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.01s) [2022-03-09T22:26:22.599Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2022-03-09T22:26:22.599Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2022-03-09T22:26:22.599Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2022-03-09T22:26:22.599Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2022-03-09T22:26:22.599Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-03-09T22:26:22.599Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2022-03-09T22:26:22.599Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2022-03-09T22:26:22.599Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-03-09T22:26:22.599Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2022-03-09T22:26:22.599Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2022-03-09T22:26:22.599Z] --- 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-09T22:26:22.599Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2022-03-09T22:26:22.599Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2022-03-09T22:26:22.599Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2022-03-09T22:26:22.599Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2022-03-09T22:26:22.599Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2022-03-09T22:26:22.599Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2022-03-09T22:26:22.599Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2022-03-09T22:26:22.599Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2022-03-09T22:26:22.599Z] === RUN TestDaemonReloadLabels [2022-03-09T22:26:22.599Z] --- PASS: TestDaemonReloadLabels (0.00s) [2022-03-09T22:26:22.599Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2022-03-09T22:26:22.599Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2022-03-09T22:26:22.599Z] === RUN TestDaemonReloadMirrors [2022-03-09T22:26:22.599Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2022-03-09T22:26:22.599Z] === RUN TestDaemonReloadInsecureRegistries [2022-03-09T22:26:22.599Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2022-03-09T22:26:22.599Z] === RUN TestDaemonReloadNotAffectOthers [2022-03-09T22:26:22.599Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2022-03-09T22:26:22.599Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2022-03-09T22:26:22.599Z] reload_test.go:342: root required [2022-03-09T22:26:22.599Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-03-09T22:26:22.599Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2022-03-09T22:26:22.599Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.00s) [2022-03-09T22:26:22.599Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2022-03-09T22:26:22.599Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.01s) [2022-03-09T22:26:22.599Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2022-03-09T22:26:22.599Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.02s) [2022-03-09T22:26:22.599Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2022-03-09T22:26:22.599Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.02s) [2022-03-09T22:26:22.599Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2022-03-09T22:26:22.599Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s) [2022-03-09T22:26:22.599Z] === RUN TestParseVolumesFrom [2022-03-09T22:26:22.599Z] --- PASS: TestParseVolumesFrom (0.00s) [2022-03-09T22:26:22.599Z] PASS [2022-03-09T22:26:22.599Z] coverage: 8.6% of statements [2022-03-09T22:26:22.599Z] ok github.com/docker/docker/daemon 0.837s coverage: 8.6% of statements [2022-03-09T22:26:22.599Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-03-09T22:26:22.599Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-03-09T22:26:22.599Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-03-09T22:26:22.599Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-03-09T22:26:22.599Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2022-03-09T22:26:22.599Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2022-03-09T22:26:22.599Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2022-03-09T22:26:22.599Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-03-09T22:26:22.599Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2022-03-09T22:26:22.599Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2022-03-09T22:26:22.599Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-03-09T22:26:22.599Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2022-03-09T22:26:23.068Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2022-03-09T22:26:23.068Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2022-03-09T22:26:24.056Z] === RUN TestNewStreamConfig [2022-03-09T22:26:24.056Z] === RUN TestNewStreamConfig/defaults [2022-03-09T22:26:24.056Z] === RUN TestNewStreamConfig/invalid_create_group [2022-03-09T22:26:24.056Z] === RUN TestNewStreamConfig/invalid_flush_interval [2022-03-09T22:26:24.056Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2022-03-09T22:26:24.056Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2022-03-09T22:26:24.056Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2022-03-09T22:26:24.056Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2022-03-09T22:26:24.056Z] --- PASS: TestNewStreamConfig (0.00s) [2022-03-09T22:26:24.056Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2022-03-09T22:26:24.056Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2022-03-09T22:26:24.056Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2022-03-09T22:26:24.056Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2022-03-09T22:26:24.056Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2022-03-09T22:26:24.056Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2022-03-09T22:26:24.056Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2022-03-09T22:26:24.056Z] === RUN TestNewAWSLogsClientUserAgentHandler [2022-03-09T22:26:24.056Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2022-03-09T22:26:24.056Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler [2022-03-09T22:26:24.056Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/json/emf [2022-03-09T22:26:24.056Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/#00 [2022-03-09T22:26:24.056Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler (0.00s) [2022-03-09T22:26:24.056Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/json/emf (0.00s) [2022-03-09T22:26:24.056Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/#00 (0.00s) [2022-03-09T22:26:24.056Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2022-03-09T22:26:24.056Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2022-03-09T22:26:24.056Z] === RUN TestNewAWSLogsClientRegionDetect [2022-03-09T22:26:24.056Z] time="2022-03-09T22:26:23Z" level=info msg="Trying to get region from EC2 Metadata" [2022-03-09T22:26:24.056Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.18s) [2022-03-09T22:26:24.056Z] === RUN TestCreateSuccess [2022-03-09T22:26:24.056Z] --- PASS: TestCreateSuccess (0.00s) [2022-03-09T22:26:24.056Z] === RUN TestCreateStreamSkipped [2022-03-09T22:26:24.056Z] time="2022-03-09T22:26:23Z" level=info msg="Skipping creating log stream" logCreateStream=false logGroupName=groupName logStreamName=streamName [2022-03-09T22:26:24.056Z] --- PASS: TestCreateStreamSkipped (0.00s) [2022-03-09T22:26:24.056Z] === RUN TestCreateLogGroupSuccess [2022-03-09T22:26:24.056Z] time="2022-03-09T22:26:23Z" level=error msg="Failed to create log stream" errorCode=ResourceNotFoundException logGroupName=groupName logStreamName=streamName message="should error once" origError="" [2022-03-09T22:26:24.056Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2022-03-09T22:26:24.056Z] === RUN TestCreateError [2022-03-09T22:26:24.056Z] --- PASS: TestCreateError (0.00s) [2022-03-09T22:26:24.056Z] === RUN TestCreateAlreadyExists [2022-03-09T22:26:24.056Z] time="2022-03-09T22:26:23Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2022-03-09T22:26:24.056Z] --- PASS: TestCreateAlreadyExists (0.00s) [2022-03-09T22:26:24.056Z] === RUN TestLogClosed [2022-03-09T22:26:24.056Z] --- PASS: TestLogClosed (0.00s) [2022-03-09T22:26:24.056Z] === RUN TestLogBlocking [2022-03-09T22:26:24.056Z] --- PASS: TestLogBlocking (0.00s) [2022-03-09T22:26:24.056Z] === RUN TestLogNonBlockingBufferEmpty [2022-03-09T22:26:24.056Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2022-03-09T22:26:24.056Z] === RUN TestLogNonBlockingBufferFull [2022-03-09T22:26:24.056Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2022-03-09T22:26:24.056Z] === RUN TestPublishBatchSuccess [2022-03-09T22:26:24.056Z] --- PASS: TestPublishBatchSuccess (0.00s) [2022-03-09T22:26:24.056Z] === RUN TestPublishBatchError [2022-03-09T22:26:24.056Z] time="2022-03-09T22:26:23Z" level=error msg=error [2022-03-09T22:26:24.056Z] --- PASS: TestPublishBatchError (0.00s) [2022-03-09T22:26:24.056Z] === RUN TestPublishBatchInvalidSeqSuccess [2022-03-09T22:26:24.056Z] time="2022-03-09T22:26:23Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-03-09T22:26:24.056Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2022-03-09T22:26:24.056Z] === RUN TestPublishBatchAlreadyAccepted [2022-03-09T22:26:24.056Z] time="2022-03-09T22:26:23Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-03-09T22:26:24.056Z] time="2022-03-09T22:26:23Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2022-03-09T22:26:24.056Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2022-03-09T22:26:24.056Z] === RUN TestCollectBatchSimple [2022-03-09T22:26:24.056Z] --- PASS: TestCollectBatchSimple (0.00s) [2022-03-09T22:26:24.056Z] === RUN TestCollectBatchTicker [2022-03-09T22:26:24.056Z] --- PASS: TestCollectBatchTicker (0.00s) [2022-03-09T22:26:24.056Z] === RUN TestCollectBatchMultilinePattern [2022-03-09T22:26:24.056Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2022-03-09T22:26:24.056Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2022-03-09T22:26:24.056Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2022-03-09T22:26:24.056Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2022-03-09T22:26:24.056Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2022-03-09T22:26:24.056Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2022-03-09T22:26:24.056Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.02s) [2022-03-09T22:26:24.056Z] === RUN TestCollectBatchClose [2022-03-09T22:26:24.056Z] --- PASS: TestCollectBatchClose (0.00s) [2022-03-09T22:26:24.056Z] === RUN TestEffectiveLen [2022-03-09T22:26:24.056Z] === RUN TestEffectiveLen/0/Hello [2022-03-09T22:26:24.056Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2022-03-09T22:26:24.056Z] === RUN TestEffectiveLen/2/🙃 [2022-03-09T22:26:24.056Z] === RUN TestEffectiveLen/3/���� [2022-03-09T22:26:24.525Z] === RUN TestEffectiveLen/4/He��o [2022-03-09T22:26:24.525Z] === RUN TestEffectiveLen/5/ [2022-03-09T22:26:24.525Z] --- PASS: TestEffectiveLen (0.00s) [2022-03-09T22:26:24.525Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2022-03-09T22:26:24.525Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2022-03-09T22:26:24.525Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2022-03-09T22:26:24.525Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2022-03-09T22:26:24.525Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2022-03-09T22:26:24.525Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2022-03-09T22:26:24.525Z] === RUN TestFindValidSplit [2022-03-09T22:26:24.525Z] === RUN TestFindValidSplit/0/ [2022-03-09T22:26:24.525Z] cloudwatchlogs_test.go:1076: [2022-03-09T22:26:24.525Z] cloudwatchlogs_test.go:1077: [2022-03-09T22:26:24.525Z] === RUN TestFindValidSplit/1/Hello [2022-03-09T22:26:24.525Z] cloudwatchlogs_test.go:1076: Hello [2022-03-09T22:26:24.525Z] cloudwatchlogs_test.go:1077: [2022-03-09T22:26:24.525Z] === RUN TestFindValidSplit/2/Hello [2022-03-09T22:26:24.525Z] cloudwatchlogs_test.go:1076: He [2022-03-09T22:26:24.525Z] cloudwatchlogs_test.go:1077: llo [2022-03-09T22:26:24.525Z] === RUN TestFindValidSplit/3/Hello [2022-03-09T22:26:24.525Z] cloudwatchlogs_test.go:1076: [2022-03-09T22:26:24.525Z] cloudwatchlogs_test.go:1077: Hello [2022-03-09T22:26:24.525Z] === RUN TestFindValidSplit/4/🙃 [2022-03-09T22:26:24.525Z] cloudwatchlogs_test.go:1076: [2022-03-09T22:26:24.525Z] cloudwatchlogs_test.go:1077: 🙃 [2022-03-09T22:26:24.525Z] === RUN TestFindValidSplit/5/🙃 [2022-03-09T22:26:24.525Z] cloudwatchlogs_test.go:1076: 🙃 [2022-03-09T22:26:24.525Z] cloudwatchlogs_test.go:1077: [2022-03-09T22:26:24.525Z] === RUN TestFindValidSplit/6/a� [2022-03-09T22:26:24.525Z] cloudwatchlogs_test.go:1076: a [2022-03-09T22:26:24.525Z] cloudwatchlogs_test.go:1077: � [2022-03-09T22:26:24.525Z] === RUN TestFindValidSplit/7/a� [2022-03-09T22:26:24.525Z] cloudwatchlogs_test.go:1076: a� [2022-03-09T22:26:24.525Z] cloudwatchlogs_test.go:1077: [2022-03-09T22:26:24.525Z] --- PASS: TestFindValidSplit (0.00s) [2022-03-09T22:26:24.525Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2022-03-09T22:26:24.525Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2022-03-09T22:26:24.525Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2022-03-09T22:26:24.525Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2022-03-09T22:26:24.525Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2022-03-09T22:26:24.525Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2022-03-09T22:26:24.525Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2022-03-09T22:26:24.525Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2022-03-09T22:26:24.525Z] === RUN TestProcessEventEmoji [2022-03-09T22:26:24.525Z] --- PASS: TestProcessEventEmoji (0.01s) [2022-03-09T22:26:24.525Z] === RUN TestCollectBatchLineSplit [2022-03-09T22:26:24.525Z] --- PASS: TestCollectBatchLineSplit (0.00s) [2022-03-09T22:26:24.525Z] === RUN TestCollectBatchLineSplitWithBinary [2022-03-09T22:26:24.525Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.01s) [2022-03-09T22:26:24.525Z] === RUN TestCollectBatchMaxEvents [2022-03-09T22:26:24.525Z] --- PASS: TestCollectBatchMaxEvents (0.04s) [2022-03-09T22:26:24.525Z] === RUN TestCollectBatchMaxTotalBytes [2022-03-09T22:26:24.525Z] --- PASS: TestCollectBatchMaxTotalBytes (0.06s) [2022-03-09T22:26:24.525Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2022-03-09T22:26:24.525Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.04s) [2022-03-09T22:26:24.525Z] === RUN TestCollectBatchWithDuplicateTimestamps [2022-03-09T22:26:24.525Z] === RUN TestAdapterReadLogs [2022-03-09T22:26:24.525Z] --- PASS: TestAdapterReadLogs (0.00s) [2022-03-09T22:26:24.525Z] === RUN TestCopier [2022-03-09T22:26:24.525Z] --- PASS: TestCopier (0.00s) [2022-03-09T22:26:24.525Z] === RUN TestCopierLongLines [2022-03-09T22:26:24.525Z] --- PASS: TestCopierLongLines (0.00s) [2022-03-09T22:26:24.525Z] === RUN TestCopierSlow [2022-03-09T22:26:24.525Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.06s) [2022-03-09T22:26:24.525Z] === RUN TestParseLogOptionsMultilinePattern [2022-03-09T22:26:24.525Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2022-03-09T22:26:24.525Z] === RUN TestParseLogOptionsDatetimeFormat [2022-03-09T22:26:24.525Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2022-03-09T22:26:24.525Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2022-03-09T22:26:24.525Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2022-03-09T22:26:24.525Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2022-03-09T22:26:24.525Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2022-03-09T22:26:24.525Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2022-03-09T22:26:24.525Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2022-03-09T22:26:24.525Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s) [2022-03-09T22:26:24.525Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2022-03-09T22:26:24.525Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2022-03-09T22:26:24.525Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2022-03-09T22:26:24.525Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2022-03-09T22:26:24.525Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2022-03-09T22:26:24.525Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2022-03-09T22:26:24.525Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2022-03-09T22:26:24.525Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2022-03-09T22:26:24.525Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2022-03-09T22:26:24.525Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2022-03-09T22:26:24.525Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2022-03-09T22:26:24.525Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2022-03-09T22:26:24.525Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2022-03-09T22:26:24.525Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2022-03-09T22:26:24.525Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2022-03-09T22:26:24.525Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2022-03-09T22:26:24.525Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2022-03-09T22:26:24.525Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2022-03-09T22:26:24.525Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2022-03-09T22:26:24.525Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2022-03-09T22:26:24.525Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2022-03-09T22:26:24.525Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2022-03-09T22:26:24.525Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2022-03-09T22:26:24.525Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2022-03-09T22:26:24.525Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2022-03-09T22:26:24.525Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2022-03-09T22:26:24.525Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2022-03-09T22:26:24.525Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2022-03-09T22:26:24.525Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2022-03-09T22:26:24.525Z] === RUN TestValidateLogOptionsFormat [2022-03-09T22:26:24.525Z] === RUN TestValidateLogOptionsFormat/0/json/emf [2022-03-09T22:26:24.525Z] === RUN TestValidateLogOptionsFormat/1/random [2022-03-09T22:26:24.525Z] === RUN TestValidateLogOptionsFormat/2/ [2022-03-09T22:26:24.525Z] === RUN TestValidateLogOptionsFormat/3/json/emf [2022-03-09T22:26:24.525Z] === RUN TestValidateLogOptionsFormat/4/json/emf [2022-03-09T22:26:24.525Z] --- PASS: TestValidateLogOptionsFormat (0.00s) [2022-03-09T22:26:24.525Z] --- PASS: TestValidateLogOptionsFormat/0/json/emf (0.00s) [2022-03-09T22:26:24.525Z] --- PASS: TestValidateLogOptionsFormat/1/random (0.00s) [2022-03-09T22:26:24.525Z] --- PASS: TestValidateLogOptionsFormat/2/ (0.00s) [2022-03-09T22:26:24.525Z] --- PASS: TestValidateLogOptionsFormat/3/json/emf (0.00s) [2022-03-09T22:26:24.525Z] --- PASS: TestValidateLogOptionsFormat/4/json/emf (0.00s) [2022-03-09T22:26:24.525Z] === RUN TestCreateTagSuccess [2022-03-09T22:26:24.525Z] --- PASS: TestCreateTagSuccess (0.00s) [2022-03-09T22:26:24.525Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2022-03-09T22:26:24.525Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s) [2022-03-09T22:26:24.525Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2022-03-09T22:26:24.525Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2022-03-09T22:26:24.525Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2022-03-09T22:26:24.525Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s) [2022-03-09T22:26:24.525Z] PASS [2022-03-09T22:26:24.525Z] coverage: 80.2% of statements [2022-03-09T22:26:24.525Z] ok github.com/docker/docker/daemon/logger/awslogs 0.550s coverage: 80.2% of statements [2022-03-09T22:26:24.525Z] --- PASS: TestCopierSlow (0.20s) [2022-03-09T22:26:24.525Z] === RUN TestCopierWithSized [2022-03-09T22:26:24.525Z] === RUN TestCopierWithSized/as_is [2022-03-09T22:26:24.525Z] === RUN TestCopierWithSized/With_RingLogger [2022-03-09T22:26:24.525Z] --- PASS: TestCopierWithSized (0.01s) [2022-03-09T22:26:24.525Z] --- PASS: TestCopierWithSized/as_is (0.01s) [2022-03-09T22:26:24.525Z] --- PASS: TestCopierWithSized/With_RingLogger (0.00s) [2022-03-09T22:26:24.525Z] === RUN TestCopierWithPartial [2022-03-09T22:26:24.525Z] --- PASS: TestCopierWithPartial (0.00s) [2022-03-09T22:26:24.525Z] === RUN TestRingLogger [2022-03-09T22:26:24.525Z] --- PASS: TestRingLogger (0.00s) [2022-03-09T22:26:24.525Z] === RUN TestRingCap [2022-03-09T22:26:24.525Z] --- PASS: TestRingCap (0.00s) [2022-03-09T22:26:24.525Z] === RUN TestRingClose [2022-03-09T22:26:24.525Z] --- PASS: TestRingClose (0.00s) [2022-03-09T22:26:24.525Z] === RUN TestRingDrain [2022-03-09T22:26:24.525Z] --- PASS: TestRingDrain (0.00s) [2022-03-09T22:26:24.525Z] PASS [2022-03-09T22:26:24.525Z] coverage: 43.2% of statements [2022-03-09T22:26:24.525Z] ok github.com/docker/docker/daemon/logger 0.296s coverage: 43.2% of statements [2022-03-09T22:26:24.525Z] === RUN TestSearchRegistryForImagesErrors [2022-03-09T22:26:24.525Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2022-03-09T22:26:24.525Z] === RUN TestSearchRegistryForImages [2022-03-09T22:26:24.525Z] --- PASS: TestSearchRegistryForImages (0.00s) [2022-03-09T22:26:24.525Z] === RUN TestOnlyPlatformWithFallback [2022-03-09T22:26:24.525Z] --- PASS: TestOnlyPlatformWithFallback (0.00s) [2022-03-09T22:26:24.525Z] === RUN TestImageDelete [2022-03-09T22:26:24.525Z] === RUN TestImageDelete/no_lease [2022-03-09T22:26:24.525Z] === RUN TestImageDelete/lease_exists [2022-03-09T22:26:24.525Z] --- PASS: TestImageDelete (0.07s) [2022-03-09T22:26:24.525Z] --- PASS: TestImageDelete/no_lease (0.03s) [2022-03-09T22:26:24.525Z] --- PASS: TestImageDelete/lease_exists (0.02s) [2022-03-09T22:26:24.525Z] === RUN TestContentStoreForPull [2022-03-09T22:26:24.994Z] --- PASS: TestContentStoreForPull (0.26s) [2022-03-09T22:26:24.994Z] PASS [2022-03-09T22:26:24.994Z] coverage: 6.8% of statements [2022-03-09T22:26:24.994Z] ok github.com/docker/docker/daemon/images 0.426s coverage: 6.8% of statements [2022-03-09T22:26:24.994Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-03-09T22:26:24.994Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-03-09T22:26:24.994Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2022-03-09T22:26:25.462Z] === RUN TestValidateLogOptReconnectInterval [2022-03-09T22:26:25.462Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1 [2022-03-09T22:26:25.462Z] === RUN TestValidateLogOptReconnectInterval/invalid_1 [2022-03-09T22:26:25.462Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1s [2022-03-09T22:26:25.462Z] === RUN TestValidateLogOptReconnectInterval/invalid_99ms [2022-03-09T22:26:25.462Z] === RUN TestValidateLogOptReconnectInterval/invalid_11s [2022-03-09T22:26:25.462Z] === RUN TestValidateLogOptReconnectInterval/valid_100ms [2022-03-09T22:26:25.462Z] === RUN TestValidateLogOptReconnectInterval/valid_10s [2022-03-09T22:26:25.462Z] --- PASS: TestValidateLogOptReconnectInterval (0.00s) [2022-03-09T22:26:25.462Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1 (0.00s) [2022-03-09T22:26:25.462Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_1 (0.00s) [2022-03-09T22:26:25.462Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1s (0.00s) [2022-03-09T22:26:25.462Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_99ms (0.00s) [2022-03-09T22:26:25.462Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_11s (0.00s) [2022-03-09T22:26:25.462Z] --- PASS: TestValidateLogOptReconnectInterval/valid_100ms (0.00s) [2022-03-09T22:26:25.462Z] --- PASS: TestValidateLogOptReconnectInterval/valid_10s (0.00s) [2022-03-09T22:26:25.462Z] PASS [2022-03-09T22:26:25.462Z] coverage: 33.6% of statements [2022-03-09T22:26:25.462Z] ok github.com/docker/docker/daemon/logger/fluentd 0.061s coverage: 33.6% of statements [2022-03-09T22:26:25.462Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-03-09T22:26:25.462Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2022-03-09T22:26:25.462Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2022-03-09T22:26:25.462Z] === RUN TestJSONLogsMarshalJSONBuf [2022-03-09T22:26:25.462Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2022-03-09T22:26:25.462Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2022-03-09T22:26:25.931Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.21s) [2022-03-09T22:26:25.931Z] === RUN TestFastTimeMarshalJSON [2022-03-09T22:26:25.931Z] --- PASS: TestFastTimeMarshalJSON (0.01s) [2022-03-09T22:26:25.931Z] PASS [2022-03-09T22:26:25.931Z] coverage: 87.2% of statements [2022-03-09T22:26:25.931Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.265s coverage: 87.2% of statements [2022-03-09T22:26:26.400Z] === RUN TestJSONFileLogger [2022-03-09T22:26:26.400Z] --- PASS: TestJSONFileLogger (0.01s) [2022-03-09T22:26:26.400Z] === RUN TestJSONFileLoggerWithTags [2022-03-09T22:26:26.400Z] --- PASS: TestJSONFileLoggerWithTags (0.01s) [2022-03-09T22:26:26.400Z] === RUN TestJSONFileLoggerWithOpts [2022-03-09T22:26:26.400Z] --- PASS: TestJSONFileLoggerWithOpts (0.01s) [2022-03-09T22:26:26.400Z] === RUN TestJSONFileLoggerWithLabelsEnv [2022-03-09T22:26:26.400Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s) [2022-03-09T22:26:26.400Z] === RUN TestEncodeDecode [2022-03-09T22:26:26.400Z] === PAUSE TestEncodeDecode [2022-03-09T22:26:26.400Z] === RUN TestUnexpectedEOF [2022-03-09T22:26:26.400Z] time="2022-03-09T22:26:26Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-03-09T22:26:26.400Z] time="2022-03-09T22:26:26Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-03-09T22:26:26.400Z] --- PASS: TestUnexpectedEOF (0.21s) [2022-03-09T22:26:26.400Z] === CONT TestEncodeDecode [2022-03-09T22:26:26.400Z] --- PASS: TestEncodeDecode (0.00s) [2022-03-09T22:26:26.400Z] PASS [2022-03-09T22:26:26.400Z] coverage: 69.9% of statements [2022-03-09T22:26:26.400Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.305s coverage: 69.9% of statements [2022-03-09T22:26:26.871Z] --- PASS: TestServiceUpdatePidsLimit (15.63s) [2022-03-09T22:26:26.871Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.72s) [2022-03-09T22:26:26.871Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.79s) [2022-03-09T22:26:26.871Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.79s) [2022-03-09T22:26:26.871Z] PASS [2022-03-09T22:26:26.871Z] [2022-03-09T22:26:26.871Z] === Skipped [2022-03-09T22:26:26.871Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s) [2022-03-09T22:26:26.871Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-03-09T22:26:26.871Z] [2022-03-09T22:26:26.871Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s) [2022-03-09T22:26:26.871Z] plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-09T22:26:26.871Z] [2022-03-09T22:26:26.871Z] DONE 27 tests, 2 skipped in 147.005s [2022-03-09T22:26:26.871Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m [2022-03-09T22:26:26.871Z] ++ 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-09T22:26:26.871Z] ++ set -e [2022-03-09T22:26:26.871Z] ++ '[' -n 0 ']' [2022-03-09T22:26:26.871Z] ++ set -x [2022-03-09T22:26:26.871Z] ++ 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-09T22:26:26.871Z] INFO: Testing against a local daemon [2022-03-09T22:26:26.871Z] === RUN TestSessionCreate [2022-03-09T22:26:26.871Z] --- PASS: TestSessionCreate (0.02s) [2022-03-09T22:26:26.871Z] === RUN TestSessionCreateWithBadUpgrade [2022-03-09T22:26:26.871Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2022-03-09T22:26:26.871Z] PASS [2022-03-09T22:26:26.871Z] [2022-03-09T22:26:26.871Z] DONE 2 tests in 0.141s [2022-03-09T22:26:26.871Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m [2022-03-09T22:26:26.871Z] ++ 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-09T22:26:26.871Z] ++ set -e [2022-03-09T22:26:26.871Z] ++ '[' -n 0 ']' [2022-03-09T22:26:26.871Z] ++ set -x [2022-03-09T22:26:26.871Z] ++ 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-09T22:26:26.871Z] INFO: Testing against a local daemon [2022-03-09T22:26:26.871Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-03-09T22:26:26.871Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-03-09T22:26:26.871Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-09T22:26:26.871Z] === RUN TestDiskUsage [2022-03-09T22:26:26.871Z] === PAUSE TestDiskUsage [2022-03-09T22:26:26.871Z] === RUN TestEventsExecDie [2022-03-09T22:26:27.131Z] --- PASS: TestEventsExecDie (0.51s) [2022-03-09T22:26:27.131Z] === RUN TestEventsBackwardsCompatible [2022-03-09T22:26:27.131Z] --- PASS: TestEventsBackwardsCompatible (0.06s) [2022-03-09T22:26:27.131Z] === RUN TestEventsVolumeCreate [2022-03-09T22:26:27.131Z] --- PASS: TestEventsVolumeCreate (0.07s) [2022-03-09T22:26:27.131Z] === RUN TestInfoBinaryCommits [2022-03-09T22:26:27.131Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-03-09T22:26:27.131Z] === RUN TestInfoAPIVersioned [2022-03-09T22:26:27.131Z] --- PASS: TestInfoAPIVersioned (0.00s) [2022-03-09T22:26:27.131Z] === RUN TestInfoAPI [2022-03-09T22:26:27.131Z] --- PASS: TestInfoAPI (0.02s) [2022-03-09T22:26:27.131Z] === RUN TestInfoAPIWarnings [2022-03-09T22:26:27.386Z] === RUN TestWriteLog [2022-03-09T22:26:27.386Z] === PAUSE TestWriteLog [2022-03-09T22:26:27.386Z] === RUN TestReadLog [2022-03-09T22:26:27.386Z] === PAUSE TestReadLog [2022-03-09T22:26:27.386Z] === RUN TestDecode [2022-03-09T22:26:27.386Z] --- PASS: TestDecode (0.08s) [2022-03-09T22:26:27.386Z] === CONT TestWriteLog [2022-03-09T22:26:27.386Z] --- PASS: TestWriteLog (0.00s) [2022-03-09T22:26:27.386Z] === CONT TestReadLog [2022-03-09T22:26:27.386Z] === RUN TestReadLog/tail_exact [2022-03-09T22:26:27.386Z] === RUN TestOpenFileDelete [2022-03-09T22:26:27.386Z] --- PASS: TestOpenFileDelete (0.00s) [2022-03-09T22:26:27.386Z] === RUN TestOpenFileRename [2022-03-09T22:26:27.386Z] --- PASS: TestOpenFileRename (0.00s) [2022-03-09T22:26:27.386Z] === RUN TestHandleDecoderErr [2022-03-09T22:26:27.386Z] --- PASS: TestHandleDecoderErr (0.00s) [2022-03-09T22:26:27.386Z] === RUN TestParseLogTagDefaultTag [2022-03-09T22:26:27.386Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2022-03-09T22:26:27.386Z] === RUN TestParseLogTag [2022-03-09T22:26:27.386Z] --- PASS: TestParseLogTag (0.00s) [2022-03-09T22:26:27.386Z] === RUN TestParseLogTagEmptyTag [2022-03-09T22:26:27.386Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2022-03-09T22:26:27.386Z] === RUN TestTailFiles [2022-03-09T22:26:27.386Z] --- PASS: TestTailFiles (0.00s) [2022-03-09T22:26:27.386Z] === RUN TestFollowLogsConsumerGone [2022-03-09T22:26:27.386Z] --- PASS: TestFollowLogsConsumerGone (0.00s) [2022-03-09T22:26:27.386Z] === RUN TestFollowLogsProducerGone [2022-03-09T22:26:27.386Z] logfile_test.go:180: logDecode() closed after sending 1498 messages [2022-03-09T22:26:27.386Z] logfile_test.go:233: messages sent: 1498, received: 1498 [2022-03-09T22:26:27.386Z] --- PASS: TestFollowLogsProducerGone (0.00s) [2022-03-09T22:26:27.386Z] === RUN TestCheckCapacityAndRotate [2022-03-09T22:26:27.386Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2022-03-09T22:26:27.669Z] === RUN TestDockerSuite/TestBuildLineBreak [2022-03-09T22:26:27.854Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2022-03-09T22:26:27.854Z] --- PASS: TestCheckCapacityAndRotate (0.04s) [2022-03-09T22:26:27.854Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.00s) [2022-03-09T22:26:27.854Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.02s) [2022-03-09T22:26:27.854Z] PASS [2022-03-09T22:26:27.854Z] coverage: 53.5% of statements [2022-03-09T22:26:27.854Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.201s coverage: 53.5% of statements [2022-03-09T22:26:27.854Z] === RUN TestReadLog/tail_less_than_available [2022-03-09T22:26:27.854Z] === RUN TestReadLog/tail_more_than_available [2022-03-09T22:26:27.854Z] --- PASS: TestReadLog (0.29s) [2022-03-09T22:26:27.854Z] --- PASS: TestReadLog/tail_exact (0.22s) [2022-03-09T22:26:27.854Z] --- PASS: TestReadLog/tail_less_than_available (0.02s) [2022-03-09T22:26:27.854Z] --- PASS: TestReadLog/tail_more_than_available (0.02s) [2022-03-09T22:26:27.854Z] PASS [2022-03-09T22:26:27.854Z] coverage: 78.7% of statements [2022-03-09T22:26:27.854Z] === RUN TestLog [2022-03-09T22:26:27.854Z] ok github.com/docker/docker/daemon/logger/local 0.592s coverage: 78.7% of statements [2022-03-09T22:26:27.854Z] --- PASS: TestLog (0.03s) [2022-03-09T22:26:27.854Z] PASS [2022-03-09T22:26:27.854Z] coverage: 31.5% of statements [2022-03-09T22:26:27.854Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.095s coverage: 31.5% of statements [2022-03-09T22:26:27.854Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-03-09T22:26:28.842Z] === RUN TestNewParse [2022-03-09T22:26:28.842Z] --- PASS: TestNewParse (0.00s) [2022-03-09T22:26:28.842Z] PASS [2022-03-09T22:26:28.842Z] coverage: 8.3% of statements [2022-03-09T22:26:28.842Z] ok github.com/docker/docker/daemon/logger/templates 0.053s coverage: 8.3% of statements [2022-03-09T22:26:28.842Z] === RUN TestValidateLogOpt [2022-03-09T22:26:28.842Z] --- PASS: TestValidateLogOpt (0.00s) [2022-03-09T22:26:28.842Z] === RUN TestNewMissedConfig [2022-03-09T22:26:28.842Z] --- PASS: TestNewMissedConfig (0.00s) [2022-03-09T22:26:28.842Z] === RUN TestNewMissedUrl [2022-03-09T22:26:28.842Z] --- PASS: TestNewMissedUrl (0.00s) [2022-03-09T22:26:28.842Z] === RUN TestNewMissedToken [2022-03-09T22:26:28.842Z] --- PASS: TestNewMissedToken (0.00s) [2022-03-09T22:26:28.842Z] === RUN TestNewWithProxy [2022-03-09T22:26:28.842Z] --- PASS: TestNewWithProxy (0.00s) [2022-03-09T22:26:28.842Z] === RUN TestDefault [2022-03-09T22:26:28.842Z] --- PASS: TestDefault (0.01s) [2022-03-09T22:26:28.842Z] === RUN TestInlineFormatWithNonDefaultOptions [2022-03-09T22:26:28.842Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s) [2022-03-09T22:26:28.842Z] === RUN TestJsonFormat [2022-03-09T22:26:28.842Z] --- PASS: TestJsonFormat (0.01s) [2022-03-09T22:26:28.842Z] === RUN TestRawFormat [2022-03-09T22:26:28.842Z] --- PASS: TestRawFormat (0.00s) [2022-03-09T22:26:28.842Z] === RUN TestRawFormatWithLabels [2022-03-09T22:26:28.842Z] --- PASS: TestRawFormatWithLabels (0.00s) [2022-03-09T22:26:28.842Z] === RUN TestRawFormatWithoutTag [2022-03-09T22:26:28.842Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2022-03-09T22:26:28.842Z] === RUN TestBatching [2022-03-09T22:26:29.310Z] --- PASS: TestBatching (0.31s) [2022-03-09T22:26:29.310Z] === RUN TestFrequency [2022-03-09T22:26:29.310Z] === RUN TestParseLogFormat [2022-03-09T22:26:29.310Z] --- PASS: TestParseLogFormat (0.00s) [2022-03-09T22:26:29.310Z] === RUN TestValidateLogOptEmpty [2022-03-09T22:26:29.310Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2022-03-09T22:26:29.310Z] === RUN TestValidateSyslogAddress [2022-03-09T22:26:29.310Z] --- PASS: TestValidateSyslogAddress (0.00s) [2022-03-09T22:26:29.310Z] === RUN TestParseAddressDefaultPort [2022-03-09T22:26:29.310Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2022-03-09T22:26:29.310Z] === RUN TestValidateSyslogFacility [2022-03-09T22:26:29.310Z] --- PASS: TestValidateSyslogFacility (0.00s) [2022-03-09T22:26:29.310Z] === RUN TestValidateLogOptSyslogFormat [2022-03-09T22:26:29.310Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2022-03-09T22:26:29.310Z] === RUN TestValidateLogOpt [2022-03-09T22:26:29.310Z] --- PASS: TestValidateLogOpt (0.00s) [2022-03-09T22:26:29.310Z] PASS [2022-03-09T22:26:29.310Z] coverage: 46.8% of statements [2022-03-09T22:26:29.310Z] ok github.com/docker/docker/daemon/logger/syslog 0.073s coverage: 46.8% of statements [2022-03-09T22:26:29.310Z] --- PASS: TestFrequency (0.22s) [2022-03-09T22:26:29.310Z] === RUN TestOneMessagePerRequest [2022-03-09T22:26:29.310Z] --- PASS: TestOneMessagePerRequest (0.00s) [2022-03-09T22:26:29.310Z] === RUN TestVerify [2022-03-09T22:26:29.310Z] --- PASS: TestVerify (0.00s) [2022-03-09T22:26:29.310Z] === RUN TestSkipVerify [2022-03-09T22:26:29.779Z] time="2022-03-09T22:26:29Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-09T22:26:29.779Z] time="2022-03-09T22:26:29Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-09T22:26:29.779Z] time="2022-03-09T22:26:29Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-09T22:26:30.202Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2022-03-09T22:26:30.202Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2022-03-09T22:26:30.202Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2022-03-09T22:26:30.202Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2022-03-09T22:26:30.202Z] === RUN TestDockerSuite/TestBuildMaintainer [2022-03-09T22:26:30.247Z] --- PASS: TestSkipVerify (0.68s) [2022-03-09T22:26:30.247Z] === RUN TestBufferMaximum [2022-03-09T22:26:30.247Z] time="2022-03-09T22:26:29Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-09T22:26:30.247Z] time="2022-03-09T22:26:29Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-09T22:26:30.247Z] time="2022-03-09T22:26:29Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-09T22:26:30.247Z] time="2022-03-09T22:26:29Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-09T22:26:30.247Z] time="2022-03-09T22:26:29Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-09T22:26:30.247Z] time="2022-03-09T22:26:29Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646864789.853776\",\"host\":\"730a570ed15f\"}'" [2022-03-09T22:26:30.247Z] time="2022-03-09T22:26:29Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646864789.853776\",\"host\":\"730a570ed15f\"}'" [2022-03-09T22:26:30.247Z] --- PASS: TestBufferMaximum (0.00s) [2022-03-09T22:26:30.247Z] === RUN TestServerAlwaysDown [2022-03-09T22:26:30.247Z] time="2022-03-09T22:26:29Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-09T22:26:30.247Z] time="2022-03-09T22:26:29Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-09T22:26:30.247Z] time="2022-03-09T22:26:29Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646864789.856987\",\"host\":\"730a570ed15f\"}'" [2022-03-09T22:26:30.247Z] time="2022-03-09T22:26:29Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646864789.856987\",\"host\":\"730a570ed15f\"}'" [2022-03-09T22:26:30.247Z] time="2022-03-09T22:26:29Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-09T22:26:30.247Z] time="2022-03-09T22:26:29Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646864789.856987\",\"host\":\"730a570ed15f\"}'" [2022-03-09T22:26:30.247Z] time="2022-03-09T22:26:29Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646864789.858006\",\"host\":\"730a570ed15f\"}'" [2022-03-09T22:26:30.247Z] time="2022-03-09T22:26:29Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646864789.858006\",\"host\":\"730a570ed15f\"}'" [2022-03-09T22:26:30.247Z] --- PASS: TestServerAlwaysDown (0.00s) [2022-03-09T22:26:30.247Z] === RUN TestCannotSendAfterClose [2022-03-09T22:26:30.247Z] --- PASS: TestCannotSendAfterClose (0.00s) [2022-03-09T22:26:30.247Z] === RUN TestDeadlockOnBlockedEndpoint [2022-03-09T22:26:30.716Z] === RUN TestV1IDService [2022-03-09T22:26:30.716Z] --- PASS: TestV1IDService (0.02s) [2022-03-09T22:26:30.716Z] === RUN TestV2MetadataService [2022-03-09T22:26:30.769Z] === RUN TestDockerSuite/TestBuildMissingArgs [2022-03-09T22:26:31.183Z] time="2022-03-09T22:26:30Z" 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-09T22:26:31.183Z] time="2022-03-09T22:26:30Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"730a570ed15f\"}'" [2022-03-09T22:26:31.183Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.02s) [2022-03-09T22:26:31.183Z] PASS [2022-03-09T22:26:31.183Z] coverage: 82.5% of statements [2022-03-09T22:26:31.183Z] ok github.com/docker/docker/daemon/logger/splunk 2.364s coverage: 82.5% of statements [2022-03-09T22:26:31.183Z] ? github.com/docker/docker/daemon/names [no test files] [2022-03-09T22:26:31.183Z] ? github.com/docker/docker/daemon/network [no test files] [2022-03-09T22:26:31.183Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-03-09T22:26:31.652Z] === RUN TestContinueOnError_NonMirrorEndpoint [2022-03-09T22:26:31.652Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2022-03-09T22:26:31.652Z] === RUN TestContinueOnError_MirrorEndpoint [2022-03-09T22:26:31.652Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2022-03-09T22:26:31.652Z] === RUN TestContinueOnError_NeverContinue [2022-03-09T22:26:31.652Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2022-03-09T22:26:31.652Z] === RUN TestManifestStore [2022-03-09T22:26:31.652Z] === RUN TestManifestStore/no_remote_or_local [2022-03-09T22:26:31.652Z] === RUN TestSuccessfulDownload [2022-03-09T22:26:31.652Z] download_test.go:267: Needs fixing on Windows [2022-03-09T22:26:31.652Z] --- SKIP: TestSuccessfulDownload (0.00s) [2022-03-09T22:26:31.652Z] === RUN TestCancelledDownload [2022-03-09T22:26:31.652Z] --- PASS: TestCancelledDownload (0.00s) [2022-03-09T22:26:31.652Z] === RUN TestMaxDownloadAttempts [2022-03-09T22:26:31.652Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-03-09T22:26:31.652Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-03-09T22:26:31.652Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-03-09T22:26:31.652Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-03-09T22:26:31.652Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-03-09T22:26:31.652Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-03-09T22:26:31.652Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-03-09T22:26:31.652Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-03-09T22:26:31.652Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-03-09T22:26:31.652Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-03-09T22:26:31.652Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-03-09T22:26:31.652Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-03-09T22:26:31.652Z] time="2022-03-09T22:26:31Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local1738883886\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2022-03-09T22:26:31.652Z] === RUN TestManifestStore/no_local_cache [2022-03-09T22:26:31.652Z] === RUN TestManifestStore/with_local_cache [2022-03-09T22:26:32.119Z] === RUN TestManifestStore/unknown_media_type [2022-03-09T22:26:32.120Z] === RUN TestManifestStore/unknown_media_type/no_cache [2022-03-09T22:26:32.120Z] time="2022-03-09T22:26:31Z" level=warning msg="reference for unknown type: " [2022-03-09T22:26:32.120Z] time="2022-03-09T22:26:31Z" level=warning msg="reference for unknown type: " [2022-03-09T22:26:32.120Z] === RUN TestManifestStore/unknown_media_type/with_cache [2022-03-09T22:26:32.120Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2022-03-09T22:26:32.120Z] time="2022-03-09T22:26:31Z" level=warning msg="reference for unknown type: " [2022-03-09T22:26:32.120Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2022-03-09T22:26:32.120Z] time="2022-03-09T22:26:31Z" level=warning msg="reference for unknown type: " [2022-03-09T22:26:32.120Z] time="2022-03-09T22:26:31Z" level=warning msg="reference for unknown type: " [2022-03-09T22:26:32.120Z] === RUN TestManifestStore/error_persisting_manifest [2022-03-09T22:26:32.120Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2022-03-09T22:26:32.120Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2022-03-09T22:26:32.120Z] time="2022-03-09T22:26:31Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2022-03-09T22:26:32.120Z] --- PASS: TestManifestStore (0.42s) [2022-03-09T22:26:32.120Z] --- PASS: TestManifestStore/no_remote_or_local (0.25s) [2022-03-09T22:26:32.120Z] --- PASS: TestManifestStore/no_local_cache (0.03s) [2022-03-09T22:26:32.120Z] --- PASS: TestManifestStore/with_local_cache (0.03s) [2022-03-09T22:26:32.120Z] --- PASS: TestManifestStore/unknown_media_type (0.08s) [2022-03-09T22:26:32.120Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.03s) [2022-03-09T22:26:32.120Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.04s) [2022-03-09T22:26:32.120Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.02s) [2022-03-09T22:26:32.120Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.02s) [2022-03-09T22:26:32.120Z] --- PASS: TestManifestStore/error_persisting_manifest (0.02s) [2022-03-09T22:26:32.120Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.01s) [2022-03-09T22:26:32.120Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.02s) [2022-03-09T22:26:32.120Z] === RUN TestDetectManifestBlobMediaType [2022-03-09T22:26:32.120Z] --- PASS: TestV2MetadataService (1.16s) [2022-03-09T22:26:32.120Z] PASS [2022-03-09T22:26:32.120Z] coverage: 48.2% of statements [2022-03-09T22:26:32.120Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2022-03-09T22:26:32.120Z] === RUN TestDetectManifestBlobMediaType/schema1 [2022-03-09T22:26:32.120Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2022-03-09T22:26:32.120Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2022-03-09T22:26:32.120Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2022-03-09T22:26:32.120Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2022-03-09T22:26:32.120Z] --- PASS: TestDetectManifestBlobMediaType (0.01s) [2022-03-09T22:26:32.120Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2022-03-09T22:26:32.120Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2022-03-09T22:26:32.120Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2022-03-09T22:26:32.120Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2022-03-09T22:26:32.120Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2022-03-09T22:26:32.120Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2022-03-09T22:26:32.120Z] === RUN TestDetectManifestBlobMediaTypeInvalid [2022-03-09T22:26:32.120Z] === RUN TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers [2022-03-09T22:26:32.120Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers [2022-03-09T22:26:32.120Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config [2022-03-09T22:26:32.120Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_manifests [2022-03-09T22:26:32.120Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests [2022-03-09T22:26:32.120Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers [2022-03-09T22:26:32.120Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers [2022-03-09T22:26:32.120Z] === RUN TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests [2022-03-09T22:26:32.120Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests [2022-03-09T22:26:32.120Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers [2022-03-09T22:26:32.120Z] === RUN TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests [2022-03-09T22:26:32.120Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests [2022-03-09T22:26:32.120Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers [2022-03-09T22:26:32.120Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid (0.00s) [2022-03-09T22:26:32.120Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers (0.00s) [2022-03-09T22:26:32.120Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers (0.00s) [2022-03-09T22:26:32.120Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config (0.00s) [2022-03-09T22:26:32.120Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_manifests (0.00s) [2022-03-09T22:26:32.120Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests (0.00s) [2022-03-09T22:26:32.120Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers (0.00s) [2022-03-09T22:26:32.120Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers (0.00s) [2022-03-09T22:26:32.120Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests (0.00s) [2022-03-09T22:26:32.120Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests (0.00s) [2022-03-09T22:26:32.120Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers (0.00s) [2022-03-09T22:26:32.120Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests (0.00s) [2022-03-09T22:26:32.120Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests (0.00s) [2022-03-09T22:26:32.120Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers (0.00s) [2022-03-09T22:26:32.120Z] === RUN TestFixManifestLayers [2022-03-09T22:26:32.120Z] --- PASS: TestFixManifestLayers (0.00s) [2022-03-09T22:26:32.120Z] === RUN TestFixManifestLayersBaseLayerParent [2022-03-09T22:26:32.120Z] pull_v2_test.go:82: Needs fixing on Windows [2022-03-09T22:26:32.120Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2022-03-09T22:26:32.120Z] === RUN TestFixManifestLayersBadParent [2022-03-09T22:26:32.120Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2022-03-09T22:26:32.120Z] === RUN TestValidateManifest [2022-03-09T22:26:32.120Z] pull_v2_test.go:127: Needs fixing on Windows [2022-03-09T22:26:32.120Z] --- SKIP: TestValidateManifest (0.00s) [2022-03-09T22:26:32.120Z] === RUN TestFormatPlatform [2022-03-09T22:26:32.120Z] --- PASS: TestFormatPlatform (0.00s) [2022-03-09T22:26:32.120Z] === RUN TestPullSchema2Config [2022-03-09T22:26:32.120Z] === RUN TestPullSchema2Config/success_first_time [2022-03-09T22:26:32.120Z] ok github.com/docker/docker/distribution/metadata 1.260s coverage: 48.2% of statements [2022-03-09T22:26:32.120Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-03-09T22:26:32.120Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-09T22:26:32.120Z] === RUN TestPullSchema2Config/500_status [2022-03-09T22:26:32.120Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-03-09T22:26:32.120Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-09T22:26:32.120Z] time="2022-03-09T22:26:31Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-09T22:26:32.120Z] time="2022-03-09T22:26:31Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-09T22:26:32.120Z] time="2022-03-09T22:26:31Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-09T22:26:32.120Z] time="2022-03-09T22:26:31Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-09T22:26:32.120Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2022-03-09T22:26:32.120Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.46s) [2022-03-09T22:26:32.120Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.46s) [2022-03-09T22:26:32.120Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.46s) [2022-03-09T22:26:32.120Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.46s) [2022-03-09T22:26:32.120Z] === RUN TestTransfer [2022-03-09T22:26:32.120Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-09T22:26:32.120Z] === RUN TestPullSchema2Config/EOF [2022-03-09T22:26:32.120Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-03-09T22:26:32.120Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-09T22:26:32.120Z] 2022/03/09 22:26:32 http: panic serving 127.0.0.1:49218: intentional panic [2022-03-09T22:26:32.120Z] goroutine 136 [running]: [2022-03-09T22:26:32.120Z] net/http.(*conn).serve.func1() [2022-03-09T22:26:32.120Z] c:/go/src/net/http/server.go:1802 +0xb9 [2022-03-09T22:26:32.120Z] panic({0x1534800, 0x16b5ea0}) [2022-03-09T22:26:32.120Z] c:/go/src/runtime/panic.go:1047 +0x266 [2022-03-09T22:26:32.120Z] github.com/docker/docker/distribution.TestPullSchema2Config.func3(0xc0003c2604, {0x16c7200, 0xc0003f4380}) [2022-03-09T22:26:32.120Z] C:/gopath/src/github.com/docker/docker/distribution/pull_v2_test.go:262 +0xb4 [2022-03-09T22:26:32.120Z] github.com/docker/docker/distribution.TestPullSchema2Config.func5.1({0x16c7200, 0xc0003f4380}, 0xc0003d8e00) [2022-03-09T22:26:32.120Z] C:/gopath/src/github.com/docker/docker/distribution/pull_v2_test.go:290 +0x287 [2022-03-09T22:26:32.120Z] net/http.HandlerFunc.ServeHTTP(0x0, {0x16c7200, 0xc0003f4380}, 0x1048e35) [2022-03-09T22:26:32.120Z] c:/go/src/net/http/server.go:2047 +0x2f [2022-03-09T22:26:32.120Z] net/http.serverHandler.ServeHTTP({0xc000336f90}, {0x16c7200, 0xc0003f4380}, 0xc0003d8e00) [2022-03-09T22:26:32.120Z] c:/go/src/net/http/server.go:2879 +0x43b [2022-03-09T22:26:32.120Z] net/http.(*conn).serve(0xc0001e1ae0, {0x16cb838, 0xc0001e2b70}) [2022-03-09T22:26:32.120Z] c:/go/src/net/http/server.go:1930 +0xb08 [2022-03-09T22:26:32.120Z] created by net/http.(*Server).Serve [2022-03-09T22:26:32.120Z] c:/go/src/net/http/server.go:3034 +0x4e8 [2022-03-09T22:26:32.146Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2022-03-09T22:26:32.589Z] --- PASS: TestTransfer (0.15s) [2022-03-09T22:26:32.589Z] === RUN TestConcurrencyLimit [2022-03-09T22:26:32.589Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-09T22:26:32.589Z] === RUN TestPullSchema2Config/unauthorized [2022-03-09T22:26:32.589Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-03-09T22:26:32.589Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-09T22:26:32.589Z] --- PASS: TestPullSchema2Config (0.56s) [2022-03-09T22:26:32.589Z] --- PASS: TestPullSchema2Config/success_first_time (0.03s) [2022-03-09T22:26:32.589Z] --- PASS: TestPullSchema2Config/500_status (0.26s) [2022-03-09T22:26:32.589Z] --- PASS: TestPullSchema2Config/EOF (0.26s) [2022-03-09T22:26:32.589Z] --- PASS: TestPullSchema2Config/unauthorized (0.01s) [2022-03-09T22:26:32.589Z] === RUN TestGetRepositoryMountCandidates [2022-03-09T22:26:32.589Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2022-03-09T22:26:32.589Z] === RUN TestLayerAlreadyExists [2022-03-09T22:26:32.589Z] 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-09T22:26:32.589Z] 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-09T22:26:32.589Z] 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-09T22:26:32.589Z] 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-09T22:26:32.589Z] 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-09T22:26:32.589Z] 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-09T22:26:32.589Z] --- PASS: TestLayerAlreadyExists (0.00s) [2022-03-09T22:26:32.589Z] === RUN TestWhenEmptyAuthConfig [2022-03-09T22:26:33.058Z] --- PASS: TestConcurrencyLimit (0.39s) [2022-03-09T22:26:33.058Z] === RUN TestInactiveJobs [2022-03-09T22:26:33.058Z] === RUN TestNotFound [2022-03-09T22:26:33.058Z] --- PASS: TestNotFound (0.00s) [2022-03-09T22:26:33.058Z] === RUN TestConflict [2022-03-09T22:26:33.058Z] --- PASS: TestConflict (0.00s) [2022-03-09T22:26:33.058Z] === RUN TestForbidden [2022-03-09T22:26:33.058Z] --- PASS: TestForbidden (0.00s) [2022-03-09T22:26:33.058Z] === RUN TestInvalidParameter [2022-03-09T22:26:33.058Z] --- PASS: TestInvalidParameter (0.00s) [2022-03-09T22:26:33.058Z] === RUN TestNotImplemented [2022-03-09T22:26:33.058Z] --- PASS: TestNotImplemented (0.00s) [2022-03-09T22:26:33.058Z] === RUN TestNotModified [2022-03-09T22:26:33.058Z] --- PASS: TestNotModified (0.00s) [2022-03-09T22:26:33.058Z] === RUN TestUnauthorized [2022-03-09T22:26:33.058Z] --- PASS: TestUnauthorized (0.00s) [2022-03-09T22:26:33.058Z] === RUN TestUnknown [2022-03-09T22:26:33.058Z] --- PASS: TestUnknown (0.00s) [2022-03-09T22:26:33.058Z] === RUN TestCancelled [2022-03-09T22:26:33.058Z] --- PASS: TestCancelled (0.00s) [2022-03-09T22:26:33.058Z] === RUN TestDeadline [2022-03-09T22:26:33.058Z] --- PASS: TestDeadline (0.00s) [2022-03-09T22:26:33.058Z] === RUN TestDataLoss [2022-03-09T22:26:33.058Z] --- PASS: TestDataLoss (0.00s) [2022-03-09T22:26:33.058Z] === RUN TestUnavailable [2022-03-09T22:26:33.058Z] --- PASS: TestUnavailable (0.00s) [2022-03-09T22:26:33.058Z] === RUN TestSystem [2022-03-09T22:26:33.058Z] --- PASS: TestSystem (0.00s) [2022-03-09T22:26:33.058Z] === RUN TestFromStatusCode [2022-03-09T22:26:33.058Z] === RUN TestFromStatusCode/Not_Found [2022-03-09T22:26:33.058Z] === RUN TestFromStatusCode/Bad_Request [2022-03-09T22:26:33.058Z] === RUN TestFromStatusCode/Conflict [2022-03-09T22:26:33.058Z] === RUN TestFromStatusCode/Unauthorized [2022-03-09T22:26:33.058Z] === RUN TestFromStatusCode/Service_Unavailable [2022-03-09T22:26:33.058Z] === RUN TestFromStatusCode/Forbidden [2022-03-09T22:26:33.058Z] === RUN TestFromStatusCode/Not_Modified [2022-03-09T22:26:33.058Z] === RUN TestFromStatusCode/Not_Implemented [2022-03-09T22:26:33.058Z] === RUN TestFromStatusCode/Internal_Server_Error [2022-03-09T22:26:33.058Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2022-03-09T22:26:33.058Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2022-03-09T22:26:33.058Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2022-03-09T22:26:33.058Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2022-03-09T22:26:33.058Z] --- PASS: TestFromStatusCode (0.00s) [2022-03-09T22:26:33.058Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2022-03-09T22:26:33.058Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2022-03-09T22:26:33.058Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2022-03-09T22:26:33.058Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2022-03-09T22:26:33.058Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2022-03-09T22:26:33.058Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2022-03-09T22:26:33.058Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2022-03-09T22:26:33.058Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2022-03-09T22:26:33.058Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2022-03-09T22:26:33.058Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2022-03-09T22:26:33.058Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2022-03-09T22:26:33.058Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2022-03-09T22:26:33.058Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2022-03-09T22:26:33.058Z] PASS [2022-03-09T22:26:33.058Z] coverage: 53.1% of statements [2022-03-09T22:26:33.058Z] ok github.com/docker/docker/errdefs 0.051s coverage: 53.1% of statements [2022-03-09T22:26:33.058Z] --- PASS: TestInactiveJobs (0.43s) [2022-03-09T22:26:33.058Z] === RUN TestWatchRelease [2022-03-09T22:26:33.532Z] --- PASS: TestWatchRelease (0.04s) [2022-03-09T22:26:33.532Z] === RUN TestWatchFinishedTransfer [2022-03-09T22:26:33.532Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2022-03-09T22:26:33.532Z] === RUN TestDuplicateTransfer [2022-03-09T22:26:33.532Z] --- PASS: TestDuplicateTransfer (0.04s) [2022-03-09T22:26:33.532Z] === RUN TestSuccessfulUpload [2022-03-09T22:26:33.532Z] time="2022-03-09T22:26:33Z" level=error msg="Upload failed, retrying: simulating retry" [2022-03-09T22:26:33.532Z] --- PASS: TestSuccessfulUpload (0.36s) [2022-03-09T22:26:33.532Z] === RUN TestCancelledUpload [2022-03-09T22:26:33.532Z] --- PASS: TestCancelledUpload (0.00s) [2022-03-09T22:26:33.532Z] PASS [2022-03-09T22:26:33.532Z] coverage: 77.3% of statements [2022-03-09T22:26:33.532Z] ok github.com/docker/docker/distribution/xfer 1.979s coverage: 77.3% of statements [2022-03-09T22:26:34.001Z] --- PASS: TestWhenEmptyAuthConfig (1.31s) [2022-03-09T22:26:34.001Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2022-03-09T22:26:34.001Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2022-03-09T22:26:34.001Z] === RUN TestTokenPassThru [2022-03-09T22:26:34.001Z] --- PASS: TestTokenPassThru (0.01s) [2022-03-09T22:26:34.001Z] === RUN TestTokenPassThruDifferentHost [2022-03-09T22:26:34.001Z] --- PASS: TestTokenPassThruDifferentHost (0.01s) [2022-03-09T22:26:34.001Z] PASS [2022-03-09T22:26:34.001Z] coverage: 26.7% of statements [2022-03-09T22:26:34.001Z] ok github.com/docker/docker/distribution 2.431s coverage: 26.7% of statements [2022-03-09T22:26:34.001Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-03-09T22:26:34.001Z] ? github.com/docker/docker/dockerversion [no test files] [2022-03-09T22:26:34.050Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2022-03-09T22:26:34.510Z] === RUN TestFSGetInvalidData [2022-03-09T22:26:34.511Z] === RUN TestCompare [2022-03-09T22:26:34.511Z] --- PASS: TestCompare (0.00s) [2022-03-09T22:26:34.511Z] PASS [2022-03-09T22:26:34.511Z] coverage: 19.2% of statements [2022-03-09T22:26:34.511Z] --- PASS: TestFSGetInvalidData (0.02s) [2022-03-09T22:26:34.511Z] === RUN TestFSInvalidSet [2022-03-09T22:26:34.511Z] ok github.com/docker/docker/image/cache 0.120s coverage: 19.2% of statements [2022-03-09T22:26:34.511Z] --- PASS: TestFSInvalidSet (0.02s) [2022-03-09T22:26:34.511Z] === RUN TestFSInvalidRoot [2022-03-09T22:26:34.511Z] --- PASS: TestFSInvalidRoot (0.01s) [2022-03-09T22:26:34.511Z] === RUN TestFSMetadataGetSet [2022-03-09T22:26:34.511Z] --- PASS: TestFSMetadataGetSet (0.03s) [2022-03-09T22:26:34.511Z] === RUN TestFSInvalidWalker [2022-03-09T22:26:34.511Z] --- PASS: TestFSInvalidWalker (0.02s) [2022-03-09T22:26:34.511Z] === RUN TestFSGetSet [2022-03-09T22:26:34.511Z] --- PASS: TestFSGetSet (0.05s) [2022-03-09T22:26:34.511Z] === RUN TestFSGetUnsetKey [2022-03-09T22:26:34.511Z] --- PASS: TestFSGetUnsetKey (0.01s) [2022-03-09T22:26:34.511Z] === RUN TestFSGetEmptyData [2022-03-09T22:26:34.511Z] --- PASS: TestFSGetEmptyData (0.01s) [2022-03-09T22:26:34.511Z] === RUN TestFSDelete [2022-03-09T22:26:34.511Z] --- PASS: TestFSDelete (0.02s) [2022-03-09T22:26:34.511Z] === RUN TestFSWalker [2022-03-09T22:26:34.511Z] --- PASS: TestFSWalker (0.02s) [2022-03-09T22:26:34.511Z] === RUN TestFSWalkerStopOnError [2022-03-09T22:26:34.511Z] --- PASS: TestFSWalkerStopOnError (0.02s) [2022-03-09T22:26:34.511Z] === RUN TestNewFromJSON [2022-03-09T22:26:34.511Z] --- PASS: TestNewFromJSON (0.00s) [2022-03-09T22:26:34.511Z] === RUN TestNewFromJSONWithInvalidJSON [2022-03-09T22:26:34.511Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2022-03-09T22:26:34.511Z] === RUN TestMarshalKeyOrder [2022-03-09T22:26:34.511Z] --- PASS: TestMarshalKeyOrder (0.00s) [2022-03-09T22:26:34.511Z] === RUN TestHistoryEqual [2022-03-09T22:26:34.511Z] --- PASS: TestHistoryEqual (0.21s) [2022-03-09T22:26:34.511Z] === RUN TestImage [2022-03-09T22:26:34.511Z] --- PASS: TestImage (0.00s) [2022-03-09T22:26:34.511Z] === RUN TestImageOSNotEmpty [2022-03-09T22:26:34.511Z] --- PASS: TestImageOSNotEmpty (0.00s) [2022-03-09T22:26:34.511Z] === RUN TestNewChildImageFromImageWithRootFS [2022-03-09T22:26:34.511Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2022-03-09T22:26:34.511Z] === RUN TestCreate [2022-03-09T22:26:34.511Z] --- PASS: TestCreate (0.01s) [2022-03-09T22:26:34.511Z] === RUN TestRestore [2022-03-09T22:26:34.979Z] time="2022-03-09T22:26:34Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2022-03-09T22:26:34.979Z] --- PASS: TestRestore (0.04s) [2022-03-09T22:26:34.979Z] === RUN TestAddDelete [2022-03-09T22:26:34.979Z] --- PASS: TestAddDelete (0.03s) [2022-03-09T22:26:34.979Z] === RUN TestSearchAfterDelete [2022-03-09T22:26:34.979Z] --- PASS: TestSearchAfterDelete (0.02s) [2022-03-09T22:26:34.979Z] === RUN TestParentReset [2022-03-09T22:26:34.979Z] --- PASS: TestParentReset (0.03s) [2022-03-09T22:26:34.979Z] === RUN TestGetAndSetLastUpdated [2022-03-09T22:26:34.979Z] --- PASS: TestGetAndSetLastUpdated (0.02s) [2022-03-09T22:26:34.979Z] === RUN TestStoreLen [2022-03-09T22:26:34.979Z] --- PASS: TestStoreLen (0.05s) [2022-03-09T22:26:34.979Z] PASS [2022-03-09T22:26:34.979Z] coverage: 86.9% of statements [2022-03-09T22:26:34.979Z] ok github.com/docker/docker/image 0.758s coverage: 86.9% of statements [2022-03-09T22:26:35.447Z] === RUN TestMakeV1ConfigFromConfig [2022-03-09T22:26:35.447Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s) [2022-03-09T22:26:35.447Z] PASS [2022-03-09T22:26:35.447Z] coverage: 25.0% of statements [2022-03-09T22:26:35.447Z] ok github.com/docker/docker/image/v1 0.079s coverage: 25.0% of statements [2022-03-09T22:26:35.447Z] === RUN TestValidateManifest [2022-03-09T22:26:35.447Z] === RUN TestValidateManifest/nil [2022-03-09T22:26:35.447Z] === RUN TestValidateManifest/non-nil [2022-03-09T22:26:35.447Z] --- PASS: TestValidateManifest (0.00s) [2022-03-09T22:26:35.447Z] --- PASS: TestValidateManifest/nil (0.00s) [2022-03-09T22:26:35.447Z] --- PASS: TestValidateManifest/non-nil (0.00s) [2022-03-09T22:26:35.447Z] PASS [2022-03-09T22:26:35.447Z] coverage: 0.7% of statements [2022-03-09T22:26:35.448Z] ok github.com/docker/docker/image/tarexport 0.079s coverage: 0.7% of statements [2022-03-09T22:26:35.448Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-03-09T22:26:37.013Z] === RUN TestSerialization [2022-03-09T22:26:37.013Z] --- PASS: TestSerialization (0.02s) [2022-03-09T22:26:37.013Z] PASS [2022-03-09T22:26:37.013Z] coverage: 100.0% of statements [2022-03-09T22:26:37.013Z] ok github.com/docker/docker/libcontainerd/queue 0.066s coverage: 100.0% of statements [2022-03-09T22:26:37.335Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2022-03-09T22:26:37.481Z] === RUN TestEmptyLayer [2022-03-09T22:26:37.481Z] --- PASS: TestEmptyLayer (0.00s) [2022-03-09T22:26:37.481Z] === RUN TestCommitFailure [2022-03-09T22:26:37.481Z] --- PASS: TestCommitFailure (0.01s) [2022-03-09T22:26:37.481Z] === RUN TestStartTransactionFailure [2022-03-09T22:26:37.481Z] --- PASS: TestStartTransactionFailure (0.00s) [2022-03-09T22:26:37.481Z] === RUN TestGetOrphan [2022-03-09T22:26:37.481Z] --- PASS: TestGetOrphan (0.01s) [2022-03-09T22:26:37.481Z] === RUN TestMountAndRegister [2022-03-09T22:26:37.481Z] layer_test.go:258: Layer size: 14 [2022-03-09T22:26:37.481Z] --- PASS: TestMountAndRegister (0.06s) [2022-03-09T22:26:37.481Z] === RUN TestLayerRelease [2022-03-09T22:26:37.481Z] layer_test.go:291: Failing on Windows [2022-03-09T22:26:37.481Z] --- SKIP: TestLayerRelease (0.00s) [2022-03-09T22:26:37.481Z] === RUN TestStoreRestore [2022-03-09T22:26:37.481Z] layer_test.go:340: Failing on Windows [2022-03-09T22:26:37.481Z] --- SKIP: TestStoreRestore (0.00s) [2022-03-09T22:26:37.481Z] === RUN TestTarStreamStability [2022-03-09T22:26:37.481Z] layer_test.go:455: Failing on Windows [2022-03-09T22:26:37.481Z] --- SKIP: TestTarStreamStability (0.00s) [2022-03-09T22:26:37.481Z] === RUN TestRegisterExistingLayer [2022-03-09T22:26:37.481Z] === RUN TestEnvironmentParsing [2022-03-09T22:26:37.481Z] --- PASS: TestEnvironmentParsing (0.00s) [2022-03-09T22:26:37.481Z] PASS [2022-03-09T22:26:37.481Z] coverage: 1.2% of statements [2022-03-09T22:26:37.481Z] ok github.com/docker/docker/libcontainerd/local 0.078s coverage: 1.2% of statements [2022-03-09T22:26:37.594Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2022-03-09T22:26:37.853Z] --- PASS: TestImportExtremelyLargeImageWorks (172.75s) [2022-03-09T22:26:37.853Z] PASS [2022-03-09T22:26:37.853Z] [2022-03-09T22:26:37.853Z] DONE 22 tests in 176.505s [2022-03-09T22:26:37.853Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2022-03-09T22:26:37.853Z] ++ 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-09T22:26:37.853Z] ++ set -e [2022-03-09T22:26:37.853Z] ++ '[' -n 0 ']' [2022-03-09T22:26:37.853Z] ++ set -x [2022-03-09T22:26:37.853Z] ++ 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-09T22:26:37.853Z] INFO: Testing against a local daemon [2022-03-09T22:26:37.853Z] === RUN TestNetworkCreateDelete [2022-03-09T22:26:37.950Z] --- PASS: TestRegisterExistingLayer (0.15s) [2022-03-09T22:26:37.950Z] === RUN TestTarStreamVerification [2022-03-09T22:26:37.950Z] layer_test.go:684: Failing on Windows [2022-03-09T22:26:37.950Z] --- SKIP: TestTarStreamVerification (0.00s) [2022-03-09T22:26:37.950Z] === RUN TestLayerMigration [2022-03-09T22:26:37.950Z] migration_test.go:45: Failing on Windows [2022-03-09T22:26:37.950Z] --- SKIP: TestLayerMigration (0.00s) [2022-03-09T22:26:37.950Z] === RUN TestLayerMigrationNoTarsplit [2022-03-09T22:26:37.950Z] migration_test.go:181: Failing on Windows [2022-03-09T22:26:37.950Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2022-03-09T22:26:37.950Z] === RUN TestMountInit [2022-03-09T22:26:37.950Z] mount_test.go:17: Failing on Windows [2022-03-09T22:26:37.950Z] --- SKIP: TestMountInit (0.00s) [2022-03-09T22:26:37.950Z] === RUN TestMountSize [2022-03-09T22:26:37.950Z] mount_test.go:76: Failing on Windows [2022-03-09T22:26:37.950Z] --- SKIP: TestMountSize (0.00s) [2022-03-09T22:26:37.950Z] === RUN TestMountChanges [2022-03-09T22:26:37.950Z] mount_test.go:125: Failing on Windows [2022-03-09T22:26:37.950Z] --- SKIP: TestMountChanges (0.00s) [2022-03-09T22:26:37.950Z] === RUN TestMountApply [2022-03-09T22:26:37.950Z] mount_test.go:212: Failing on Windows [2022-03-09T22:26:37.950Z] --- SKIP: TestMountApply (0.00s) [2022-03-09T22:26:37.950Z] PASS [2022-03-09T22:26:37.950Z] coverage: 30.2% of statements [2022-03-09T22:26:37.950Z] ok github.com/docker/docker/layer 0.327s coverage: 30.2% of statements [2022-03-09T22:26:37.950Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-03-09T22:26:37.950Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-03-09T22:26:37.950Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-03-09T22:26:37.950Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-03-09T22:26:37.950Z] === RUN TestSequenceGetAvailableBit [2022-03-09T22:26:37.950Z] --- PASS: TestSequenceGetAvailableBit (0.00s) [2022-03-09T22:26:38.111Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2022-03-09T22:26:38.111Z] --- PASS: TestNetworkCreateDelete (0.16s) [2022-03-09T22:26:38.111Z] === RUN TestDockerNetworkDeletePreferID [2022-03-09T22:26:38.370Z] --- PASS: TestDockerNetworkDeletePreferID (0.43s) [2022-03-09T22:26:38.370Z] === RUN TestDaemonDNSFallback [2022-03-09T22:26:38.417Z] === RUN TestSequenceEqual [2022-03-09T22:26:38.417Z] --- PASS: TestSequenceEqual (0.00s) [2022-03-09T22:26:38.417Z] === RUN TestSequenceCopy [2022-03-09T22:26:38.417Z] --- PASS: TestSequenceCopy (0.00s) [2022-03-09T22:26:38.417Z] === RUN TestGetFirstAvailable [2022-03-09T22:26:38.417Z] --- PASS: TestGetFirstAvailable (0.00s) [2022-03-09T22:26:38.417Z] === RUN TestFindSequence [2022-03-09T22:26:38.417Z] --- PASS: TestFindSequence (0.00s) [2022-03-09T22:26:38.417Z] === RUN TestCheckIfAvailable [2022-03-09T22:26:38.417Z] --- PASS: TestCheckIfAvailable (0.00s) [2022-03-09T22:26:38.417Z] === RUN TestMergeSequences [2022-03-09T22:26:38.417Z] --- PASS: TestMergeSequences (0.00s) [2022-03-09T22:26:38.417Z] === RUN TestPushReservation [2022-03-09T22:26:38.417Z] --- PASS: TestPushReservation (0.00s) [2022-03-09T22:26:38.417Z] === RUN TestSerializeDeserialize [2022-03-09T22:26:38.418Z] --- PASS: TestSerializeDeserialize (0.00s) [2022-03-09T22:26:38.418Z] === RUN TestSet [2022-03-09T22:26:38.418Z] --- PASS: TestSet (0.00s) [2022-03-09T22:26:38.418Z] === RUN TestSetUnset [2022-03-09T22:26:38.418Z] --- PASS: TestSetUnset (0.00s) [2022-03-09T22:26:38.418Z] === RUN TestOffsetSetUnset [2022-03-09T22:26:38.418Z] --- PASS: TestOffsetSetUnset (0.00s) [2022-03-09T22:26:38.418Z] === RUN TestSetInRange [2022-03-09T22:26:38.418Z] --- PASS: TestSetInRange (0.00s) [2022-03-09T22:26:38.418Z] === RUN TestSetAnyInRange [2022-03-09T22:26:38.418Z] --- PASS: TestSetAnyInRange (0.00s) [2022-03-09T22:26:38.418Z] === RUN TestMethods [2022-03-09T22:26:38.418Z] --- PASS: TestMethods (0.00s) [2022-03-09T22:26:38.418Z] === RUN TestRandomAllocateDeallocate [2022-03-09T22:26:40.271Z] === RUN TestDockerSwarmSuite/TestAPISwarmInvalidAddress [2022-03-09T22:26:40.632Z] === RUN TestInvalidConfig [2022-03-09T22:26:40.632Z] --- PASS: TestInvalidConfig (0.00s) [2022-03-09T22:26:40.632Z] === RUN TestConfig [2022-03-09T22:26:40.632Z] --- PASS: TestConfig (0.00s) [2022-03-09T22:26:40.632Z] === RUN TestOptionsLabels [2022-03-09T22:26:40.632Z] --- PASS: TestOptionsLabels (0.00s) [2022-03-09T22:26:40.632Z] === RUN TestValidName [2022-03-09T22:26:40.632Z] --- PASS: TestValidName (0.00s) [2022-03-09T22:26:40.632Z] PASS [2022-03-09T22:26:40.632Z] coverage: 19.7% of statements [2022-03-09T22:26:40.632Z] ok github.com/docker/docker/libnetwork/config 0.080s coverage: 19.7% of statements [2022-03-09T22:26:40.838Z] === RUN TestDockerSwarmSuite/TestAPISwarmJoinToken [2022-03-09T22:26:41.620Z] === RUN TestKey [2022-03-09T22:26:41.620Z] --- PASS: TestKey (0.00s) [2022-03-09T22:26:41.620Z] === RUN TestParseKey [2022-03-09T22:26:41.620Z] --- PASS: TestParseKey (0.00s) [2022-03-09T22:26:41.620Z] === RUN TestInvalidDataStore [2022-03-09T22:26:41.620Z] --- PASS: TestInvalidDataStore (0.00s) [2022-03-09T22:26:41.620Z] === RUN TestKVObjectFlatKey [2022-03-09T22:26:41.620Z] --- PASS: TestKVObjectFlatKey (0.00s) [2022-03-09T22:26:41.620Z] === RUN TestAtomicKVObjectFlatKey [2022-03-09T22:26:41.620Z] --- PASS: TestAtomicKVObjectFlatKey (0.00s) [2022-03-09T22:26:41.620Z] PASS [2022-03-09T22:26:41.620Z] coverage: 21.9% of statements [2022-03-09T22:26:41.620Z] ok github.com/docker/docker/libnetwork/datastore 0.053s coverage: 21.9% of statements [2022-03-09T22:26:41.620Z] === RUN TestErrorInterfaces [2022-03-09T22:26:41.620Z] --- PASS: TestErrorInterfaces (0.00s) [2022-03-09T22:26:41.620Z] === RUN TestNetworkMarshalling [2022-03-09T22:26:41.620Z] --- PASS: TestNetworkMarshalling (0.22s) [2022-03-09T22:26:41.620Z] === RUN TestEndpointMarshalling [2022-03-09T22:26:41.620Z] --- PASS: TestEndpointMarshalling (0.00s) [2022-03-09T22:26:41.620Z] === RUN TestAuxAddresses [2022-03-09T22:26:41.620Z] time="2022-03-09T22:26:41Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-03-09T22:26:41.620Z] --- PASS: TestAuxAddresses (0.03s) [2022-03-09T22:26:41.620Z] === RUN TestSRVServiceQuery [2022-03-09T22:26:41.620Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-03-09T22:26:41.620Z] --- SKIP: TestSRVServiceQuery (0.01s) [2022-03-09T22:26:42.088Z] === RUN TestServiceVIPReuse [2022-03-09T22:26:42.088Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-03-09T22:26:42.088Z] --- SKIP: TestServiceVIPReuse (0.01s) [2022-03-09T22:26:42.088Z] === RUN TestIpamReleaseOnNetDriverFailures [2022-03-09T22:26:42.088Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-03-09T22:26:42.088Z] --- SKIP: TestIpamReleaseOnNetDriverFailures (0.00s) [2022-03-09T22:26:42.088Z] === RUN TestDNSIPQuery [2022-03-09T22:26:42.088Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-03-09T22:26:42.088Z] --- SKIP: TestDNSIPQuery (0.00s) [2022-03-09T22:26:42.088Z] === RUN TestDNSProxyServFail [2022-03-09T22:26:42.088Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-03-09T22:26:42.088Z] --- SKIP: TestDNSProxyServFail (0.00s) [2022-03-09T22:26:42.088Z] === RUN TestSandboxAddEmpty [2022-03-09T22:26:42.088Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-09T22:26:42.088Z] --- SKIP: TestSandboxAddEmpty (0.00s) [2022-03-09T22:26:42.088Z] === RUN TestSandboxAddMultiPrio [2022-03-09T22:26:42.088Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-09T22:26:42.088Z] --- SKIP: TestSandboxAddMultiPrio (0.00s) [2022-03-09T22:26:42.088Z] === RUN TestSandboxAddSamePrio [2022-03-09T22:26:42.088Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-09T22:26:42.088Z] --- SKIP: TestSandboxAddSamePrio (0.00s) [2022-03-09T22:26:42.088Z] === RUN TestCleanupServiceDiscovery [2022-03-09T22:26:42.088Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-03-09T22:26:42.088Z] --- SKIP: TestCleanupServiceDiscovery (0.00s) [2022-03-09T22:26:42.088Z] === RUN TestDNSOptions [2022-03-09T22:26:42.088Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-03-09T22:26:42.088Z] --- SKIP: TestDNSOptions (0.00s) [2022-03-09T22:26:42.088Z] === RUN TestMultipleControllersWithSameStore [2022-03-09T22:26:42.088Z] time="2022-03-09T22:26:41Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-03-09T22:26:42.088Z] time="2022-03-09T22:26:41Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-03-09T22:26:42.088Z] --- PASS: TestMultipleControllersWithSameStore (0.02s) [2022-03-09T22:26:42.088Z] PASS [2022-03-09T22:26:42.088Z] coverage: 8.5% of statements [2022-03-09T22:26:42.088Z] ok github.com/docker/docker/libnetwork 0.395s coverage: 8.5% of statements [2022-03-09T22:26:42.088Z] === RUN TestIPDataMarshalling [2022-03-09T22:26:42.088Z] --- PASS: TestIPDataMarshalling (0.00s) [2022-03-09T22:26:42.088Z] === RUN TestValidateAndIsV6 [2022-03-09T22:26:42.088Z] --- PASS: TestValidateAndIsV6 (0.00s) [2022-03-09T22:26:42.088Z] PASS [2022-03-09T22:26:42.088Z] coverage: 68.9% of statements [2022-03-09T22:26:42.088Z] ok github.com/docker/docker/libnetwork/driverapi 0.048s coverage: 68.9% of statements [2022-03-09T22:26:43.074Z] === RUN TestDriver [2022-03-09T22:26:43.074Z] --- PASS: TestDriver (0.00s) [2022-03-09T22:26:43.074Z] PASS [2022-03-09T22:26:43.074Z] coverage: 34.8% of statements [2022-03-09T22:26:43.074Z] ok github.com/docker/docker/libnetwork/drivers/host 0.051s coverage: 34.8% of statements [2022-03-09T22:26:43.074Z] === RUN TestDriver [2022-03-09T22:26:43.074Z] --- PASS: TestDriver (0.00s) [2022-03-09T22:26:43.074Z] PASS [2022-03-09T22:26:43.074Z] coverage: 34.8% of statements [2022-03-09T22:26:43.074Z] ok github.com/docker/docker/libnetwork/drivers/null 0.049s coverage: 34.8% of statements [2022-03-09T22:26:43.543Z] === RUN TestNetworkAllocateFree [2022-03-09T22:26:43.543Z] --- PASS: TestNetworkAllocateFree (0.00s) [2022-03-09T22:26:43.543Z] === RUN TestNetworkAllocateUserDefinedVNIs [2022-03-09T22:26:43.543Z] --- PASS: TestNetworkAllocateUserDefinedVNIs (0.00s) [2022-03-09T22:26:43.543Z] PASS [2022-03-09T22:26:43.543Z] coverage: 63.6% of statements [2022-03-09T22:26:43.543Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.049s coverage: 63.6% of statements [2022-03-09T22:26:43.543Z] --- PASS: TestRandomAllocateDeallocate (5.29s) [2022-03-09T22:26:43.543Z] === RUN TestAllocateRandomDeallocate [2022-03-09T22:26:44.012Z] === RUN TestGetEmptyCapabilities [2022-03-09T22:26:44.012Z] --- PASS: TestGetEmptyCapabilities (0.01s) [2022-03-09T22:26:44.012Z] === RUN TestGetExtraCapabilities [2022-03-09T22:26:44.012Z] --- PASS: TestGetExtraCapabilities (0.01s) [2022-03-09T22:26:44.012Z] === RUN TestGetInvalidCapabilities [2022-03-09T22:26:44.012Z] --- PASS: TestGetInvalidCapabilities (0.00s) [2022-03-09T22:26:44.012Z] === RUN TestRemoteDriver [2022-03-09T22:26:44.012Z] --- PASS: TestRemoteDriver (0.01s) [2022-03-09T22:26:44.012Z] === RUN TestDriverError [2022-03-09T22:26:44.012Z] --- PASS: TestDriverError (0.01s) [2022-03-09T22:26:44.012Z] === RUN TestMissingValues [2022-03-09T22:26:44.012Z] --- PASS: TestMissingValues (0.00s) [2022-03-09T22:26:44.012Z] === RUN TestRollback [2022-03-09T22:26:44.012Z] --- PASS: TestRollback (0.01s) [2022-03-09T22:26:44.012Z] PASS [2022-03-09T22:26:44.012Z] coverage: 57.4% of statements [2022-03-09T22:26:44.012Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.104s coverage: 57.4% of statements [2022-03-09T22:26:44.484Z] --- PASS: TestAllocateRandomDeallocate (1.19s) [2022-03-09T22:26:44.484Z] === RUN TestAllocateRandomDeallocateSerialize [2022-03-09T22:26:44.484Z] === RUN TestNAT [2022-03-09T22:26:44.484Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-03-09T22:26:44.484Z] --- SKIP: TestNAT (0.00s) [2022-03-09T22:26:44.484Z] === RUN TestTransparent [2022-03-09T22:26:44.484Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-03-09T22:26:44.484Z] --- SKIP: TestTransparent (0.00s) [2022-03-09T22:26:44.484Z] PASS [2022-03-09T22:26:44.484Z] coverage: 0.0% of statements [2022-03-09T22:26:44.484Z] ok github.com/docker/docker/libnetwork/drivers/windows 0.052s coverage: 0.0% of statements [2022-03-09T22:26:45.138Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2022-03-09T22:26:45.138Z] --- PASS: TestDaemonDNSFallback (6.58s) [2022-03-09T22:26:45.138Z] === RUN TestInspectNetwork [2022-03-09T22:26:45.160Z] === RUN TestNew [2022-03-09T22:26:45.160Z] --- PASS: TestNew (0.00s) [2022-03-09T22:26:45.160Z] === RUN TestAddDriver [2022-03-09T22:26:45.160Z] --- PASS: TestAddDriver (0.00s) [2022-03-09T22:26:45.160Z] === RUN TestAddDuplicateDriver [2022-03-09T22:26:45.160Z] --- PASS: TestAddDuplicateDriver (0.00s) [2022-03-09T22:26:45.160Z] === RUN TestIPAMDefaultAddressSpaces [2022-03-09T22:26:45.160Z] --- PASS: TestIPAMDefaultAddressSpaces (0.00s) [2022-03-09T22:26:45.160Z] === RUN TestDriver [2022-03-09T22:26:45.160Z] --- PASS: TestDriver (0.00s) [2022-03-09T22:26:45.160Z] === RUN TestIPAM [2022-03-09T22:26:45.160Z] --- PASS: TestIPAM (0.00s) [2022-03-09T22:26:45.160Z] === RUN TestWalkIPAMs [2022-03-09T22:26:45.160Z] --- PASS: TestWalkIPAMs (0.00s) [2022-03-09T22:26:45.160Z] === RUN TestWalkDrivers [2022-03-09T22:26:45.160Z] --- PASS: TestWalkDrivers (0.00s) [2022-03-09T22:26:45.160Z] PASS [2022-03-09T22:26:45.160Z] coverage: 82.4% of statements [2022-03-09T22:26:45.160Z] ok github.com/docker/docker/libnetwork/drvregistry 0.098s coverage: 82.4% of statements [2022-03-09T22:26:45.160Z] === RUN TestBuildDefault [2022-03-09T22:26:45.160Z] --- PASS: TestBuildDefault (0.00s) [2022-03-09T22:26:45.160Z] === RUN TestBuildHostnameDomainname [2022-03-09T22:26:45.160Z] --- PASS: TestBuildHostnameDomainname (0.00s) [2022-03-09T22:26:45.160Z] === RUN TestBuildHostname [2022-03-09T22:26:45.160Z] --- PASS: TestBuildHostname (0.00s) [2022-03-09T22:26:45.160Z] === RUN TestBuildHostnameFQDN [2022-03-09T22:26:45.160Z] --- PASS: TestBuildHostnameFQDN (0.00s) [2022-03-09T22:26:45.160Z] === RUN TestBuildNoIP [2022-03-09T22:26:45.160Z] --- PASS: TestBuildNoIP (0.00s) [2022-03-09T22:26:45.160Z] === RUN TestUpdate [2022-03-09T22:26:45.160Z] --- PASS: TestUpdate (0.00s) [2022-03-09T22:26:45.160Z] === RUN TestUpdateIgnoresPrefixedHostname [2022-03-09T22:26:45.160Z] --- PASS: TestUpdateIgnoresPrefixedHostname (0.00s) [2022-03-09T22:26:45.160Z] === RUN TestDeleteIgnoresPrefixedHostname [2022-03-09T22:26:45.160Z] --- PASS: TestDeleteIgnoresPrefixedHostname (0.00s) [2022-03-09T22:26:45.160Z] === RUN TestAddEmpty [2022-03-09T22:26:45.160Z] --- PASS: TestAddEmpty (0.00s) [2022-03-09T22:26:45.160Z] === RUN TestAdd [2022-03-09T22:26:45.160Z] --- PASS: TestAdd (0.00s) [2022-03-09T22:26:45.160Z] === RUN TestDeleteEmpty [2022-03-09T22:26:45.160Z] --- PASS: TestDeleteEmpty (0.00s) [2022-03-09T22:26:45.160Z] === RUN TestDeleteNewline [2022-03-09T22:26:45.160Z] --- PASS: TestDeleteNewline (0.00s) [2022-03-09T22:26:45.160Z] === RUN TestDelete [2022-03-09T22:26:45.160Z] --- PASS: TestDelete (0.00s) [2022-03-09T22:26:45.160Z] === RUN TestConcurrentWrites [2022-03-09T22:26:45.238Z] --- PASS: TestInfoAPIWarnings (16.21s) [2022-03-09T22:26:45.238Z] === RUN TestInfoDebug [2022-03-09T22:26:45.238Z] --- PASS: TestInfoDebug (0.52s) [2022-03-09T22:26:45.238Z] === RUN TestInfoInsecureRegistries [2022-03-09T22:26:45.238Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2022-03-09T22:26:45.238Z] === RUN TestInfoRegistryMirrors [2022-03-09T22:26:45.238Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2022-03-09T22:26:45.238Z] === RUN TestLoginFailsWithBadCredentials [2022-03-09T22:26:45.238Z] --- PASS: TestLoginFailsWithBadCredentials (0.09s) [2022-03-09T22:26:45.238Z] === RUN TestPingCacheHeaders [2022-03-09T22:26:45.238Z] --- PASS: TestPingCacheHeaders (0.02s) [2022-03-09T22:26:45.238Z] === RUN TestPingGet [2022-03-09T22:26:45.238Z] --- PASS: TestPingGet (0.01s) [2022-03-09T22:26:45.238Z] === RUN TestPingHead [2022-03-09T22:26:45.238Z] --- PASS: TestPingHead (0.02s) [2022-03-09T22:26:45.238Z] === RUN TestVersion [2022-03-09T22:26:45.238Z] --- PASS: TestVersion (0.02s) [2022-03-09T22:26:45.238Z] === CONT TestDiskUsage [2022-03-09T22:26:45.498Z] === RUN TestDiskUsage/empty [2022-03-09T22:26:45.498Z] === RUN TestDiskUsage/empty/container_types [2022-03-09T22:26:45.498Z] === RUN TestDiskUsage/empty/image_types [2022-03-09T22:26:45.498Z] === RUN TestDiskUsage/empty/volume_types [2022-03-09T22:26:45.498Z] === RUN TestDiskUsage/empty/build-cache_types [2022-03-09T22:26:45.498Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-03-09T22:26:45.498Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-03-09T22:26:45.498Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-03-09T22:26:45.498Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-03-09T22:26:45.498Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-03-09T22:26:45.498Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-03-09T22:26:45.498Z] === RUN TestDiskUsage/after_LoadBusybox [2022-03-09T22:26:45.630Z] --- PASS: TestConcurrentWrites (0.33s) [2022-03-09T22:26:45.630Z] PASS [2022-03-09T22:26:45.630Z] coverage: 81.2% of statements [2022-03-09T22:26:45.630Z] ok github.com/docker/docker/libnetwork/etchosts 0.403s coverage: 81.2% of statements [2022-03-09T22:26:45.630Z] === RUN TestNew [2022-03-09T22:26:45.630Z] --- PASS: TestNew (0.00s) [2022-03-09T22:26:45.630Z] === RUN TestAllocate [2022-03-09T22:26:45.630Z] --- PASS: TestAllocate (0.00s) [2022-03-09T22:26:45.630Z] === RUN TestUninitialized [2022-03-09T22:26:45.630Z] --- PASS: TestUninitialized (0.00s) [2022-03-09T22:26:45.630Z] === RUN TestAllocateInRange [2022-03-09T22:26:45.630Z] --- PASS: TestAllocateInRange (0.00s) [2022-03-09T22:26:45.630Z] === RUN TestAllocateSerial [2022-03-09T22:26:45.630Z] --- PASS: TestAllocateSerial (0.00s) [2022-03-09T22:26:45.630Z] PASS [2022-03-09T22:26:45.630Z] coverage: 87.5% of statements [2022-03-09T22:26:45.630Z] ok github.com/docker/docker/libnetwork/idm 0.050s coverage: 87.5% of statements [2022-03-09T22:26:45.630Z] === RUN TestCaller [2022-03-09T22:26:45.630Z] --- PASS: TestCaller (0.00s) [2022-03-09T22:26:45.630Z] PASS [2022-03-09T22:26:45.630Z] coverage: 100.0% of statements [2022-03-09T22:26:45.630Z] ok github.com/docker/docker/libnetwork/internal/caller 0.044s coverage: 100.0% of statements [2022-03-09T22:26:45.759Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-03-09T22:26:45.759Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-03-09T22:26:45.759Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-03-09T22:26:45.759Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-03-09T22:26:45.759Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-03-09T22:26:45.759Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-03-09T22:26:45.759Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-03-09T22:26:45.759Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-03-09T22:26:45.759Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-03-09T22:26:45.759Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-03-09T22:26:45.759Z] === RUN TestDiskUsage/after_container.Run [2022-03-09T22:26:46.020Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-03-09T22:26:46.020Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-03-09T22:26:46.020Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-03-09T22:26:46.020Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-03-09T22:26:46.020Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-03-09T22:26:46.020Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-03-09T22:26:46.020Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-03-09T22:26:46.020Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-03-09T22:26:46.020Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-03-09T22:26:46.020Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-03-09T22:26:46.101Z] --- PASS: TestAllocateRandomDeallocateSerialize (1.38s) [2022-03-09T22:26:46.102Z] === RUN TestRetrieveFromStore [2022-03-09T22:26:46.281Z] --- PASS: TestDiskUsage (1.09s) [2022-03-09T22:26:46.281Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-03-09T22:26:46.281Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-03-09T22:26:46.281Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-03-09T22:26:46.281Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-03-09T22:26:46.281Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-03-09T22:26:46.281Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-03-09T22:26:46.281Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-03-09T22:26:46.281Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-03-09T22:26:46.281Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-03-09T22:26:46.281Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-03-09T22:26:46.281Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-03-09T22:26:46.281Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.15s) [2022-03-09T22:26:46.281Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-03-09T22:26:46.281Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-03-09T22:26:46.281Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-03-09T22:26:46.281Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-03-09T22:26:46.281Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-03-09T22:26:46.281Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-03-09T22:26:46.281Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-03-09T22:26:46.281Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-03-09T22:26:46.281Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-03-09T22:26:46.281Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-03-09T22:26:46.281Z] --- PASS: TestDiskUsage/after_container.Run (0.29s) [2022-03-09T22:26:46.281Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2022-03-09T22:26:46.281Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-03-09T22:26:46.281Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-03-09T22:26:46.281Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-03-09T22:26:46.281Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2022-03-09T22:26:46.281Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-03-09T22:26:46.281Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2022-03-09T22:26:46.281Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-03-09T22:26:46.281Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2022-03-09T22:26:46.281Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2022-03-09T22:26:46.281Z] PASS [2022-03-09T22:26:46.281Z] [2022-03-09T22:26:46.281Z] === Skipped [2022-03-09T22:26:46.281Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-09T22:26:46.281Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-03-09T22:26:46.281Z] [2022-03-09T22:26:46.281Z] DONE 50 tests, 1 skipped in 19.809s [2022-03-09T22:26:46.281Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m [2022-03-09T22:26:46.281Z] ++ 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-09T22:26:46.281Z] ++ set -e [2022-03-09T22:26:46.281Z] ++ '[' -n 0 ']' [2022-03-09T22:26:46.281Z] ++ set -x [2022-03-09T22:26:46.281Z] ++ 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-09T22:26:46.281Z] INFO: Testing against a local daemon [2022-03-09T22:26:46.281Z] === RUN TestVolumesCreateAndList [2022-03-09T22:26:46.281Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-03-09T22:26:46.281Z] === RUN TestVolumesRemove [2022-03-09T22:26:46.281Z] --- PASS: TestVolumesRemove (0.06s) [2022-03-09T22:26:46.281Z] === RUN TestVolumesInspect [2022-03-09T22:26:46.542Z] --- PASS: TestVolumesInspect (0.02s) [2022-03-09T22:26:46.542Z] === RUN TestVolumesInvalidJSON [2022-03-09T22:26:46.542Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-03-09T22:26:46.542Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-03-09T22:26:46.542Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-03-09T22:26:46.542Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2022-03-09T22:26:46.542Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2022-03-09T22:26:46.542Z] PASS [2022-03-09T22:26:46.542Z] [2022-03-09T22:26:46.542Z] DONE 5 tests in 0.221s [2022-03-09T22:26:46.542Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-03-09T22:26:46.542Z] ++++ cat bundles/test-integration/docker.pid [2022-03-09T22:26:46.542Z] +++ kill 12997 [2022-03-09T22:26:46.570Z] === RUN TestSetSerialInsertDelete [2022-03-09T22:26:46.570Z] --- PASS: TestSetSerialInsertDelete (0.00s) [2022-03-09T22:26:46.570Z] === RUN TestSetParallelInsertDelete [2022-03-09T22:26:46.802Z] +++ /etc/init.d/apparmor stop [2022-03-09T22:26:46.802Z] Leaving: AppArmorNo profiles have been unloaded. [2022-03-09T22:26:46.802Z] [2022-03-09T22:26:46.802Z] Unloading profiles will leave already running processes permanently [2022-03-09T22:26:46.802Z] unconfined, which can lead to unexpected situations. [2022-03-09T22:26:46.802Z] [2022-03-09T22:26:46.802Z] To set a process to complain mode, use the command line tool [2022-03-09T22:26:46.802Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-03-09T22:26:46.802Z] +++ true [2022-03-09T22:26:46.802Z] exiting test-integration [2022-03-09T22:26:46.802Z] ++ exit 0 [2022-03-09T22:26:46.802Z] [2022-03-09T22:26:47.038Z] --- PASS: TestRetrieveFromStore (0.83s) [2022-03-09T22:26:47.038Z] === RUN TestIsCorrupted [2022-03-09T22:26:47.038Z] --- PASS: TestIsCorrupted (0.01s) [2022-03-09T22:26:47.038Z] === RUN TestSetRollover [2022-03-09T22:26:47.142Z] 2022/03/09 22:26:38 Closing DB instances... [2022-03-09T22:26:47.142Z] --- PASS: TestNetworkDBGarbageCollection (54.24s) [2022-03-09T22:26:47.142Z] === RUN TestFindNode [2022-03-09T22:26:47.142Z] 2022/03/09 22:26:40 Closing DB instances... [2022-03-09T22:26:47.142Z] --- PASS: TestFindNode (0.03s) [2022-03-09T22:26:47.142Z] === RUN TestChangeNodeState [2022-03-09T22:26:47.142Z] 2022/03/09 22:26:40 Closing DB instances... [2022-03-09T22:26:47.142Z] --- PASS: TestChangeNodeState (0.02s) [2022-03-09T22:26:47.142Z] === RUN TestNodeReincarnation [2022-03-09T22:26:47.142Z] 2022/03/09 22:26:40 Closing DB instances... [2022-03-09T22:26:47.142Z] time="2022-03-09T22:26:45Z" level=error msg="failed to send node leave: timed out broadcasting node event" [2022-03-09T22:26:47.142Z] --- PASS: TestNodeReincarnation (5.02s) [2022-03-09T22:26:47.142Z] === RUN TestParallelCreate [2022-03-09T22:26:47.142Z] 2022/03/09 22:26:45 Closing DB instances... [2022-03-09T22:26:47.142Z] --- PASS: TestParallelCreate (0.02s) [2022-03-09T22:26:47.142Z] === RUN TestParallelDelete [2022-03-09T22:26:47.142Z] 2022/03/09 22:26:45 Closing DB instances... [2022-03-09T22:26:47.142Z] --- PASS: TestParallelDelete (0.02s) [2022-03-09T22:26:47.142Z] === RUN TestNetworkDBIslands [2022-03-09T22:26:47.142Z] time="2022-03-09T22:26:45Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:c9d903c72ccc with config:&{NodeID:c9d903c72ccc 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-09T22:26:47.142Z] time="2022-03-09T22:26:45Z" level=info msg="Node c9d903c72ccc/172.29.128.173, joined gossip cluster" [2022-03-09T22:26:47.142Z] time="2022-03-09T22:26:45Z" level=info msg="Node c9d903c72ccc/172.29.128.173, added to nodes list" [2022-03-09T22:26:47.142Z] time="2022-03-09T22:26:45Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:84c9c01a7d76 with config:&{NodeID:84c9c01a7d76 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-09T22:26:47.142Z] time="2022-03-09T22:26:45Z" level=info msg="Node 84c9c01a7d76/172.29.128.173, joined gossip cluster" [2022-03-09T22:26:47.142Z] time="2022-03-09T22:26:45Z" level=info msg="Node 84c9c01a7d76/172.29.128.173, added to nodes list" [2022-03-09T22:26:47.142Z] time="2022-03-09T22:26:45Z" level=info msg="The new bootstrap node list is:[localhost:10033]" [2022-03-09T22:26:47.142Z] time="2022-03-09T22:26:45Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10033" [2022-03-09T22:26:47.142Z] time="2022-03-09T22:26:45Z" level=debug msg="memberlist: Stream connection from=[::1]:49361" [2022-03-09T22:26:47.142Z] time="2022-03-09T22:26:45Z" level=info msg="Node 84c9c01a7d76/172.29.128.173, joined gossip cluster" [2022-03-09T22:26:47.142Z] time="2022-03-09T22:26:45Z" level=info msg="Node 84c9c01a7d76/172.29.128.173, added to nodes list" [2022-03-09T22:26:47.142Z] time="2022-03-09T22:26:45Z" level=info msg="Node c9d903c72ccc/172.29.128.173, joined gossip cluster" [2022-03-09T22:26:47.142Z] time="2022-03-09T22:26:45Z" level=info msg="Node c9d903c72ccc/172.29.128.173, added to nodes list" [2022-03-09T22:26:47.142Z] time="2022-03-09T22:26:45Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10033" [2022-03-09T22:26:47.142Z] time="2022-03-09T22:26:45Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49362" [2022-03-09T22:26:47.142Z] time="2022-03-09T22:26:46Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:a0e36500ddaa with config:&{NodeID:a0e36500ddaa 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-09T22:26:47.142Z] time="2022-03-09T22:26:46Z" level=info msg="Node a0e36500ddaa/172.29.128.173, joined gossip cluster" [2022-03-09T22:26:47.142Z] time="2022-03-09T22:26:46Z" level=info msg="Node a0e36500ddaa/172.29.128.173, added to nodes list" [2022-03-09T22:26:47.142Z] time="2022-03-09T22:26:46Z" level=info msg="The new bootstrap node list is:[localhost:10034]" [2022-03-09T22:26:47.142Z] time="2022-03-09T22:26:46Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10034" [2022-03-09T22:26:47.142Z] time="2022-03-09T22:26:46Z" level=debug msg="memberlist: Stream connection from=[::1]:49363" [2022-03-09T22:26:47.142Z] time="2022-03-09T22:26:46Z" level=info msg="Node a0e36500ddaa/172.29.128.173, joined gossip cluster" [2022-03-09T22:26:47.142Z] time="2022-03-09T22:26:46Z" level=info msg="Node a0e36500ddaa/172.29.128.173, added to nodes list" [2022-03-09T22:26:47.142Z] time="2022-03-09T22:26:46Z" level=info msg="Node c9d903c72ccc/172.29.128.173, joined gossip cluster" [2022-03-09T22:26:47.142Z] time="2022-03-09T22:26:46Z" level=info msg="Node c9d903c72ccc/172.29.128.173, added to nodes list" [2022-03-09T22:26:47.142Z] time="2022-03-09T22:26:46Z" level=info msg="Node 84c9c01a7d76/172.29.128.173, joined gossip cluster" [2022-03-09T22:26:47.142Z] time="2022-03-09T22:26:46Z" level=info msg="Node 84c9c01a7d76/172.29.128.173, added to nodes list" [2022-03-09T22:26:47.142Z] time="2022-03-09T22:26:46Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49364" [2022-03-09T22:26:47.142Z] time="2022-03-09T22:26:46Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10034" [2022-03-09T22:26:47.142Z] time="2022-03-09T22:26:46Z" level=info msg="Node a0e36500ddaa/172.29.128.173, joined gossip cluster" [2022-03-09T22:26:47.142Z] time="2022-03-09T22:26:46Z" level=info msg="Node a0e36500ddaa/172.29.128.173, added to nodes list" [2022-03-09T22:26:47.142Z] time="2022-03-09T22:26:46Z" level=info msg="New memberlist node - Node:node4 will use memberlist nodeID:f2c491d310fd with config:&{NodeID:f2c491d310fd 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-09T22:26:47.142Z] time="2022-03-09T22:26:46Z" level=info msg="Node f2c491d310fd/172.29.128.173, joined gossip cluster" [2022-03-09T22:26:47.142Z] time="2022-03-09T22:26:46Z" level=info msg="Node f2c491d310fd/172.29.128.173, added to nodes list" [2022-03-09T22:26:47.142Z] time="2022-03-09T22:26:46Z" level=info msg="The new bootstrap node list is:[localhost:10035]" [2022-03-09T22:26:47.142Z] time="2022-03-09T22:26:46Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10035" [2022-03-09T22:26:47.142Z] time="2022-03-09T22:26:46Z" level=debug msg="memberlist: Stream connection from=[::1]:49365" [2022-03-09T22:26:47.142Z] time="2022-03-09T22:26:46Z" level=info msg="Node f2c491d310fd/172.29.128.173, joined gossip cluster" [2022-03-09T22:26:47.142Z] time="2022-03-09T22:26:46Z" level=info msg="Node f2c491d310fd/172.29.128.173, added to nodes list" [2022-03-09T22:26:47.142Z] time="2022-03-09T22:26:46Z" level=info msg="Node c9d903c72ccc/172.29.128.173, joined gossip cluster" [2022-03-09T22:26:47.142Z] time="2022-03-09T22:26:46Z" level=info msg="Node c9d903c72ccc/172.29.128.173, added to nodes list" [2022-03-09T22:26:47.142Z] time="2022-03-09T22:26:46Z" level=info msg="Node 84c9c01a7d76/172.29.128.173, joined gossip cluster" [2022-03-09T22:26:47.142Z] time="2022-03-09T22:26:46Z" level=info msg="Node 84c9c01a7d76/172.29.128.173, added to nodes list" [2022-03-09T22:26:47.142Z] time="2022-03-09T22:26:46Z" level=info msg="Node a0e36500ddaa/172.29.128.173, joined gossip cluster" [2022-03-09T22:26:47.142Z] time="2022-03-09T22:26:46Z" level=info msg="Node a0e36500ddaa/172.29.128.173, added to nodes list" [2022-03-09T22:26:47.142Z] time="2022-03-09T22:26:46Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10035" [2022-03-09T22:26:47.142Z] time="2022-03-09T22:26:46Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49366" [2022-03-09T22:26:47.142Z] time="2022-03-09T22:26:46Z" level=info msg="Node f2c491d310fd/172.29.128.173, joined gossip cluster" [2022-03-09T22:26:47.142Z] time="2022-03-09T22:26:46Z" level=info msg="Node f2c491d310fd/172.29.128.173, added to nodes list" [2022-03-09T22:26:47.142Z] time="2022-03-09T22:26:46Z" level=info msg="Node f2c491d310fd/172.29.128.173, joined gossip cluster" [2022-03-09T22:26:47.142Z] time="2022-03-09T22:26:46Z" level=info msg="Node f2c491d310fd/172.29.128.173, added to nodes list" [2022-03-09T22:26:47.142Z] time="2022-03-09T22:26:47Z" level=info msg="New memberlist node - Node:node5 will use memberlist nodeID:27b964361277 with config:&{NodeID:27b964361277 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-09T22:26:47.142Z] time="2022-03-09T22:26:47Z" level=info msg="Node 27b964361277/172.29.128.173, joined gossip cluster" [2022-03-09T22:26:47.142Z] time="2022-03-09T22:26:47Z" level=info msg="Node 27b964361277/172.29.128.173, added to nodes list" [2022-03-09T22:26:47.142Z] time="2022-03-09T22:26:47Z" level=info msg="The new bootstrap node list is:[localhost:10036]" [2022-03-09T22:26:47.142Z] time="2022-03-09T22:26:47Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10036" [2022-03-09T22:26:47.142Z] time="2022-03-09T22:26:47Z" level=debug msg="memberlist: Stream connection from=[::1]:49367" [2022-03-09T22:26:47.142Z] time="2022-03-09T22:26:47Z" level=info msg="Node 27b964361277/172.29.128.173, joined gossip cluster" [2022-03-09T22:26:47.142Z] time="2022-03-09T22:26:47Z" level=info msg="Node 27b964361277/172.29.128.173, added to nodes list" [2022-03-09T22:26:47.142Z] time="2022-03-09T22:26:47Z" level=info msg="Node 84c9c01a7d76/172.29.128.173, joined gossip cluster" [2022-03-09T22:26:47.142Z] time="2022-03-09T22:26:47Z" level=info msg="Node 84c9c01a7d76/172.29.128.173, added to nodes list" [2022-03-09T22:26:47.142Z] time="2022-03-09T22:26:47Z" level=info msg="Node a0e36500ddaa/172.29.128.173, joined gossip cluster" [2022-03-09T22:26:47.142Z] time="2022-03-09T22:26:47Z" level=info msg="Node a0e36500ddaa/172.29.128.173, added to nodes list" [2022-03-09T22:26:47.142Z] time="2022-03-09T22:26:47Z" level=info msg="Node c9d903c72ccc/172.29.128.173, joined gossip cluster" [2022-03-09T22:26:47.142Z] time="2022-03-09T22:26:47Z" level=info msg="Node c9d903c72ccc/172.29.128.173, added to nodes list" [2022-03-09T22:26:47.142Z] time="2022-03-09T22:26:47Z" level=info msg="Node f2c491d310fd/172.29.128.173, joined gossip cluster" [2022-03-09T22:26:47.142Z] time="2022-03-09T22:26:47Z" level=info msg="Node f2c491d310fd/172.29.128.173, added to nodes list" [2022-03-09T22:26:47.142Z] time="2022-03-09T22:26:47Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10036" [2022-03-09T22:26:47.142Z] time="2022-03-09T22:26:47Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49368" Post stage [Pipeline] junit [2022-03-09T22:26:47.387Z] Recording test results [2022-03-09T22:26:47.507Z] === RUN TestInt2IP2IntConversion [2022-03-09T22:26:47.591Z] [Checks API] No suitable checks publisher found. [2022-03-09T22:26:47.595Z] 0a6173b79e25: Pull complete [2022-03-09T22:26:47.596Z] Digest: sha256:33d7abef52e917a19145873e9ed487055cb55ce3ccf3056ea189b0eb5e4e3683 [2022-03-09T22:26:47.596Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-09T22:26:47.596Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 into daemon under test completed successfully [2022-03-09T22:26:47.596Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore in daemon under test [2022-03-09T22:26:47.596Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2019 is '10.0.17763.2686' [2022-03-09T22:26:47.596Z] WARN: Skipping validation tests [2022-03-09T22:26:47.596Z] INFO: Running unit tests at 03/09/2022 22:26:43... [Pipeline] } [2022-03-09T22:26:47.610Z] time="2022-03-09T22:26:47Z" level=info msg="Node 27b964361277/172.29.128.173, joined gossip cluster" [2022-03-09T22:26:47.610Z] time="2022-03-09T22:26:47Z" level=info msg="Node 27b964361277/172.29.128.173, added to nodes list" [2022-03-09T22:26:47.610Z] time="2022-03-09T22:26:47Z" level=info msg="Node 27b964361277/172.29.128.173, joined gossip cluster" [2022-03-09T22:26:47.610Z] time="2022-03-09T22:26:47Z" level=info msg="Node 27b964361277/172.29.128.173, added to nodes list" [2022-03-09T22:26:47.610Z] time="2022-03-09T22:26:47Z" level=info msg="Node 27b964361277/172.29.128.173, joined gossip cluster" [2022-03-09T22:26:47.610Z] time="2022-03-09T22:26:47Z" level=info msg="Node 27b964361277/172.29.128.173, added to nodes list" [2022-03-09T22:26:47.610Z] networkdb_test.go:835: Re-joining: 3 [2022-03-09T22:26:47.610Z] time="2022-03-09T22:26:47Z" level=info msg="The new bootstrap node list is:[172.29.128.173:10033 172.29.128.173:10034 172.29.128.173:10035]" [2022-03-09T22:26:47.610Z] time="2022-03-09T22:26:47Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.29.128.173:10033" [2022-03-09T22:26:47.610Z] time="2022-03-09T22:26:47Z" level=debug msg="memberlist: Stream connection from=172.29.128.173:49369" [2022-03-09T22:26:47.610Z] time="2022-03-09T22:26:47Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.29.128.173:10034" [2022-03-09T22:26:47.610Z] time="2022-03-09T22:26:47Z" level=debug msg="memberlist: Stream connection from=172.29.128.173:49370" [2022-03-09T22:26:47.610Z] time="2022-03-09T22:26:47Z" level=debug msg="memberlist: Stream connection from=172.29.128.173:49371" [2022-03-09T22:26:47.610Z] time="2022-03-09T22:26:47Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.29.128.173:10035" [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-03-09T22:26:47.667Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2022-03-09T22:26:47.936Z] + echo Ensuring container killed. [2022-03-09T22:26:47.936Z] Ensuring container killed. [2022-03-09T22:26:47.936Z] + docker rm -vf docker-pr2 [2022-03-09T22:26:47.936Z] Error: No such container: docker-pr2 [Pipeline] sh [2022-03-09T22:26:47.976Z] --- PASS: TestInt2IP2IntConversion (0.54s) [2022-03-09T22:26:47.976Z] === RUN TestGetAddressVersion [2022-03-09T22:26:47.976Z] --- PASS: TestGetAddressVersion (0.00s) [2022-03-09T22:26:47.976Z] === RUN TestKeyString [2022-03-09T22:26:47.976Z] --- PASS: TestKeyString (0.00s) [2022-03-09T22:26:47.976Z] === RUN TestPoolDataMarshal [2022-03-09T22:26:47.976Z] --- PASS: TestPoolDataMarshal (0.00s) [2022-03-09T22:26:47.976Z] === RUN TestSubnetsMarshal [2022-03-09T22:26:47.976Z] --- PASS: TestSubnetsMarshal (0.05s) [2022-03-09T22:26:47.976Z] === RUN TestAddSubnets [2022-03-09T22:26:47.976Z] --- PASS: TestAddSubnets (0.05s) [2022-03-09T22:26:47.976Z] === RUN TestDoublePoolRelease [2022-03-09T22:26:47.976Z] --- PASS: TestDoublePoolRelease (0.02s) [2022-03-09T22:26:47.976Z] === RUN TestAddReleasePoolID [2022-03-09T22:26:48.079Z] networkdb_test.go:835: Re-joining: 4 [2022-03-09T22:26:48.079Z] time="2022-03-09T22:26:47Z" level=info msg="The new bootstrap node list is:[172.29.128.173:10033 172.29.128.173:10034 172.29.128.173:10035]" [2022-03-09T22:26:48.079Z] time="2022-03-09T22:26:47Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.29.128.173:10033" [2022-03-09T22:26:48.079Z] time="2022-03-09T22:26:47Z" level=debug msg="memberlist: Stream connection from=172.29.128.173:49372" [2022-03-09T22:26:48.079Z] time="2022-03-09T22:26:47Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.29.128.173:10034" [2022-03-09T22:26:48.079Z] time="2022-03-09T22:26:47Z" level=debug msg="memberlist: Stream connection from=172.29.128.173:49373" [2022-03-09T22:26:48.079Z] time="2022-03-09T22:26:47Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.29.128.173:10035" [2022-03-09T22:26:48.079Z] time="2022-03-09T22:26:47Z" level=debug msg="memberlist: Stream connection from=172.29.128.173:49374" [2022-03-09T22:26:48.079Z] time="2022-03-09T22:26:47Z" level=info msg="node 0 leaving" [2022-03-09T22:26:48.079Z] time="2022-03-09T22:26:47Z" level=info msg="Node c9d903c72ccc change state NodeActive --> NodeLeft" [2022-03-09T22:26:48.079Z] time="2022-03-09T22:26:47Z" level=info msg="node5(27b964361277): Node leave event for c9d903c72ccc/172.29.128.173" [2022-03-09T22:26:48.079Z] time="2022-03-09T22:26:47Z" level=info msg="Node c9d903c72ccc change state NodeActive --> NodeLeft" [2022-03-09T22:26:48.079Z] time="2022-03-09T22:26:47Z" level=info msg="node3(a0e36500ddaa): Node leave event for c9d903c72ccc/172.29.128.173" [2022-03-09T22:26:48.079Z] time="2022-03-09T22:26:47Z" level=info msg="Node c9d903c72ccc change state NodeActive --> NodeLeft" [2022-03-09T22:26:48.079Z] time="2022-03-09T22:26:47Z" level=info msg="node4(f2c491d310fd): Node leave event for c9d903c72ccc/172.29.128.173" [2022-03-09T22:26:48.079Z] time="2022-03-09T22:26:48Z" level=info msg="Node c9d903c72ccc change state NodeActive --> NodeLeft" [2022-03-09T22:26:48.079Z] time="2022-03-09T22:26:48Z" level=info msg="node2(84c9c01a7d76): Node leave event for c9d903c72ccc/172.29.128.173" [2022-03-09T22:26:48.079Z] time="2022-03-09T22:26:48Z" level=info msg="Node c9d903c72ccc change state NodeActive --> NodeLeft" [2022-03-09T22:26:48.079Z] time="2022-03-09T22:26:48Z" level=info msg="node1(c9d903c72ccc): Node leave event for c9d903c72ccc/172.29.128.173" [2022-03-09T22:26:48.221Z] + echo Chowning /workspace to jenkins user [2022-03-09T22:26:48.221Z] Chowning /workspace to jenkins user [2022-03-09T22:26:48.221Z] + id -u [2022-03-09T22:26:48.221Z] + id -g [2022-03-09T22:26:48.221Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43352:/workspace busybox chown -R 1000:1000 /workspace [2022-03-09T22:26:48.221Z] Unable to find image 'busybox:latest' locally [2022-03-09T22:26:48.221Z] latest: Pulling from library/busybox [2022-03-09T22:26:48.446Z] --- PASS: TestSetRollover (1.36s) [2022-03-09T22:26:48.446Z] === RUN TestSetRolloverSerial [2022-03-09T22:26:48.446Z] --- PASS: TestAddReleasePoolID (0.08s) [2022-03-09T22:26:48.446Z] === RUN TestPredefinedPool [2022-03-09T22:26:48.446Z] --- PASS: TestPredefinedPool (0.02s) [2022-03-09T22:26:48.446Z] === RUN TestRemoveSubnet [2022-03-09T22:26:48.446Z] === RUN TestPoolRequest [2022-03-09T22:26:48.446Z] --- PASS: TestPoolRequest (0.00s) [2022-03-09T22:26:48.446Z] === RUN TestOtherRequests [2022-03-09T22:26:48.446Z] --- PASS: TestOtherRequests (0.00s) [2022-03-09T22:26:48.446Z] PASS [2022-03-09T22:26:48.446Z] coverage: 57.1% of statements [2022-03-09T22:26:48.446Z] ok github.com/docker/docker/libnetwork/ipams/null 0.047s coverage: 57.1% of statements [2022-03-09T22:26:48.446Z] --- PASS: TestRemoveSubnet (0.18s) [2022-03-09T22:26:48.446Z] === RUN TestGetSameAddress [2022-03-09T22:26:48.446Z] --- PASS: TestGetSameAddress (0.02s) [2022-03-09T22:26:48.446Z] === RUN TestPoolAllocationReuse [2022-03-09T22:26:48.509Z] f4731b18983e: Pulling fs layer [2022-03-09T22:26:48.509Z] f4731b18983e: Verifying Checksum [2022-03-09T22:26:48.509Z] f4731b18983e: Download complete [2022-03-09T22:26:48.509Z] f4731b18983e: Pull complete [2022-03-09T22:26:48.509Z] Digest: sha256:34c3559bbdedefd67195e766e38cfbb0fcabff4241dbee3f390fd6e3310f5ebc [2022-03-09T22:26:48.509Z] Status: Downloaded newer image for busybox:latest [2022-03-09T22:26:48.548Z] time="2022-03-09T22:26:48Z" level=info msg="Node c9d903c72ccc/172.29.128.173, left gossip cluster" [2022-03-09T22:26:48.548Z] time="2022-03-09T22:26:48Z" level=info msg="Node c9d903c72ccc/172.29.128.173, left gossip cluster" [2022-03-09T22:26:48.548Z] time="2022-03-09T22:26:48Z" level=info msg="Node c9d903c72ccc/172.29.128.173, left gossip cluster" [2022-03-09T22:26:48.548Z] time="2022-03-09T22:26:48Z" level=info msg="Node c9d903c72ccc/172.29.128.173, left gossip cluster" [2022-03-09T22:26:48.548Z] time="2022-03-09T22:26:48Z" level=info msg="Node c9d903c72ccc/172.29.128.173, left gossip cluster" [2022-03-09T22:26:48.548Z] time="2022-03-09T22:26:48Z" level=info msg="node 1 leaving" [2022-03-09T22:26:48.548Z] time="2022-03-09T22:26:48Z" level=info msg="Node 84c9c01a7d76 change state NodeActive --> NodeLeft" [2022-03-09T22:26:48.548Z] time="2022-03-09T22:26:48Z" level=info msg="node4(f2c491d310fd): Node leave event for 84c9c01a7d76/172.29.128.173" [2022-03-09T22:26:48.548Z] time="2022-03-09T22:26:48Z" level=info msg="Node 84c9c01a7d76 change state NodeActive --> NodeLeft" [2022-03-09T22:26:48.548Z] time="2022-03-09T22:26:48Z" level=info msg="node3(a0e36500ddaa): Node leave event for 84c9c01a7d76/172.29.128.173" [2022-03-09T22:26:48.548Z] time="2022-03-09T22:26:48Z" level=info msg="Node 84c9c01a7d76 change state NodeActive --> NodeLeft" [2022-03-09T22:26:48.548Z] time="2022-03-09T22:26:48Z" level=info msg="node2(84c9c01a7d76): Node leave event for 84c9c01a7d76/172.29.128.173" [2022-03-09T22:26:48.548Z] time="2022-03-09T22:26:48Z" level=info msg="Node 84c9c01a7d76 change state NodeActive --> NodeLeft" [2022-03-09T22:26:48.548Z] time="2022-03-09T22:26:48Z" level=info msg="node5(27b964361277): Node leave event for 84c9c01a7d76/172.29.128.173" [2022-03-09T22:26:48.601Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2022-03-09T22:26:48.860Z] === RUN TestInspectNetwork/full_network_id [2022-03-09T22:26:48.860Z] === RUN TestInspectNetwork/partial_network_id [2022-03-09T22:26:48.860Z] === RUN TestInspectNetwork/network_name [2022-03-09T22:26:48.860Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2022-03-09T22:26:49.016Z] time="2022-03-09T22:26:48Z" level=info msg="Node 84c9c01a7d76/172.29.128.173, left gossip cluster" [2022-03-09T22:26:49.016Z] time="2022-03-09T22:26:48Z" level=info msg="Node 84c9c01a7d76/172.29.128.173, left gossip cluster" [2022-03-09T22:26:49.016Z] time="2022-03-09T22:26:48Z" level=info msg="Node 84c9c01a7d76/172.29.128.173, left gossip cluster" [2022-03-09T22:26:49.016Z] time="2022-03-09T22:26:48Z" level=info msg="Node 84c9c01a7d76/172.29.128.173, left gossip cluster" [2022-03-09T22:26:49.016Z] time="2022-03-09T22:26:48Z" level=info msg="node 2 leaving" [2022-03-09T22:26:49.016Z] time="2022-03-09T22:26:48Z" level=info msg="Node a0e36500ddaa change state NodeActive --> NodeLeft" [2022-03-09T22:26:49.016Z] time="2022-03-09T22:26:48Z" level=info msg="node4(f2c491d310fd): Node leave event for a0e36500ddaa/172.29.128.173" [2022-03-09T22:26:49.016Z] time="2022-03-09T22:26:48Z" level=info msg="Node a0e36500ddaa change state NodeActive --> NodeLeft" [2022-03-09T22:26:49.016Z] time="2022-03-09T22:26:48Z" level=info msg="node5(27b964361277): Node leave event for a0e36500ddaa/172.29.128.173" [2022-03-09T22:26:49.016Z] time="2022-03-09T22:26:48Z" level=info msg="Node a0e36500ddaa change state NodeActive --> NodeLeft" [2022-03-09T22:26:49.016Z] time="2022-03-09T22:26:48Z" level=info msg="node3(a0e36500ddaa): Node leave event for a0e36500ddaa/172.29.128.173" [2022-03-09T22:26:49.016Z] time="2022-03-09T22:26:48Z" level=debug msg="memberlist: Failed ping: 84c9c01a7d76 (timeout reached)" [2022-03-09T22:26:49.016Z] time="2022-03-09T22:26:48Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.29.128.173:10036: use of closed network connection" [2022-03-09T22:26:49.016Z] time="2022-03-09T22:26:48Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.29.128.173:10037: use of closed network connection" [2022-03-09T22:26:49.433Z] === RUN TestGetCapabilities [2022-03-09T22:26:49.433Z] --- PASS: TestGetCapabilities (0.02s) [2022-03-09T22:26:49.433Z] === RUN TestGetCapabilitiesFromLegacyDriver [2022-03-09T22:26:49.433Z] --- PASS: TestGetCapabilitiesFromLegacyDriver (0.01s) [2022-03-09T22:26:49.433Z] === RUN TestGetDefaultAddressSpaces [2022-03-09T22:26:49.433Z] --- PASS: TestGetDefaultAddressSpaces (0.01s) [2022-03-09T22:26:49.433Z] === RUN TestRemoteDriver [2022-03-09T22:26:49.433Z] --- PASS: TestSetRolloverSerial (1.37s) [2022-03-09T22:26:49.433Z] === RUN TestGetFirstAvailableFromCurrent [2022-03-09T22:26:49.433Z] --- PASS: TestGetFirstAvailableFromCurrent (0.00s) [2022-03-09T22:26:49.433Z] PASS [2022-03-09T22:26:49.433Z] coverage: 84.4% of statements [2022-03-09T22:26:49.433Z] --- PASS: TestRemoteDriver (0.01s) [2022-03-09T22:26:49.433Z] PASS [2022-03-09T22:26:49.433Z] coverage: 47.4% of statements [2022-03-09T22:26:49.433Z] ok github.com/docker/docker/libnetwork/bitseq 11.479s coverage: 84.4% of statements [2022-03-09T22:26:49.433Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.093s coverage: 47.4% of statements [2022-03-09T22:26:49.488Z] time="2022-03-09T22:26:49Z" level=info msg="Node a0e36500ddaa/172.29.128.173, left gossip cluster" [2022-03-09T22:26:49.488Z] time="2022-03-09T22:26:49Z" level=info msg="Node a0e36500ddaa/172.29.128.173, left gossip cluster" [2022-03-09T22:26:49.488Z] time="2022-03-09T22:26:49Z" level=info msg="Node a0e36500ddaa/172.29.128.173, left gossip cluster" [2022-03-09T22:26:49.488Z] time="2022-03-09T22:26:49Z" level=info msg="memberlist: Suspect 84c9c01a7d76 has failed, no acks received" [2022-03-09T22:26:49.488Z] networkdb_test.go:867: node4: OK [2022-03-09T22:26:49.488Z] networkdb_test.go:867: node5: OK [2022-03-09T22:26:49.488Z] time="2022-03-09T22:26:49Z" level=info msg="node 0 coming back" [2022-03-09T22:26:49.488Z] time="2022-03-09T22:26:49Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:50e3ff3a6875 with config:&{NodeID:50e3ff3a6875 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-09T22:26:49.488Z] time="2022-03-09T22:26:49Z" level=info msg="Node 50e3ff3a6875/172.29.128.173, joined gossip cluster" [2022-03-09T22:26:49.488Z] time="2022-03-09T22:26:49Z" level=info msg="Node 50e3ff3a6875/172.29.128.173, added to nodes list" [2022-03-09T22:26:49.488Z] time="2022-03-09T22:26:49Z" level=info msg="node 1 coming back" [2022-03-09T22:26:49.488Z] time="2022-03-09T22:26:49Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:866be44a7230 with config:&{NodeID:866be44a7230 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-09T22:26:49.901Z] --- PASS: TestPoolAllocationReuse (1.47s) [2022-03-09T22:26:49.901Z] === RUN TestGetAddressSubPoolEqualPool [2022-03-09T22:26:49.901Z] --- PASS: TestGetAddressSubPoolEqualPool (0.03s) [2022-03-09T22:26:49.901Z] === RUN TestRequestReleaseAddressFromSubPool [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-03-09T22:26:49.956Z] time="2022-03-09T22:26:49Z" level=info msg="Node 866be44a7230/172.29.128.173, joined gossip cluster" [2022-03-09T22:26:49.956Z] time="2022-03-09T22:26:49Z" level=info msg="Node 866be44a7230/172.29.128.173, added to nodes list" [2022-03-09T22:26:49.956Z] time="2022-03-09T22:26:49Z" level=info msg="node 2 coming back" [2022-03-09T22:26:49.956Z] time="2022-03-09T22:26:49Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:cdfa4f05b39a with config:&{NodeID:cdfa4f05b39a 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-09T22:26:49.956Z] time="2022-03-09T22:26:49Z" level=info msg="Node cdfa4f05b39a/172.29.128.173, joined gossip cluster" [2022-03-09T22:26:49.956Z] time="2022-03-09T22:26:49Z" level=info msg="Node cdfa4f05b39a/172.29.128.173, added to nodes list" [2022-03-09T22:26:50.232Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2022-03-09T22:26:50.232Z] docker_cli_build_test.go:5831: unmatched requirement DaemonIsWindows [2022-03-09T22:26:50.232Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2022-03-09T22:26:50.239Z] + bundleName=arm64-integration [2022-03-09T22:26:50.239Z] + echo Creating arm64-integration-bundles.tar.gz [2022-03-09T22:26:50.239Z] Creating arm64-integration-bundles.tar.gz [2022-03-09T22:26:50.239Z] + 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-09T22:26:50.239Z] + xargs tar -czf arm64-integration-bundles.tar.gz [Pipeline] archiveArtifacts [2022-03-09T22:26:50.253Z] Archiving artifacts [2022-03-09T22:26:50.370Z] === RUN TestWindowsIPAM [2022-03-09T22:26:50.370Z] --- PASS: TestWindowsIPAM (0.00s) [2022-03-09T22:26:50.370Z] PASS [2022-03-09T22:26:50.370Z] coverage: 71.4% of statements [2022-03-09T22:26:50.370Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.052s coverage: 71.4% of statements [2022-03-09T22:26:50.552Z] INFO: make.ps1 starting at 03/09/2022 22:26:50 [2022-03-09T22:26:51.023Z] INFO: Git commit (b92af14a1c) assumed from DOCKER_GITCOMMIT environment variable [2022-03-09T22:26:51.023Z] INFO: Invoking autogen... [2022-03-09T22:26:51.356Z] === RUN TestDefaultNetwork [2022-03-09T22:26:51.824Z] --- PASS: TestDefaultNetwork (0.30s) [2022-03-09T22:26:51.824Z] === RUN TestConfigGlobalScopeDefaultNetworks [2022-03-09T22:26:51.824Z] --- PASS: TestRequestReleaseAddressFromSubPool (1.95s) [2022-03-09T22:26:51.824Z] === RUN TestSerializeRequestReleaseAddressFromSubPool [2022-03-09T22:26:51.824Z] --- PASS: TestConfigGlobalScopeDefaultNetworks (0.28s) [2022-03-09T22:26:51.824Z] === RUN TestInitAddressPools [2022-03-09T22:26:51.824Z] --- PASS: TestInitAddressPools (0.00s) [2022-03-09T22:26:51.824Z] PASS [2022-03-09T22:26:51.824Z] coverage: 74.0% of statements [2022-03-09T22:26:51.892Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43352/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-03-09T22:26:52.012Z] INFO: Running unit tests... [2022-03-09T22:26:52.205Z] + make clean [2022-03-09T22:26:52.205Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-03-09T22:26:52.205Z] docker-dev-cache [2022-03-09T22:26:52.205Z] docker-mod-cache [Pipeline] deleteDir [2022-03-09T22:26:52.293Z] ok github.com/docker/docker/libnetwork/ipamutils 0.665s coverage: 74.0% of statements [2022-03-09T22:26:52.771Z] === RUN TestKeyValue [2022-03-09T22:26:52.771Z] --- PASS: TestKeyValue (0.00s) [2022-03-09T22:26:52.771Z] PASS [2022-03-09T22:26:52.771Z] coverage: 60.0% of statements [2022-03-09T22:26:52.771Z] ok github.com/docker/docker/libnetwork/netlabel 0.045s coverage: 60.0% of statements [2022-03-09T22:26:52.907Z] time="2022-03-09T22:26:52Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.29.128.173:10033 172.29.128.173:10034 172.29.128.173:10035]" [2022-03-09T22:26:53.375Z] time="2022-03-09T22:26:53Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.29.128.173:10033 172.29.128.173:10034 172.29.128.173:10035]" [2022-03-09T22:26:53.512Z] --- PASS: TestInspectNetwork (8.27s) [2022-03-09T22:26:53.512Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2022-03-09T22:26:53.512Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2022-03-09T22:26:53.512Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2022-03-09T22:26:53.512Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2022-03-09T22:26:53.512Z] === RUN TestRunContainerWithBridgeNone [2022-03-09T22:26:53.512Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2022-03-09T22:26:53.770Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2022-03-09T22:26:53.844Z] time="2022-03-09T22:26:53Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.29.128.173:10033" [2022-03-09T22:26:53.844Z] time="2022-03-09T22:26:53Z" level=debug msg="memberlist: Stream connection from=172.29.128.173:49376" [2022-03-09T22:26:53.844Z] time="2022-03-09T22:26:53Z" level=info msg="Node f2c491d310fd/172.29.128.173, joined gossip cluster" [2022-03-09T22:26:53.844Z] time="2022-03-09T22:26:53Z" level=info msg="Node f2c491d310fd/172.29.128.173, added to nodes list" [2022-03-09T22:26:53.844Z] time="2022-03-09T22:26:53Z" level=info msg="Node 50e3ff3a6875/172.29.128.173, joined gossip cluster" [2022-03-09T22:26:53.844Z] time="2022-03-09T22:26:53Z" level=info msg="Node 27b964361277/172.29.128.173, joined gossip cluster" [2022-03-09T22:26:53.844Z] time="2022-03-09T22:26:53Z" level=info msg="Node 50e3ff3a6875/172.29.128.173, is the new incarnation of the shutdown node c9d903c72ccc/172.29.128.173" [2022-03-09T22:26:53.844Z] time="2022-03-09T22:26:53Z" level=info msg="Node 27b964361277/172.29.128.173, added to nodes list" [2022-03-09T22:26:53.844Z] time="2022-03-09T22:26:53Z" level=info msg="Node 50e3ff3a6875/172.29.128.173, added to nodes list" [2022-03-09T22:26:53.844Z] time="2022-03-09T22:26:53Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.29.128.173:10034" [2022-03-09T22:26:53.844Z] time="2022-03-09T22:26:53Z" level=debug msg="memberlist: Stream connection from=172.29.128.173:49377" [2022-03-09T22:26:53.844Z] time="2022-03-09T22:26:53Z" level=info msg="Node f2c491d310fd/172.29.128.173, joined gossip cluster" [2022-03-09T22:26:53.844Z] time="2022-03-09T22:26:53Z" level=info msg="Node f2c491d310fd/172.29.128.173, added to nodes list" [2022-03-09T22:26:53.844Z] time="2022-03-09T22:26:53Z" level=info msg="Node 27b964361277/172.29.128.173, joined gossip cluster" [2022-03-09T22:26:53.844Z] time="2022-03-09T22:26:53Z" level=info msg="Node 27b964361277/172.29.128.173, added to nodes list" [2022-03-09T22:26:53.844Z] time="2022-03-09T22:26:53Z" level=info msg="Node 50e3ff3a6875/172.29.128.173, joined gossip cluster" [2022-03-09T22:26:53.844Z] time="2022-03-09T22:26:53Z" level=info msg="Node 50e3ff3a6875/172.29.128.173, added to nodes list" [2022-03-09T22:26:53.844Z] time="2022-03-09T22:26:53Z" level=info msg="Node 866be44a7230/172.29.128.173, joined gossip cluster" [2022-03-09T22:26:53.844Z] time="2022-03-09T22:26:53Z" level=info msg="Node 866be44a7230/172.29.128.173, is the new incarnation of the shutdown node 84c9c01a7d76/172.29.128.173" [2022-03-09T22:26:53.844Z] time="2022-03-09T22:26:53Z" level=info msg="Node 866be44a7230/172.29.128.173, added to nodes list" [2022-03-09T22:26:53.844Z] time="2022-03-09T22:26:53Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.29.128.173:10035" [2022-03-09T22:26:53.844Z] time="2022-03-09T22:26:53Z" level=debug msg="memberlist: Stream connection from=172.29.128.173:49378" [2022-03-09T22:26:53.844Z] time="2022-03-09T22:26:53Z" level=info msg="Node 866be44a7230/172.29.128.173, joined gossip cluster" [2022-03-09T22:26:53.844Z] time="2022-03-09T22:26:53Z" level=info msg="Node 866be44a7230/172.29.128.173, added to nodes list" [2022-03-09T22:26:53.844Z] time="2022-03-09T22:26:53Z" level=info msg="Node 27b964361277/172.29.128.173, joined gossip cluster" [2022-03-09T22:26:53.844Z] time="2022-03-09T22:26:53Z" level=info msg="Node 27b964361277/172.29.128.173, added to nodes list" [2022-03-09T22:26:53.844Z] time="2022-03-09T22:26:53Z" level=info msg="Node 50e3ff3a6875/172.29.128.173, joined gossip cluster" [2022-03-09T22:26:53.844Z] time="2022-03-09T22:26:53Z" level=info msg="Node 50e3ff3a6875/172.29.128.173, added to nodes list" [2022-03-09T22:26:53.844Z] time="2022-03-09T22:26:53Z" level=info msg="Node f2c491d310fd/172.29.128.173, joined gossip cluster" [2022-03-09T22:26:53.844Z] time="2022-03-09T22:26:53Z" level=info msg="Node f2c491d310fd/172.29.128.173, added to nodes list" [2022-03-09T22:26:53.844Z] time="2022-03-09T22:26:53Z" level=info msg="Node cdfa4f05b39a/172.29.128.173, joined gossip cluster" [2022-03-09T22:26:53.844Z] time="2022-03-09T22:26:53Z" level=info msg="Node cdfa4f05b39a/172.29.128.173, is the new incarnation of the shutdown node a0e36500ddaa/172.29.128.173" [2022-03-09T22:26:53.844Z] time="2022-03-09T22:26:53Z" level=info msg="Node cdfa4f05b39a/172.29.128.173, added to nodes list" [2022-03-09T22:26:53.844Z] time="2022-03-09T22:26:53Z" level=info msg="Node 866be44a7230/172.29.128.173, joined gossip cluster" [2022-03-09T22:26:53.844Z] time="2022-03-09T22:26:53Z" level=info msg="Node 866be44a7230/172.29.128.173, added to nodes list" [2022-03-09T22:26:53.844Z] time="2022-03-09T22:26:53Z" level=info msg="Node 866be44a7230/172.29.128.173, joined gossip cluster" [2022-03-09T22:26:53.844Z] time="2022-03-09T22:26:53Z" level=info msg="Node 866be44a7230/172.29.128.173, is the new incarnation of the shutdown node 84c9c01a7d76/172.29.128.173" [2022-03-09T22:26:53.844Z] time="2022-03-09T22:26:53Z" level=info msg="Node 866be44a7230/172.29.128.173, added to nodes list" [2022-03-09T22:26:53.844Z] time="2022-03-09T22:26:53Z" level=info msg="Node 50e3ff3a6875/172.29.128.173, joined gossip cluster" [2022-03-09T22:26:53.844Z] time="2022-03-09T22:26:53Z" level=info msg="Node 50e3ff3a6875/172.29.128.173, is the new incarnation of the shutdown node c9d903c72ccc/172.29.128.173" [2022-03-09T22:26:53.844Z] time="2022-03-09T22:26:53Z" level=info msg="Node 50e3ff3a6875/172.29.128.173, added to nodes list" [2022-03-09T22:26:53.844Z] time="2022-03-09T22:26:53Z" level=info msg="Node cdfa4f05b39a/172.29.128.173, joined gossip cluster" [2022-03-09T22:26:53.844Z] time="2022-03-09T22:26:53Z" level=info msg="Node cdfa4f05b39a/172.29.128.173, added to nodes list" [2022-03-09T22:26:53.844Z] time="2022-03-09T22:26:53Z" level=info msg="Node cdfa4f05b39a/172.29.128.173, joined gossip cluster" [2022-03-09T22:26:53.844Z] time="2022-03-09T22:26:53Z" level=info msg="Node cdfa4f05b39a/172.29.128.173, added to nodes list" [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-03-09T22:26:54.312Z] time="2022-03-09T22:26:53Z" level=info msg="Node cdfa4f05b39a/172.29.128.173, joined gossip cluster" [2022-03-09T22:26:54.312Z] time="2022-03-09T22:26:53Z" level=info msg="Node cdfa4f05b39a/172.29.128.173, is the new incarnation of the shutdown node a0e36500ddaa/172.29.128.173" [2022-03-09T22:26:54.312Z] time="2022-03-09T22:26:53Z" level=info msg="Node cdfa4f05b39a/172.29.128.173, added to nodes list" [2022-03-09T22:26:54.312Z] time="2022-03-09T22:26:54Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.29.128.173:10033" [2022-03-09T22:26:54.312Z] time="2022-03-09T22:26:54Z" level=debug msg="memberlist: Stream connection from=172.29.128.173:49379" [2022-03-09T22:26:54.312Z] time="2022-03-09T22:26:54Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.29.128.173:10034" [2022-03-09T22:26:54.312Z] time="2022-03-09T22:26:54Z" level=debug msg="memberlist: Stream connection from=172.29.128.173:49380" [2022-03-09T22:26:54.312Z] time="2022-03-09T22:26:54Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.29.128.173:10035" [2022-03-09T22:26:54.312Z] time="2022-03-09T22:26:54Z" level=debug msg="memberlist: Stream connection from=172.29.128.173:49381" [2022-03-09T22:26:54.342Z] --- PASS: TestSerializeRequestReleaseAddressFromSubPool (2.45s) [2022-03-09T22:26:54.342Z] === RUN TestGetAddress [2022-03-09T22:26:54.779Z] 2022/03/09 22:26:54 Closing DB instances... [2022-03-09T22:26:54.780Z] time="2022-03-09T22:26:54Z" level=info msg="Node 50e3ff3a6875 change state NodeActive --> NodeLeft" [2022-03-09T22:26:54.780Z] time="2022-03-09T22:26:54Z" level=info msg="node3(cdfa4f05b39a): Node leave event for 50e3ff3a6875/172.29.128.173" [2022-03-09T22:26:54.780Z] time="2022-03-09T22:26:54Z" level=info msg="Node 50e3ff3a6875 change state NodeActive --> NodeLeft" [2022-03-09T22:26:54.780Z] time="2022-03-09T22:26:54Z" level=info msg="node4(f2c491d310fd): Node leave event for 50e3ff3a6875/172.29.128.173" [2022-03-09T22:26:54.780Z] time="2022-03-09T22:26:54Z" level=info msg="Node 50e3ff3a6875 change state NodeActive --> NodeLeft" [2022-03-09T22:26:54.780Z] time="2022-03-09T22:26:54Z" level=info msg="node2(866be44a7230): Node leave event for 50e3ff3a6875/172.29.128.173" [2022-03-09T22:26:54.780Z] time="2022-03-09T22:26:54Z" level=info msg="Node 50e3ff3a6875 change state NodeActive --> NodeLeft" [2022-03-09T22:26:54.780Z] time="2022-03-09T22:26:54Z" level=info msg="node1(50e3ff3a6875): Node leave event for 50e3ff3a6875/172.29.128.173" [2022-03-09T22:26:54.780Z] time="2022-03-09T22:26:54Z" level=info msg="Node 50e3ff3a6875 change state NodeActive --> NodeLeft" [2022-03-09T22:26:54.780Z] time="2022-03-09T22:26:54Z" level=info msg="node5(27b964361277): Node leave event for 50e3ff3a6875/172.29.128.173" [2022-03-09T22:26:54.811Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-03-09T22:26:54.811Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-03-09T22:26:54.811Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-03-09T22:26:54.811Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-03-09T22:26:54.811Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-03-09T22:26:54.811Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-03-09T22:26:54.811Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-03-09T22:26:54.811Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-03-09T22:26:54.811Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-03-09T22:26:54.811Z] ? github.com/docker/docker/libnetwork/drivers/bridge [no test files] [2022-03-09T22:26:54.811Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-03-09T22:26:54.811Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-03-09T22:26:54.811Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-03-09T22:26:54.811Z] ? github.com/docker/docker/libnetwork/drivers/overlay [no test files] [2022-03-09T22:26:54.811Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-03-09T22:26:54.811Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-03-09T22:26:54.811Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-03-09T22:26:55.150Z] --- PASS: TestRunContainerWithBridgeNone (1.91s) [2022-03-09T22:26:55.150Z] === RUN TestNetworkInvalidJSON [2022-03-09T22:26:55.150Z] === RUN TestNetworkInvalidJSON//networks/create [2022-03-09T22:26:55.150Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-03-09T22:26:55.150Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-03-09T22:26:55.150Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-03-09T22:26:55.150Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-09T22:26:55.150Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-09T22:26:55.247Z] time="2022-03-09T22:26:54Z" level=info msg="Node 50e3ff3a6875/172.29.128.173, left gossip cluster" [2022-03-09T22:26:55.247Z] time="2022-03-09T22:26:54Z" level=info msg="Node 50e3ff3a6875/172.29.128.173, left gossip cluster" [2022-03-09T22:26:55.247Z] time="2022-03-09T22:26:54Z" level=info msg="Node 50e3ff3a6875/172.29.128.173, left gossip cluster" [2022-03-09T22:26:55.247Z] time="2022-03-09T22:26:54Z" level=info msg="Node 50e3ff3a6875/172.29.128.173, left gossip cluster" [2022-03-09T22:26:55.247Z] time="2022-03-09T22:26:54Z" level=info msg="Node 50e3ff3a6875/172.29.128.173, left gossip cluster" [2022-03-09T22:26:55.247Z] time="2022-03-09T22:26:55Z" level=info msg="Node 866be44a7230 change state NodeActive --> NodeLeft" [2022-03-09T22:26:55.247Z] time="2022-03-09T22:26:55Z" level=info msg="node3(cdfa4f05b39a): Node leave event for 866be44a7230/172.29.128.173" [2022-03-09T22:26:55.247Z] time="2022-03-09T22:26:55Z" level=info msg="Node 866be44a7230 change state NodeActive --> NodeLeft" [2022-03-09T22:26:55.247Z] time="2022-03-09T22:26:55Z" level=info msg="node4(f2c491d310fd): Node leave event for 866be44a7230/172.29.128.173" [2022-03-09T22:26:55.248Z] time="2022-03-09T22:26:55Z" level=info msg="Node 866be44a7230 change state NodeActive --> NodeLeft" [2022-03-09T22:26:55.248Z] time="2022-03-09T22:26:55Z" level=info msg="node5(27b964361277): Node leave event for 866be44a7230/172.29.128.173" [2022-03-09T22:26:55.248Z] time="2022-03-09T22:26:55Z" level=info msg="Node 866be44a7230 change state NodeActive --> NodeLeft" [2022-03-09T22:26:55.248Z] time="2022-03-09T22:26:55Z" level=info msg="node2(866be44a7230): Node leave event for 866be44a7230/172.29.128.173" [2022-03-09T22:26:55.409Z] === RUN TestDockerSuite/TestBuildMultipleTags [2022-03-09T22:26:55.409Z] === CONT TestNetworkInvalidJSON//networks/create [2022-03-09T22:26:55.409Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-09T22:26:55.409Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-03-09T22:26:55.409Z] --- PASS: TestNetworkInvalidJSON (0.05s) [2022-03-09T22:26:55.409Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s) [2022-03-09T22:26:55.409Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.01s) [2022-03-09T22:26:55.409Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2022-03-09T22:26:55.409Z] === RUN TestNetworkList [2022-03-09T22:26:55.409Z] === RUN TestNetworkList//networks [2022-03-09T22:26:55.409Z] === PAUSE TestNetworkList//networks [2022-03-09T22:26:55.409Z] === RUN TestNetworkList//networks/ [2022-03-09T22:26:55.409Z] === PAUSE TestNetworkList//networks/ [2022-03-09T22:26:55.409Z] === CONT TestNetworkList//networks [2022-03-09T22:26:55.409Z] === CONT TestNetworkList//networks/ [2022-03-09T22:26:55.409Z] --- PASS: TestNetworkList (0.02s) [2022-03-09T22:26:55.409Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-03-09T22:26:55.409Z] --- PASS: TestNetworkList//networks (0.00s) [2022-03-09T22:26:55.409Z] === RUN TestHostIPv4BridgeLabel [2022-03-09T22:26:55.667Z] === RUN TestDockerSuite/TestBuildNetContainer [2022-03-09T22:26:55.716Z] time="2022-03-09T22:26:55Z" level=info msg="Node 866be44a7230/172.29.128.173, left gossip cluster" [2022-03-09T22:26:55.716Z] time="2022-03-09T22:26:55Z" level=info msg="Node 866be44a7230/172.29.128.173, left gossip cluster" [2022-03-09T22:26:55.716Z] time="2022-03-09T22:26:55Z" level=info msg="Node 866be44a7230/172.29.128.173, left gossip cluster" [2022-03-09T22:26:55.716Z] time="2022-03-09T22:26:55Z" level=info msg="Node 866be44a7230/172.29.128.173, left gossip cluster" [2022-03-09T22:26:55.716Z] time="2022-03-09T22:26:55Z" level=info msg="Node cdfa4f05b39a change state NodeActive --> NodeLeft" [2022-03-09T22:26:55.716Z] time="2022-03-09T22:26:55Z" level=info msg="node5(27b964361277): Node leave event for cdfa4f05b39a/172.29.128.173" [2022-03-09T22:26:55.716Z] time="2022-03-09T22:26:55Z" level=info msg="Node cdfa4f05b39a change state NodeActive --> NodeLeft" [2022-03-09T22:26:55.716Z] time="2022-03-09T22:26:55Z" level=info msg="node4(f2c491d310fd): Node leave event for cdfa4f05b39a/172.29.128.173" [2022-03-09T22:26:55.716Z] time="2022-03-09T22:26:55Z" level=info msg="Node cdfa4f05b39a change state NodeActive --> NodeLeft" [2022-03-09T22:26:55.716Z] time="2022-03-09T22:26:55Z" level=info msg="node3(cdfa4f05b39a): Node leave event for cdfa4f05b39a/172.29.128.173" [2022-03-09T22:26:55.802Z] === RUN TestNetworkDBSimple [2022-03-09T22:26:55.802Z] === RUN TestGenerate [2022-03-09T22:26:55.802Z] --- PASS: TestGenerate (0.00s) [2022-03-09T22:26:55.802Z] === RUN TestGeneratePtr [2022-03-09T22:26:55.802Z] --- PASS: TestGeneratePtr (0.00s) [2022-03-09T22:26:55.802Z] === RUN TestGenerateMissingField [2022-03-09T22:26:55.802Z] --- PASS: TestGenerateMissingField (0.00s) [2022-03-09T22:26:55.802Z] === RUN TestFieldCannotBeSet [2022-03-09T22:26:55.802Z] --- PASS: TestFieldCannotBeSet (0.00s) [2022-03-09T22:26:55.802Z] === RUN TestTypeMismatchError [2022-03-09T22:26:55.802Z] --- PASS: TestTypeMismatchError (0.00s) [2022-03-09T22:26:55.802Z] PASS [2022-03-09T22:26:55.802Z] coverage: 100.0% of statements [2022-03-09T22:26:55.926Z] --- PASS: TestHostIPv4BridgeLabel (0.60s) [2022-03-09T22:26:55.926Z] === RUN TestDaemonRestartWithLiveRestore [2022-03-09T22:26:56.184Z] time="2022-03-09T22:26:55Z" level=info msg="Node cdfa4f05b39a/172.29.128.173, left gossip cluster" [2022-03-09T22:26:56.184Z] time="2022-03-09T22:26:55Z" level=info msg="Node cdfa4f05b39a/172.29.128.173, left gossip cluster" [2022-03-09T22:26:56.184Z] time="2022-03-09T22:26:55Z" level=info msg="Node cdfa4f05b39a/172.29.128.173, left gossip cluster" [2022-03-09T22:26:56.184Z] time="2022-03-09T22:26:55Z" level=debug msg="memberlist: Failed ping: cdfa4f05b39a (timeout reached)" [2022-03-09T22:26:56.184Z] time="2022-03-09T22:26:55Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.29.128.173:10036: use of closed network connection" [2022-03-09T22:26:56.184Z] time="2022-03-09T22:26:55Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.29.128.173:10037: use of closed network connection" [2022-03-09T22:26:56.184Z] time="2022-03-09T22:26:55Z" level=debug msg="memberlist: Stream connection from=172.29.128.173:49382" [2022-03-09T22:26:56.271Z] ok github.com/docker/docker/libnetwork/options 0.049s coverage: 100.0% of statements [2022-03-09T22:26:56.652Z] time="2022-03-09T22:26:56Z" level=info msg="Node f2c491d310fd change state NodeActive --> NodeLeft" [2022-03-09T22:26:56.652Z] time="2022-03-09T22:26:56Z" level=info msg="node5(27b964361277): Node leave event for f2c491d310fd/172.29.128.173" [2022-03-09T22:26:56.652Z] time="2022-03-09T22:26:56Z" level=info msg="Node f2c491d310fd change state NodeActive --> NodeLeft" [2022-03-09T22:26:56.652Z] time="2022-03-09T22:26:56Z" level=info msg="node4(f2c491d310fd): Node leave event for f2c491d310fd/172.29.128.173" [2022-03-09T22:26:56.652Z] time="2022-03-09T22:26:56Z" level=warning msg="memberlist: Was able to connect to cdfa4f05b39a but other probes failed, network may be misconfigured" [2022-03-09T22:26:56.741Z] --- PASS: TestSetParallelInsertDelete (10.00s) [2022-03-09T22:26:56.741Z] PASS [2022-03-09T22:26:56.741Z] coverage: 100.0% of statements [2022-03-09T22:26:56.741Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.051s coverage: 100.0% of statements [2022-03-09T22:26:56.741Z] testing: warning: no tests to run [2022-03-09T22:26:56.741Z] PASS [2022-03-09T22:26:56.741Z] coverage: 0.0% of statements [2022-03-09T22:26:56.741Z] ok github.com/docker/docker/libnetwork/osl 0.048s coverage: 0.0% of statements [no tests to run] [2022-03-09T22:26:56.741Z] 2022/03/09 22:26:56 Closing DB instances... [2022-03-09T22:26:56.860Z] --- PASS: TestDaemonRestartWithLiveRestore (1.05s) [2022-03-09T22:26:56.860Z] === RUN TestDaemonDefaultNetworkPools [2022-03-09T22:26:56.860Z] === RUN TestDockerSuite/TestBuildNetNone [2022-03-09T22:26:57.120Z] time="2022-03-09T22:26:56Z" level=info msg="Node f2c491d310fd/172.29.128.173, left gossip cluster" [2022-03-09T22:26:57.120Z] time="2022-03-09T22:26:57Z" level=info msg="Node f2c491d310fd/172.29.128.173, left gossip cluster" [2022-03-09T22:26:57.427Z] === RUN TestDockerSuite/TestBuildNoContext [2022-03-09T22:26:57.686Z] --- PASS: TestDaemonDefaultNetworkPools (0.77s) [2022-03-09T22:26:57.686Z] === RUN TestDaemonRestartWithExistingNetwork [2022-03-09T22:26:57.728Z] === RUN TestRequestNewPort [2022-03-09T22:26:57.728Z] --- PASS: TestRequestNewPort (0.00s) [2022-03-09T22:26:57.728Z] === RUN TestRequestSpecificPort [2022-03-09T22:26:57.728Z] --- PASS: TestRequestSpecificPort (0.00s) [2022-03-09T22:26:57.728Z] === RUN TestReleasePort [2022-03-09T22:26:57.728Z] --- PASS: TestReleasePort (0.00s) [2022-03-09T22:26:57.728Z] === RUN TestReuseReleasedPort [2022-03-09T22:26:57.728Z] --- PASS: TestReuseReleasedPort (0.00s) [2022-03-09T22:26:57.728Z] === RUN TestReleaseUnreadledPort [2022-03-09T22:26:57.728Z] --- PASS: TestReleaseUnreadledPort (0.00s) [2022-03-09T22:26:57.728Z] === RUN TestUnknowProtocol [2022-03-09T22:26:57.728Z] --- PASS: TestUnknowProtocol (0.00s) [2022-03-09T22:26:57.728Z] === RUN TestAllocateAllPorts [2022-03-09T22:26:57.728Z] --- PASS: TestAllocateAllPorts (0.00s) [2022-03-09T22:26:57.728Z] === RUN TestPortAllocation [2022-03-09T22:26:57.728Z] --- PASS: TestPortAllocation (0.00s) [2022-03-09T22:26:57.728Z] === RUN TestPortAllocationWithCustomRange [2022-03-09T22:26:57.728Z] --- PASS: TestPortAllocationWithCustomRange (0.00s) [2022-03-09T22:26:57.728Z] === RUN TestNoDuplicateBPR [2022-03-09T22:26:57.728Z] --- PASS: TestNoDuplicateBPR (0.00s) [2022-03-09T22:26:57.728Z] === RUN TestChangePortRange [2022-03-09T22:26:57.728Z] portallocator_test.go:343: test: port allocate range 65001-65010, setErr=begin out of range, reqPort=0 [2022-03-09T22:26:57.728Z] portallocator_test.go:343: test: port allocate range 59990-59999, setErr=end out of range, reqPort=0 [2022-03-09T22:26:57.728Z] portallocator_test.go:343: test: port allocate range 65000-60000, setErr=out of order, reqPort=0 [2022-03-09T22:26:57.728Z] portallocator_test.go:343: test: port allocate range 60100-65010, setErr=, reqPort=60100 [2022-03-09T22:26:57.728Z] portallocator_test.go:343: test: port allocate range 0-0, setErr=, reqPort=60000 [2022-03-09T22:26:57.728Z] portallocator_test.go:343: test: port allocate range 59900-65000, setErr=, reqPort=60001 [2022-03-09T22:26:57.728Z] --- PASS: TestChangePortRange (0.00s) [2022-03-09T22:26:57.728Z] PASS [2022-03-09T22:26:57.728Z] coverage: 88.6% of statements [2022-03-09T22:26:57.728Z] ok github.com/docker/docker/libnetwork/portallocator 0.046s coverage: 88.6% of statements [2022-03-09T22:26:57.728Z] testing: warning: no tests to run [2022-03-09T22:26:57.728Z] PASS [2022-03-09T22:26:57.728Z] coverage: 0.0% of statements [2022-03-09T22:26:57.728Z] ok github.com/docker/docker/libnetwork/portmapper 0.051s coverage: 0.0% of statements [no tests to run] [2022-03-09T22:26:58.108Z] time="2022-03-09T22:26:57Z" level=info msg="Node 27b964361277/172.29.128.173, left gossip cluster" [2022-03-09T22:26:58.108Z] time="2022-03-09T22:26:57Z" level=info msg="Node 27b964361277 change state NodeActive --> NodeFailed" [2022-03-09T22:26:58.108Z] time="2022-03-09T22:26:57Z" level=info msg="Node 27b964361277/172.29.128.173, added to failed nodes list" [2022-03-09T22:26:58.108Z] --- PASS: TestNetworkDBIslands (12.28s) [2022-03-09T22:26:58.108Z] PASS [2022-03-09T22:26:58.108Z] coverage: 60.1% of statements [2022-03-09T22:26:58.108Z] ok github.com/docker/docker/libnetwork/networkdb 136.785s coverage: 60.1% of statements [2022-03-09T22:26:58.108Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-03-09T22:26:58.108Z] ? github.com/docker/docker/libnetwork/osl/kernel [no test files] [2022-03-09T22:26:58.108Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-03-09T22:26:58.108Z] ? github.com/docker/docker/oci/caps [no test files] [2022-03-09T22:26:58.108Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-03-09T22:26:58.108Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2022-03-09T22:26:58.108Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2022-03-09T22:26:58.108Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-03-09T22:26:58.108Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-03-09T22:26:58.108Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-03-09T22:26:58.108Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-03-09T22:26:58.108Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-03-09T22:26:58.108Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-03-09T22:26:58.108Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2022-03-09T22:26:58.108Z] ? github.com/docker/docker/quota [no test files] [2022-03-09T22:26:58.108Z] ? github.com/docker/docker/rootless [no test files] [2022-03-09T22:26:58.108Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-03-09T22:26:58.108Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-03-09T22:26:58.108Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-03-09T22:26:58.108Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-03-09T22:26:58.108Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-03-09T22:26:58.108Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-03-09T22:26:58.108Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-03-09T22:26:58.108Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-03-09T22:26:58.108Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-03-09T22:26:58.108Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-03-09T22:26:58.108Z] ? github.com/docker/docker/testutil/request [no test files] [2022-03-09T22:26:58.108Z] ? github.com/docker/docker/volume [no test files] [2022-03-09T22:26:58.108Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-03-09T22:26:58.108Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-03-09T22:26:58.197Z] --- PASS: TestNetworkDBSimple (2.70s) [2022-03-09T22:26:58.197Z] === RUN TestNetworkDBJoinLeaveNetwork [2022-03-09T22:26:58.197Z] === RUN TestHashData [2022-03-09T22:26:58.197Z] --- PASS: TestHashData (0.00s) [2022-03-09T22:26:58.197Z] PASS [2022-03-09T22:26:58.197Z] coverage: 2.8% of statements [2022-03-09T22:26:58.197Z] ok github.com/docker/docker/libnetwork/resolvconf 0.043s coverage: 2.8% of statements [2022-03-09T22:26:58.253Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2022-03-09T22:26:58.665Z] === RUN TestErrorConstructors [2022-03-09T22:26:58.665Z] --- PASS: TestErrorConstructors (0.00s) [2022-03-09T22:26:58.665Z] === RUN TestCompareIPMask [2022-03-09T22:26:58.665Z] --- PASS: TestCompareIPMask (0.00s) [2022-03-09T22:26:58.665Z] === RUN TestUtilGetHostPartIP [2022-03-09T22:26:58.665Z] --- PASS: TestUtilGetHostPartIP (0.00s) [2022-03-09T22:26:58.665Z] === RUN TestUtilGetBroadcastIP [2022-03-09T22:26:58.665Z] --- PASS: TestUtilGetBroadcastIP (0.00s) [2022-03-09T22:26:58.665Z] === RUN TestParseCIDR [2022-03-09T22:26:58.665Z] --- PASS: TestParseCIDR (0.00s) [2022-03-09T22:26:58.665Z] PASS [2022-03-09T22:26:58.665Z] coverage: 37.3% of statements [2022-03-09T22:26:58.665Z] ok github.com/docker/docker/libnetwork/types 0.055s coverage: 37.3% of statements [2022-03-09T22:26:58.819Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2022-03-09T22:26:58.819Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.18s) [2022-03-09T22:26:58.819Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-03-09T22:26:59.661Z] 2022/03/09 22:26:59 Closing DB instances... [2022-03-09T22:26:59.661Z] === RUN TestAppendDevicePermissionsFromCgroupRules [2022-03-09T22:26:59.661Z] === RUN TestAppendDevicePermissionsFromCgroupRules/empty_rule [2022-03-09T22:26:59.661Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column [2022-03-09T22:26:59.661Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column [2022-03-09T22:26:59.661Z] === RUN TestAppendDevicePermissionsFromCgroupRules/leading_spaces [2022-03-09T22:26:59.661Z] === RUN TestAppendDevicePermissionsFromCgroupRules/trailing_spaces [2022-03-09T22:26:59.661Z] === RUN TestAppendDevicePermissionsFromCgroupRules/unknown_device_type [2022-03-09T22:26:59.661Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_type [2022-03-09T22:26:59.661Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_colon [2022-03-09T22:26:59.661Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor [2022-03-09T22:26:59.661Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_major_device [2022-03-09T22:26:59.661Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_minor_device [2022-03-09T22:26:59.661Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_permissions [2022-03-09T22:26:59.661Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_permissions [2022-03-09T22:26:59.661Z] === RUN TestAppendDevicePermissionsFromCgroupRules/too_many_permissions [2022-03-09T22:26:59.661Z] === RUN TestAppendDevicePermissionsFromCgroupRules/major_out_of_range [2022-03-09T22:26:59.661Z] === RUN TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range [2022-03-09T22:26:59.661Z] === RUN TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices [2022-03-09T22:26:59.661Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices [2022-03-09T22:26:59.661Z] === RUN TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices [2022-03-09T22:26:59.661Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions [2022-03-09T22:26:59.661Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major [2022-03-09T22:26:59.661Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_minor [2022-03-09T22:26:59.661Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor [2022-03-09T22:26:59.661Z] === RUN TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission [2022-03-09T22:26:59.661Z] === RUN TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission [2022-03-09T22:26:59.661Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission [2022-03-09T22:26:59.661Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission [2022-03-09T22:26:59.661Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s) [2022-03-09T22:26:59.661Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s) [2022-03-09T22:26:59.661Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s) [2022-03-09T22:26:59.661Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s) [2022-03-09T22:26:59.661Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s) [2022-03-09T22:26:59.661Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s) [2022-03-09T22:26:59.661Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s) [2022-03-09T22:26:59.661Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s) [2022-03-09T22:26:59.661Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s) [2022-03-09T22:26:59.661Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s) [2022-03-09T22:26:59.661Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s) [2022-03-09T22:26:59.661Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s) [2022-03-09T22:26:59.661Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s) [2022-03-09T22:26:59.661Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s) [2022-03-09T22:26:59.661Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s) [2022-03-09T22:26:59.661Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s) [2022-03-09T22:26:59.661Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s) [2022-03-09T22:26:59.661Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s) [2022-03-09T22:26:59.661Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s) [2022-03-09T22:26:59.661Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s) [2022-03-09T22:26:59.661Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s) [2022-03-09T22:26:59.661Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s) [2022-03-09T22:26:59.661Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s) [2022-03-09T22:26:59.661Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s) [2022-03-09T22:26:59.661Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s) [2022-03-09T22:26:59.661Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s) [2022-03-09T22:26:59.661Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s) [2022-03-09T22:26:59.661Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s) [2022-03-09T22:26:59.661Z] PASS [2022-03-09T22:26:59.661Z] coverage: 50.0% of statements [2022-03-09T22:26:59.661Z] ok github.com/docker/docker/oci 0.059s coverage: 50.0% of statements [2022-03-09T22:27:00.131Z] === RUN TestAddressPoolOpt [2022-03-09T22:27:00.131Z] --- PASS: TestAddressPoolOpt (0.00s) [2022-03-09T22:27:00.131Z] === RUN TestValidateEnv [2022-03-09T22:27:00.131Z] === RUN TestValidateEnv/a [2022-03-09T22:27:00.131Z] === RUN TestValidateEnv/something [2022-03-09T22:27:00.131Z] === RUN TestValidateEnv/_=a [2022-03-09T22:27:00.131Z] === RUN TestValidateEnv/env1=value1 [2022-03-09T22:27:00.131Z] === RUN TestValidateEnv/_env1=value1 [2022-03-09T22:27:00.131Z] === RUN TestValidateEnv/env2=value2=value3 [2022-03-09T22:27:00.131Z] === RUN TestValidateEnv/env3=abc!qwe [2022-03-09T22:27:00.131Z] === RUN TestValidateEnv/env_4=value_4 [2022-03-09T22:27:00.131Z] === RUN TestValidateEnv/PATH [2022-03-09T22:27:00.131Z] === RUN TestValidateEnv/=a [2022-03-09T22:27:00.131Z] === RUN TestValidateEnv/PATH= [2022-03-09T22:27:00.131Z] === RUN TestValidateEnv/PATH=something [2022-03-09T22:27:00.131Z] === RUN TestValidateEnv/asd!qwe [2022-03-09T22:27:00.131Z] === RUN TestValidateEnv/1asd [2022-03-09T22:27:00.131Z] === RUN TestValidateEnv/123 [2022-03-09T22:27:00.131Z] === RUN TestValidateEnv/some_space [2022-03-09T22:27:00.131Z] === RUN TestValidateEnv/__some_space_before [2022-03-09T22:27:00.131Z] === RUN TestValidateEnv/some_space_after__ [2022-03-09T22:27:00.131Z] === RUN TestValidateEnv/= [2022-03-09T22:27:00.131Z] === RUN TestValidateEnv/PaTh [2022-03-09T22:27:00.131Z] --- PASS: TestValidateEnv (0.00s) [2022-03-09T22:27:00.131Z] --- PASS: TestValidateEnv/a (0.00s) [2022-03-09T22:27:00.131Z] --- PASS: TestValidateEnv/something (0.00s) [2022-03-09T22:27:00.131Z] --- PASS: TestValidateEnv/_=a (0.00s) [2022-03-09T22:27:00.131Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2022-03-09T22:27:00.131Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2022-03-09T22:27:00.131Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2022-03-09T22:27:00.131Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2022-03-09T22:27:00.131Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2022-03-09T22:27:00.131Z] --- PASS: TestValidateEnv/PATH (0.00s) [2022-03-09T22:27:00.131Z] --- PASS: TestValidateEnv/=a (0.00s) [2022-03-09T22:27:00.131Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2022-03-09T22:27:00.131Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2022-03-09T22:27:00.131Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2022-03-09T22:27:00.131Z] --- PASS: TestValidateEnv/1asd (0.00s) [2022-03-09T22:27:00.131Z] --- PASS: TestValidateEnv/123 (0.00s) [2022-03-09T22:27:00.131Z] --- PASS: TestValidateEnv/some_space (0.00s) [2022-03-09T22:27:00.131Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2022-03-09T22:27:00.131Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2022-03-09T22:27:00.131Z] --- PASS: TestValidateEnv/= (0.00s) [2022-03-09T22:27:00.131Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2022-03-09T22:27:00.131Z] === RUN TestParseHost [2022-03-09T22:27:00.131Z] --- PASS: TestParseHost (0.00s) [2022-03-09T22:27:00.131Z] === RUN TestParseDockerDaemonHost [2022-03-09T22:27:00.131Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2022-03-09T22:27:00.131Z] === RUN TestParseTCP [2022-03-09T22:27:00.131Z] --- PASS: TestParseTCP (0.00s) [2022-03-09T22:27:00.131Z] === RUN TestParseInvalidUnixAddrInvalid [2022-03-09T22:27:00.131Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2022-03-09T22:27:00.131Z] === RUN TestValidateExtraHosts [2022-03-09T22:27:00.131Z] --- PASS: TestValidateExtraHosts (0.00s) [2022-03-09T22:27:00.131Z] === RUN TestIpOptString [2022-03-09T22:27:00.131Z] --- PASS: TestIpOptString (0.00s) [2022-03-09T22:27:00.131Z] === RUN TestNewIpOptInvalidDefaultVal [2022-03-09T22:27:00.131Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s) [2022-03-09T22:27:00.131Z] === RUN TestNewIpOptValidDefaultVal [2022-03-09T22:27:00.131Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s) [2022-03-09T22:27:00.131Z] === RUN TestIpOptSetInvalidVal [2022-03-09T22:27:00.131Z] --- PASS: TestIpOptSetInvalidVal (0.00s) [2022-03-09T22:27:00.131Z] === RUN TestValidateIPAddress [2022-03-09T22:27:00.131Z] --- PASS: TestValidateIPAddress (0.00s) [2022-03-09T22:27:00.131Z] === RUN TestMapOpts [2022-03-09T22:27:00.131Z] --- PASS: TestMapOpts (0.00s) [2022-03-09T22:27:00.131Z] === RUN TestListOptsWithoutValidator [2022-03-09T22:27:00.131Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2022-03-09T22:27:00.131Z] === RUN TestListOptsWithValidator [2022-03-09T22:27:00.131Z] --- PASS: TestListOptsWithValidator (0.00s) [2022-03-09T22:27:00.131Z] === RUN TestValidateDNSSearch [2022-03-09T22:27:00.131Z] --- PASS: TestValidateDNSSearch (0.00s) [2022-03-09T22:27:00.131Z] === RUN TestValidateLabel [2022-03-09T22:27:00.131Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2022-03-09T22:27:00.131Z] === RUN TestValidateLabel/label_with_general_format [2022-03-09T22:27:00.131Z] === RUN TestValidateLabel/label_with_more_than_one_= [2022-03-09T22:27:00.131Z] === RUN TestValidateLabel/label_with_one_more [2022-03-09T22:27:00.131Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2022-03-09T22:27:00.131Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2022-03-09T22:27:00.131Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2022-03-09T22:27:00.131Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2022-03-09T22:27:00.131Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2022-03-09T22:27:00.131Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2022-03-09T22:27:00.131Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2022-03-09T22:27:00.131Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2022-03-09T22:27:00.131Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2022-03-09T22:27:00.131Z] --- PASS: TestValidateLabel (0.00s) [2022-03-09T22:27:00.131Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2022-03-09T22:27:00.131Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2022-03-09T22:27:00.131Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2022-03-09T22:27:00.131Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2022-03-09T22:27:00.131Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2022-03-09T22:27:00.131Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2022-03-09T22:27:00.131Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2022-03-09T22:27:00.131Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2022-03-09T22:27:00.131Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2022-03-09T22:27:00.131Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2022-03-09T22:27:00.131Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2022-03-09T22:27:00.131Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2022-03-09T22:27:00.131Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2022-03-09T22:27:00.131Z] === RUN TestNamedListOpts [2022-03-09T22:27:00.131Z] --- PASS: TestNamedListOpts (0.00s) [2022-03-09T22:27:00.131Z] === RUN TestNamedMapOpts [2022-03-09T22:27:00.131Z] --- PASS: TestNamedMapOpts (0.00s) [2022-03-09T22:27:00.131Z] === RUN TestParseLink [2022-03-09T22:27:00.131Z] --- PASS: TestParseLink (0.00s) [2022-03-09T22:27:00.131Z] === RUN TestQuotedStringSetWithQuotes [2022-03-09T22:27:00.131Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s) [2022-03-09T22:27:00.131Z] === RUN TestQuotedStringSetWithMismatchedQuotes [2022-03-09T22:27:00.131Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s) [2022-03-09T22:27:00.131Z] === RUN TestQuotedStringSetWithNoQuotes [2022-03-09T22:27:00.131Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s) [2022-03-09T22:27:00.131Z] === RUN TestQuotedStringEmptyOrSingleCharString [2022-03-09T22:27:00.131Z] --- PASS: TestQuotedStringEmptyOrSingleCharString (0.00s) [2022-03-09T22:27:00.131Z] === RUN TestUlimitOpt [2022-03-09T22:27:00.131Z] --- PASS: TestUlimitOpt (0.00s) [2022-03-09T22:27:00.131Z] PASS [2022-03-09T22:27:00.131Z] coverage: 67.4% of statements [2022-03-09T22:27:00.131Z] ok github.com/docker/docker/opts 0.099s coverage: 67.4% of statements [2022-03-09T22:27:00.193Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2022-03-09T22:27:00.193Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.27s) [2022-03-09T22:27:00.193Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-03-09T22:27:00.322Z] [2022-03-09T22:27:00.322Z] === Skipped [2022-03-09T22:27:00.322Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2022-03-09T22:27:00.322Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-03-09T22:27:00.322Z] [2022-03-09T22:27:00.322Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2022-03-09T22:27:00.322Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-09T22:27:00.322Z] [2022-03-09T22:27:00.322Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.01s) [2022-03-09T22:27:00.322Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-09T22:27:00.322Z] [2022-03-09T22:27:00.322Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.01s) [2022-03-09T22:27:00.322Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-09T22:27:00.322Z] [2022-03-09T22:27:00.322Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s) [2022-03-09T22:27:00.322Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-09T22:27:00.322Z] [2022-03-09T22:27:00.322Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2022-03-09T22:27:00.322Z] client_test.go:23: runtime.GOOS == "windows" [2022-03-09T22:27:00.322Z] [2022-03-09T22:27:00.322Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-03-09T22:27:00.322Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-03-09T22:27:00.322Z] [2022-03-09T22:27:00.322Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-03-09T22:27:00.322Z] network_proxy_test.go:208: No support for dual stack yet [2022-03-09T22:27:00.322Z] [2022-03-09T22:27:00.451Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2022-03-09T22:27:00.451Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2022-03-09T22:27:00.600Z] === RUN TestParseVersion [2022-03-09T22:27:00.600Z] --- PASS: TestParseVersion (0.00s) [2022-03-09T22:27:00.600Z] PASS [2022-03-09T22:27:00.600Z] coverage: 52.9% of statements [2022-03-09T22:27:00.600Z] ok github.com/docker/docker/pkg/aaparser 0.046s coverage: 52.9% of statements [2022-03-09T22:27:00.710Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2022-03-09T22:27:00.710Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.59s) [2022-03-09T22:27:00.710Z] === RUN TestServiceWithPredefinedNetwork [2022-03-09T22:27:00.790Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-03-09T22:27:00.790Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-03-09T22:27:00.790Z] [2022-03-09T22:27:00.791Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP4Proxy (0.00s) [2022-03-09T22:27:00.791Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-03-09T22:27:00.791Z] [2022-03-09T22:27:00.791Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-03-09T22:27:00.791Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-03-09T22:27:00.791Z] [2022-03-09T22:27:00.791Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2022-03-09T22:27:00.791Z] daemon_test.go:145: root required [2022-03-09T22:27:00.791Z] [2022-03-09T22:27:00.791Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-03-09T22:27:00.791Z] reload_test.go:342: root required [2022-03-09T22:27:00.791Z] [2022-03-09T22:27:00.791Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s) [2022-03-09T22:27:00.791Z] config_test.go:447: os.Getuid() != 0: skipping test that requires root [2022-03-09T22:27:00.791Z] [2022-03-09T22:27:00.791Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2022-03-09T22:27:00.791Z] pull_v2_test.go:82: Needs fixing on Windows [2022-03-09T22:27:00.791Z] [2022-03-09T22:27:00.791Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2022-03-09T22:27:00.791Z] pull_v2_test.go:127: Needs fixing on Windows [2022-03-09T22:27:00.791Z] [2022-03-09T22:27:00.791Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2022-03-09T22:27:00.791Z] download_test.go:267: Needs fixing on Windows [2022-03-09T22:27:00.791Z] [2022-03-09T22:27:00.791Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2022-03-09T22:27:00.791Z] layer_test.go:291: Failing on Windows [2022-03-09T22:27:00.791Z] [2022-03-09T22:27:00.791Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2022-03-09T22:27:00.791Z] layer_test.go:340: Failing on Windows [2022-03-09T22:27:00.791Z] [2022-03-09T22:27:00.791Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2022-03-09T22:27:00.791Z] layer_test.go:455: Failing on Windows [2022-03-09T22:27:00.791Z] [2022-03-09T22:27:00.791Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2022-03-09T22:27:00.791Z] layer_test.go:684: Failing on Windows [2022-03-09T22:27:00.791Z] [2022-03-09T22:27:00.791Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2022-03-09T22:27:00.791Z] migration_test.go:45: Failing on Windows [2022-03-09T22:27:00.791Z] [2022-03-09T22:27:00.791Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2022-03-09T22:27:00.791Z] migration_test.go:181: Failing on Windows [2022-03-09T22:27:00.791Z] [2022-03-09T22:27:00.791Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2022-03-09T22:27:00.791Z] mount_test.go:17: Failing on Windows [2022-03-09T22:27:00.791Z] [2022-03-09T22:27:00.791Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2022-03-09T22:27:00.791Z] mount_test.go:76: Failing on Windows [2022-03-09T22:27:00.791Z] [2022-03-09T22:27:00.791Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2022-03-09T22:27:00.791Z] mount_test.go:125: Failing on Windows [2022-03-09T22:27:00.791Z] [2022-03-09T22:27:00.791Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2022-03-09T22:27:00.791Z] mount_test.go:212: Failing on Windows [2022-03-09T22:27:00.791Z] [2022-03-09T22:27:00.791Z] === SKIP: github.com/docker/docker/libnetwork TestSRVServiceQuery (0.00s) [2022-03-09T22:27:00.791Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-03-09T22:27:00.791Z] [2022-03-09T22:27:00.791Z] === SKIP: github.com/docker/docker/libnetwork TestServiceVIPReuse (0.00s) [2022-03-09T22:27:00.791Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-03-09T22:27:00.791Z] [2022-03-09T22:27:00.791Z] === SKIP: github.com/docker/docker/libnetwork TestIpamReleaseOnNetDriverFailures (0.01s) [2022-03-09T22:27:00.791Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-03-09T22:27:00.791Z] [2022-03-09T22:27:00.791Z] === SKIP: github.com/docker/docker/libnetwork TestDNSIPQuery (0.00s) [2022-03-09T22:27:00.791Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-03-09T22:27:00.791Z] [2022-03-09T22:27:00.791Z] === SKIP: github.com/docker/docker/libnetwork TestDNSProxyServFail (0.00s) [2022-03-09T22:27:00.791Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-03-09T22:27:00.791Z] [2022-03-09T22:27:00.791Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddEmpty (0.00s) [2022-03-09T22:27:00.791Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-09T22:27:00.791Z] [2022-03-09T22:27:00.791Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddMultiPrio (0.00s) [2022-03-09T22:27:00.791Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-09T22:27:00.791Z] [2022-03-09T22:27:00.791Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddSamePrio (0.00s) [2022-03-09T22:27:00.791Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-09T22:27:00.791Z] [2022-03-09T22:27:00.791Z] === SKIP: github.com/docker/docker/libnetwork TestCleanupServiceDiscovery (0.00s) [2022-03-09T22:27:00.791Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-03-09T22:27:00.791Z] [2022-03-09T22:27:00.791Z] === SKIP: github.com/docker/docker/libnetwork TestDNSOptions (0.00s) [2022-03-09T22:27:00.791Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-03-09T22:27:00.791Z] [2022-03-09T22:27:00.791Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestNAT (0.00s) [2022-03-09T22:27:00.791Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-03-09T22:27:00.791Z] [2022-03-09T22:27:00.791Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestTransparent (0.00s) [2022-03-09T22:27:00.791Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-03-09T22:27:00.791Z] [2022-03-09T22:27:00.791Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-03-09T22:27:00.791Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-09T22:27:00.791Z] [2022-03-09T22:27:00.791Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-03-09T22:27:00.791Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-09T22:27:00.791Z] [2022-03-09T22:27:00.791Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-03-09T22:27:00.791Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-09T22:27:00.791Z] [2022-03-09T22:27:00.791Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-03-09T22:27:00.791Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-09T22:27:00.791Z] [2022-03-09T22:27:00.791Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-03-09T22:27:00.791Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-09T22:27:00.791Z] [2022-03-09T22:27:00.791Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2022-03-09T22:27:00.791Z] archive_test.go:133: Xz not present in msys2 [2022-03-09T22:27:00.791Z] [2022-03-09T22:27:00.791Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamZstd (0.03s) [2022-03-09T22:27:00.791Z] archive_test.go:140: zstd not installed [2022-03-09T22:27:00.791Z] [2022-03-09T22:27:00.791Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2022-03-09T22:27:00.791Z] archive_test.go:252: Failing on Windows CI machines [2022-03-09T22:27:00.791Z] [2022-03-09T22:27:00.791Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2022-03-09T22:27:00.791Z] archive_windows_test.go:16: Currently fails [2022-03-09T22:27:00.791Z] [2022-03-09T22:27:00.791Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2022-03-09T22:27:00.791Z] changes_test.go:195: needs more investigation [2022-03-09T22:27:00.791Z] [2022-03-09T22:27:00.791Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsEmpty (0.00s) [2022-03-09T22:27:00.791Z] changes_test.go:260: FIXME: broken on Windows 1903 and up; see #39846 [2022-03-09T22:27:00.791Z] [2022-03-09T22:27:00.791Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsMutated (0.00s) [2022-03-09T22:27:00.791Z] changes_test.go:354: FIXME: broken on Windows 1903 and up; see #39846 [2022-03-09T22:27:00.791Z] [2022-03-09T22:27:00.791Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2022-03-09T22:27:00.791Z] changes_test.go:432: needs further investigation [2022-03-09T22:27:00.791Z] [2022-03-09T22:27:00.791Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2022-03-09T22:27:00.791Z] changes_test.go:468: needs further investigation [2022-03-09T22:27:00.791Z] [2022-03-09T22:27:00.791Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2022-03-09T22:27:00.791Z] archive_test.go:44: os.Getuid() != 0: skipping test that requires root [2022-03-09T22:27:00.791Z] [2022-03-09T22:27:00.791Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2022-03-09T22:27:00.791Z] archive_test.go:76: os.Getuid() != 0: skipping test that requires root [2022-03-09T22:27:00.791Z] [2022-03-09T22:27:00.791Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2022-03-09T22:27:00.791Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-09T22:27:00.791Z] [2022-03-09T22:27:00.791Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2022-03-09T22:27:00.791Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-09T22:27:00.791Z] [2022-03-09T22:27:00.791Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2022-03-09T22:27:00.791Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2022-03-09T22:27:00.791Z] [2022-03-09T22:27:00.791Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2022-03-09T22:27:00.791Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-09T22:27:00.791Z] [2022-03-09T22:27:00.791Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-03-09T22:27:00.791Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2022-03-09T22:27:00.791Z] [2022-03-09T22:27:00.791Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-03-09T22:27:00.791Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2022-03-09T22:27:00.791Z] [2022-03-09T22:27:00.791Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2022-03-09T22:27:00.791Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2022-03-09T22:27:00.791Z] [2022-03-09T22:27:00.791Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2022-03-09T22:27:00.791Z] poller_test.go:40: No chmod on Windows [2022-03-09T22:27:00.791Z] [2022-03-09T22:27:00.791Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-03-09T22:27:00.791Z] fileutils_test.go:133: Needs porting to Windows [2022-03-09T22:27:00.791Z] [2022-03-09T22:27:00.791Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2022-03-09T22:27:00.791Z] fileutils_test.go:179: Needs porting to Windows [2022-03-09T22:27:00.791Z] [2022-03-09T22:27:00.791Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.01s) [2022-03-09T22:27:00.791Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2022-03-09T22:27:00.791Z] [2022-03-09T22:27:00.791Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s) [2022-03-09T22:27:00.791Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2022-03-09T22:27:00.791Z] [2022-03-09T22:27:00.791Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s) [2022-03-09T22:27:00.791Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2022-03-09T22:27:00.791Z] [2022-03-09T22:27:00.791Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2022-03-09T22:27:00.791Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-03-09T22:27:00.791Z] [2022-03-09T22:27:00.791Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2022-03-09T22:27:00.791Z] local_test.go:180: runtime.GOOS == "windows" [2022-03-09T22:27:00.791Z] [2022-03-09T22:27:00.791Z] DONE 2077 tests, 70 skipped in 311.126s [2022-03-09T22:27:00.791Z] INFO: make.ps1 ended at 03/09/2022 22:27:00 [2022-03-09T22:27:00.968Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2022-03-09T22:27:01.068Z] --- PASS: TestNetworkDBJoinLeaveNetwork (2.64s) [2022-03-09T22:27:01.068Z] === RUN TestNetworkDBJoinLeaveNetworks [2022-03-09T22:27:01.542Z] === RUN TestDockerSuite/TestBuildOnBuild [2022-03-09T22:27:02.055Z] 2022/03/09 22:27:01 Closing DB instances... [2022-03-09T22:27:02.392Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2022-03-09T22:27:02.392Z] INFO: Unit tests ended at 03/09/2022 22:27:02. Duration:00:05:26.5204349 [2022-03-09T22:27:02.392Z] INFO: Building busybox [2022-03-09T22:27:02.392Z] Sending build context to Docker daemon 5.12kB [2022-03-09T22:27:02.392Z] [2022-03-09T22:27:02.392Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2022-03-09T22:27:02.392Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2022-03-09T22:27:02.392Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2022-03-09T22:27:02.392Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2022-03-09T22:27:02.392Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2022-03-09T22:27:02.392Z] ---> 02f938cacc3b [2022-03-09T22:27:02.392Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2022-03-09T22:27:02.456Z] 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-09T22:27:02.523Z] === RUN TestPeerCertificateMarshalJSON [2022-03-09T22:27:02.523Z] === RUN TestIsArchivePathDir [2022-03-09T22:27:02.523Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2022-03-09T22:27:02.523Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2022-03-09T22:27:02.523Z] --- PASS: TestPeerCertificateMarshalJSON (0.35s) [2022-03-09T22:27:02.523Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2022-03-09T22:27:02.523Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2022-03-09T22:27:02.523Z] === RUN TestMiddleware [2022-03-09T22:27:02.523Z] --- PASS: TestMiddleware (0.00s) [2022-03-09T22:27:02.523Z] === RUN TestNewResponseModifier [2022-03-09T22:27:02.523Z] --- PASS: TestNewResponseModifier (0.00s) [2022-03-09T22:27:02.523Z] PASS [2022-03-09T22:27:02.523Z] coverage: 26.8% of statements [2022-03-09T22:27:02.523Z] ok github.com/docker/docker/pkg/authorization 0.409s coverage: 26.8% of statements [2022-03-09T22:27:02.523Z] --- PASS: TestIsArchivePathDir (0.08s) [2022-03-09T22:27:02.523Z] === RUN TestIsArchivePathInvalidFile [2022-03-09T22:27:02.861Z] ---> Running in 1beece18ddb1 [2022-03-09T22:27:02.917Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2022-03-09T22:27:02.991Z] --- PASS: TestIsArchivePathInvalidFile (0.19s) [2022-03-09T22:27:02.991Z] === RUN TestIsArchivePathTar [2022-03-09T22:27:02.991Z] --- PASS: TestIsArchivePathTar (0.19s) [2022-03-09T22:27:02.992Z] === RUN TestDecompressStreamGzip [2022-03-09T22:27:03.460Z] --- PASS: TestDecompressStreamGzip (0.15s) [2022-03-09T22:27:03.460Z] === RUN TestDecompressStreamBzip2 [2022-03-09T22:27:03.460Z] --- PASS: TestDecompressStreamBzip2 (0.17s) [2022-03-09T22:27:03.460Z] === RUN TestDecompressStreamXz [2022-03-09T22:27:03.460Z] archive_test.go:133: Xz not present in msys2 [2022-03-09T22:27:03.460Z] --- SKIP: TestDecompressStreamXz (0.00s) [2022-03-09T22:27:03.460Z] === RUN TestDecompressStreamZstd [2022-03-09T22:27:03.460Z] === RUN TestUnbuffered [2022-03-09T22:27:03.460Z] --- PASS: TestUnbuffered (0.00s) [2022-03-09T22:27:03.460Z] === RUN TestRaceUnbuffered [2022-03-09T22:27:03.460Z] --- PASS: TestRaceUnbuffered (0.00s) [2022-03-09T22:27:03.460Z] PASS [2022-03-09T22:27:03.460Z] coverage: 100.0% of statements [2022-03-09T22:27:03.460Z] archive_test.go:140: zstd not installed [2022-03-09T22:27:03.460Z] --- SKIP: TestDecompressStreamZstd (0.03s) [2022-03-09T22:27:03.460Z] === RUN TestCompressStreamXzUnsupported [2022-03-09T22:27:03.460Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2022-03-09T22:27:03.460Z] === RUN TestCompressStreamBzip2Unsupported [2022-03-09T22:27:03.460Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2022-03-09T22:27:03.460Z] === RUN TestCompressStreamInvalid [2022-03-09T22:27:03.460Z] --- PASS: TestCompressStreamInvalid (0.00s) [2022-03-09T22:27:03.460Z] === RUN TestExtensionInvalid [2022-03-09T22:27:03.460Z] --- PASS: TestExtensionInvalid (0.00s) [2022-03-09T22:27:03.460Z] === RUN TestExtensionUncompressed [2022-03-09T22:27:03.460Z] --- PASS: TestExtensionUncompressed (0.00s) [2022-03-09T22:27:03.460Z] === RUN TestExtensionBzip2 [2022-03-09T22:27:03.460Z] --- PASS: TestExtensionBzip2 (0.00s) [2022-03-09T22:27:03.460Z] === RUN TestExtensionGzip [2022-03-09T22:27:03.460Z] --- PASS: TestExtensionGzip (0.00s) [2022-03-09T22:27:03.460Z] === RUN TestExtensionXz [2022-03-09T22:27:03.460Z] --- PASS: TestExtensionXz (0.00s) [2022-03-09T22:27:03.460Z] === RUN TestExtensionZstd [2022-03-09T22:27:03.460Z] --- PASS: TestExtensionZstd (0.00s) [2022-03-09T22:27:03.460Z] === RUN TestCmdStreamLargeStderr [2022-03-09T22:27:03.460Z] ok github.com/docker/docker/pkg/broadcaster 0.045s coverage: 100.0% of statements [2022-03-09T22:27:03.460Z] --- PASS: TestNetworkDBJoinLeaveNetworks (2.64s) [2022-03-09T22:27:03.460Z] === RUN TestNetworkDBCRUDTableEntry [2022-03-09T22:27:03.460Z] --- PASS: TestCmdStreamLargeStderr (0.18s) [2022-03-09T22:27:03.460Z] === RUN TestCmdStreamBad [2022-03-09T22:27:03.460Z] archive_test.go:252: Failing on Windows CI machines [2022-03-09T22:27:03.460Z] --- SKIP: TestCmdStreamBad (0.00s) [2022-03-09T22:27:03.460Z] === RUN TestCmdStreamGood [2022-03-09T22:27:03.484Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2022-03-09T22:27:03.484Z] --- PASS: TestServiceWithPredefinedNetwork (2.63s) [2022-03-09T22:27:03.484Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-03-09T22:27:03.484Z] service_test.go:243: FLAKY_TEST [2022-03-09T22:27:03.484Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-09T22:27:03.484Z] === RUN TestServiceWithDataPathPortInit [2022-03-09T22:27:03.930Z] --- PASS: TestCmdStreamGood (0.06s) [2022-03-09T22:27:03.930Z] === RUN TestUntarPathWithInvalidDest [2022-03-09T22:27:03.930Z] --- PASS: TestUntarPathWithInvalidDest (0.07s) [2022-03-09T22:27:03.930Z] === RUN TestUntarPathWithInvalidSrc [2022-03-09T22:27:03.930Z] --- PASS: TestUntarPathWithInvalidSrc (0.01s) [2022-03-09T22:27:03.930Z] === RUN TestUntarPath [2022-03-09T22:27:03.930Z] --- PASS: TestUntarPath (0.08s) [2022-03-09T22:27:03.930Z] === RUN TestUntarPathWithDestinationFile [2022-03-09T22:27:03.930Z] --- PASS: TestUntarPathWithDestinationFile (0.07s) [2022-03-09T22:27:03.930Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2022-03-09T22:27:03.930Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.09s) [2022-03-09T22:27:03.930Z] === RUN TestCopyWithTarInvalidSrc [2022-03-09T22:27:03.930Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2022-03-09T22:27:03.930Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2022-03-09T22:27:03.930Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2022-03-09T22:27:03.930Z] === RUN TestCopyWithTarSrcFile [2022-03-09T22:27:03.930Z] --- PASS: TestCopyWithTarSrcFile (0.01s) [2022-03-09T22:27:03.930Z] === RUN TestCopyWithTarSrcFolder [2022-03-09T22:27:03.930Z] --- PASS: TestCopyWithTarSrcFolder (0.01s) [2022-03-09T22:27:03.930Z] === RUN TestCopyFileWithTarInvalidSrc [2022-03-09T22:27:03.930Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s) [2022-03-09T22:27:03.930Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2022-03-09T22:27:03.930Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s) [2022-03-09T22:27:03.930Z] === RUN TestCopyFileWithTarSrcFolder [2022-03-09T22:27:03.930Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s) [2022-03-09T22:27:03.930Z] === RUN TestCopyFileWithTarSrcFile [2022-03-09T22:27:03.930Z] --- PASS: TestCopyFileWithTarSrcFile (0.01s) [2022-03-09T22:27:03.930Z] === RUN TestTarFiles [2022-03-09T22:27:03.930Z] === RUN TestMatch [2022-03-09T22:27:03.930Z] === RUN TestMatch/[[]] [2022-03-09T22:27:03.930Z] === RUN TestMatch/[[foo]] [2022-03-09T22:27:03.930Z] === RUN TestMatch/[[bar]_[foo]] [2022-03-09T22:27:03.930Z] === RUN TestMatch/[[foo_bar]] [2022-03-09T22:27:03.930Z] === RUN TestMatch/[[qux]_[foo]] [2022-03-09T22:27:03.930Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2022-03-09T22:27:03.930Z] === RUN TestMatch/[] [2022-03-09T22:27:03.930Z] === RUN TestMatch/[]#01 [2022-03-09T22:27:03.930Z] === RUN TestMatch/[[qux]] [2022-03-09T22:27:03.930Z] === RUN TestMatch/[[foo_bar_qux]] [2022-03-09T22:27:03.930Z] === RUN TestMatch/[[qux]_[baz]] [2022-03-09T22:27:03.930Z] === RUN TestMatch/[[foo_baz]] [2022-03-09T22:27:03.930Z] --- PASS: TestMatch (0.00s) [2022-03-09T22:27:03.930Z] --- PASS: TestMatch/[[]] (0.00s) [2022-03-09T22:27:03.930Z] --- PASS: TestMatch/[[foo]] (0.00s) [2022-03-09T22:27:03.930Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2022-03-09T22:27:03.930Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2022-03-09T22:27:03.930Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2022-03-09T22:27:03.930Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2022-03-09T22:27:03.930Z] --- PASS: TestMatch/[] (0.00s) [2022-03-09T22:27:03.930Z] --- PASS: TestMatch/[]#01 (0.00s) [2022-03-09T22:27:03.930Z] --- PASS: TestMatch/[[qux]] (0.00s) [2022-03-09T22:27:03.930Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2022-03-09T22:27:03.930Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2022-03-09T22:27:03.930Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2022-03-09T22:27:03.930Z] PASS [2022-03-09T22:27:03.930Z] coverage: 87.5% of statements [2022-03-09T22:27:03.930Z] ok github.com/docker/docker/pkg/capabilities 0.047s coverage: 87.5% of statements [2022-03-09T22:27:05.495Z] === RUN TestChrootTarUntar [2022-03-09T22:27:05.495Z] archive_test.go:44: os.Getuid() != 0: skipping test that requires root [2022-03-09T22:27:05.495Z] --- SKIP: TestChrootTarUntar (0.00s) [2022-03-09T22:27:05.495Z] === RUN TestChrootUntarWithHugeExcludesList [2022-03-09T22:27:05.495Z] archive_test.go:76: os.Getuid() != 0: skipping test that requires root [2022-03-09T22:27:05.495Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2022-03-09T22:27:05.495Z] === RUN TestChrootUntarEmptyArchive [2022-03-09T22:27:05.495Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2022-03-09T22:27:05.495Z] === RUN TestChrootTarUntarWithSymlink [2022-03-09T22:27:05.495Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-09T22:27:05.495Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2022-03-09T22:27:05.495Z] === RUN TestChrootCopyWithTar [2022-03-09T22:27:05.495Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-09T22:27:05.495Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2022-03-09T22:27:05.495Z] === RUN TestChrootCopyFileWithTar [2022-03-09T22:27:05.495Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2022-03-09T22:27:05.495Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2022-03-09T22:27:05.495Z] === RUN TestChrootUntarPath [2022-03-09T22:27:05.495Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-09T22:27:05.495Z] --- SKIP: TestChrootUntarPath (0.00s) [2022-03-09T22:27:05.495Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2022-03-09T22:27:05.495Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2022-03-09T22:27:05.495Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-03-09T22:27:05.495Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2022-03-09T22:27:05.495Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2022-03-09T22:27:05.495Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-03-09T22:27:05.495Z] === RUN TestChrootApplyDotDotFile [2022-03-09T22:27:05.495Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2022-03-09T22:27:05.495Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2022-03-09T22:27:05.495Z] PASS [2022-03-09T22:27:05.495Z] coverage: 15.1% of statements [2022-03-09T22:27:05.495Z] ok github.com/docker/docker/pkg/chrootarchive 0.113s coverage: 15.1% of statements [2022-03-09T22:27:05.964Z] 2022/03/09 22:27:05 Closing DB instances... [2022-03-09T22:27:06.012Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2022-03-09T22:27:06.432Z] === RUN TestEnsureRemoveAllNotExist [2022-03-09T22:27:06.432Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2022-03-09T22:27:06.432Z] === RUN TestEnsureRemoveAllWithDir [2022-03-09T22:27:06.432Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2022-03-09T22:27:06.432Z] === RUN TestEnsureRemoveAllWithFile [2022-03-09T22:27:06.432Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2022-03-09T22:27:06.432Z] PASS [2022-03-09T22:27:06.432Z] coverage: 0.0% of statements [2022-03-09T22:27:06.432Z] ok github.com/docker/docker/pkg/containerfs 0.048s coverage: 0.0% of statements [2022-03-09T22:27:06.946Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2022-03-09T22:27:07.418Z] === RUN TestSizeEmpty [2022-03-09T22:27:07.418Z] --- PASS: TestSizeEmpty (0.00s) [2022-03-09T22:27:07.418Z] === RUN TestSizeEmptyFile [2022-03-09T22:27:07.418Z] --- PASS: TestSizeEmptyFile (0.00s) [2022-03-09T22:27:07.418Z] === RUN TestSizeNonemptyFile [2022-03-09T22:27:07.418Z] --- PASS: TestSizeNonemptyFile (0.00s) [2022-03-09T22:27:07.418Z] === RUN TestSizeNestedDirectoryEmpty [2022-03-09T22:27:07.418Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2022-03-09T22:27:07.418Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2022-03-09T22:27:07.418Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2022-03-09T22:27:07.418Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2022-03-09T22:27:07.418Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2022-03-09T22:27:07.418Z] === RUN TestMoveToSubdir [2022-03-09T22:27:07.418Z] --- PASS: TestMoveToSubdir (0.00s) [2022-03-09T22:27:07.418Z] === RUN TestSizeNonExistingDirectory [2022-03-09T22:27:07.418Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2022-03-09T22:27:07.418Z] PASS [2022-03-09T22:27:07.418Z] coverage: 80.0% of statements [2022-03-09T22:27:07.418Z] ok github.com/docker/docker/pkg/directory 0.060s coverage: 80.0% of statements [2022-03-09T22:27:07.881Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2022-03-09T22:27:07.887Z] --- PASS: TestNetworkDBCRUDTableEntry (4.27s) [2022-03-09T22:27:07.887Z] === RUN TestNetworkDBCRUDTableEntries [2022-03-09T22:27:08.355Z] === RUN TestPollerAddRemove [2022-03-09T22:27:08.355Z] --- PASS: TestPollerAddRemove (0.00s) [2022-03-09T22:27:08.355Z] === RUN TestPollerEvent [2022-03-09T22:27:08.355Z] poller_test.go:40: No chmod on Windows [2022-03-09T22:27:08.355Z] --- SKIP: TestPollerEvent (0.00s) [2022-03-09T22:27:08.355Z] === RUN TestPollerClose [2022-03-09T22:27:08.355Z] --- PASS: TestPollerClose (0.00s) [2022-03-09T22:27:08.355Z] PASS [2022-03-09T22:27:08.355Z] coverage: 45.7% of statements [2022-03-09T22:27:08.355Z] ok github.com/docker/docker/pkg/filenotify 0.050s coverage: 45.7% of statements [2022-03-09T22:27:08.742Z] Removing intermediate container 1beece18ddb1 [2022-03-09T22:27:08.742Z] ---> c4052ba2d3a6 [2022-03-09T22:27:08.742Z] Step 7/13 : ARG BUSYBOX_VERSION [2022-03-09T22:27:08.742Z] ---> Running in 3089f8a04ad8 [2022-03-09T22:27:08.742Z] Removing intermediate container 3089f8a04ad8 [2022-03-09T22:27:08.742Z] ---> eaf3cdd719e5 [2022-03-09T22:27:08.742Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2022-03-09T22:27:08.742Z] ---> Running in a33c6c5fe55a [2022-03-09T22:27:08.817Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2022-03-09T22:27:09.211Z] Removing intermediate container a33c6c5fe55a [2022-03-09T22:27:09.211Z] ---> 0e039a52812a [2022-03-09T22:27:09.211Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2022-03-09T22:27:09.342Z] === RUN TestCopyFileWithInvalidSrc [2022-03-09T22:27:09.342Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2022-03-09T22:27:09.342Z] === RUN TestCopyFileWithInvalidDest [2022-03-09T22:27:09.342Z] --- PASS: TestCopyFileWithInvalidDest (0.00s) [2022-03-09T22:27:09.342Z] === RUN TestCopyFileWithSameSrcAndDest [2022-03-09T22:27:09.342Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2022-03-09T22:27:09.342Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2022-03-09T22:27:09.342Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s) [2022-03-09T22:27:09.342Z] === RUN TestCopyFile [2022-03-09T22:27:09.342Z] --- PASS: TestCopyFile (0.00s) [2022-03-09T22:27:09.342Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2022-03-09T22:27:09.342Z] fileutils_test.go:133: Needs porting to Windows [2022-03-09T22:27:09.342Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-03-09T22:27:09.342Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2022-03-09T22:27:09.342Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2022-03-09T22:27:09.342Z] === RUN TestReadSymlinkedDirectoryToFile [2022-03-09T22:27:09.342Z] fileutils_test.go:179: Needs porting to Windows [2022-03-09T22:27:09.342Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2022-03-09T22:27:09.342Z] === RUN TestWildcardMatches [2022-03-09T22:27:09.342Z] --- PASS: TestWildcardMatches (0.00s) [2022-03-09T22:27:09.342Z] === RUN TestPatternMatches [2022-03-09T22:27:09.342Z] --- PASS: TestPatternMatches (0.00s) [2022-03-09T22:27:09.342Z] === RUN TestExclusionPatternMatchesPatternBefore [2022-03-09T22:27:09.342Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2022-03-09T22:27:09.342Z] === RUN TestPatternMatchesFolderExclusions [2022-03-09T22:27:09.342Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2022-03-09T22:27:09.342Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2022-03-09T22:27:09.342Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2022-03-09T22:27:09.342Z] === RUN TestPatternMatchesFolderWildcardExclusions [2022-03-09T22:27:09.342Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2022-03-09T22:27:09.342Z] === RUN TestExclusionPatternMatchesPatternAfter [2022-03-09T22:27:09.342Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2022-03-09T22:27:09.342Z] === RUN TestExclusionPatternMatchesWholeDirectory [2022-03-09T22:27:09.342Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2022-03-09T22:27:09.342Z] === RUN TestSingleExclamationError [2022-03-09T22:27:09.342Z] --- PASS: TestSingleExclamationError (0.00s) [2022-03-09T22:27:09.342Z] === RUN TestMatchesWithNoPatterns [2022-03-09T22:27:09.342Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2022-03-09T22:27:09.342Z] === RUN TestMatchesWithMalformedPatterns [2022-03-09T22:27:09.342Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2022-03-09T22:27:09.342Z] === RUN TestMatches [2022-03-09T22:27:09.342Z] === RUN TestMatches/MatchesOrParentMatches [2022-03-09T22:27:09.342Z] === RUN TestMatches/MatchesUsingParentResult [2022-03-09T22:27:09.342Z] === RUN TestMatches/MatchesUsingParentResults [2022-03-09T22:27:09.342Z] === RUN TestMatches/MatchesUsingParentResultsNoContext [2022-03-09T22:27:09.342Z] --- PASS: TestMatches (0.01s) [2022-03-09T22:27:09.342Z] --- PASS: TestMatches/MatchesOrParentMatches (0.00s) [2022-03-09T22:27:09.342Z] --- PASS: TestMatches/MatchesUsingParentResult (0.00s) [2022-03-09T22:27:09.342Z] --- PASS: TestMatches/MatchesUsingParentResults (0.00s) [2022-03-09T22:27:09.342Z] --- PASS: TestMatches/MatchesUsingParentResultsNoContext (0.00s) [2022-03-09T22:27:09.342Z] === RUN TestCleanPatterns [2022-03-09T22:27:09.342Z] --- PASS: TestCleanPatterns (0.00s) [2022-03-09T22:27:09.342Z] === RUN TestCleanPatternsStripEmptyPatterns [2022-03-09T22:27:09.342Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2022-03-09T22:27:09.342Z] === RUN TestCleanPatternsExceptionFlag [2022-03-09T22:27:09.342Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2022-03-09T22:27:09.342Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2022-03-09T22:27:09.342Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2022-03-09T22:27:09.342Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2022-03-09T22:27:09.342Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2022-03-09T22:27:09.342Z] === RUN TestCleanPatternsErrorSingleException [2022-03-09T22:27:09.342Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2022-03-09T22:27:09.343Z] === RUN TestCreateIfNotExistsDir [2022-03-09T22:27:09.343Z] --- PASS: TestCreateIfNotExistsDir (0.00s) [2022-03-09T22:27:09.343Z] === RUN TestCreateIfNotExistsFile [2022-03-09T22:27:09.343Z] --- PASS: TestCreateIfNotExistsFile (0.01s) [2022-03-09T22:27:09.343Z] === RUN TestMatch [2022-03-09T22:27:09.343Z] --- PASS: TestMatch (0.00s) [2022-03-09T22:27:09.343Z] === RUN TestCompile [2022-03-09T22:27:09.343Z] === RUN TestCompile/slash [2022-03-09T22:27:09.343Z] === RUN TestCompile/backslash [2022-03-09T22:27:09.343Z] --- PASS: TestCompile (0.00s) [2022-03-09T22:27:09.343Z] --- PASS: TestCompile/slash (0.00s) [2022-03-09T22:27:09.343Z] --- PASS: TestCompile/backslash (0.00s) [2022-03-09T22:27:09.343Z] PASS [2022-03-09T22:27:09.343Z] coverage: 84.7% of statements [2022-03-09T22:27:09.343Z] ok github.com/docker/docker/pkg/fileutils 0.100s coverage: 84.7% of statements [2022-03-09T22:27:09.752Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2022-03-09T22:27:09.752Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2022-03-09T22:27:09.811Z] 2022/03/09 22:27:09 Closing DB instances... [2022-03-09T22:27:10.279Z] --- PASS: TestTarFiles (5.99s) [2022-03-09T22:27:10.279Z] === RUN TestDetectCompressionZstd [2022-03-09T22:27:10.279Z] --- PASS: TestDetectCompressionZstd (0.00s) [2022-03-09T22:27:10.279Z] === RUN TestTarUntar [2022-03-09T22:27:10.279Z] --- PASS: TestTarUntar (0.05s) [2022-03-09T22:27:10.279Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2022-03-09T22:27:10.279Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.01s) [2022-03-09T22:27:10.279Z] === RUN TestTarWithOptions [2022-03-09T22:27:10.279Z] --- PASS: TestTarWithOptions (0.04s) [2022-03-09T22:27:10.279Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2022-03-09T22:27:10.279Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2022-03-09T22:27:10.279Z] === RUN TestUntarUstarGnuConflict [2022-03-09T22:27:10.279Z] --- PASS: TestUntarUstarGnuConflict (0.00s) [2022-03-09T22:27:10.279Z] === RUN TestUntarInvalidFilenames [2022-03-09T22:27:10.279Z] === RUN TestGet [2022-03-09T22:27:10.279Z] --- PASS: TestGet (0.00s) [2022-03-09T22:27:10.279Z] === RUN TestGetShortcutString [2022-03-09T22:27:10.279Z] --- PASS: TestGetShortcutString (0.00s) [2022-03-09T22:27:10.279Z] PASS [2022-03-09T22:27:10.279Z] coverage: 42.9% of statements [2022-03-09T22:27:10.279Z] ok github.com/docker/docker/pkg/homedir 0.051s coverage: 42.9% of statements [2022-03-09T22:27:10.279Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames2886284822\\dest" [2022-03-09T22:27:10.279Z] --- PASS: TestUntarInvalidFilenames (0.22s) [2022-03-09T22:27:10.279Z] === RUN TestUntarHardlinkToSymlink [2022-03-09T22:27:10.279Z] --- PASS: TestUntarHardlinkToSymlink (0.01s) [2022-03-09T22:27:10.279Z] === RUN TestUntarInvalidHardlink [2022-03-09T22:27:10.279Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3230650813\\victim\\hello" -> "../victim/hello" [2022-03-09T22:27:10.279Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink467563984\\victim\\hello" -> "/../victim/hello" [2022-03-09T22:27:10.279Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3342867190\\victim" -> "../victim" [2022-03-09T22:27:10.279Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink697164394\\victim" -> "../victim" [2022-03-09T22:27:10.279Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3172377733\\victim" -> "../victim" [2022-03-09T22:27:10.279Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1772886476\\victim" -> "../victim" [2022-03-09T22:27:10.279Z] --- PASS: TestUntarInvalidHardlink (0.05s) [2022-03-09T22:27:10.279Z] === RUN TestUntarInvalidSymlink [2022-03-09T22:27:10.279Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2192346322\\dest\\dotdot" -> "../victim/hello" [2022-03-09T22:27:10.279Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1481651381\\dest\\slash-dotdot" -> "/../victim/hello" [2022-03-09T22:27:10.279Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3605862487\\dest\\loophole-victim" -> "../victim" [2022-03-09T22:27:10.279Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink119749887\\dest\\loophole-victim" -> "../victim" [2022-03-09T22:27:10.279Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink309565315\\dest\\loophole-victim" -> "../victim" [2022-03-09T22:27:10.280Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2086199322\\dest\\loophole-victim" -> "../victim" [2022-03-09T22:27:10.280Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink895880241\\dest\\dir\\loophole" -> "../../victim" [2022-03-09T22:27:10.280Z] --- PASS: TestUntarInvalidSymlink (0.04s) [2022-03-09T22:27:10.280Z] === RUN TestTempArchiveCloseMultipleTimes [2022-03-09T22:27:10.280Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2022-03-09T22:27:10.280Z] === RUN TestXGlobalNoParent [2022-03-09T22:27:10.280Z] --- PASS: TestXGlobalNoParent (0.00s) [2022-03-09T22:27:10.280Z] === RUN TestReplaceFileTarWrapper [2022-03-09T22:27:10.748Z] --- PASS: TestReplaceFileTarWrapper (0.19s) [2022-03-09T22:27:10.748Z] === RUN TestPrefixHeaderReadable [2022-03-09T22:27:10.748Z] --- PASS: TestPrefixHeaderReadable (0.04s) [2022-03-09T22:27:10.748Z] === RUN TestDisablePigz [2022-03-09T22:27:10.748Z] archive_test.go:1372: Test will not check full path when Pigz not installed [2022-03-09T22:27:10.748Z] --- PASS: TestDisablePigz (0.14s) [2022-03-09T22:27:10.748Z] === RUN TestPigz [2022-03-09T22:27:10.776Z] [2022-03-09T22:27:10.776Z] ---> edb45c7d911d [2022-03-09T22:27:10.776Z] 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-09T22:27:11.216Z] archive_test.go:1401: Tested whether Pigz is not used, as it not installed [2022-03-09T22:27:11.216Z] --- PASS: TestPigz (0.21s) [2022-03-09T22:27:11.216Z] === RUN TestNosysFileInfo [2022-03-09T22:27:11.216Z] --- PASS: TestNosysFileInfo (0.00s) [2022-03-09T22:27:11.216Z] === RUN TestCopyFileWithInvalidDest [2022-03-09T22:27:11.216Z] archive_windows_test.go:16: Currently fails [2022-03-09T22:27:11.216Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2022-03-09T22:27:11.216Z] === RUN TestCanonicalTarNameForPath [2022-03-09T22:27:11.216Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2022-03-09T22:27:11.216Z] === RUN TestCanonicalTarName [2022-03-09T22:27:11.216Z] --- PASS: TestCanonicalTarName (0.00s) [2022-03-09T22:27:11.216Z] === RUN TestChmodTarEntry [2022-03-09T22:27:11.216Z] --- PASS: TestChmodTarEntry (0.00s) [2022-03-09T22:27:11.216Z] === RUN TestHardLinkOrder [2022-03-09T22:27:11.216Z] --- PASS: TestHardLinkOrder (0.10s) [2022-03-09T22:27:11.216Z] === RUN TestChangeString [2022-03-09T22:27:11.216Z] --- PASS: TestChangeString (0.00s) [2022-03-09T22:27:11.216Z] === RUN TestChangesWithNoChanges [2022-03-09T22:27:11.216Z] === RUN TestCreateIDMapOrder [2022-03-09T22:27:11.216Z] --- PASS: TestCreateIDMapOrder (0.00s) [2022-03-09T22:27:11.216Z] PASS [2022-03-09T22:27:11.216Z] coverage: 7.2% of statements [2022-03-09T22:27:11.216Z] ok github.com/docker/docker/pkg/idtools 0.046s coverage: 7.2% of statements [2022-03-09T22:27:11.216Z] --- PASS: TestNetworkDBCRUDTableEntries (3.28s) [2022-03-09T22:27:11.216Z] === RUN TestNetworkDBNodeLeave [2022-03-09T22:27:11.216Z] --- PASS: TestChangesWithNoChanges (0.03s) [2022-03-09T22:27:11.216Z] === RUN TestChangesWithChanges [2022-03-09T22:27:11.216Z] --- PASS: TestChangesWithChanges (0.04s) [2022-03-09T22:27:11.216Z] === RUN TestChangesWithChangesGH13590 [2022-03-09T22:27:11.216Z] changes_test.go:195: needs more investigation [2022-03-09T22:27:11.216Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2022-03-09T22:27:11.216Z] === RUN TestChangesDirsEmpty [2022-03-09T22:27:11.216Z] changes_test.go:260: FIXME: broken on Windows 1903 and up; see #39846 [2022-03-09T22:27:11.216Z] --- SKIP: TestChangesDirsEmpty (0.00s) [2022-03-09T22:27:11.216Z] === RUN TestChangesDirsMutated [2022-03-09T22:27:11.216Z] changes_test.go:354: FIXME: broken on Windows 1903 and up; see #39846 [2022-03-09T22:27:11.216Z] --- SKIP: TestChangesDirsMutated (0.00s) [2022-03-09T22:27:11.216Z] === RUN TestApplyLayer [2022-03-09T22:27:11.216Z] changes_test.go:432: needs further investigation [2022-03-09T22:27:11.216Z] --- SKIP: TestApplyLayer (0.00s) [2022-03-09T22:27:11.216Z] === RUN TestChangesSizeWithHardlinks [2022-03-09T22:27:11.216Z] changes_test.go:468: needs further investigation [2022-03-09T22:27:11.216Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2022-03-09T22:27:11.216Z] === RUN TestChangesSizeWithNoChanges [2022-03-09T22:27:11.216Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2022-03-09T22:27:11.216Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2022-03-09T22:27:11.216Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2022-03-09T22:27:11.216Z] === RUN TestChangesSize [2022-03-09T22:27:11.216Z] --- PASS: TestChangesSize (0.00s) [2022-03-09T22:27:11.216Z] === RUN TestApplyLayerInvalidFilenames [2022-03-09T22:27:11.216Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames2502470801\\dest" [2022-03-09T22:27:11.216Z] --- PASS: TestApplyLayerInvalidFilenames (0.02s) [2022-03-09T22:27:11.216Z] === RUN TestApplyLayerInvalidHardlink [2022-03-09T22:27:11.216Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink351684640\\victim\\hello" -> "../victim/hello" [2022-03-09T22:27:11.216Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2637212037\\victim\\hello" -> "/../victim/hello" [2022-03-09T22:27:11.216Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink1849490373\\victim" -> "../victim" [2022-03-09T22:27:11.216Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2029413638\\victim" -> "../victim" [2022-03-09T22:27:11.216Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink950896982\\victim" -> "../victim" [2022-03-09T22:27:11.216Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3586263792\\victim" -> "../victim" [2022-03-09T22:27:11.216Z] --- PASS: TestApplyLayerInvalidHardlink (0.03s) [2022-03-09T22:27:11.216Z] === RUN TestApplyLayerInvalidSymlink [2022-03-09T22:27:11.216Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink2338034879\\dest\\dotdot" -> "../victim/hello" [2022-03-09T22:27:11.216Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink179978672\\dest\\slash-dotdot" -> "/../victim/hello" [2022-03-09T22:27:11.216Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink2361837427\\dest\\loophole-victim" -> "../victim" [2022-03-09T22:27:11.216Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink2578335264\\dest\\loophole-victim" -> "../victim" [2022-03-09T22:27:11.216Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink1756664454\\dest\\loophole-victim" -> "../victim" [2022-03-09T22:27:11.216Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3276698125\\dest\\loophole-victim" -> "../victim" [2022-03-09T22:27:11.216Z] --- PASS: TestApplyLayerInvalidSymlink (0.04s) [2022-03-09T22:27:11.216Z] === RUN TestApplyLayerWhiteouts [2022-03-09T22:27:11.216Z] --- PASS: TestApplyLayerWhiteouts (0.08s) [2022-03-09T22:27:11.216Z] === RUN TestGenerateEmptyFile [2022-03-09T22:27:11.216Z] --- PASS: TestGenerateEmptyFile (0.00s) [2022-03-09T22:27:11.216Z] === RUN TestGenerateWithContent [2022-03-09T22:27:11.216Z] --- PASS: TestGenerateWithContent (0.00s) [2022-03-09T22:27:11.216Z] PASS [2022-03-09T22:27:11.216Z] coverage: 62.0% of statements [2022-03-09T22:27:11.246Z] ---> Running in 981f3bb5ed06 [2022-03-09T22:27:11.684Z] ok github.com/docker/docker/pkg/archive 8.825s coverage: 62.0% of statements [2022-03-09T22:27:12.280Z] === RUN TestDockerSuite/TestBuildPATH [2022-03-09T22:27:12.705Z] === RUN TestFixedBufferCap [2022-03-09T22:27:12.705Z] --- PASS: TestFixedBufferCap (0.00s) [2022-03-09T22:27:12.705Z] === RUN TestFixedBufferLen [2022-03-09T22:27:12.705Z] --- PASS: TestFixedBufferLen (0.00s) [2022-03-09T22:27:12.705Z] === RUN TestFixedBufferString [2022-03-09T22:27:12.705Z] --- PASS: TestFixedBufferString (0.00s) [2022-03-09T22:27:12.705Z] === RUN TestFixedBufferWrite [2022-03-09T22:27:12.705Z] --- PASS: TestFixedBufferWrite (0.00s) [2022-03-09T22:27:12.705Z] === RUN TestFixedBufferRead [2022-03-09T22:27:12.705Z] --- PASS: TestFixedBufferRead (0.00s) [2022-03-09T22:27:12.705Z] === RUN TestBytesPipeRead [2022-03-09T22:27:12.705Z] --- PASS: TestBytesPipeRead (0.00s) [2022-03-09T22:27:12.705Z] === RUN TestBytesPipeWrite [2022-03-09T22:27:12.705Z] --- PASS: TestBytesPipeWrite (0.00s) [2022-03-09T22:27:12.705Z] === RUN TestBytesPipeWriteRandomChunks [2022-03-09T22:27:13.173Z] --- PASS: TestBytesPipeWriteRandomChunks (0.51s) [2022-03-09T22:27:13.173Z] === RUN TestAtomicWriteToFile [2022-03-09T22:27:13.173Z] --- PASS: TestAtomicWriteToFile (0.02s) [2022-03-09T22:27:13.173Z] === RUN TestAtomicWriteSetCommit [2022-03-09T22:27:13.173Z] --- PASS: TestAtomicWriteSetCommit (0.01s) [2022-03-09T22:27:13.173Z] === RUN TestAtomicWriteSetCancel [2022-03-09T22:27:13.173Z] --- PASS: TestAtomicWriteSetCancel (0.01s) [2022-03-09T22:27:13.173Z] === RUN TestReadCloserWrapperClose [2022-03-09T22:27:13.173Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2022-03-09T22:27:13.173Z] === RUN TestReaderErrWrapperReadOnError [2022-03-09T22:27:13.173Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2022-03-09T22:27:13.173Z] === RUN TestReaderErrWrapperRead [2022-03-09T22:27:13.173Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2022-03-09T22:27:13.173Z] === RUN TestCancelReadCloser [2022-03-09T22:27:13.173Z] --- PASS: TestCancelReadCloser (0.10s) [2022-03-09T22:27:13.173Z] === RUN TestWriteCloserWrapperClose [2022-03-09T22:27:13.173Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2022-03-09T22:27:13.173Z] === RUN TestNopWriteCloser [2022-03-09T22:27:13.173Z] --- PASS: TestNopWriteCloser (0.00s) [2022-03-09T22:27:13.173Z] === RUN TestNopWriter [2022-03-09T22:27:13.173Z] --- PASS: TestNopWriter (0.00s) [2022-03-09T22:27:13.173Z] === RUN TestWriteCounter [2022-03-09T22:27:13.173Z] --- PASS: TestWriteCounter (0.00s) [2022-03-09T22:27:13.173Z] PASS [2022-03-09T22:27:13.173Z] coverage: 69.2% of statements [2022-03-09T22:27:13.173Z] ok github.com/docker/docker/pkg/ioutils 0.700s coverage: 69.2% of statements [2022-03-09T22:27:14.160Z] --- PASS: TestNetworkDBNodeLeave (2.83s) [2022-03-09T22:27:14.160Z] === RUN TestNetworkDBWatch [2022-03-09T22:27:14.160Z] === RUN TestError [2022-03-09T22:27:14.160Z] --- PASS: TestError (0.00s) [2022-03-09T22:27:14.160Z] === RUN TestProgressString [2022-03-09T22:27:14.160Z] === RUN TestProgressString/no_progress [2022-03-09T22:27:14.160Z] === RUN TestProgressString/progress_1 [2022-03-09T22:27:14.160Z] === RUN TestProgressString/some_progress_with_a_start_time [2022-03-09T22:27:14.160Z] === RUN TestProgressString/some_progress_without_a_start_time [2022-03-09T22:27:14.160Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2022-03-09T22:27:14.160Z] === RUN TestProgressString/with_units [2022-03-09T22:27:14.160Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2022-03-09T22:27:14.160Z] === RUN TestProgressString/hide_counts [2022-03-09T22:27:14.160Z] --- PASS: TestProgressString (0.00s) [2022-03-09T22:27:14.160Z] --- PASS: TestProgressString/no_progress (0.00s) [2022-03-09T22:27:14.160Z] --- PASS: TestProgressString/progress_1 (0.00s) [2022-03-09T22:27:14.160Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2022-03-09T22:27:14.160Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2022-03-09T22:27:14.160Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2022-03-09T22:27:14.160Z] --- PASS: TestProgressString/with_units (0.00s) [2022-03-09T22:27:14.160Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2022-03-09T22:27:14.160Z] --- PASS: TestProgressString/hide_counts (0.00s) [2022-03-09T22:27:14.160Z] === RUN TestJSONMessageDisplay [2022-03-09T22:27:14.628Z] --- PASS: TestJSONMessageDisplay (0.19s) [2022-03-09T22:27:14.628Z] === RUN TestJSONMessageDisplayWithJSONError [2022-03-09T22:27:14.628Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2022-03-09T22:27:14.628Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2022-03-09T22:27:14.628Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2022-03-09T22:27:14.628Z] === RUN TestDisplayJSONMessagesStream [2022-03-09T22:27:14.628Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2022-03-09T22:27:14.628Z] PASS [2022-03-09T22:27:14.628Z] coverage: 91.7% of statements [2022-03-09T22:27:14.628Z] ok github.com/docker/docker/pkg/jsonmessage 0.248s coverage: 91.7% of statements [2022-03-09T22:27:14.809Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2022-03-09T22:27:14.809Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2022-03-09T22:27:14.979Z] ? github.com/docker/docker/api [no test files] [2022-03-09T22:27:15.096Z] === RUN TestStandardLongPath [2022-03-09T22:27:15.096Z] --- PASS: TestStandardLongPath (0.00s) [2022-03-09T22:27:15.096Z] === RUN TestUNCLongPath [2022-03-09T22:27:15.096Z] --- PASS: TestUNCLongPath (0.00s) [2022-03-09T22:27:15.096Z] PASS [2022-03-09T22:27:15.096Z] coverage: 100.0% of statements [2022-03-09T22:27:15.096Z] ok github.com/docker/docker/pkg/longpath 0.045s coverage: 100.0% of statements [2022-03-09T22:27:15.375Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2022-03-09T22:27:15.564Z] 2022/03/09 22:27:15 Closing DB instances... [2022-03-09T22:27:15.564Z] === RUN TestNameFormat [2022-03-09T22:27:15.564Z] --- PASS: TestNameFormat (0.00s) [2022-03-09T22:27:15.564Z] === RUN TestNameRetries [2022-03-09T22:27:15.564Z] --- PASS: TestNameRetries (0.00s) [2022-03-09T22:27:15.564Z] PASS [2022-03-09T22:27:15.564Z] coverage: 85.7% of statements [2022-03-09T22:27:16.032Z] ok github.com/docker/docker/pkg/namesgenerator 0.045s coverage: 85.7% of statements [2022-03-09T22:27:16.499Z] === RUN TestParseKeyValueOpt [2022-03-09T22:27:16.499Z] --- PASS: TestParseKeyValueOpt (0.00s) [2022-03-09T22:27:16.499Z] === RUN TestParseUintList [2022-03-09T22:27:16.499Z] --- PASS: TestParseUintList (0.00s) [2022-03-09T22:27:16.499Z] === RUN TestParseUintListMaximumLimits [2022-03-09T22:27:16.499Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2022-03-09T22:27:16.499Z] PASS [2022-03-09T22:27:16.500Z] coverage: 97.0% of statements [2022-03-09T22:27:16.500Z] ok github.com/docker/docker/pkg/parsers 0.058s coverage: 97.0% of statements [2022-03-09T22:27:16.968Z] --- PASS: TestNetworkDBWatch (3.05s) [2022-03-09T22:27:16.968Z] === RUN TestNetworkDBBulkSync [2022-03-09T22:27:17.436Z] === RUN TestNewAndRemove [2022-03-09T22:27:17.436Z] --- PASS: TestNewAndRemove (0.00s) [2022-03-09T22:27:17.436Z] === RUN TestRemoveInvalidPath [2022-03-09T22:27:17.436Z] --- PASS: TestRemoveInvalidPath (0.00s) [2022-03-09T22:27:17.436Z] PASS [2022-03-09T22:27:17.436Z] coverage: 82.6% of statements [2022-03-09T22:27:17.436Z] ok github.com/docker/docker/pkg/pidfile 0.057s coverage: 82.6% of statements [2022-03-09T22:27:18.423Z] 2022/03/09 22:27:18 Closing DB instances... [2022-03-09T22:27:18.658Z] --- PASS: TestServiceWithDataPathPortInit (15.18s) [2022-03-09T22:27:18.658Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-03-09T22:27:19.409Z] --- PASS: TestGetAddress (25.02s) [2022-03-09T22:27:19.409Z] === RUN TestRequestSyntaxCheck [2022-03-09T22:27:19.409Z] --- PASS: TestRequestSyntaxCheck (0.02s) [2022-03-09T22:27:19.409Z] === RUN TestRequest [2022-03-09T22:27:19.409Z] === RUN TestFailedConnection [2022-03-09T22:27:19.878Z] --- PASS: TestNetworkDBBulkSync (2.83s) [2022-03-09T22:27:19.878Z] === RUN TestNetworkDBCRUDMediumCluster [2022-03-09T22:27:21.442Z] --- PASS: TestFailedConnection (2.04s) [2022-03-09T22:27:21.442Z] === RUN TestFailOnce [2022-03-09T22:27:21.818Z] Removing intermediate container 981f3bb5ed06 [2022-03-09T22:27:21.818Z] ---> 5883ab6afb93 [2022-03-09T22:27:21.818Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2022-03-09T22:27:21.818Z] ---> Running in 8c3c653ba7e3 [2022-03-09T22:27:21.910Z] 2022/03/09 22:27:21 http: panic serving 127.0.0.1:49296: Plugin not ready [2022-03-09T22:27:21.910Z] goroutine 8 [running]: [2022-03-09T22:27:21.910Z] net/http.(*conn).serve.func1() [2022-03-09T22:27:21.910Z] c:/go/src/net/http/server.go:1802 +0xb9 [2022-03-09T22:27:21.910Z] panic({0xffca00, 0x11109d0}) [2022-03-09T22:27:21.910Z] c:/go/src/runtime/panic.go:1047 +0x266 [2022-03-09T22:27:21.910Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1({0xffffffffffffffff, 0x631561a588c8d5ab}, 0xc0001b1a98) [2022-03-09T22:27:21.910Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x3d [2022-03-09T22:27:21.910Z] net/http.HandlerFunc.ServeHTTP(0x0, {0x111d900, 0xc0000b00e0}, 0xf31d26) [2022-03-09T22:27:21.910Z] c:/go/src/net/http/server.go:2047 +0x2f [2022-03-09T22:27:21.910Z] net/http.(*ServeMux).ServeHTTP(0x0, {0x111d900, 0xc0000b00e0}, 0xc000198100) [2022-03-09T22:27:21.910Z] c:/go/src/net/http/server.go:2425 +0x149 [2022-03-09T22:27:21.910Z] net/http.serverHandler.ServeHTTP({0x111bff0}, {0x111d900, 0xc0000b00e0}, 0xc000198100) [2022-03-09T22:27:21.910Z] c:/go/src/net/http/server.go:2879 +0x43b [2022-03-09T22:27:21.910Z] net/http.(*conn).serve(0xc000062c80, {0x111f900, 0xc000144fc0}) [2022-03-09T22:27:21.910Z] c:/go/src/net/http/server.go:1930 +0xb08 [2022-03-09T22:27:21.910Z] created by net/http.(*Server).Serve [2022-03-09T22:27:21.910Z] c:/go/src/net/http/server.go:3034 +0x4e8 [2022-03-09T22:27:21.910Z] time="2022-03-09T22:27:21Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49295/Test.FailOnce: Post \"http://127.0.0.1:49295/Test.FailOnce\": EOF, retrying in 1s" [2022-03-09T22:27:21.944Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2022-03-09T22:27:21.944Z] service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:iathg4xba2u49up4ysam350pm Created:2022-03-09 22:27:20.040667677 +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[2105f5415105a8970d2c61f42324909697b40e2ea12fe5d97f2170595dbe55ae:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.psbjc5t4hswzoossd7fsvxx78 EndpointID:6ae1aaa2c520437beccdd7f897bcc7f0a002031bad99a69fd3164dba096872f5 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:b3e3a4b6fe34a4efa1306ae71844ab76ec58e1cbf4cf103dd84586f62c25f41a 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:cab699df7da6 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.psbjc5t4hswzoossd7fsvxx78 EndpointID:6ae1aaa2c520437beccdd7f897bcc7f0a002031bad99a69fd3164dba096872f5 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2022-03-09T22:27:22.287Z] [2022-03-09T22:27:22.287Z] SUCCESS: Specified value was saved. [2022-03-09T22:27:22.898Z] --- PASS: TestFailOnce (1.21s) [2022-03-09T22:27:22.899Z] === RUN TestEchoInputOutput [2022-03-09T22:27:22.899Z] --- PASS: TestEchoInputOutput (0.00s) [2022-03-09T22:27:22.899Z] === RUN TestBackoff [2022-03-09T22:27:22.899Z] --- PASS: TestBackoff (0.00s) [2022-03-09T22:27:22.899Z] === RUN TestAbortRetry [2022-03-09T22:27:22.899Z] --- PASS: TestAbortRetry (0.00s) [2022-03-09T22:27:22.899Z] === RUN TestClientScheme [2022-03-09T22:27:22.899Z] --- PASS: TestClientScheme (0.00s) [2022-03-09T22:27:22.899Z] === RUN TestNewClientWithTimeout [2022-03-09T22:27:22.899Z] 2022/03/09 22:27:22 Closing DB instances... [2022-03-09T22:27:22.899Z] time="2022-03-09T22:27:22Z" level=error msg="node: b18a9dfd94d6 is unknown to memberlist" [2022-03-09T22:27:23.369Z] time="2022-03-09T22:27:22Z" 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-09T22:27:24.501Z] === RUN TestDockerSuite/TestBuildResourceConstraintsAreUsed [2022-03-09T22:27:24.933Z] time="2022-03-09T22:27:24Z" 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-09T22:27:25.401Z] --- PASS: TestNetworkDBCRUDMediumCluster (5.51s) [2022-03-09T22:27:25.401Z] === RUN TestNetworkDBNodeJoinLeaveIteration [2022-03-09T22:27:25.436Z] === RUN TestDockerSuite/TestBuildRm [2022-03-09T22:27:26.081Z] Removing intermediate container 8c3c653ba7e3 [2022-03-09T22:27:26.082Z] ---> cdfd40109dc1 [2022-03-09T22:27:26.082Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2022-03-09T22:27:26.082Z] ---> Running in 96424b9a6ff5 [2022-03-09T22:27:26.371Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.82s) [2022-03-09T22:27:26.371Z] PASS [2022-03-09T22:27:26.371Z] [2022-03-09T22:27:26.371Z] === Skipped [2022-03-09T22:27:26.371Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-09T22:27:26.371Z] service_test.go:243: FLAKY_TEST [2022-03-09T22:27:26.371Z] [2022-03-09T22:27:26.371Z] DONE 26 tests, 1 skipped in 48.626s [2022-03-09T22:27:26.371Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-03-09T22:27:26.371Z] ++ 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-09T22:27:26.371Z] ++ set -e [2022-03-09T22:27:26.371Z] ++ '[' -n 0 ']' [2022-03-09T22:27:26.371Z] ++ set -x [2022-03-09T22:27:26.372Z] ++ 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-09T22:27:26.390Z] 2022/03/09 22:27:26 Closing DB instances... [2022-03-09T22:27:26.630Z] INFO: Testing against a local daemon [2022-03-09T22:27:26.630Z] === RUN TestDockerNetworkIpvlanPersistance [2022-03-09T22:27:26.630Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-09T22:27:26.630Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-03-09T22:27:26.630Z] === RUN TestDockerNetworkIpvlan [2022-03-09T22:27:26.630Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-09T22:27:26.630Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-03-09T22:27:26.630Z] PASS [2022-03-09T22:27:26.630Z] [2022-03-09T22:27:26.630Z] === Skipped [2022-03-09T22:27:26.630Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-03-09T22:27:26.630Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-09T22:27:26.630Z] [2022-03-09T22:27:26.630Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-03-09T22:27:26.630Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-09T22:27:26.630Z] [2022-03-09T22:27:26.630Z] DONE 2 tests, 2 skipped in 0.101s [2022-03-09T22:27:26.630Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-03-09T22:27:26.630Z] ++ 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-09T22:27:26.630Z] ++ set -e [2022-03-09T22:27:26.630Z] ++ '[' -n 0 ']' [2022-03-09T22:27:26.630Z] ++ set -x [2022-03-09T22:27:26.630Z] ++ 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-09T22:27:26.630Z] INFO: Testing against a local daemon [2022-03-09T22:27:26.630Z] === RUN TestDockerNetworkMacvlanPersistance [2022-03-09T22:27:27.032Z] Created binary: bundles/cross/linux/amd64-daemon/dockerd-dev [2022-03-09T22:27:27.032Z] Copying nested executables into bundles/cross/linux/amd64-daemon [2022-03-09T22:27:27.032Z] Building: bundles/cross/linux/amd64-daemon/docker-proxy-dev [2022-03-09T22:27:27.032Z] GOOS="linux" GOARCH="amd64" GOARM="" [2022-03-09T22:27:27.032Z] Created binary: bundles/cross/linux/amd64-daemon/docker-proxy-dev [2022-03-09T22:27:27.032Z] Cross building: bundles/cross/windows/amd64 [2022-03-09T22:27:27.032Z] Building: bundles/cross/windows/amd64-daemon/dockerd-dev.exe [2022-03-09T22:27:27.032Z] GOOS="windows" GOARCH="amd64" GOARM="" [2022-03-09T22:27:27.378Z] --- PASS: TestRequest (7.78s) [2022-03-09T22:27:27.378Z] === RUN TestOverlappingRequests [2022-03-09T22:27:27.378Z] time="2022-03-09T22:27:26Z" 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-09T22:27:27.378Z] --- PASS: TestOverlappingRequests (0.40s) [2022-03-09T22:27:27.378Z] === RUN TestRelease [2022-03-09T22:27:27.565Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2022-03-09T22:27:27.846Z] --- PASS: TestNetworkDBNodeJoinLeaveIteration (2.63s) [2022-03-09T22:27:27.846Z] === RUN TestNetworkDBGarbageCollection [2022-03-09T22:27:28.130Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.35s) [2022-03-09T22:27:28.130Z] === RUN TestDockerNetworkMacvlan [2022-03-09T22:27:28.130Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2022-03-09T22:27:28.696Z] === RUN TestDockerNetworkMacvlan/Subinterface [2022-03-09T22:27:29.262Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderElection [2022-03-09T22:27:29.262Z] === RUN TestDockerSuite/TestBuildScratchCopy [2022-03-09T22:27:29.411Z] --- PASS: TestRelease (1.52s) [2022-03-09T22:27:29.411Z] === RUN TestAllocateRandomDeallocate [2022-03-09T22:27:29.829Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2022-03-09T22:27:29.829Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2022-03-09T22:27:30.397Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2022-03-09T22:27:30.656Z] === RUN TestDockerNetworkMacvlan/NilParent [2022-03-09T22:27:30.873Z] Cannot create a file when that file already exists. [2022-03-09T22:27:31.592Z] docker_api_swarm_test.go:304: [d6ecb2bea502f] joining swarm manager [d6afedc58b514]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-09T22:27:31.628Z] time="2022-03-09T22:27:31Z" 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-09T22:27:31.851Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2022-03-09T22:27:32.790Z] docker_api_swarm_test.go:305: [d788229361cae] joining swarm manager [d6afedc58b514]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-09T22:27:32.818Z] === RUN TestMiddlewares [2022-03-09T22:27:32.818Z] --- PASS: TestMiddlewares (0.00s) [2022-03-09T22:27:32.818Z] PASS [2022-03-09T22:27:32.818Z] coverage: 9.0% of statements [2022-03-09T22:27:32.818Z] ok github.com/docker/docker/api/server 0.057s coverage: 9.0% of statements [2022-03-09T22:27:33.049Z] === RUN TestDockerSuite/TestBuildShellInherited [2022-03-09T22:27:33.049Z] === RUN TestDockerNetworkMacvlan/InternalMode [2022-03-09T22:27:33.842Z] --- PASS: TestAllocateRandomDeallocate (4.36s) [2022-03-09T22:27:33.843Z] === RUN TestRetrieveFromStore [2022-03-09T22:27:33.983Z] docker_api_swarm_test.go:351: Waiting for election to occur... [2022-03-09T22:27:33.983Z] === RUN TestDockerSuite/TestBuildShellMultiple [2022-03-09T22:27:35.361Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2022-03-09T22:27:35.408Z] --- PASS: TestRetrieveFromStore (1.60s) [2022-03-09T22:27:35.408Z] === RUN TestRequestReleaseAddressDuplicate [2022-03-09T22:27:35.408Z] --- PASS: TestRequestReleaseAddressDuplicate (0.02s) [2022-03-09T22:27:35.408Z] === RUN TestParallelPredefinedRequest1 [2022-03-09T22:27:35.408Z] === PAUSE TestParallelPredefinedRequest1 [2022-03-09T22:27:35.408Z] === RUN TestParallelPredefinedRequest2 [2022-03-09T22:27:35.408Z] === PAUSE TestParallelPredefinedRequest2 [2022-03-09T22:27:35.408Z] === RUN TestParallelPredefinedRequest3 [2022-03-09T22:27:35.408Z] === PAUSE TestParallelPredefinedRequest3 [2022-03-09T22:27:35.408Z] === RUN TestParallelPredefinedRequest4 [2022-03-09T22:27:35.408Z] === PAUSE TestParallelPredefinedRequest4 [2022-03-09T22:27:35.408Z] === RUN TestParallelPredefinedRequest5 [2022-03-09T22:27:35.408Z] === PAUSE TestParallelPredefinedRequest5 [2022-03-09T22:27:35.408Z] === RUN TestDebug [2022-03-09T22:27:35.408Z] --- PASS: TestDebug (0.00s) [2022-03-09T22:27:35.408Z] === RUN TestRequestPoolParallel [2022-03-09T22:27:35.877Z] --- PASS: TestRequestPoolParallel (0.67s) [2022-03-09T22:27:35.877Z] === RUN TestFullAllocateRelease [2022-03-09T22:27:36.345Z] --- PASS: TestFullAllocateRelease (0.46s) [2022-03-09T22:27:36.345Z] === RUN TestOddAllocateRelease [2022-03-09T22:27:36.345Z] --- PASS: TestOddAllocateRelease (0.27s) [2022-03-09T22:27:36.345Z] === RUN TestFullAllocateSerialReleaseParallel [2022-03-09T22:27:36.813Z] --- PASS: TestFullAllocateSerialReleaseParallel (0.10s) [2022-03-09T22:27:36.813Z] === RUN TestOddAllocateSerialReleaseParallel [2022-03-09T22:27:36.813Z] --- PASS: TestOddAllocateSerialReleaseParallel (0.05s) [2022-03-09T22:27:36.813Z] === RUN TestEvenAllocateSerialReleaseParallel [2022-03-09T22:27:36.813Z] --- PASS: TestEvenAllocateSerialReleaseParallel (0.05s) [2022-03-09T22:27:36.813Z] === CONT TestParallelPredefinedRequest1 [2022-03-09T22:27:36.813Z] === CONT TestParallelPredefinedRequest4 [2022-03-09T22:27:36.813Z] === CONT TestParallelPredefinedRequest5 [2022-03-09T22:27:36.813Z] === CONT TestParallelPredefinedRequest1 [2022-03-09T22:27:36.813Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-09T22:27:36.813Z] === CONT TestParallelPredefinedRequest5 [2022-03-09T22:27:36.813Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-09T22:27:36.813Z] === CONT TestParallelPredefinedRequest4 [2022-03-09T22:27:36.813Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-09T22:27:36.813Z] --- SKIP: TestParallelPredefinedRequest1 (0.00s) [2022-03-09T22:27:36.813Z] --- SKIP: TestParallelPredefinedRequest4 (0.00s) [2022-03-09T22:27:36.813Z] === CONT TestParallelPredefinedRequest3 [2022-03-09T22:27:36.813Z] === CONT TestParallelPredefinedRequest2 [2022-03-09T22:27:36.813Z] === CONT TestParallelPredefinedRequest3 [2022-03-09T22:27:36.813Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-09T22:27:36.813Z] === CONT TestParallelPredefinedRequest2 [2022-03-09T22:27:36.813Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-09T22:27:36.813Z] --- SKIP: TestParallelPredefinedRequest3 (0.00s) [2022-03-09T22:27:36.813Z] --- SKIP: TestParallelPredefinedRequest2 (0.00s) [2022-03-09T22:27:36.813Z] --- SKIP: TestParallelPredefinedRequest5 (0.00s) [2022-03-09T22:27:36.813Z] PASS [2022-03-09T22:27:36.813Z] coverage: 85.3% of statements [2022-03-09T22:27:36.813Z] ok github.com/docker/docker/libnetwork/ipam 49.279s coverage: 85.3% of statements [2022-03-09T22:27:37.264Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2022-03-09T22:27:37.264Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2022-03-09T22:27:37.264Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2022-03-09T22:27:37.264Z] docker_cli_build_test.go:5297: unmatched requirement DaemonIsWindows [2022-03-09T22:27:37.264Z] === RUN TestDockerSuite/TestBuildSpaces [2022-03-09T22:27:37.831Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2022-03-09T22:27:38.054Z] Removing intermediate container 96424b9a6ff5 [2022-03-09T22:27:38.054Z] ---> 5afb9620dc12 [2022-03-09T22:27:38.054Z] Step 13/13 : CMD ["sh"] [2022-03-09T22:27:38.054Z] ---> Running in e899cc1a16e6 [2022-03-09T22:27:38.054Z] Removing intermediate container e899cc1a16e6 [2022-03-09T22:27:38.054Z] ---> 5f0d6b1c70f2 [2022-03-09T22:27:38.054Z] Successfully built 5f0d6b1c70f2 [2022-03-09T22:27:38.054Z] Successfully tagged busybox:latest [2022-03-09T22:27:38.054Z] INFO: Docker images of the daemon under test [2022-03-09T22:27:38.054Z] [2022-03-09T22:27:38.054Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-03-09T22:27:38.054Z] busybox latest 5f0d6b1c70f2 Less than a second ago 5.01GB [2022-03-09T22:27:38.054Z] microsoft/windowsservercore latest 02f938cacc3b 6 days ago 4.96GB [2022-03-09T22:27:38.054Z] mcr.microsoft.com/windows/servercore ltsc2022 02f938cacc3b 6 days ago 4.96GB [2022-03-09T22:27:38.054Z] [2022-03-09T22:27:38.054Z] INFO: Running integration tests at 03/09/2022 22:27:37... [2022-03-09T22:27:38.054Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2022-03-09T22:27:38.054Z] INFO: Integration API tests being run from the host: [2022-03-09T22:27:38.054Z] INFO: make.ps1 starting at 03/09/2022 22:27:37 [2022-03-09T22:27:38.379Z] === RUN TestParseEmptyInterface [2022-03-09T22:27:38.379Z] --- PASS: TestParseEmptyInterface (0.00s) [2022-03-09T22:27:38.379Z] === RUN TestParseNonInterfaceType [2022-03-09T22:27:38.379Z] --- PASS: TestParseNonInterfaceType (0.00s) [2022-03-09T22:27:38.379Z] === RUN TestParseWithOneFunction [2022-03-09T22:27:38.379Z] --- PASS: TestParseWithOneFunction (0.00s) [2022-03-09T22:27:38.379Z] === RUN TestParseWithMultipleFuncs [2022-03-09T22:27:38.379Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2022-03-09T22:27:38.379Z] === RUN TestParseWithUnnamedReturn [2022-03-09T22:27:38.379Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2022-03-09T22:27:38.379Z] === RUN TestEmbeddedInterface [2022-03-09T22:27:38.379Z] --- PASS: TestEmbeddedInterface (0.00s) [2022-03-09T22:27:38.379Z] === RUN TestParsedImports [2022-03-09T22:27:38.379Z] --- PASS: TestParsedImports (0.00s) [2022-03-09T22:27:38.379Z] === RUN TestAliasedImports [2022-03-09T22:27:38.379Z] --- PASS: TestAliasedImports (0.00s) [2022-03-09T22:27:38.379Z] PASS [2022-03-09T22:27:38.379Z] coverage: 56.8% of statements [2022-03-09T22:27:38.379Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.060s coverage: 56.8% of statements [2022-03-09T22:27:38.766Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2022-03-09T22:27:38.766Z] === RUN TestDockerSuite/TestBuildStderr [2022-03-09T22:27:39.114Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2022-03-09T22:27:39.366Z] === RUN TestHTTPTransport [2022-03-09T22:27:39.366Z] --- PASS: TestHTTPTransport (0.00s) [2022-03-09T22:27:39.366Z] PASS [2022-03-09T22:27:39.366Z] coverage: 85.7% of statements [2022-03-09T22:27:39.366Z] ok github.com/docker/docker/pkg/plugins/transport 0.043s coverage: 85.7% of statements [2022-03-09T22:27:39.702Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2022-03-09T22:27:39.702Z] === RUN TestDockerNetworkMacvlan/Addressing [2022-03-09T22:27:39.835Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2022-03-09T22:27:39.835Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-03-09T22:27:39.835Z] === RUN TestBufioReaderPoolPutAndGet [2022-03-09T22:27:39.835Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2022-03-09T22:27:39.835Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2022-03-09T22:27:39.835Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2022-03-09T22:27:39.835Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2022-03-09T22:27:39.835Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-03-09T22:27:39.835Z] === RUN TestBufioWriterPoolPutAndGet [2022-03-09T22:27:39.835Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2022-03-09T22:27:39.835Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2022-03-09T22:27:39.835Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2022-03-09T22:27:39.835Z] === RUN TestBufferPoolPutAndGet [2022-03-09T22:27:39.835Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2022-03-09T22:27:39.835Z] PASS [2022-03-09T22:27:39.835Z] coverage: 88.2% of statements [2022-03-09T22:27:39.835Z] ok github.com/docker/docker/pkg/pools 0.043s coverage: 88.2% of statements [2022-03-09T22:27:40.303Z] --- PASS: TestNewClientWithTimeout (17.61s) [2022-03-09T22:27:40.303Z] === RUN TestClientStream [2022-03-09T22:27:40.303Z] --- PASS: TestClientStream (0.00s) [2022-03-09T22:27:40.303Z] === RUN TestClientSendFile [2022-03-09T22:27:40.303Z] --- PASS: TestClientSendFile (0.00s) [2022-03-09T22:27:40.303Z] === RUN TestClientWithRequestTimeout [2022-03-09T22:27:40.303Z] --- PASS: TestClientWithRequestTimeout (0.01s) [2022-03-09T22:27:40.303Z] === RUN TestFileSpecPlugin [2022-03-09T22:27:40.303Z] --- PASS: TestFileSpecPlugin (0.01s) [2022-03-09T22:27:40.303Z] === RUN TestFileJSONSpecPlugin [2022-03-09T22:27:40.303Z] --- PASS: TestFileJSONSpecPlugin (0.00s) [2022-03-09T22:27:40.303Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2022-03-09T22:27:40.303Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.01s) [2022-03-09T22:27:40.303Z] === RUN TestPluginAddHandler [2022-03-09T22:27:40.303Z] --- PASS: TestPluginAddHandler (0.00s) [2022-03-09T22:27:40.303Z] === RUN TestPluginWaitBadPlugin [2022-03-09T22:27:40.303Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2022-03-09T22:27:40.303Z] === RUN TestGet [2022-03-09T22:27:40.303Z] time="2022-03-09T22:27:40Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2022-03-09T22:27:40.645Z] --- PASS: TestDockerNetworkMacvlan (12.64s) [2022-03-09T22:27:40.645Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.08s) [2022-03-09T22:27:40.645Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.08s) [2022-03-09T22:27:40.645Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.40s) [2022-03-09T22:27:40.645Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (1.32s) [2022-03-09T22:27:40.645Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.78s) [2022-03-09T22:27:40.645Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.84s) [2022-03-09T22:27:40.645Z] PASS [2022-03-09T22:27:40.645Z] [2022-03-09T22:27:40.645Z] DONE 8 tests in 14.116s [2022-03-09T22:27:40.645Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2022-03-09T22:27:40.645Z] ++ 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-09T22:27:40.645Z] ++ set -e [2022-03-09T22:27:40.645Z] ++ '[' -n 0 ']' [2022-03-09T22:27:40.645Z] ++ set -x [2022-03-09T22:27:40.645Z] ++ 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-09T22:27:40.645Z] testing: warning: no tests to run [2022-03-09T22:27:40.645Z] PASS [2022-03-09T22:27:40.645Z] [2022-03-09T22:27:40.645Z] DONE 0 tests in 0.022s [2022-03-09T22:27:40.645Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-03-09T22:27:40.645Z] ++ 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-09T22:27:40.645Z] ++ set -e [2022-03-09T22:27:40.645Z] ++ '[' -n 0 ']' [2022-03-09T22:27:40.645Z] ++ set -x [2022-03-09T22:27:40.645Z] ++ 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-09T22:27:40.773Z] === RUN TestOutputOnPrematureClose [2022-03-09T22:27:40.773Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2022-03-09T22:27:40.773Z] === RUN TestCompleteSilently [2022-03-09T22:27:40.773Z] --- PASS: TestCompleteSilently (0.00s) [2022-03-09T22:27:40.773Z] PASS [2022-03-09T22:27:40.773Z] coverage: 75.9% of statements [2022-03-09T22:27:40.773Z] ok github.com/docker/docker/pkg/progress 0.052s coverage: 75.9% of statements [2022-03-09T22:27:40.903Z] INFO: Testing against a local daemon [2022-03-09T22:27:40.903Z] === RUN TestAuthZPluginAllowRequest [2022-03-09T22:27:41.242Z] === RUN TestSendToOneSub [2022-03-09T22:27:41.242Z] --- PASS: TestSendToOneSub (0.00s) [2022-03-09T22:27:41.242Z] === RUN TestSendToMultipleSubs [2022-03-09T22:27:41.242Z] --- PASS: TestSendToMultipleSubs (0.00s) [2022-03-09T22:27:41.242Z] === RUN TestEvictOneSub [2022-03-09T22:27:41.242Z] --- PASS: TestEvictOneSub (0.00s) [2022-03-09T22:27:41.242Z] === RUN TestClosePublisher [2022-03-09T22:27:41.242Z] --- PASS: TestClosePublisher (0.00s) [2022-03-09T22:27:41.242Z] === RUN TestPubSubRace [2022-03-09T22:27:41.242Z] time="2022-03-09T22:27:41Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2022-03-09T22:27:42.228Z] --- PASS: TestPubSubRace (1.06s) [2022-03-09T22:27:42.228Z] PASS [2022-03-09T22:27:42.228Z] coverage: 75.0% of statements [2022-03-09T22:27:42.228Z] ok github.com/docker/docker/pkg/pubsub 1.110s coverage: 75.0% of statements [2022-03-09T22:27:42.280Z] --- PASS: TestAuthZPluginAllowRequest (1.29s) [2022-03-09T22:27:42.280Z] === RUN TestAuthZPluginTLS [2022-03-09T22:27:42.539Z] === RUN TestDockerSuite/TestBuildStopSignal [2022-03-09T22:27:42.798Z] --- PASS: TestAuthZPluginTLS (0.57s) [2022-03-09T22:27:42.798Z] === RUN TestAuthZPluginDenyRequest [2022-03-09T22:27:43.214Z] === RUN TestRegister [2022-03-09T22:27:43.214Z] --- PASS: TestRegister (0.00s) [2022-03-09T22:27:43.214Z] === RUN TestCommand [2022-03-09T22:27:43.214Z] --- PASS: TestCommand (0.03s) [2022-03-09T22:27:43.214Z] === RUN TestNaiveSelf [2022-03-09T22:27:43.214Z] --- PASS: TestNaiveSelf (0.04s) [2022-03-09T22:27:43.214Z] PASS [2022-03-09T22:27:43.214Z] coverage: 82.4% of statements [2022-03-09T22:27:43.214Z] time="2022-03-09T22:27:43Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2022-03-09T22:27:43.214Z] ok github.com/docker/docker/pkg/reexec 0.118s coverage: 82.4% of statements [2022-03-09T22:27:43.366Z] --- PASS: TestAuthZPluginDenyRequest (0.54s) [2022-03-09T22:27:43.366Z] === RUN TestAuthZPluginAPIDenyResponse [2022-03-09T22:27:43.366Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2022-03-09T22:27:43.933Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.55s) [2022-03-09T22:27:43.933Z] === RUN TestAuthZPluginDenyResponse [2022-03-09T22:27:44.192Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2022-03-09T22:27:44.209Z] === RUN TestDump [2022-03-09T22:27:44.209Z] goroutine 21 [running]: [2022-03-09T22:27:44.209Z] github.com/docker/docker/pkg/stack.dump(0xd3b9d7) [2022-03-09T22:27:44.209Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-03-09T22:27:44.209Z] github.com/docker/docker/pkg/stack.Dump(...) [2022-03-09T22:27:44.209Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:18 [2022-03-09T22:27:44.209Z] github.com/docker/docker/pkg/stack.TestDump(0x0) [2022-03-09T22:27:44.209Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:12 +0x2a [2022-03-09T22:27:44.209Z] testing.tRunner(0xc0000856c0, 0xeaa190) [2022-03-09T22:27:44.209Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-03-09T22:27:44.209Z] created by testing.(*T).Run [2022-03-09T22:27:44.209Z] c:/go/src/testing/testing.go:1306 +0x35a [2022-03-09T22:27:44.209Z] [2022-03-09T22:27:44.209Z] goroutine 1 [chan receive]: [2022-03-09T22:27:44.209Z] testing.(*T).Run(0xc000085520, {0xe9b7b1, 0xd1a733}, 0xeaa190) [2022-03-09T22:27:44.209Z] c:/go/src/testing/testing.go:1307 +0x375 [2022-03-09T22:27:44.209Z] testing.runTests.func1(0xc0000c6810) [2022-03-09T22:27:44.209Z] c:/go/src/testing/testing.go:1598 +0x6e [2022-03-09T22:27:44.209Z] testing.tRunner(0xc000085520, 0xc0000d1ce0) [2022-03-09T22:27:44.209Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-03-09T22:27:44.209Z] testing.runTests(0xc0000dc080, {0x100ec20, 0x3, 0x3}, {0xd3ac2d, 0xe9d4ab, 0x10136e0}) [2022-03-09T22:27:44.209Z] c:/go/src/testing/testing.go:1596 +0x43f [2022-03-09T22:27:44.209Z] testing.(*M).Run(0xc0000dc080) [2022-03-09T22:27:44.209Z] c:/go/src/testing/testing.go:1504 +0x51d [2022-03-09T22:27:44.209Z] main.main() [2022-03-09T22:27:44.209Z] _testmain.go:95 +0x1f5 [2022-03-09T22:27:44.209Z] --- PASS: TestDump (0.00s) [2022-03-09T22:27:44.209Z] === RUN TestDumpToFile [2022-03-09T22:27:44.209Z] --- PASS: TestDumpToFile (0.23s) [2022-03-09T22:27:44.209Z] === RUN TestDumpToFileWithEmptyInput [2022-03-09T22:27:44.209Z] goroutine 23 [running]: [2022-03-09T22:27:44.209Z] github.com/docker/docker/pkg/stack.dump(0xda8bb4) [2022-03-09T22:27:44.209Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-03-09T22:27:44.209Z] github.com/docker/docker/pkg/stack.DumpToFile({0x0, 0xda8f60}) [2022-03-09T22:27:44.209Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:38 +0x214 [2022-03-09T22:27:44.209Z] github.com/docker/docker/pkg/stack.TestDumpToFileWithEmptyInput(0xc0000856c0) [2022-03-09T22:27:44.209Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:27 +0x26 [2022-03-09T22:27:44.209Z] testing.tRunner(0xc000085ba0, 0xeaa180) [2022-03-09T22:27:44.450Z] --- PASS: TestAuthZPluginDenyResponse (0.57s) [2022-03-09T22:27:44.450Z] === RUN TestAuthZPluginAllowEventStream [2022-03-09T22:27:44.450Z] === RUN TestDockerSuite/TestBuildTagEvent [2022-03-09T22:27:44.687Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-03-09T22:27:44.687Z] created by testing.(*T).Run [2022-03-09T22:27:44.687Z] c:/go/src/testing/testing.go:1306 +0x35a [2022-03-09T22:27:44.687Z] [2022-03-09T22:27:44.687Z] goroutine 1 [chan receive]: [2022-03-09T22:27:44.687Z] testing.(*T).Run(0xc000085520, {0xea2596, 0xd1a733}, 0xeaa180) [2022-03-09T22:27:44.687Z] c:/go/src/testing/testing.go:1307 +0x375 [2022-03-09T22:27:44.687Z] testing.runTests.func1(0xc0000c6810) [2022-03-09T22:27:44.687Z] c:/go/src/testing/testing.go:1598 +0x6e [2022-03-09T22:27:44.687Z] testing.tRunner(0xc000085520, 0xc0000d1ce0) [2022-03-09T22:27:44.687Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-03-09T22:27:44.687Z] testing.runTests(0xc0000dc080, {0x100ec20, 0x3, 0x3}, {0xd3ac2d, 0xe9d4ab, 0x10136e0}) [2022-03-09T22:27:44.687Z] c:/go/src/testing/testing.go:1596 +0x43f [2022-03-09T22:27:44.687Z] testing.(*M).Run(0xc0000dc080) [2022-03-09T22:27:44.687Z] c:/go/src/testing/testing.go:1504 +0x51d [2022-03-09T22:27:44.687Z] main.main() [2022-03-09T22:27:44.687Z] _testmain.go:95 +0x1f5 [2022-03-09T22:27:44.687Z] --- PASS: TestDumpToFileWithEmptyInput (0.00s) [2022-03-09T22:27:44.687Z] PASS [2022-03-09T22:27:44.687Z] coverage: 90.9% of statements [2022-03-09T22:27:44.687Z] ok github.com/docker/docker/pkg/stack 0.280s coverage: 90.9% of statements [2022-03-09T22:27:45.155Z] === RUN TestNewStdWriter [2022-03-09T22:27:45.155Z] --- PASS: TestNewStdWriter (0.00s) [2022-03-09T22:27:45.155Z] === RUN TestWriteWithUninitializedStdWriter [2022-03-09T22:27:45.155Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2022-03-09T22:27:45.155Z] === RUN TestWriteWithNilBytes [2022-03-09T22:27:45.155Z] --- PASS: TestWriteWithNilBytes (0.00s) [2022-03-09T22:27:45.155Z] === RUN TestWrite [2022-03-09T22:27:45.155Z] --- PASS: TestWrite (0.00s) [2022-03-09T22:27:45.155Z] === RUN TestWriteWithWriterError [2022-03-09T22:27:45.155Z] --- PASS: TestWriteWithWriterError (0.00s) [2022-03-09T22:27:45.155Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2022-03-09T22:27:45.155Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2022-03-09T22:27:45.155Z] === RUN TestStdCopyWriteAndRead [2022-03-09T22:27:45.155Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2022-03-09T22:27:45.155Z] === RUN TestStdCopyReturnsErrorReadingHeader [2022-03-09T22:27:45.155Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2022-03-09T22:27:45.155Z] === RUN TestStdCopyReturnsErrorReadingFrame [2022-03-09T22:27:45.155Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2022-03-09T22:27:45.155Z] === RUN TestStdCopyDetectsCorruptedFrame [2022-03-09T22:27:45.155Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2022-03-09T22:27:45.155Z] === RUN TestStdCopyWithInvalidInputHeader [2022-03-09T22:27:45.155Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2022-03-09T22:27:45.155Z] === RUN TestStdCopyWithCorruptedPrefix [2022-03-09T22:27:45.155Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2022-03-09T22:27:45.155Z] === RUN TestStdCopyReturnsWriteErrors [2022-03-09T22:27:45.155Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2022-03-09T22:27:45.155Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2022-03-09T22:27:45.155Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2022-03-09T22:27:45.155Z] === RUN TestStdCopyReturnsErrorFromSystem [2022-03-09T22:27:45.155Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2022-03-09T22:27:45.155Z] PASS [2022-03-09T22:27:45.155Z] coverage: 100.0% of statements [2022-03-09T22:27:45.155Z] ok github.com/docker/docker/pkg/stdcopy 0.050s coverage: 100.0% of statements [2022-03-09T22:27:45.384Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2022-03-09T22:27:45.951Z] --- PASS: TestAuthZPluginAllowEventStream (1.43s) [2022-03-09T22:27:45.951Z] === RUN TestAuthZPluginErrorResponse [2022-03-09T22:27:46.142Z] === RUN TestRawProgressFormatterFormatStatus [2022-03-09T22:27:46.142Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2022-03-09T22:27:46.142Z] === RUN TestRawProgressFormatterFormatProgress [2022-03-09T22:27:46.142Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2022-03-09T22:27:46.142Z] === RUN TestFormatStatus [2022-03-09T22:27:46.142Z] --- PASS: TestFormatStatus (0.00s) [2022-03-09T22:27:46.142Z] === RUN TestFormatError [2022-03-09T22:27:46.142Z] --- PASS: TestFormatError (0.00s) [2022-03-09T22:27:46.142Z] === RUN TestFormatJSONError [2022-03-09T22:27:46.142Z] --- PASS: TestFormatJSONError (0.00s) [2022-03-09T22:27:46.142Z] === RUN TestJsonProgressFormatterFormatProgress [2022-03-09T22:27:46.142Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2022-03-09T22:27:46.142Z] === RUN TestJsonProgressFormatterFormatStatus [2022-03-09T22:27:46.142Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2022-03-09T22:27:46.142Z] === RUN TestNewJSONProgressOutput [2022-03-09T22:27:46.142Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2022-03-09T22:27:46.142Z] === RUN TestAuxFormatterEmit [2022-03-09T22:27:46.142Z] --- PASS: TestAuxFormatterEmit (0.00s) [2022-03-09T22:27:46.142Z] === RUN TestStreamWriterStdout [2022-03-09T22:27:46.142Z] --- PASS: TestStreamWriterStdout (0.00s) [2022-03-09T22:27:46.142Z] === RUN TestStreamWriterStderr [2022-03-09T22:27:46.142Z] --- PASS: TestStreamWriterStderr (0.00s) [2022-03-09T22:27:46.142Z] PASS [2022-03-09T22:27:46.142Z] coverage: 66.2% of statements [2022-03-09T22:27:46.142Z] ok github.com/docker/docker/pkg/streamformatter 0.051s coverage: 66.2% of statements [2022-03-09T22:27:46.209Z] === RUN TestDockerSuite/TestBuildUser [2022-03-09T22:27:46.209Z] --- PASS: TestAuthZPluginErrorResponse (0.56s) [2022-03-09T22:27:46.209Z] === RUN TestAuthZPluginErrorRequest [2022-03-09T22:27:46.776Z] --- PASS: TestAuthZPluginErrorRequest (0.54s) [2022-03-09T22:27:46.776Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-03-09T22:27:47.130Z] === RUN TestGenerateRandomID [2022-03-09T22:27:47.130Z] --- PASS: TestGenerateRandomID (0.00s) [2022-03-09T22:27:47.130Z] === RUN TestShortenId [2022-03-09T22:27:47.130Z] --- PASS: TestShortenId (0.00s) [2022-03-09T22:27:47.130Z] === RUN TestShortenSha256Id [2022-03-09T22:27:47.130Z] --- PASS: TestShortenSha256Id (0.00s) [2022-03-09T22:27:47.130Z] === RUN TestShortenIdEmpty [2022-03-09T22:27:47.130Z] --- PASS: TestShortenIdEmpty (0.00s) [2022-03-09T22:27:47.130Z] === RUN TestShortenIdInvalid [2022-03-09T22:27:47.130Z] --- PASS: TestShortenIdInvalid (0.00s) [2022-03-09T22:27:47.130Z] === RUN TestIsShortIDNonHex [2022-03-09T22:27:47.130Z] --- PASS: TestIsShortIDNonHex (0.00s) [2022-03-09T22:27:47.130Z] === RUN TestIsShortIDNotCorrectSize [2022-03-09T22:27:47.130Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2022-03-09T22:27:47.130Z] PASS [2022-03-09T22:27:47.130Z] coverage: 70.6% of statements [2022-03-09T22:27:47.130Z] ok github.com/docker/docker/pkg/stringid 0.045s coverage: 70.6% of statements [2022-03-09T22:27:47.342Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.54s) [2022-03-09T22:27:47.342Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-03-09T22:27:47.598Z] time="2022-03-09T22:27:47Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2022-03-09T22:27:47.598Z] === RUN TestIsCpusetListAvailable [2022-03-09T22:27:47.598Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2022-03-09T22:27:47.598Z] PASS [2022-03-09T22:27:47.598Z] coverage: 39.4% of statements [2022-03-09T22:27:47.598Z] ok github.com/docker/docker/pkg/sysinfo 0.041s coverage: 39.4% of statements [2022-03-09T22:27:47.600Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2022-03-09T22:27:49.502Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.80s) [2022-03-09T22:27:49.502Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-03-09T22:27:49.813Z] === RUN TestChtimes [2022-03-09T22:27:49.813Z] --- PASS: TestChtimes (0.01s) [2022-03-09T22:27:49.813Z] === RUN TestChtimesWindows [2022-03-09T22:27:49.813Z] --- PASS: TestChtimesWindows (0.00s) [2022-03-09T22:27:49.813Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2022-03-09T22:27:49.813Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2022-03-09T22:27:49.813Z] PASS [2022-03-09T22:27:49.813Z] coverage: 12.9% of statements [2022-03-09T22:27:49.813Z] ok github.com/docker/docker/pkg/system 0.055s coverage: 12.9% of statements [2022-03-09T22:27:50.281Z] === RUN TestTailFile [2022-03-09T22:27:50.281Z] --- PASS: TestTailFile (0.00s) [2022-03-09T22:27:50.281Z] === RUN TestTailFileManyLines [2022-03-09T22:27:50.281Z] --- PASS: TestTailFileManyLines (0.00s) [2022-03-09T22:27:50.281Z] === RUN TestTailEmptyFile [2022-03-09T22:27:50.281Z] --- PASS: TestTailEmptyFile (0.00s) [2022-03-09T22:27:50.281Z] === RUN TestTailNegativeN [2022-03-09T22:27:50.281Z] --- PASS: TestTailNegativeN (0.00s) [2022-03-09T22:27:50.281Z] === RUN TestNewTailReader [2022-03-09T22:27:50.281Z] === PAUSE TestNewTailReader [2022-03-09T22:27:50.281Z] === CONT TestNewTailReader [2022-03-09T22:27:50.281Z] === RUN TestNewTailReader/no_delimiter [2022-03-09T22:27:50.281Z] === PAUSE TestNewTailReader/no_delimiter [2022-03-09T22:27:50.281Z] === RUN TestNewTailReader/single_byte_delimiter [2022-03-09T22:27:50.281Z] === PAUSE TestNewTailReader/single_byte_delimiter [2022-03-09T22:27:50.281Z] === RUN TestNewTailReader/2_byte_delimiter [2022-03-09T22:27:50.281Z] === PAUSE TestNewTailReader/2_byte_delimiter [2022-03-09T22:27:50.281Z] === RUN TestNewTailReader/4_byte_delimiter [2022-03-09T22:27:50.281Z] === PAUSE TestNewTailReader/4_byte_delimiter [2022-03-09T22:27:50.440Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2022-03-09T22:27:50.744Z] === RUN TestNewTailReader/8_byte_delimiter [2022-03-09T22:27:50.744Z] === PAUSE TestNewTailReader/8_byte_delimiter [2022-03-09T22:27:50.744Z] === RUN TestNewTailReader/12_byte_delimiter [2022-03-09T22:27:50.744Z] === PAUSE TestNewTailReader/12_byte_delimiter [2022-03-09T22:27:50.744Z] === RUN TestNewTailReader/truncated_last_line [2022-03-09T22:27:50.744Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2022-03-09T22:27:50.744Z] === RUN TestNewTailReader/truncated_last_line#01 [2022-03-09T22:27:50.744Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2022-03-09T22:27:50.744Z] === RUN TestNewTailReader/truncated_last_line#02 [2022-03-09T22:27:50.744Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2022-03-09T22:27:50.744Z] === CONT TestNewTailReader/no_delimiter [2022-03-09T22:27:50.744Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2022-03-09T22:27:50.744Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2022-03-09T22:27:50.744Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2022-03-09T22:27:50.744Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2022-03-09T22:27:50.744Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2022-03-09T22:27:50.744Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2022-03-09T22:27:50.744Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-03-09T22:27:50.744Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-03-09T22:27:50.744Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-03-09T22:27:50.744Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-03-09T22:27:50.744Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-03-09T22:27:50.744Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-03-09T22:27:50.744Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2022-03-09T22:27:50.744Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2022-03-09T22:27:50.744Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2022-03-09T22:27:50.744Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2022-03-09T22:27:50.744Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2022-03-09T22:27:50.744Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2022-03-09T22:27:50.744Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2022-03-09T22:27:50.744Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2022-03-09T22:27:50.744Z] === RUN TestNewTailReader/no_delimiter/no_lines [2022-03-09T22:27:50.744Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2022-03-09T22:27:50.744Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-03-09T22:27:50.744Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-03-09T22:27:50.744Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2022-03-09T22:27:50.744Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-03-09T22:27:50.744Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2022-03-09T22:27:50.744Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-03-09T22:27:50.744Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-03-09T22:27:50.744Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-03-09T22:27:50.744Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-03-09T22:27:50.744Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-03-09T22:27:50.744Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-03-09T22:27:50.744Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-03-09T22:27:50.744Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-03-09T22:27:50.744Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-03-09T22:27:50.744Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-03-09T22:27:50.744Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-03-09T22:27:50.744Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-03-09T22:27:50.744Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-03-09T22:27:50.744Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-03-09T22:27:50.744Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-03-09T22:27:50.744Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-03-09T22:27:50.744Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-03-09T22:27:50.744Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-03-09T22:27:50.744Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-03-09T22:27:50.744Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-03-09T22:27:50.744Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-09T22:27:50.744Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-09T22:27:50.744Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-03-09T22:27:50.744Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-03-09T22:27:50.744Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-03-09T22:27:50.744Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2022-03-09T22:27:50.744Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-03-09T22:27:50.745Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-03-09T22:27:50.745Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-09T22:27:50.745Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-09T22:27:50.745Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2022-03-09T22:27:50.745Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-03-09T22:27:50.745Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-03-09T22:27:50.745Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-09T22:27:50.745Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-09T22:27:50.745Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-03-09T22:27:50.745Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-03-09T22:27:50.745Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-03-09T22:27:50.745Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-03-09T22:27:50.745Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-03-09T22:27:50.745Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-03-09T22:27:50.745Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-03-09T22:27:50.745Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-03-09T22:27:50.745Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-03-09T22:27:50.745Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-03-09T22:27:50.745Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-03-09T22:27:50.745Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-09T22:27:50.745Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-09T22:27:50.745Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-03-09T22:27:50.745Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-09T22:27:50.745Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-09T22:27:50.745Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-09T22:27:50.745Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-09T22:27:50.745Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-09T22:27:50.745Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2022-03-09T22:27:50.745Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-03-09T22:27:50.745Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-09T22:27:50.745Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-03-09T22:27:50.745Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-09T22:27:50.745Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-03-09T22:27:50.745Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-09T22:27:50.745Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-09T22:27:50.745Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-09T22:27:50.745Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-09T22:27:50.745Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-09T22:27:50.745Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-09T22:27:50.745Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-09T22:27:50.745Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-09T22:27:50.745Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-09T22:27:50.745Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-09T22:27:50.745Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-09T22:27:50.745Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-09T22:27:50.745Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2022-03-09T22:27:50.745Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-03-09T22:27:50.745Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-03-09T22:27:50.745Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-09T22:27:50.745Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-09T22:27:50.745Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-03-09T22:27:50.745Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-03-09T22:27:50.745Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-03-09T22:27:50.745Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-03-09T22:27:50.745Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-03-09T22:27:50.745Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-03-09T22:27:50.745Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-03-09T22:27:50.745Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-03-09T22:27:50.745Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-03-09T22:27:50.745Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-03-09T22:27:50.745Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-03-09T22:27:50.745Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-03-09T22:27:50.745Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-03-09T22:27:50.745Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-03-09T22:27:50.745Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-03-09T22:27:50.745Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-03-09T22:27:50.745Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-03-09T22:27:50.745Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-03-09T22:27:50.745Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-03-09T22:27:50.745Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-03-09T22:27:50.745Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2022-03-09T22:27:50.745Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-03-09T22:27:50.745Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-03-09T22:27:50.745Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-03-09T22:27:50.745Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-03-09T22:27:50.745Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-03-09T22:27:50.745Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-03-09T22:27:50.745Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-03-09T22:27:50.745Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-03-09T22:27:50.745Z] === CONT TestNewTailReader/12_byte_delimiter [2022-03-09T22:27:50.745Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2022-03-09T22:27:50.745Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2022-03-09T22:27:50.745Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2022-03-09T22:27:50.745Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2022-03-09T22:27:50.745Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2022-03-09T22:27:50.745Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2022-03-09T22:27:50.745Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-09T22:27:50.745Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-09T22:27:50.745Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-09T22:27:50.745Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-09T22:27:50.745Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-03-09T22:27:50.745Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-03-09T22:27:50.745Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-03-09T22:27:50.745Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-03-09T22:27:50.745Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-03-09T22:27:50.745Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-03-09T22:27:50.745Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-03-09T22:27:50.745Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-03-09T22:27:50.745Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-03-09T22:27:50.745Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-03-09T22:27:50.745Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2022-03-09T22:27:50.745Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2022-03-09T22:27:50.745Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-03-09T22:27:50.745Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-03-09T22:27:50.745Z] === CONT TestNewTailReader/2_byte_delimiter [2022-03-09T22:27:50.745Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2022-03-09T22:27:50.745Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2022-03-09T22:27:50.745Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2022-03-09T22:27:50.745Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2022-03-09T22:27:50.745Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2022-03-09T22:27:50.745Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2022-03-09T22:27:50.745Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-09T22:27:50.745Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-09T22:27:50.745Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-09T22:27:50.745Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-09T22:27:50.745Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-03-09T22:27:50.745Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-03-09T22:27:50.745Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-03-09T22:27:50.745Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-03-09T22:27:50.745Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-03-09T22:27:50.745Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-03-09T22:27:50.745Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-03-09T22:27:50.745Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-03-09T22:27:50.745Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-03-09T22:27:50.745Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-03-09T22:27:50.745Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2022-03-09T22:27:50.745Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2022-03-09T22:27:50.745Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-03-09T22:27:50.745Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-03-09T22:27:50.745Z] === CONT TestNewTailReader/8_byte_delimiter [2022-03-09T22:27:50.745Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2022-03-09T22:27:50.745Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2022-03-09T22:27:50.745Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2022-03-09T22:27:50.745Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2022-03-09T22:27:50.745Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2022-03-09T22:27:50.745Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2022-03-09T22:27:50.745Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-09T22:27:50.745Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-09T22:27:50.745Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-09T22:27:50.745Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-09T22:27:50.745Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-03-09T22:27:50.745Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-03-09T22:27:50.745Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-03-09T22:27:50.745Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-03-09T22:27:50.745Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-03-09T22:27:50.745Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-03-09T22:27:50.745Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-03-09T22:27:50.745Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-03-09T22:27:50.745Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-03-09T22:27:50.745Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-03-09T22:27:50.745Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2022-03-09T22:27:50.745Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2022-03-09T22:27:50.745Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-03-09T22:27:50.745Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-03-09T22:27:50.745Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-03-09T22:27:50.745Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-03-09T22:27:50.745Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-03-09T22:27:50.745Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-09T22:27:50.745Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-09T22:27:50.745Z] === CONT TestNewTailReader/4_byte_delimiter [2022-03-09T22:27:50.745Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2022-03-09T22:27:50.745Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2022-03-09T22:27:50.745Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2022-03-09T22:27:50.745Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2022-03-09T22:27:50.745Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2022-03-09T22:27:50.745Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2022-03-09T22:27:50.745Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-09T22:27:50.745Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-09T22:27:50.745Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-09T22:27:50.745Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-09T22:27:50.745Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-03-09T22:27:50.745Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-03-09T22:27:50.745Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-03-09T22:27:50.745Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-03-09T22:27:50.745Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-03-09T22:27:50.745Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-03-09T22:27:50.745Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-03-09T22:27:50.745Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-03-09T22:27:50.745Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-03-09T22:27:50.745Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-03-09T22:27:50.745Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2022-03-09T22:27:50.745Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2022-03-09T22:27:50.745Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-03-09T22:27:50.745Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-03-09T22:27:50.745Z] === CONT TestNewTailReader/single_byte_delimiter [2022-03-09T22:27:50.745Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2022-03-09T22:27:50.745Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2022-03-09T22:27:50.745Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2022-03-09T22:27:50.745Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2022-03-09T22:27:50.745Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2022-03-09T22:27:50.745Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2022-03-09T22:27:50.745Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-09T22:27:50.745Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-09T22:27:50.745Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-09T22:27:50.745Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-09T22:27:50.745Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-03-09T22:27:50.745Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-03-09T22:27:50.745Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-03-09T22:27:50.745Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-03-09T22:27:50.745Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-03-09T22:27:50.745Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-03-09T22:27:50.745Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-03-09T22:27:50.745Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-03-09T22:27:50.745Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-03-09T22:27:50.745Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-03-09T22:27:50.745Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2022-03-09T22:27:50.745Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2022-03-09T22:27:50.745Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-03-09T22:27:50.745Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-03-09T22:27:50.745Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-03-09T22:27:50.745Z] === CONT TestNewTailReader/no_delimiter/no_lines [2022-03-09T22:27:50.745Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-03-09T22:27:50.745Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-03-09T22:27:50.745Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-03-09T22:27:50.745Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-03-09T22:27:50.745Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-09T22:27:50.745Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-09T22:27:50.745Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-09T22:27:50.745Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-09T22:27:50.745Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-09T22:27:50.745Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-09T22:27:50.745Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-03-09T22:27:50.745Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-03-09T22:27:50.745Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-03-09T22:27:50.745Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-03-09T22:27:50.745Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-03-09T22:27:50.745Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-03-09T22:27:50.745Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-03-09T22:27:50.745Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-09T22:27:50.745Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-03-09T22:27:50.745Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-09T22:27:50.745Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-03-09T22:27:50.745Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-03-09T22:27:50.745Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-03-09T22:27:50.745Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-03-09T22:27:50.745Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-03-09T22:27:50.745Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-03-09T22:27:50.746Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-09T22:27:50.746Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-03-09T22:27:50.746Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-03-09T22:27:50.746Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-03-09T22:27:50.746Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-09T22:27:50.746Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-09T22:27:50.746Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-09T22:27:50.746Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-09T22:27:50.746Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-09T22:27:50.746Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-09T22:27:50.746Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2022-03-09T22:27:50.746Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-03-09T22:27:50.746Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-03-09T22:27:50.746Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-09T22:27:50.746Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-09T22:27:50.746Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-09T22:27:50.746Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-03-09T22:27:50.746Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-03-09T22:27:50.746Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-03-09T22:27:50.746Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-03-09T22:27:50.746Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-03-09T22:27:50.746Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-03-09T22:27:50.746Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-03-09T22:27:50.746Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-03-09T22:27:50.746Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-03-09T22:27:50.746Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-03-09T22:27:50.746Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-03-09T22:27:50.746Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-03-09T22:27:50.746Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-03-09T22:27:50.746Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-03-09T22:27:50.746Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2022-03-09T22:27:50.746Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-09T22:27:50.746Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-09T22:27:50.746Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-03-09T22:27:50.746Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-03-09T22:27:50.746Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-03-09T22:27:50.746Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-03-09T22:27:50.746Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-09T22:27:50.746Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-09T22:27:50.746Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-03-09T22:27:50.746Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-09T22:27:50.746Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-09T22:27:50.746Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-09T22:27:50.746Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-09T22:27:50.746Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-03-09T22:27:50.746Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-03-09T22:27:50.746Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-03-09T22:27:50.746Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-03-09T22:27:50.746Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-03-09T22:27:50.746Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-03-09T22:27:50.746Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-03-09T22:27:50.746Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-03-09T22:27:50.746Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-03-09T22:27:50.746Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-03-09T22:27:50.746Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-03-09T22:27:50.746Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-03-09T22:27:50.746Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-03-09T22:27:50.746Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-03-09T22:27:50.746Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-03-09T22:27:50.746Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-03-09T22:27:50.746Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-03-09T22:27:50.746Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-03-09T22:27:50.746Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-03-09T22:27:50.746Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-03-09T22:27:50.746Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-03-09T22:27:50.746Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-09T22:27:50.746Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-09T22:27:50.746Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-09T22:27:50.746Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-09T22:27:50.746Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-09T22:27:50.746Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-09T22:27:50.746Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-09T22:27:50.746Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-09T22:27:50.746Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-09T22:27:50.746Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-09T22:27:50.746Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-09T22:27:50.746Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-09T22:27:50.746Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-09T22:27:50.746Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-09T22:27:50.746Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-09T22:27:50.746Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-03-09T22:27:50.746Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-09T22:27:50.746Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-09T22:27:50.746Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-09T22:27:50.746Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-09T22:27:50.746Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-09T22:27:50.746Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-09T22:27:50.746Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-09T22:27:50.746Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-09T22:27:50.746Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-09T22:27:50.746Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-09T22:27:50.746Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-09T22:27:50.746Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-09T22:27:50.746Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-03-09T22:27:50.746Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-03-09T22:27:50.746Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-03-09T22:27:50.746Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-09T22:27:50.746Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-09T22:27:50.746Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2022-03-09T22:27:50.746Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-03-09T22:27:50.746Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-03-09T22:27:50.746Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-03-09T22:27:50.746Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-03-09T22:27:50.746Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-03-09T22:27:50.746Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-03-09T22:27:50.746Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-03-09T22:27:50.746Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-03-09T22:27:50.746Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-03-09T22:27:50.746Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-03-09T22:27:50.746Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-03-09T22:27:50.746Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-03-09T22:27:50.746Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-03-09T22:27:50.746Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-03-09T22:27:50.746Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-03-09T22:27:50.746Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-03-09T22:27:50.746Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-03-09T22:27:50.746Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-03-09T22:27:50.746Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-03-09T22:27:50.746Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-03-09T22:27:50.746Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-09T22:27:50.746Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-09T22:27:50.746Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-09T22:27:50.746Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-09T22:27:50.746Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-09T22:27:50.746Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-09T22:27:50.746Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-09T22:27:50.746Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-09T22:27:50.746Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-09T22:27:50.746Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-09T22:27:50.746Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-09T22:27:50.746Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-09T22:27:50.746Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-09T22:27:50.746Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-09T22:27:50.746Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-09T22:27:50.746Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2022-03-09T22:27:50.746Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-03-09T22:27:50.746Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-03-09T22:27:50.746Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-09T22:27:50.746Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-09T22:27:50.746Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2022-03-09T22:27:50.746Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-03-09T22:27:50.746Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-03-09T22:27:50.746Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-03-09T22:27:50.746Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-03-09T22:27:50.746Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-03-09T22:27:50.746Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-03-09T22:27:50.746Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-09T22:27:50.746Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-09T22:27:50.746Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2022-03-09T22:27:50.746Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-03-09T22:27:50.746Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-03-09T22:27:50.746Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-09T22:27:50.746Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-09T22:27:50.746Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-03-09T22:27:50.746Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2022-03-09T22:27:50.746Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-09T22:27:50.746Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-09T22:27:50.746Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-03-09T22:27:50.746Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-09T22:27:50.746Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-09T22:27:50.746Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-09T22:27:50.746Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-09T22:27:50.746Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-03-09T22:27:50.746Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-03-09T22:27:50.746Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-03-09T22:27:50.746Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-03-09T22:27:50.746Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-03-09T22:27:50.746Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-03-09T22:27:50.746Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-03-09T22:27:50.746Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-03-09T22:27:50.746Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-03-09T22:27:50.746Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-03-09T22:27:50.746Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-03-09T22:27:50.746Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-03-09T22:27:50.746Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-03-09T22:27:50.746Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-03-09T22:27:50.746Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-03-09T22:27:50.746Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-03-09T22:27:50.746Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-03-09T22:27:50.746Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-03-09T22:27:50.746Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-03-09T22:27:50.746Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-03-09T22:27:50.746Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-03-09T22:27:50.746Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-09T22:27:50.746Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-09T22:27:50.746Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-03-09T22:27:50.746Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-03-09T22:27:50.746Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-03-09T22:27:50.746Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-09T22:27:50.746Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-09T22:27:50.746Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-03-09T22:27:50.746Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-03-09T22:27:50.746Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-03-09T22:27:50.746Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-09T22:27:50.746Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-09T22:27:50.746Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-03-09T22:27:50.746Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-03-09T22:27:50.746Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-03-09T22:27:50.746Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-09T22:27:50.746Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-09T22:27:50.746Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-03-09T22:27:50.746Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-03-09T22:27:50.746Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-03-09T22:27:50.746Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-09T22:27:50.746Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-09T22:27:50.746Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-03-09T22:27:50.746Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-09T22:27:50.746Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-09T22:27:50.746Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-09T22:27:50.746Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-09T22:27:50.746Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-09T22:27:50.746Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-09T22:27:50.746Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-09T22:27:50.746Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-09T22:27:50.746Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-09T22:27:50.746Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-09T22:27:50.747Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-09T22:27:50.747Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-09T22:27:50.747Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2022-03-09T22:27:50.747Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-03-09T22:27:50.747Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-03-09T22:27:50.747Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-03-09T22:27:50.747Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-03-09T22:27:50.747Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-03-09T22:27:50.747Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-03-09T22:27:50.747Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-03-09T22:27:50.747Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-03-09T22:27:50.747Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-03-09T22:27:50.747Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-03-09T22:27:50.747Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-03-09T22:27:50.747Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-03-09T22:27:50.747Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-03-09T22:27:50.747Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-03-09T22:27:50.747Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-03-09T22:27:50.747Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-03-09T22:27:50.747Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-03-09T22:27:50.747Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-03-09T22:27:50.747Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-03-09T22:27:50.747Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-03-09T22:27:50.747Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-09T22:27:50.747Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-09T22:27:50.747Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-09T22:27:50.747Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-09T22:27:50.747Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-09T22:27:50.747Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-09T22:27:50.747Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-09T22:27:50.747Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-09T22:27:50.747Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-09T22:27:50.747Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-09T22:27:50.747Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-09T22:27:50.747Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-09T22:27:50.747Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-09T22:27:50.747Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-09T22:27:50.747Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-09T22:27:50.747Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2022-03-09T22:27:50.747Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-03-09T22:27:50.747Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-03-09T22:27:50.747Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-03-09T22:27:50.747Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-03-09T22:27:50.747Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-03-09T22:27:50.747Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-03-09T22:27:50.747Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-09T22:27:50.747Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-09T22:27:50.747Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-03-09T22:27:50.747Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-09T22:27:50.747Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-09T22:27:50.747Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-09T22:27:50.747Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-09T22:27:50.747Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-09T22:27:50.747Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-09T22:27:50.747Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-09T22:27:50.747Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-09T22:27:50.747Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-09T22:27:50.747Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-09T22:27:50.747Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-09T22:27:50.747Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-09T22:27:50.747Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2022-03-09T22:27:50.747Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-09T22:27:50.747Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-09T22:27:50.747Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-03-09T22:27:50.747Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-09T22:27:50.747Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-09T22:27:50.747Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-09T22:27:50.747Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-09T22:27:50.747Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-03-09T22:27:50.747Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-03-09T22:27:50.747Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-03-09T22:27:50.747Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-03-09T22:27:50.747Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-03-09T22:27:50.747Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-03-09T22:27:50.747Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-03-09T22:27:50.747Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-03-09T22:27:50.747Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-03-09T22:27:50.747Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-03-09T22:27:50.747Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-03-09T22:27:50.747Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-03-09T22:27:50.747Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-03-09T22:27:50.747Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-03-09T22:27:50.747Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-03-09T22:27:50.747Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-03-09T22:27:50.747Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-03-09T22:27:50.747Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-03-09T22:27:50.747Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-03-09T22:27:50.747Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-03-09T22:27:50.747Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-03-09T22:27:50.747Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-09T22:27:50.747Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-09T22:27:50.747Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-03-09T22:27:50.747Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-03-09T22:27:50.747Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-09T22:27:50.747Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-03-09T22:27:50.747Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-03-09T22:27:50.747Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-03-09T22:27:50.747Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-03-09T22:27:50.747Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-09T22:27:50.747Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-09T22:27:50.747Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-03-09T22:27:50.747Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-09T22:27:50.747Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-09T22:27:50.747Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-09T22:27:50.747Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-09T22:27:50.747Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-09T22:27:50.747Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-09T22:27:50.747Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-09T22:27:50.747Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-09T22:27:50.747Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-09T22:27:50.747Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-09T22:27:50.747Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-09T22:27:50.747Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-09T22:27:50.747Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-09T22:27:50.747Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-09T22:27:50.747Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-03-09T22:27:50.747Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-03-09T22:27:50.747Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-09T22:27:50.747Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-09T22:27:50.747Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2022-03-09T22:27:50.747Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-03-09T22:27:50.747Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-03-09T22:27:50.747Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-03-09T22:27:50.747Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-03-09T22:27:50.747Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-03-09T22:27:50.747Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-03-09T22:27:50.747Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-09T22:27:50.747Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-09T22:27:50.747Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-09T22:27:50.747Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-09T22:27:50.747Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-09T22:27:50.747Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-09T22:27:50.747Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-09T22:27:50.747Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-09T22:27:50.747Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-09T22:27:50.747Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-09T22:27:50.747Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-09T22:27:50.747Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-09T22:27:50.747Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-09T22:27:50.747Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-09T22:27:50.747Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-09T22:27:50.747Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-09T22:27:50.747Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-09T22:27:50.747Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-09T22:27:50.747Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-09T22:27:50.747Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-09T22:27:50.747Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-09T22:27:50.747Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-09T22:27:50.747Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-09T22:27:50.747Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-09T22:27:50.747Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-09T22:27:50.747Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-09T22:27:50.747Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-09T22:27:50.747Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-09T22:27:50.747Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2022-03-09T22:27:50.747Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-03-09T22:27:50.747Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-03-09T22:27:50.747Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-09T22:27:50.747Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-09T22:27:50.747Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-09T22:27:50.747Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2022-03-09T22:27:50.747Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-03-09T22:27:50.747Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-03-09T22:27:50.747Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-09T22:27:50.747Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-09T22:27:50.747Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-03-09T22:27:50.747Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-09T22:27:50.747Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-09T22:27:50.747Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-09T22:27:50.747Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-09T22:27:50.747Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2022-03-09T22:27:50.747Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-03-09T22:27:50.747Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-03-09T22:27:50.747Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-03-09T22:27:50.747Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-03-09T22:27:50.747Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-03-09T22:27:50.747Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-03-09T22:27:50.747Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-03-09T22:27:50.747Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-03-09T22:27:50.747Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-03-09T22:27:50.747Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-03-09T22:27:50.747Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-03-09T22:27:50.747Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-03-09T22:27:50.747Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-03-09T22:27:50.747Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-03-09T22:27:50.747Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-03-09T22:27:50.747Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-03-09T22:27:50.747Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-03-09T22:27:50.747Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-03-09T22:27:50.747Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-03-09T22:27:50.747Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-03-09T22:27:50.747Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-09T22:27:50.747Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-09T22:27:50.747Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2022-03-09T22:27:50.747Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-09T22:27:50.747Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-09T22:27:50.747Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-03-09T22:27:50.747Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-03-09T22:27:50.747Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-03-09T22:27:50.748Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-09T22:27:50.748Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-09T22:27:50.748Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-03-09T22:27:50.748Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-03-09T22:27:50.748Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-03-09T22:27:50.748Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-03-09T22:27:50.748Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-03-09T22:27:50.748Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-03-09T22:27:50.748Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-03-09T22:27:50.748Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-03-09T22:27:50.748Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-03-09T22:27:50.748Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-03-09T22:27:50.748Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-03-09T22:27:50.748Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-03-09T22:27:50.748Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-03-09T22:27:50.748Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-03-09T22:27:50.748Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-03-09T22:27:50.748Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-03-09T22:27:50.748Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-03-09T22:27:50.748Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-03-09T22:27:50.748Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-03-09T22:27:50.748Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-03-09T22:27:50.748Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-03-09T22:27:50.748Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-09T22:27:50.748Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-09T22:27:50.748Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-03-09T22:27:50.748Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-03-09T22:27:50.748Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-03-09T22:27:50.748Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-09T22:27:50.748Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-09T22:27:50.748Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-03-09T22:27:50.748Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-09T22:27:50.748Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-09T22:27:50.748Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-09T22:27:50.748Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-09T22:27:50.748Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-09T22:27:50.748Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-09T22:27:50.748Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-09T22:27:50.748Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-09T22:27:50.748Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-09T22:27:50.748Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-09T22:27:50.748Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-09T22:27:50.748Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-09T22:27:50.748Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-03-09T22:27:50.748Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-09T22:27:50.748Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-09T22:27:50.748Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-09T22:27:50.748Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-09T22:27:50.748Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-09T22:27:50.748Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-09T22:27:50.748Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-09T22:27:50.748Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-09T22:27:50.748Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-09T22:27:50.748Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-09T22:27:50.748Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-09T22:27:50.748Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-09T22:27:50.748Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-09T22:27:50.748Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-09T22:27:50.748Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-03-09T22:27:50.748Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-03-09T22:27:50.748Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-09T22:27:50.748Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-09T22:27:50.748Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-09T22:27:50.748Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-09T22:27:50.748Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-09T22:27:50.748Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-09T22:27:50.748Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-09T22:27:50.748Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-09T22:27:50.748Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-09T22:27:50.748Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-09T22:27:50.748Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-09T22:27:50.748Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-09T22:27:50.748Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-09T22:27:50.748Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-09T22:27:50.748Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2022-03-09T22:27:50.748Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-03-09T22:27:50.748Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-03-09T22:27:50.748Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-03-09T22:27:50.748Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-03-09T22:27:50.748Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-03-09T22:27:50.748Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-03-09T22:27:50.748Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-03-09T22:27:50.748Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-03-09T22:27:50.748Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-03-09T22:27:50.748Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-03-09T22:27:50.748Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-03-09T22:27:50.748Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-03-09T22:27:50.748Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-03-09T22:27:50.748Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-03-09T22:27:50.748Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-03-09T22:27:50.748Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-03-09T22:27:50.748Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-03-09T22:27:50.748Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-03-09T22:27:50.748Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-03-09T22:27:50.748Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-03-09T22:27:50.748Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-09T22:27:50.748Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-09T22:27:50.748Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2022-03-09T22:27:50.748Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-03-09T22:27:50.748Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-03-09T22:27:50.748Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-03-09T22:27:50.748Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-03-09T22:27:50.748Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-03-09T22:27:50.748Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-03-09T22:27:50.748Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-09T22:27:50.748Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-09T22:27:50.748Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2022-03-09T22:27:50.748Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-09T22:27:50.748Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-09T22:27:50.748Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-03-09T22:27:50.748Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-03-09T22:27:50.748Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-03-09T22:27:50.748Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-03-09T22:27:50.748Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-03-09T22:27:50.748Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-03-09T22:27:50.748Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-03-09T22:27:50.748Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-03-09T22:27:50.748Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-03-09T22:27:50.748Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-03-09T22:27:50.748Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-03-09T22:27:50.748Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-03-09T22:27:50.748Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-03-09T22:27:50.748Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-03-09T22:27:50.748Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-03-09T22:27:50.748Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-03-09T22:27:50.748Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-03-09T22:27:50.748Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-03-09T22:27:50.748Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-03-09T22:27:50.748Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-03-09T22:27:50.748Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-03-09T22:27:50.748Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-03-09T22:27:50.748Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-09T22:27:50.748Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-09T22:27:50.748Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-03-09T22:27:50.748Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-03-09T22:27:50.748Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-03-09T22:27:50.748Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-09T22:27:50.748Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-09T22:27:50.748Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-03-09T22:27:50.748Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-09T22:27:50.748Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-09T22:27:50.748Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-09T22:27:50.748Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-09T22:27:50.748Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-03-09T22:27:50.748Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-03-09T22:27:50.748Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-03-09T22:27:50.748Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-09T22:27:50.748Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-09T22:27:50.748Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-09T22:27:50.748Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-09T22:27:50.748Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-09T22:27:50.748Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-09T22:27:50.748Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-09T22:27:50.748Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-09T22:27:50.748Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-09T22:27:50.748Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-09T22:27:50.748Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-09T22:27:51.008Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.76s) [2022-03-09T22:27:51.008Z] === RUN TestAuthZPluginHeader [2022-03-09T22:27:51.232Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-09T22:27:51.232Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-09T22:27:51.232Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-09T22:27:51.232Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-09T22:27:51.232Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-03-09T22:27:51.232Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-03-09T22:27:51.232Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-03-09T22:27:51.232Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-09T22:27:51.232Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-09T22:27:51.232Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-09T22:27:51.232Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-09T22:27:51.232Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-09T22:27:51.232Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-09T22:27:51.232Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-09T22:27:51.232Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-09T22:27:51.232Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-09T22:27:51.232Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-09T22:27:51.232Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-09T22:27:51.232Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-09T22:27:51.232Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-09T22:27:51.232Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-09T22:27:51.232Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-09T22:27:51.232Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2022-03-09T22:27:51.232Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-03-09T22:27:51.232Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-03-09T22:27:51.232Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-03-09T22:27:51.232Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-03-09T22:27:51.232Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-03-09T22:27:51.232Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-03-09T22:27:51.232Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-03-09T22:27:51.232Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-03-09T22:27:51.232Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-03-09T22:27:51.232Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-03-09T22:27:51.232Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-03-09T22:27:51.232Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-03-09T22:27:51.232Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-03-09T22:27:51.232Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-03-09T22:27:51.232Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-03-09T22:27:51.232Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-03-09T22:27:51.232Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-03-09T22:27:51.232Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-03-09T22:27:51.232Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-03-09T22:27:51.232Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-03-09T22:27:51.232Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-09T22:27:51.232Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-09T22:27:51.232Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2022-03-09T22:27:51.232Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-03-09T22:27:51.232Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-03-09T22:27:51.232Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-03-09T22:27:51.232Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-03-09T22:27:51.232Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-03-09T22:27:51.232Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-03-09T22:27:51.232Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-09T22:27:51.232Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-09T22:27:51.232Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-09T22:27:51.232Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-09T22:27:51.232Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-09T22:27:51.232Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-09T22:27:51.232Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-03-09T22:27:51.232Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-03-09T22:27:51.232Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-09T22:27:51.232Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-09T22:27:51.232Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-09T22:27:51.232Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-09T22:27:51.232Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-09T22:27:51.232Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-09T22:27:51.232Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-09T22:27:51.232Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-09T22:27:51.232Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-09T22:27:51.232Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-09T22:27:51.232Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-09T22:27:51.232Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-09T22:27:51.232Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-09T22:27:51.232Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-03-09T22:27:51.232Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-09T22:27:51.232Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-09T22:27:51.232Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-09T22:27:51.232Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-09T22:27:51.232Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-09T22:27:51.232Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-09T22:27:51.232Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-09T22:27:51.232Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-09T22:27:51.232Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-03-09T22:27:51.232Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-03-09T22:27:51.232Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-03-09T22:27:51.232Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-03-09T22:27:51.232Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-03-09T22:27:51.232Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-03-09T22:27:51.232Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-03-09T22:27:51.232Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-03-09T22:27:51.232Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-03-09T22:27:51.232Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-03-09T22:27:51.232Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-03-09T22:27:51.232Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-09T22:27:51.232Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-09T22:27:51.232Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-09T22:27:51.232Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-09T22:27:51.232Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-09T22:27:51.232Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-09T22:27:51.232Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-09T22:27:51.232Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-09T22:27:51.232Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-09T22:27:51.232Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-09T22:27:51.232Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-09T22:27:51.233Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-09T22:27:51.234Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-09T22:27:51.234Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-09T22:27:51.234Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-09T22:27:51.234Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-09T22:27:51.234Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-09T22:27:51.234Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-09T22:27:51.234Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-03-09T22:27:51.234Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-09T22:27:51.234Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-09T22:27:51.234Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-03-09T22:27:51.234Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-03-09T22:27:51.234Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-09T22:27:51.234Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-03-09T22:27:51.234Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-03-09T22:27:51.234Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-03-09T22:27:51.234Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-03-09T22:27:51.234Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-03-09T22:27:51.234Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-03-09T22:27:51.234Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-03-09T22:27:51.234Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-09T22:27:51.234Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-03-09T22:27:51.234Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-03-09T22:27:51.234Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-03-09T22:27:51.234Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-09T22:27:51.234Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-09T22:27:51.234Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-09T22:27:51.234Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-09T22:27:51.234Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-03-09T22:27:51.234Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-09T22:27:51.234Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/no_delimiter (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.02s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.05s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.02s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.01s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.01s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-09T22:27:51.234Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.02s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.02s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.02s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.01s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.02s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.02s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.01s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.02s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.01s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.02s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.01s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-09T22:27:51.235Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-09T22:27:51.236Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-09T22:27:51.236Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.02s) [2022-03-09T22:27:51.236Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-09T22:27:51.236Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-09T22:27:51.236Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-09T22:27:51.236Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-09T22:27:51.236Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-09T22:27:51.236Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-09T22:27:51.236Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-09T22:27:51.236Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-09T22:27:51.236Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-09T22:27:51.236Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-09T22:27:51.236Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-09T22:27:51.236Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.00s) [2022-03-09T22:27:51.236Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s) [2022-03-09T22:27:51.236Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-09T22:27:51.236Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-09T22:27:51.236Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s) [2022-03-09T22:27:51.236Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-09T22:27:51.236Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.01s) [2022-03-09T22:27:51.236Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-09T22:27:51.236Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-09T22:27:51.236Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s) [2022-03-09T22:27:51.236Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-09T22:27:51.236Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-09T22:27:51.236Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s) [2022-03-09T22:27:51.236Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-09T22:27:51.236Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-09T22:27:51.236Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-09T22:27:51.236Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-09T22:27:51.236Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-09T22:27:51.236Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-09T22:27:51.236Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-09T22:27:51.236Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-09T22:27:51.236Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-09T22:27:51.236Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.00s) [2022-03-09T22:27:51.236Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-09T22:27:51.236Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-09T22:27:51.236Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-09T22:27:51.236Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-09T22:27:51.236Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-09T22:27:51.236Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-09T22:27:51.236Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-09T22:27:51.236Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-09T22:27:51.236Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-09T22:27:51.236Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-09T22:27:51.236Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-09T22:27:51.236Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-09T22:27:51.236Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-09T22:27:51.236Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-09T22:27:51.236Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-09T22:27:51.236Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-09T22:27:51.236Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-09T22:27:51.236Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-09T22:27:51.236Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-09T22:27:51.236Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-09T22:27:51.236Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-09T22:27:51.236Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s) [2022-03-09T22:27:51.236Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-09T22:27:51.236Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-09T22:27:51.236Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-09T22:27:51.236Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-09T22:27:51.236Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.01s) [2022-03-09T22:27:51.236Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-09T22:27:51.236Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-09T22:27:51.236Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-09T22:27:51.236Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-09T22:27:51.236Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-09T22:27:51.236Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-09T22:27:51.236Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-09T22:27:51.236Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-09T22:27:51.236Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-09T22:27:51.236Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-09T22:27:51.236Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-09T22:27:51.236Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-09T22:27:51.236Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-09T22:27:51.236Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-09T22:27:51.236Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-09T22:27:51.236Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-09T22:27:51.236Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-09T22:27:51.236Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-09T22:27:51.236Z] PASS [2022-03-09T22:27:51.236Z] coverage: 88.6% of statements [2022-03-09T22:27:51.236Z] ok github.com/docker/docker/pkg/tailfile 0.565s coverage: 88.6% of statements [2022-03-09T22:27:51.266Z] docker_api_swarm_test.go:364: Waiting for possible election... [2022-03-09T22:27:51.696Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-03-09T22:27:51.696Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-03-09T22:27:51.696Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-03-09T22:27:51.696Z] ? github.com/docker/docker/libnetwork/netutils [no test files] [2022-03-09T22:27:51.833Z] --- PASS: TestAuthZPluginHeader (0.87s) [2022-03-09T22:27:51.833Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-03-09T22:27:52.665Z] === RUN TestTarSumRemoveNonExistent [2022-03-09T22:27:52.665Z] --- PASS: TestTarSumRemoveNonExistent (0.01s) [2022-03-09T22:27:52.665Z] === RUN TestTarSumRemove [2022-03-09T22:27:52.665Z] --- PASS: TestTarSumRemove (0.00s) [2022-03-09T22:27:52.665Z] === RUN TestSortFileInfoSums [2022-03-09T22:27:52.665Z] --- PASS: TestSortFileInfoSums (0.00s) [2022-03-09T22:27:52.665Z] === RUN TestNewTarSumForLabelInvalid [2022-03-09T22:27:52.665Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2022-03-09T22:27:52.665Z] === RUN TestNewTarSumForLabel [2022-03-09T22:27:52.665Z] --- PASS: TestNewTarSumForLabel (0.00s) [2022-03-09T22:27:52.665Z] === RUN TestEmptyTar [2022-03-09T22:27:52.665Z] --- PASS: TestEmptyTar (0.00s) [2022-03-09T22:27:52.665Z] === RUN TestTarSumsReadSize [2022-03-09T22:27:52.665Z] --- PASS: TestTarSumsReadSize (0.01s) [2022-03-09T22:27:52.665Z] === RUN TestTarSums [2022-03-09T22:27:52.665Z] --- PASS: TestTarSums (0.09s) [2022-03-09T22:27:52.665Z] === RUN TestIteration [2022-03-09T22:27:52.665Z] --- PASS: TestIteration (0.00s) [2022-03-09T22:27:52.665Z] === RUN TestVersionLabelForChecksum [2022-03-09T22:27:52.665Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2022-03-09T22:27:52.665Z] === RUN TestVersion [2022-03-09T22:27:52.665Z] --- PASS: TestVersion (0.00s) [2022-03-09T22:27:52.665Z] === RUN TestGetVersion [2022-03-09T22:27:52.665Z] --- PASS: TestGetVersion (0.00s) [2022-03-09T22:27:52.665Z] === RUN TestGetVersions [2022-03-09T22:27:52.665Z] --- PASS: TestGetVersions (0.00s) [2022-03-09T22:27:52.665Z] PASS [2022-03-09T22:27:52.665Z] coverage: 89.3% of statements [2022-03-09T22:27:52.665Z] ok github.com/docker/docker/pkg/tarsum 0.156s coverage: 89.3% of statements [2022-03-09T22:27:52.665Z] === RUN TestTruncIndex [2022-03-09T22:27:52.665Z] --- PASS: TestTruncIndex (0.10s) [2022-03-09T22:27:52.665Z] PASS [2022-03-09T22:27:52.665Z] coverage: 91.5% of statements [2022-03-09T22:27:52.665Z] ok github.com/docker/docker/pkg/truncindex 0.142s coverage: 91.5% of statements [2022-03-09T22:27:53.126Z] === RUN TestIsGIT [2022-03-09T22:27:53.126Z] --- PASS: TestIsGIT (0.00s) [2022-03-09T22:27:53.126Z] === RUN TestIsTransport [2022-03-09T22:27:53.126Z] --- PASS: TestIsTransport (0.00s) [2022-03-09T22:27:53.126Z] PASS [2022-03-09T22:27:53.126Z] coverage: 100.0% of statements [2022-03-09T22:27:53.126Z] ok github.com/docker/docker/pkg/urlutil 0.043s coverage: 100.0% of statements [2022-03-09T22:27:53.126Z] === RUN TestVersionInfo [2022-03-09T22:27:53.126Z] --- PASS: TestVersionInfo (0.00s) [2022-03-09T22:27:53.126Z] === RUN TestAppendVersions [2022-03-09T22:27:53.126Z] --- PASS: TestAppendVersions (0.00s) [2022-03-09T22:27:53.586Z] PASS [2022-03-09T22:27:53.586Z] coverage: 88.9% of statements [2022-03-09T22:27:53.586Z] ok github.com/docker/docker/pkg/useragent 0.043s coverage: 88.9% of statements [2022-03-09T22:27:55.135Z] === RUN TestNewSettable [2022-03-09T22:27:55.135Z] --- PASS: TestNewSettable (0.00s) [2022-03-09T22:27:55.135Z] === RUN TestIsSettable [2022-03-09T22:27:55.135Z] --- PASS: TestIsSettable (0.00s) [2022-03-09T22:27:55.135Z] === RUN TestUpdateSettingsEnv [2022-03-09T22:27:55.135Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2022-03-09T22:27:55.135Z] PASS [2022-03-09T22:27:55.135Z] coverage: 20.0% of statements [2022-03-09T22:27:55.135Z] ok github.com/docker/docker/plugin/v2 0.104s coverage: 20.0% of statements [2022-03-09T22:27:55.135Z] === RUN TestValidatePrivileges [2022-03-09T22:27:55.135Z] --- PASS: TestValidatePrivileges (0.00s) [2022-03-09T22:27:55.135Z] === RUN TestFilterByCapNeg [2022-03-09T22:27:55.135Z] --- PASS: TestFilterByCapNeg (0.00s) [2022-03-09T22:27:55.135Z] === RUN TestFilterByCapPos [2022-03-09T22:27:55.135Z] --- PASS: TestFilterByCapPos (0.00s) [2022-03-09T22:27:55.135Z] === RUN TestStoreGetPluginNotMatchCapRefs [2022-03-09T22:27:55.135Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2022-03-09T22:27:55.135Z] PASS [2022-03-09T22:27:55.135Z] coverage: 12.0% of statements [2022-03-09T22:27:55.135Z] ok github.com/docker/docker/plugin 0.061s coverage: 12.0% of statements [2022-03-09T22:27:55.603Z] --- PASS: TestGet (15.01s) [2022-03-09T22:27:55.603Z] === RUN TestPluginWithNoManifest [2022-03-09T22:27:55.603Z] --- PASS: TestPluginWithNoManifest (0.01s) [2022-03-09T22:27:55.603Z] === RUN TestGetAll [2022-03-09T22:27:55.603Z] --- PASS: TestGetAll (0.01s) [2022-03-09T22:27:55.603Z] PASS [2022-03-09T22:27:55.603Z] coverage: 73.2% of statements [2022-03-09T22:27:55.603Z] ok github.com/docker/docker/pkg/plugins 35.984s coverage: 73.2% of statements [2022-03-09T22:27:56.076Z] === RUN TestLoad [2022-03-09T22:27:56.076Z] --- PASS: TestLoad (0.02s) [2022-03-09T22:27:56.076Z] === RUN TestSave [2022-03-09T22:27:56.076Z] --- PASS: TestSave (0.11s) [2022-03-09T22:27:56.076Z] === RUN TestAddDeleteGet [2022-03-09T22:27:56.545Z] --- PASS: TestAddDeleteGet (0.11s) [2022-03-09T22:27:56.545Z] === RUN TestInvalidTags [2022-03-09T22:27:56.545Z] --- PASS: TestInvalidTags (0.01s) [2022-03-09T22:27:56.545Z] PASS [2022-03-09T22:27:56.545Z] coverage: 84.4% of statements [2022-03-09T22:27:56.545Z] ok github.com/docker/docker/reference 0.380s coverage: 84.4% of statements [2022-03-09T22:27:57.013Z] === RUN TestResumableRequestHeaderSimpleErrors [2022-03-09T22:27:57.013Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.01s) [2022-03-09T22:27:57.013Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2022-03-09T22:27:57.013Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2022-03-09T22:27:57.013Z] === RUN TestResumableRequestHeaderTooMuchFailures [2022-03-09T22:27:57.013Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2022-03-09T22:27:57.013Z] === RUN TestResumableRequestReaderWithReadError [2022-03-09T22:27:57.101Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.46s) [2022-03-09T22:27:57.101Z] === RUN TestAuthZPluginV2Disable [2022-03-09T22:27:57.482Z] time="2022-03-09T22:27:56Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2022-03-09T22:27:57.482Z] --- PASS: TestResumableRequestReaderWithReadError (0.20s) [2022-03-09T22:27:57.482Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2022-03-09T22:27:57.482Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2022-03-09T22:27:57.482Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2022-03-09T22:27:57.482Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2022-03-09T22:27:57.482Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2022-03-09T22:27:57.482Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2022-03-09T22:27:57.482Z] === RUN TestResumableRequestReader [2022-03-09T22:27:57.482Z] --- PASS: TestResumableRequestReader (0.00s) [2022-03-09T22:27:57.482Z] === RUN TestResumableRequestReaderWithInitialResponse [2022-03-09T22:27:57.482Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2022-03-09T22:27:57.482Z] PASS [2022-03-09T22:27:57.482Z] coverage: 100.0% of statements [2022-03-09T22:27:57.482Z] ok github.com/docker/docker/registry/resumable 0.276s coverage: 100.0% of statements [2022-03-09T22:27:57.482Z] === RUN TestRestartManagerTimeout [2022-03-09T22:27:57.482Z] --- PASS: TestRestartManagerTimeout (0.00s) [2022-03-09T22:27:57.482Z] === RUN TestRestartManagerTimeoutReset [2022-03-09T22:27:57.482Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2022-03-09T22:27:57.482Z] PASS [2022-03-09T22:27:57.482Z] coverage: 45.3% of statements [2022-03-09T22:27:57.482Z] ok github.com/docker/docker/restartmanager 0.051s coverage: 45.3% of statements [2022-03-09T22:27:57.482Z] === RUN TestResolveAuthConfigIndexServer [2022-03-09T22:27:57.482Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2022-03-09T22:27:57.482Z] === RUN TestResolveAuthConfigFullURL [2022-03-09T22:27:57.482Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2022-03-09T22:27:57.482Z] === RUN TestLoadAllowNondistributableArtifacts [2022-03-09T22:27:57.482Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2022-03-09T22:27:57.482Z] === RUN TestValidateMirror [2022-03-09T22:27:57.482Z] --- PASS: TestValidateMirror (0.00s) [2022-03-09T22:27:57.482Z] === RUN TestLoadInsecureRegistries [2022-03-09T22:27:57.954Z] time="2022-03-09T22:27:57Z" 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-09T22:27:57.954Z] time="2022-03-09T22:27:57Z" 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-09T22:27:57.954Z] time="2022-03-09T22:27:57Z" 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-09T22:27:57.954Z] --- PASS: TestLoadInsecureRegistries (0.21s) [2022-03-09T22:27:57.954Z] === RUN TestNewServiceConfig [2022-03-09T22:27:57.954Z] --- PASS: TestNewServiceConfig (0.00s) [2022-03-09T22:27:57.954Z] === RUN TestValidateIndexName [2022-03-09T22:27:57.954Z] --- PASS: TestValidateIndexName (0.00s) [2022-03-09T22:27:57.954Z] === RUN TestValidateIndexNameWithError [2022-03-09T22:27:57.954Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2022-03-09T22:27:57.955Z] === RUN TestEndpointParse [2022-03-09T22:27:57.955Z] --- PASS: TestEndpointParse (0.00s) [2022-03-09T22:27:57.955Z] === RUN TestEndpointParseInvalid [2022-03-09T22:27:57.955Z] --- PASS: TestEndpointParseInvalid (0.00s) [2022-03-09T22:27:57.955Z] === RUN TestValidateEndpoint [2022-03-09T22:27:57.955Z] --- PASS: TestValidateEndpoint (0.02s) [2022-03-09T22:27:57.955Z] === RUN TestPing [2022-03-09T22:27:57.955Z] --- PASS: TestPing (0.00s) [2022-03-09T22:27:57.955Z] === RUN TestPingRegistryEndpoint [2022-03-09T22:27:57.955Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2022-03-09T22:27:57.955Z] --- SKIP: TestPingRegistryEndpoint (0.01s) [2022-03-09T22:27:57.955Z] === RUN TestEndpoint [2022-03-09T22:27:57.955Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2022-03-09T22:27:57.955Z] --- SKIP: TestEndpoint (0.00s) [2022-03-09T22:27:57.955Z] === RUN TestParseRepositoryInfo [2022-03-09T22:27:57.955Z] --- PASS: TestParseRepositoryInfo (0.00s) [2022-03-09T22:27:57.955Z] === RUN TestNewIndexInfo [2022-03-09T22:27:57.955Z] --- PASS: TestNewIndexInfo (0.00s) [2022-03-09T22:27:57.955Z] === RUN TestMirrorEndpointLookup [2022-03-09T22:27:57.955Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2022-03-09T22:27:57.955Z] --- SKIP: TestMirrorEndpointLookup (0.00s) [2022-03-09T22:27:57.955Z] === RUN TestSearchRepositories [2022-03-09T22:27:57.955Z] registry_test.go:721: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2022-03-09T22:27:57.955Z] Host: 127.0.0.1:49338 [2022-03-09T22:27:57.955Z] User-Agent: docker test client [2022-03-09T22:27:57.955Z] Authorization: Token fake-token [2022-03-09T22:27:57.955Z] X-Docker-Token: true [2022-03-09T22:27:57.955Z] Accept-Encoding: gzip [2022-03-09T22:27:57.955Z] [2022-03-09T22:27:57.955Z] [2022-03-09T22:27:57.955Z] registry_test.go:730: HTTP/1.1 200 OK [2022-03-09T22:27:57.955Z] Connection: close [2022-03-09T22:27:57.955Z] Content-Length: 144 [2022-03-09T22:27:57.955Z] Cache-Control: no-cache [2022-03-09T22:27:57.955Z] Content-Type: application/json [2022-03-09T22:27:57.955Z] Date: Wed, 09 Mar 2022 22:27:57 GMT [2022-03-09T22:27:57.955Z] Expires: -1 [2022-03-09T22:27:57.955Z] Pragma: no-cache [2022-03-09T22:27:57.955Z] Server: docker-tests/mock [2022-03-09T22:27:57.955Z] X-Docker-Registry-Config: mock [2022-03-09T22:27:57.955Z] X-Docker-Registry-Version: 0.0.0 [2022-03-09T22:27:57.955Z] [2022-03-09T22:27:57.955Z] [2022-03-09T22:27:57.955Z] --- PASS: TestSearchRepositories (0.01s) [2022-03-09T22:27:57.955Z] === RUN TestTrustedLocation [2022-03-09T22:27:57.955Z] --- PASS: TestTrustedLocation (0.00s) [2022-03-09T22:27:57.955Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2022-03-09T22:27:57.955Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2022-03-09T22:27:57.955Z] === RUN TestAllowNondistributableArtifacts [2022-03-09T22:27:57.955Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2022-03-09T22:27:57.955Z] === RUN TestIsSecureIndex [2022-03-09T22:27:57.955Z] --- PASS: TestIsSecureIndex (0.00s) [2022-03-09T22:27:57.955Z] PASS [2022-03-09T22:27:57.955Z] coverage: 51.2% of statements [2022-03-09T22:27:57.955Z] ok github.com/docker/docker/registry 0.326s coverage: 51.2% of statements [2022-03-09T22:27:58.435Z] === RUN TestDecodeContainerConfig [2022-03-09T22:27:58.435Z] --- PASS: TestDecodeContainerConfig (0.00s) [2022-03-09T22:27:58.435Z] === RUN TestDecodeContainerConfigIsolation [2022-03-09T22:27:58.435Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2022-03-09T22:27:58.435Z] === RUN TestValidatePrivileged [2022-03-09T22:27:58.435Z] --- PASS: TestValidatePrivileged (0.00s) [2022-03-09T22:27:58.435Z] PASS [2022-03-09T22:27:58.435Z] coverage: 52.6% of statements [2022-03-09T22:27:58.435Z] ok github.com/docker/docker/runconfig 0.085s coverage: 52.6% of statements [2022-03-09T22:27:58.435Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2022-03-09T22:27:58.435Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2022-03-09T22:27:58.435Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2022-03-09T22:27:58.435Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2022-03-09T22:27:58.435Z] PASS [2022-03-09T22:27:58.435Z] coverage: 62.5% of statements [2022-03-09T22:27:58.435Z] ok github.com/docker/docker/testutil 0.081s coverage: 62.5% of statements [2022-03-09T22:28:00.395Z] --- PASS: TestAuthZPluginV2Disable (3.72s) [2022-03-09T22:28:00.395Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-03-09T22:28:01.387Z] === RUN TestGetDriver [2022-03-09T22:28:01.387Z] --- PASS: TestGetDriver (0.00s) [2022-03-09T22:28:01.387Z] === RUN TestVolumeRequestError [2022-03-09T22:28:01.387Z] --- PASS: TestVolumeRequestError (0.01s) [2022-03-09T22:28:01.387Z] PASS [2022-03-09T22:28:01.387Z] coverage: 36.1% of statements [2022-03-09T22:28:01.387Z] ok github.com/docker/docker/volume/drivers 0.058s coverage: 36.1% of statements [2022-03-09T22:28:01.771Z] === RUN TestDockerSuite/TestBuildVerboseOut [2022-03-09T22:28:02.337Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2022-03-09T22:28:02.377Z] === RUN TestGetAddress [2022-03-09T22:28:02.377Z] --- PASS: TestGetAddress (0.00s) [2022-03-09T22:28:02.377Z] === RUN TestRemove [2022-03-09T22:28:02.377Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-03-09T22:28:02.377Z] --- SKIP: TestRemove (0.00s) [2022-03-09T22:28:02.377Z] === RUN TestInitializeWithVolumes [2022-03-09T22:28:02.377Z] --- PASS: TestInitializeWithVolumes (0.01s) [2022-03-09T22:28:02.377Z] === RUN TestCreate [2022-03-09T22:28:02.377Z] --- PASS: TestCreate (0.01s) [2022-03-09T22:28:02.377Z] === RUN TestValidateName [2022-03-09T22:28:02.377Z] --- PASS: TestValidateName (0.00s) [2022-03-09T22:28:02.377Z] === RUN TestCreateWithOpts [2022-03-09T22:28:02.377Z] local_test.go:180: runtime.GOOS == "windows" [2022-03-09T22:28:02.377Z] --- SKIP: TestCreateWithOpts (0.00s) [2022-03-09T22:28:02.377Z] === RUN TestRelaodNoOpts [2022-03-09T22:28:02.377Z] --- PASS: TestRelaodNoOpts (0.02s) [2022-03-09T22:28:02.377Z] PASS [2022-03-09T22:28:02.377Z] coverage: 41.5% of statements [2022-03-09T22:28:02.377Z] ok github.com/docker/docker/volume/local 0.096s coverage: 41.5% of statements [2022-03-09T22:28:02.597Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2022-03-09T22:28:02.846Z] === RUN TestLCOWParseMountRaw [2022-03-09T22:28:02.846Z] --- PASS: TestLCOWParseMountRaw (0.00s) [2022-03-09T22:28:02.846Z] === RUN TestLCOWParseMountRawSplit [2022-03-09T22:28:02.846Z] === RUN TestLCOWParseMountRawSplit/0_c:\:/foo [2022-03-09T22:28:02.846Z] === RUN TestLCOWParseMountRawSplit/1_c:\:/foo:ro [2022-03-09T22:28:02.846Z] === RUN TestLCOWParseMountRawSplit/2_c:\:/foo:rw [2022-03-09T22:28:02.846Z] === RUN TestLCOWParseMountRawSplit/3_c:\:/foo:foo [2022-03-09T22:28:02.846Z] === RUN TestLCOWParseMountRawSplit/4_name:/foo:rw [2022-03-09T22:28:02.846Z] === RUN TestLCOWParseMountRawSplit/5_name:/foo [2022-03-09T22:28:02.846Z] === RUN TestLCOWParseMountRawSplit/6_name:/foo:ro [2022-03-09T22:28:02.846Z] === RUN TestLCOWParseMountRawSplit/7_name:/ [2022-03-09T22:28:02.846Z] === RUN TestLCOWParseMountRawSplit/8_driver/name:/ [2022-03-09T22:28:02.846Z] === RUN TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar [2022-03-09T22:28:02.846Z] === RUN TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data [2022-03-09T22:28:02.846Z] === RUN TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo [2022-03-09T22:28:02.846Z] --- PASS: TestLCOWParseMountRawSplit (0.00s) [2022-03-09T22:28:02.846Z] --- PASS: TestLCOWParseMountRawSplit/0_c:\:/foo (0.00s) [2022-03-09T22:28:02.846Z] --- PASS: TestLCOWParseMountRawSplit/1_c:\:/foo:ro (0.00s) [2022-03-09T22:28:02.846Z] --- PASS: TestLCOWParseMountRawSplit/2_c:\:/foo:rw (0.00s) [2022-03-09T22:28:02.846Z] --- PASS: TestLCOWParseMountRawSplit/3_c:\:/foo:foo (0.00s) [2022-03-09T22:28:02.846Z] --- PASS: TestLCOWParseMountRawSplit/4_name:/foo:rw (0.00s) [2022-03-09T22:28:02.846Z] --- PASS: TestLCOWParseMountRawSplit/5_name:/foo (0.00s) [2022-03-09T22:28:02.846Z] --- PASS: TestLCOWParseMountRawSplit/6_name:/foo:ro (0.00s) [2022-03-09T22:28:02.846Z] --- PASS: TestLCOWParseMountRawSplit/7_name:/ (0.00s) [2022-03-09T22:28:02.846Z] --- PASS: TestLCOWParseMountRawSplit/8_driver/name:/ (0.00s) [2022-03-09T22:28:02.846Z] --- PASS: TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-03-09T22:28:02.846Z] --- PASS: TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data (0.00s) [2022-03-09T22:28:02.846Z] --- PASS: TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-03-09T22:28:02.846Z] === RUN TestLinuxParseMountRaw [2022-03-09T22:28:02.846Z] --- PASS: TestLinuxParseMountRaw (0.00s) [2022-03-09T22:28:02.846Z] === RUN TestLinuxParseMountRawSplit [2022-03-09T22:28:02.846Z] === RUN TestLinuxParseMountRawSplit/0_/tmp:/tmp1 [2022-03-09T22:28:02.846Z] === RUN TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro [2022-03-09T22:28:02.846Z] === RUN TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw [2022-03-09T22:28:02.846Z] === RUN TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo [2022-03-09T22:28:02.846Z] === RUN TestLinuxParseMountRawSplit/4_name:/named1 [2022-03-09T22:28:02.846Z] === RUN TestLinuxParseMountRawSplit/5_name:/named2 [2022-03-09T22:28:02.846Z] === RUN TestLinuxParseMountRawSplit/6_name:/named3:ro [2022-03-09T22:28:02.846Z] === RUN TestLinuxParseMountRawSplit/7_local/name:/tmp:rw [2022-03-09T22:28:02.846Z] === RUN TestLinuxParseMountRawSplit/8_/tmp:tmp [2022-03-09T22:28:02.846Z] --- PASS: TestLinuxParseMountRawSplit (0.00s) [2022-03-09T22:28:02.846Z] --- PASS: TestLinuxParseMountRawSplit/0_/tmp:/tmp1 (0.00s) [2022-03-09T22:28:02.846Z] --- PASS: TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro (0.00s) [2022-03-09T22:28:02.846Z] --- PASS: TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw (0.00s) [2022-03-09T22:28:02.846Z] --- PASS: TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo (0.00s) [2022-03-09T22:28:02.846Z] --- PASS: TestLinuxParseMountRawSplit/4_name:/named1 (0.00s) [2022-03-09T22:28:02.846Z] --- PASS: TestLinuxParseMountRawSplit/5_name:/named2 (0.00s) [2022-03-09T22:28:02.846Z] --- PASS: TestLinuxParseMountRawSplit/6_name:/named3:ro (0.00s) [2022-03-09T22:28:02.846Z] --- PASS: TestLinuxParseMountRawSplit/7_local/name:/tmp:rw (0.00s) [2022-03-09T22:28:02.846Z] --- PASS: TestLinuxParseMountRawSplit/8_/tmp:tmp (0.00s) [2022-03-09T22:28:02.846Z] === RUN TestLinuxParseMountSpecBindWithFileinfoError [2022-03-09T22:28:02.846Z] --- PASS: TestLinuxParseMountSpecBindWithFileinfoError (0.00s) [2022-03-09T22:28:02.846Z] === RUN TestConvertTmpfsOptions [2022-03-09T22:28:02.846Z] linux_parser_test.go:209: data="mode=700,size=1m" [2022-03-09T22:28:02.846Z] linux_parser_test.go:209: data="ro" [2022-03-09T22:28:02.846Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2022-03-09T22:28:02.846Z] === RUN TestParseMountSpec [2022-03-09T22:28:02.846Z] parser_test.go:62: case 0 [2022-03-09T22:28:02.846Z] parser_test.go:62: case 1 [2022-03-09T22:28:02.846Z] parser_test.go:62: case 2 [2022-03-09T22:28:02.846Z] parser_test.go:62: case 3 [2022-03-09T22:28:02.846Z] parser_test.go:62: case 4 [2022-03-09T22:28:02.846Z] parser_test.go:62: case 5 [2022-03-09T22:28:02.846Z] --- PASS: TestParseMountSpec (0.00s) [2022-03-09T22:28:02.846Z] === RUN TestValidateMount [2022-03-09T22:28:02.846Z] --- PASS: TestValidateMount (0.00s) [2022-03-09T22:28:02.846Z] === RUN TestWindowsParseMountRaw [2022-03-09T22:28:02.846Z] --- PASS: TestWindowsParseMountRaw (0.00s) [2022-03-09T22:28:02.846Z] === RUN TestWindowsParseMountRawSplit [2022-03-09T22:28:02.846Z] === RUN TestWindowsParseMountRawSplit/0_c:\:d: [2022-03-09T22:28:02.846Z] === RUN TestWindowsParseMountRawSplit/1_c:\:d:\ [2022-03-09T22:28:02.846Z] === RUN TestWindowsParseMountRawSplit/2_c:\:d:\:ro [2022-03-09T22:28:02.846Z] === RUN TestWindowsParseMountRawSplit/3_c:\:d:\:rw [2022-03-09T22:28:02.846Z] === RUN TestWindowsParseMountRawSplit/4_c:\:d:\:foo [2022-03-09T22:28:02.846Z] === RUN TestWindowsParseMountRawSplit/5_name:d::rw [2022-03-09T22:28:02.846Z] === RUN TestWindowsParseMountRawSplit/6_name:d: [2022-03-09T22:28:02.846Z] === RUN TestWindowsParseMountRawSplit/7_name:d::ro [2022-03-09T22:28:02.846Z] === RUN TestWindowsParseMountRawSplit/8_name:c: [2022-03-09T22:28:02.846Z] === RUN TestWindowsParseMountRawSplit/9_driver/name:c: [2022-03-09T22:28:02.846Z] === RUN TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar [2022-03-09T22:28:02.846Z] === RUN TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar [2022-03-09T22:28:02.846Z] === RUN TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo [2022-03-09T22:28:02.846Z] --- PASS: TestWindowsParseMountRawSplit (0.00s) [2022-03-09T22:28:02.846Z] --- PASS: TestWindowsParseMountRawSplit/0_c:\:d: (0.00s) [2022-03-09T22:28:02.846Z] --- PASS: TestWindowsParseMountRawSplit/1_c:\:d:\ (0.00s) [2022-03-09T22:28:02.846Z] --- PASS: TestWindowsParseMountRawSplit/2_c:\:d:\:ro (0.00s) [2022-03-09T22:28:02.846Z] --- PASS: TestWindowsParseMountRawSplit/3_c:\:d:\:rw (0.00s) [2022-03-09T22:28:02.846Z] --- PASS: TestWindowsParseMountRawSplit/4_c:\:d:\:foo (0.00s) [2022-03-09T22:28:02.846Z] --- PASS: TestWindowsParseMountRawSplit/5_name:d::rw (0.00s) [2022-03-09T22:28:02.846Z] --- PASS: TestWindowsParseMountRawSplit/6_name:d: (0.00s) [2022-03-09T22:28:02.846Z] --- PASS: TestWindowsParseMountRawSplit/7_name:d::ro (0.00s) [2022-03-09T22:28:02.846Z] --- PASS: TestWindowsParseMountRawSplit/8_name:c: (0.00s) [2022-03-09T22:28:02.846Z] --- PASS: TestWindowsParseMountRawSplit/9_driver/name:c: (0.00s) [2022-03-09T22:28:02.846Z] --- PASS: TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-03-09T22:28:02.846Z] --- PASS: TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar (0.00s) [2022-03-09T22:28:02.846Z] --- PASS: TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-03-09T22:28:02.846Z] === RUN TestWindowsParseMountSpecBindWithFileinfoError [2022-03-09T22:28:02.846Z] --- PASS: TestWindowsParseMountSpecBindWithFileinfoError (0.00s) [2022-03-09T22:28:02.846Z] PASS [2022-03-09T22:28:02.846Z] coverage: 67.6% of statements [2022-03-09T22:28:02.846Z] ok github.com/docker/docker/volume/mounts 0.067s coverage: 67.6% of statements [2022-03-09T22:28:03.163Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2022-03-09T22:28:03.422Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.48s) [2022-03-09T22:28:03.422Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-03-09T22:28:03.833Z] === RUN TestSetGetMeta [2022-03-09T22:28:03.833Z] === PAUSE TestSetGetMeta [2022-03-09T22:28:03.833Z] === RUN TestRestore [2022-03-09T22:28:03.833Z] === PAUSE TestRestore [2022-03-09T22:28:03.833Z] === RUN TestServiceCreate [2022-03-09T22:28:03.833Z] === PAUSE TestServiceCreate [2022-03-09T22:28:03.833Z] === RUN TestServiceList [2022-03-09T22:28:03.833Z] === PAUSE TestServiceList [2022-03-09T22:28:03.833Z] === RUN TestServiceRemove [2022-03-09T22:28:03.833Z] === PAUSE TestServiceRemove [2022-03-09T22:28:03.833Z] === RUN TestServiceGet [2022-03-09T22:28:03.833Z] === PAUSE TestServiceGet [2022-03-09T22:28:03.833Z] === RUN TestServicePrune [2022-03-09T22:28:03.833Z] === PAUSE TestServicePrune [2022-03-09T22:28:03.833Z] === RUN TestCreate [2022-03-09T22:28:03.833Z] === PAUSE TestCreate [2022-03-09T22:28:03.833Z] === RUN TestRemove [2022-03-09T22:28:03.833Z] === PAUSE TestRemove [2022-03-09T22:28:03.833Z] === RUN TestList [2022-03-09T22:28:03.833Z] === PAUSE TestList [2022-03-09T22:28:03.833Z] === RUN TestFindByDriver [2022-03-09T22:28:03.833Z] === PAUSE TestFindByDriver [2022-03-09T22:28:03.833Z] === RUN TestFindByReferenced [2022-03-09T22:28:03.833Z] === PAUSE TestFindByReferenced [2022-03-09T22:28:03.833Z] === RUN TestDerefMultipleOfSameRef [2022-03-09T22:28:03.833Z] === PAUSE TestDerefMultipleOfSameRef [2022-03-09T22:28:03.833Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2022-03-09T22:28:03.833Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2022-03-09T22:28:03.833Z] === RUN TestDefererencePluginOnCreateError [2022-03-09T22:28:03.833Z] === PAUSE TestDefererencePluginOnCreateError [2022-03-09T22:28:03.833Z] === RUN TestRefDerefRemove [2022-03-09T22:28:03.833Z] === PAUSE TestRefDerefRemove [2022-03-09T22:28:03.833Z] === RUN TestGet [2022-03-09T22:28:03.833Z] === PAUSE TestGet [2022-03-09T22:28:03.833Z] === RUN TestGetWithReference [2022-03-09T22:28:03.833Z] === PAUSE TestGetWithReference [2022-03-09T22:28:03.833Z] === RUN TestFilterFunc [2022-03-09T22:28:03.833Z] === RUN TestFilterFunc/test_nil_list [2022-03-09T22:28:03.833Z] === PAUSE TestFilterFunc/test_nil_list [2022-03-09T22:28:03.833Z] === RUN TestFilterFunc/test_empty_list [2022-03-09T22:28:03.833Z] === PAUSE TestFilterFunc/test_empty_list [2022-03-09T22:28:03.833Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2022-03-09T22:28:03.833Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2022-03-09T22:28:03.833Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-03-09T22:28:03.833Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-03-09T22:28:03.833Z] === RUN TestFilterFunc/test_filter_some [2022-03-09T22:28:03.833Z] === PAUSE TestFilterFunc/test_filter_some [2022-03-09T22:28:03.833Z] === RUN TestFilterFunc/test_filter_middle [2022-03-09T22:28:03.833Z] === PAUSE TestFilterFunc/test_filter_middle [2022-03-09T22:28:03.833Z] === RUN TestFilterFunc/test_filter_middle_and_last [2022-03-09T22:28:03.833Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2022-03-09T22:28:03.833Z] === RUN TestFilterFunc/test_filter_first_and_last [2022-03-09T22:28:03.833Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2022-03-09T22:28:03.833Z] === CONT TestFilterFunc/test_nil_list [2022-03-09T22:28:03.833Z] === CONT TestFilterFunc/test_filter_some [2022-03-09T22:28:03.833Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2022-03-09T22:28:03.833Z] === CONT TestFilterFunc/test_empty_list [2022-03-09T22:28:03.833Z] === CONT TestFilterFunc/test_filter_middle_and_last [2022-03-09T22:28:03.833Z] === CONT TestFilterFunc/test_filter_first_and_last [2022-03-09T22:28:03.833Z] === CONT TestFilterFunc/test_filter_middle [2022-03-09T22:28:03.833Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-03-09T22:28:03.833Z] --- PASS: TestFilterFunc (0.00s) [2022-03-09T22:28:03.833Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2022-03-09T22:28:03.833Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2022-03-09T22:28:03.833Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2022-03-09T22:28:03.833Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2022-03-09T22:28:03.833Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2022-03-09T22:28:03.833Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2022-03-09T22:28:03.833Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2022-03-09T22:28:03.833Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2022-03-09T22:28:03.833Z] === CONT TestSetGetMeta [2022-03-09T22:28:03.833Z] === CONT TestList [2022-03-09T22:28:03.833Z] === CONT TestServiceList [2022-03-09T22:28:03.833Z] === CONT TestServiceGet [2022-03-09T22:28:03.833Z] --- PASS: TestSetGetMeta (0.02s) [2022-03-09T22:28:03.833Z] === CONT TestServiceCreate [2022-03-09T22:28:03.833Z] --- PASS: TestList (0.03s) [2022-03-09T22:28:03.833Z] === CONT TestRestore [2022-03-09T22:28:03.833Z] --- PASS: TestRestore (0.02s) [2022-03-09T22:28:03.833Z] === CONT TestServiceRemove [2022-03-09T22:28:03.833Z] --- PASS: TestServiceGet (0.19s) [2022-03-09T22:28:03.833Z] === CONT TestCreate [2022-03-09T22:28:03.833Z] --- PASS: TestServiceRemove (0.15s) [2022-03-09T22:28:03.833Z] === CONT TestRemove [2022-03-09T22:28:03.833Z] --- PASS: TestServiceCreate (0.18s) [2022-03-09T22:28:03.833Z] === CONT TestDefererencePluginOnCreateError [2022-03-09T22:28:03.833Z] --- PASS: TestServiceList (0.19s) [2022-03-09T22:28:03.833Z] === CONT TestGetWithReference [2022-03-09T22:28:03.833Z] --- PASS: TestCreate (0.02s) [2022-03-09T22:28:03.833Z] === CONT TestGet [2022-03-09T22:28:03.833Z] --- PASS: TestRemove (0.02s) [2022-03-09T22:28:03.833Z] === CONT TestRefDerefRemove [2022-03-09T22:28:03.833Z] --- PASS: TestGetWithReference (0.02s) [2022-03-09T22:28:03.833Z] === CONT TestDerefMultipleOfSameRef [2022-03-09T22:28:03.833Z] --- PASS: TestDefererencePluginOnCreateError (0.02s) [2022-03-09T22:28:03.833Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2022-03-09T22:28:03.833Z] --- PASS: TestGet (0.02s) [2022-03-09T22:28:03.833Z] === CONT TestFindByReferenced [2022-03-09T22:28:03.988Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2022-03-09T22:28:04.301Z] --- PASS: TestRefDerefRemove (0.02s) [2022-03-09T22:28:04.301Z] === CONT TestServicePrune [2022-03-09T22:28:04.301Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.02s) [2022-03-09T22:28:04.301Z] === CONT TestFindByDriver [2022-03-09T22:28:04.301Z] --- PASS: TestDerefMultipleOfSameRef (0.02s) [2022-03-09T22:28:04.301Z] --- PASS: TestFindByReferenced (0.02s) [2022-03-09T22:28:04.301Z] time="2022-03-09T22:28:03Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-09T22:28:04.301Z] time="2022-03-09T22:28:03Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-09T22:28:04.301Z] --- PASS: TestFindByDriver (0.03s) [2022-03-09T22:28:04.301Z] time="2022-03-09T22:28:03Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-09T22:28:04.301Z] time="2022-03-09T22:28:03Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2022-03-09T22:28:04.301Z] time="2022-03-09T22:28:03Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-09T22:28:04.301Z] --- PASS: TestServicePrune (0.05s) [2022-03-09T22:28:04.301Z] PASS [2022-03-09T22:28:04.301Z] coverage: 69.0% of statements [2022-03-09T22:28:04.301Z] ok github.com/docker/docker/volume/service 0.339s coverage: 69.0% of statements [2022-03-09T22:28:04.926Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2022-03-09T22:28:04.926Z] docker_cli_build_test.go:1348: unmatched requirement DaemonIsWindows [2022-03-09T22:28:04.926Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2022-03-09T22:28:04.926Z] docker_cli_build_test.go:6022: unmatched requirement DaemonIsWindows [2022-03-09T22:28:04.926Z] === RUN TestDockerSuite/TestBuildWindowsUser [2022-03-09T22:28:04.926Z] docker_cli_build_test.go:5992: unmatched requirement DaemonIsWindows [2022-03-09T22:28:04.926Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2022-03-09T22:28:04.926Z] docker_cli_build_test.go:1337: unmatched requirement DaemonIsWindows [2022-03-09T22:28:04.926Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2022-03-09T22:28:06.305Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2022-03-09T22:28:06.563Z] === RUN TestDockerSuite/TestBuildWithFailure [2022-03-09T22:28:07.496Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2022-03-09T22:28:07.754Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderProxy [2022-03-09T22:28:08.321Z] === RUN TestDockerSuite/TestBuildWithTabs [2022-03-09T22:28:09.696Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2022-03-09T22:28:09.696Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2022-03-09T22:28:10.264Z] docker_api_swarm_test.go:272: [d5cfa1f6a3588] joining swarm manager [d3754c0428a2d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-09T22:28:12.171Z] docker_api_swarm_test.go:273: [d8ed21a1bf73a] joining swarm manager [d3754c0428a2d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-09T22:28:13.108Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2022-03-09T22:28:14.485Z] === RUN TestDockerSuite/TestBuildWithVolumes [2022-03-09T22:28:15.037Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-09T22:28:15.038Z] INFO: Testing against a local daemon [2022-03-09T22:28:15.038Z] === RUN TestBuildWithSession [2022-03-09T22:28:15.038Z] build_session_test.go:25: TODO: BuildKit [2022-03-09T22:28:15.038Z] --- SKIP: TestBuildWithSession (0.00s) [2022-03-09T22:28:15.038Z] === RUN TestBuildSquashParent [2022-03-09T22:28:15.038Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:28:15.038Z] --- SKIP: TestBuildSquashParent (0.00s) [2022-03-09T22:28:15.038Z] === RUN TestBuildWithRemoveAndForceRemove [2022-03-09T22:28:15.038Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-09T22:28:15.038Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-09T22:28:15.038Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-09T22:28:15.038Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-09T22:28:15.038Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-09T22:28:15.038Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-09T22:28:15.038Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-09T22:28:15.038Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-09T22:28:15.038Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-09T22:28:15.038Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-09T22:28:15.038Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-09T22:28:15.038Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-09T22:28:15.038Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-09T22:28:15.038Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-09T22:28:15.038Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-09T22:28:15.038Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-09T22:28:15.050Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2022-03-09T22:28:15.309Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2022-03-09T22:28:15.567Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (12.16s) [2022-03-09T22:28:15.567Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-03-09T22:28:15.826Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2022-03-09T22:28:15.826Z] docker_cli_build_test.go:4905: unmatched requirement DaemonIsWindows [2022-03-09T22:28:15.826Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2022-03-09T22:28:16.393Z] === RUN TestDockerSuite/TestBuildXZHost [2022-03-09T22:28:17.791Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2022-03-09T22:28:17.791Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2022-03-09T22:28:17.791Z] docker_cli_sni_test.go:18: Flakey test [2022-03-09T22:28:17.791Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2022-03-09T22:28:18.049Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2022-03-09T22:28:18.615Z] === RUN TestDockerSuite/TestCommitChange [2022-03-09T22:28:19.550Z] === RUN TestDockerSuite/TestCommitChangeLabels [2022-03-09T22:28:19.808Z] === RUN TestDockerSuite/TestCommitHardlink [2022-03-09T22:28:20.741Z] === RUN TestDockerSuite/TestCommitNewFile [2022-03-09T22:28:21.676Z] === RUN TestDockerSuite/TestCommitPausedContainer [2022-03-09T22:28:22.115Z] 2022/03/09 22:28:20 Closing DB instances... [2022-03-09T22:28:22.115Z] time="2022-03-09T22:28:21Z" level=error msg="node: 46d1744f8938 is unknown to memberlist" [2022-03-09T22:28:22.583Z] --- PASS: TestNetworkDBGarbageCollection (54.45s) [2022-03-09T22:28:22.583Z] === RUN TestFindNode [2022-03-09T22:28:22.583Z] 2022/03/09 22:28:22 Closing DB instances... [2022-03-09T22:28:22.583Z] --- PASS: TestFindNode (0.02s) [2022-03-09T22:28:22.583Z] === RUN TestChangeNodeState [2022-03-09T22:28:22.583Z] 2022/03/09 22:28:22 Closing DB instances... [2022-03-09T22:28:22.583Z] --- PASS: TestChangeNodeState (0.02s) [2022-03-09T22:28:22.583Z] === RUN TestNodeReincarnation [2022-03-09T22:28:22.583Z] 2022/03/09 22:28:22 Closing DB instances... [2022-03-09T22:28:22.610Z] === RUN TestDockerSuite/TestCommitTTY [2022-03-09T22:28:23.542Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2022-03-09T22:28:23.801Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2022-03-09T22:28:24.734Z] === RUN TestDockerSuite/TestCommitWithoutPause [2022-03-09T22:28:25.300Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2022-03-09T22:28:25.300Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2022-03-09T22:28:25.300Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2022-03-09T22:28:25.559Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2022-03-09T22:28:25.559Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2022-03-09T22:28:25.559Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2022-03-09T22:28:25.559Z] === RUN TestDockerSuite/TestContainerAPICommit [2022-03-09T22:28:26.493Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2022-03-09T22:28:27.369Z] time="2022-03-09T22:28:27Z" level=error msg="failed to send node leave: timed out broadcasting node event" [2022-03-09T22:28:27.369Z] --- PASS: TestNodeReincarnation (5.02s) [2022-03-09T22:28:27.369Z] === RUN TestParallelCreate [2022-03-09T22:28:27.369Z] 2022/03/09 22:28:27 Closing DB instances... [2022-03-09T22:28:27.369Z] --- PASS: TestParallelCreate (0.02s) [2022-03-09T22:28:27.369Z] === RUN TestParallelDelete [2022-03-09T22:28:27.369Z] 2022/03/09 22:28:27 Closing DB instances... [2022-03-09T22:28:27.427Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2022-03-09T22:28:27.427Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2022-03-09T22:28:27.837Z] --- PASS: TestParallelDelete (0.02s) [2022-03-09T22:28:27.837Z] === RUN TestNetworkDBIslands [2022-03-09T22:28:27.837Z] time="2022-03-09T22:28:27Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:b05f40cc19ac with config:&{NodeID:b05f40cc19ac 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-09T22:28:27.837Z] time="2022-03-09T22:28:27Z" level=info msg="Node b05f40cc19ac/172.25.53.176, joined gossip cluster" [2022-03-09T22:28:27.837Z] time="2022-03-09T22:28:27Z" level=info msg="Node b05f40cc19ac/172.25.53.176, added to nodes list" [2022-03-09T22:28:27.837Z] time="2022-03-09T22:28:27Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:2dd3cb1da3a6 with config:&{NodeID:2dd3cb1da3a6 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-09T22:28:27.837Z] time="2022-03-09T22:28:27Z" level=info msg="Node 2dd3cb1da3a6/172.25.53.176, joined gossip cluster" [2022-03-09T22:28:27.837Z] time="2022-03-09T22:28:27Z" level=info msg="Node 2dd3cb1da3a6/172.25.53.176, added to nodes list" [2022-03-09T22:28:27.837Z] time="2022-03-09T22:28:27Z" level=info msg="The new bootstrap node list is:[localhost:10033]" [2022-03-09T22:28:27.837Z] time="2022-03-09T22:28:27Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10033" [2022-03-09T22:28:27.837Z] time="2022-03-09T22:28:27Z" level=debug msg="memberlist: Stream connection from=[::1]:49359" [2022-03-09T22:28:27.837Z] time="2022-03-09T22:28:27Z" level=info msg="Node 2dd3cb1da3a6/172.25.53.176, joined gossip cluster" [2022-03-09T22:28:27.837Z] time="2022-03-09T22:28:27Z" level=info msg="Node 2dd3cb1da3a6/172.25.53.176, added to nodes list" [2022-03-09T22:28:27.837Z] time="2022-03-09T22:28:27Z" level=info msg="Node b05f40cc19ac/172.25.53.176, joined gossip cluster" [2022-03-09T22:28:27.837Z] time="2022-03-09T22:28:27Z" level=info msg="Node b05f40cc19ac/172.25.53.176, added to nodes list" [2022-03-09T22:28:27.837Z] time="2022-03-09T22:28:27Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10033" [2022-03-09T22:28:27.837Z] time="2022-03-09T22:28:27Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49360" [2022-03-09T22:28:27.992Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2022-03-09T22:28:28.251Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2022-03-09T22:28:28.305Z] time="2022-03-09T22:28:28Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:4347694ce697 with config:&{NodeID:4347694ce697 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-09T22:28:28.305Z] time="2022-03-09T22:28:28Z" level=info msg="Node 4347694ce697/172.25.53.176, joined gossip cluster" [2022-03-09T22:28:28.305Z] time="2022-03-09T22:28:28Z" level=info msg="Node 4347694ce697/172.25.53.176, added to nodes list" [2022-03-09T22:28:28.305Z] time="2022-03-09T22:28:28Z" level=info msg="The new bootstrap node list is:[localhost:10034]" [2022-03-09T22:28:28.305Z] time="2022-03-09T22:28:28Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10034" [2022-03-09T22:28:28.305Z] time="2022-03-09T22:28:28Z" level=debug msg="memberlist: Stream connection from=[::1]:49361" [2022-03-09T22:28:28.305Z] time="2022-03-09T22:28:28Z" level=info msg="Node 4347694ce697/172.25.53.176, joined gossip cluster" [2022-03-09T22:28:28.305Z] time="2022-03-09T22:28:28Z" level=info msg="Node 4347694ce697/172.25.53.176, added to nodes list" [2022-03-09T22:28:28.305Z] time="2022-03-09T22:28:28Z" level=info msg="Node b05f40cc19ac/172.25.53.176, joined gossip cluster" [2022-03-09T22:28:28.305Z] time="2022-03-09T22:28:28Z" level=info msg="Node b05f40cc19ac/172.25.53.176, added to nodes list" [2022-03-09T22:28:28.305Z] time="2022-03-09T22:28:28Z" level=info msg="Node 2dd3cb1da3a6/172.25.53.176, joined gossip cluster" [2022-03-09T22:28:28.305Z] time="2022-03-09T22:28:28Z" level=info msg="Node 2dd3cb1da3a6/172.25.53.176, added to nodes list" [2022-03-09T22:28:28.305Z] time="2022-03-09T22:28:28Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10034" [2022-03-09T22:28:28.305Z] time="2022-03-09T22:28:28Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49362" [2022-03-09T22:28:28.774Z] time="2022-03-09T22:28:28Z" level=info msg="Node 4347694ce697/172.25.53.176, joined gossip cluster" [2022-03-09T22:28:28.774Z] time="2022-03-09T22:28:28Z" level=info msg="Node 4347694ce697/172.25.53.176, added to nodes list" [2022-03-09T22:28:28.774Z] time="2022-03-09T22:28:28Z" level=info msg="New memberlist node - Node:node4 will use memberlist nodeID:451de186780d with config:&{NodeID:451de186780d 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-09T22:28:28.774Z] time="2022-03-09T22:28:28Z" level=info msg="Node 451de186780d/172.25.53.176, joined gossip cluster" [2022-03-09T22:28:28.774Z] time="2022-03-09T22:28:28Z" level=info msg="Node 451de186780d/172.25.53.176, added to nodes list" [2022-03-09T22:28:28.774Z] time="2022-03-09T22:28:28Z" level=info msg="The new bootstrap node list is:[localhost:10035]" [2022-03-09T22:28:28.774Z] time="2022-03-09T22:28:28Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10035" [2022-03-09T22:28:28.774Z] time="2022-03-09T22:28:28Z" level=debug msg="memberlist: Stream connection from=[::1]:49363" [2022-03-09T22:28:28.774Z] time="2022-03-09T22:28:28Z" level=info msg="Node 451de186780d/172.25.53.176, joined gossip cluster" [2022-03-09T22:28:28.774Z] time="2022-03-09T22:28:28Z" level=info msg="Node 451de186780d/172.25.53.176, added to nodes list" [2022-03-09T22:28:28.774Z] time="2022-03-09T22:28:28Z" level=info msg="Node b05f40cc19ac/172.25.53.176, joined gossip cluster" [2022-03-09T22:28:28.774Z] time="2022-03-09T22:28:28Z" level=info msg="Node b05f40cc19ac/172.25.53.176, added to nodes list" [2022-03-09T22:28:28.774Z] time="2022-03-09T22:28:28Z" level=info msg="Node 2dd3cb1da3a6/172.25.53.176, joined gossip cluster" [2022-03-09T22:28:28.774Z] time="2022-03-09T22:28:28Z" level=info msg="Node 2dd3cb1da3a6/172.25.53.176, added to nodes list" [2022-03-09T22:28:28.774Z] time="2022-03-09T22:28:28Z" level=info msg="Node 4347694ce697/172.25.53.176, joined gossip cluster" [2022-03-09T22:28:28.774Z] time="2022-03-09T22:28:28Z" level=info msg="Node 4347694ce697/172.25.53.176, added to nodes list" [2022-03-09T22:28:28.774Z] time="2022-03-09T22:28:28Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10035" [2022-03-09T22:28:28.774Z] time="2022-03-09T22:28:28Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49364" [2022-03-09T22:28:28.817Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2022-03-09T22:28:29.242Z] time="2022-03-09T22:28:28Z" level=info msg="Node 451de186780d/172.25.53.176, joined gossip cluster" [2022-03-09T22:28:29.242Z] time="2022-03-09T22:28:28Z" level=info msg="Node 451de186780d/172.25.53.176, added to nodes list" [2022-03-09T22:28:29.243Z] time="2022-03-09T22:28:28Z" level=info msg="Node 451de186780d/172.25.53.176, joined gossip cluster" [2022-03-09T22:28:29.243Z] time="2022-03-09T22:28:28Z" level=info msg="Node 451de186780d/172.25.53.176, added to nodes list" [2022-03-09T22:28:29.243Z] time="2022-03-09T22:28:29Z" level=info msg="New memberlist node - Node:node5 will use memberlist nodeID:ab8be1649eaf with config:&{NodeID:ab8be1649eaf 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-09T22:28:29.243Z] time="2022-03-09T22:28:29Z" level=info msg="Node ab8be1649eaf/172.25.53.176, joined gossip cluster" [2022-03-09T22:28:29.243Z] time="2022-03-09T22:28:29Z" level=info msg="Node ab8be1649eaf/172.25.53.176, added to nodes list" [2022-03-09T22:28:29.243Z] time="2022-03-09T22:28:29Z" level=info msg="The new bootstrap node list is:[localhost:10036]" [2022-03-09T22:28:29.243Z] time="2022-03-09T22:28:29Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10036" [2022-03-09T22:28:29.243Z] time="2022-03-09T22:28:29Z" level=debug msg="memberlist: Stream connection from=[::1]:49365" [2022-03-09T22:28:29.243Z] time="2022-03-09T22:28:29Z" level=info msg="Node ab8be1649eaf/172.25.53.176, joined gossip cluster" [2022-03-09T22:28:29.243Z] time="2022-03-09T22:28:29Z" level=info msg="Node ab8be1649eaf/172.25.53.176, added to nodes list" [2022-03-09T22:28:29.243Z] time="2022-03-09T22:28:29Z" level=info msg="Node 2dd3cb1da3a6/172.25.53.176, joined gossip cluster" [2022-03-09T22:28:29.243Z] time="2022-03-09T22:28:29Z" level=info msg="Node 2dd3cb1da3a6/172.25.53.176, added to nodes list" [2022-03-09T22:28:29.243Z] time="2022-03-09T22:28:29Z" level=info msg="Node 4347694ce697/172.25.53.176, joined gossip cluster" [2022-03-09T22:28:29.243Z] time="2022-03-09T22:28:29Z" level=info msg="Node 4347694ce697/172.25.53.176, added to nodes list" [2022-03-09T22:28:29.243Z] time="2022-03-09T22:28:29Z" level=info msg="Node b05f40cc19ac/172.25.53.176, joined gossip cluster" [2022-03-09T22:28:29.243Z] time="2022-03-09T22:28:29Z" level=info msg="Node b05f40cc19ac/172.25.53.176, added to nodes list" [2022-03-09T22:28:29.243Z] time="2022-03-09T22:28:29Z" level=info msg="Node 451de186780d/172.25.53.176, joined gossip cluster" [2022-03-09T22:28:29.243Z] time="2022-03-09T22:28:29Z" level=info msg="Node 451de186780d/172.25.53.176, added to nodes list" [2022-03-09T22:28:29.243Z] time="2022-03-09T22:28:29Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49366" [2022-03-09T22:28:29.243Z] time="2022-03-09T22:28:29Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10036" [2022-03-09T22:28:29.383Z] === RUN TestDockerSuite/TestContainerAPICreate [2022-03-09T22:28:29.641Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2022-03-09T22:28:29.641Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2022-03-09T22:28:29.641Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2022-03-09T22:28:29.711Z] time="2022-03-09T22:28:29Z" level=info msg="Node ab8be1649eaf/172.25.53.176, joined gossip cluster" [2022-03-09T22:28:29.711Z] time="2022-03-09T22:28:29Z" level=info msg="Node ab8be1649eaf/172.25.53.176, added to nodes list" [2022-03-09T22:28:29.711Z] time="2022-03-09T22:28:29Z" level=info msg="Node ab8be1649eaf/172.25.53.176, joined gossip cluster" [2022-03-09T22:28:29.711Z] time="2022-03-09T22:28:29Z" level=info msg="Node ab8be1649eaf/172.25.53.176, added to nodes list" [2022-03-09T22:28:29.711Z] time="2022-03-09T22:28:29Z" level=info msg="Node ab8be1649eaf/172.25.53.176, joined gossip cluster" [2022-03-09T22:28:29.711Z] time="2022-03-09T22:28:29Z" level=info msg="Node ab8be1649eaf/172.25.53.176, added to nodes list" [2022-03-09T22:28:29.711Z] networkdb_test.go:835: Re-joining: 3 [2022-03-09T22:28:29.711Z] time="2022-03-09T22:28:29Z" level=info msg="The new bootstrap node list is:[172.25.53.176:10033 172.25.53.176:10034 172.25.53.176:10035]" [2022-03-09T22:28:29.711Z] time="2022-03-09T22:28:29Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.25.53.176:10033" [2022-03-09T22:28:29.711Z] time="2022-03-09T22:28:29Z" level=debug msg="memberlist: Stream connection from=172.25.53.176:49367" [2022-03-09T22:28:29.711Z] time="2022-03-09T22:28:29Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.25.53.176:10034" [2022-03-09T22:28:29.711Z] time="2022-03-09T22:28:29Z" level=debug msg="memberlist: Stream connection from=172.25.53.176:49368" [2022-03-09T22:28:29.711Z] time="2022-03-09T22:28:29Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.25.53.176:10035" [2022-03-09T22:28:29.711Z] time="2022-03-09T22:28:29Z" level=debug msg="memberlist: Stream connection from=172.25.53.176:49369" [2022-03-09T22:28:29.711Z] networkdb_test.go:835: Re-joining: 4 [2022-03-09T22:28:29.711Z] time="2022-03-09T22:28:29Z" level=info msg="The new bootstrap node list is:[172.25.53.176:10033 172.25.53.176:10034 172.25.53.176:10035]" [2022-03-09T22:28:29.711Z] time="2022-03-09T22:28:29Z" level=debug msg="memberlist: Stream connection from=172.25.53.176:49370" [2022-03-09T22:28:29.711Z] time="2022-03-09T22:28:29Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.25.53.176:10033" [2022-03-09T22:28:29.711Z] time="2022-03-09T22:28:29Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.25.53.176:10034" [2022-03-09T22:28:29.711Z] time="2022-03-09T22:28:29Z" level=debug msg="memberlist: Stream connection from=172.25.53.176:49371" [2022-03-09T22:28:29.711Z] time="2022-03-09T22:28:29Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.25.53.176:10035" [2022-03-09T22:28:29.711Z] time="2022-03-09T22:28:29Z" level=debug msg="memberlist: Stream connection from=172.25.53.176:49372" [2022-03-09T22:28:30.179Z] time="2022-03-09T22:28:29Z" level=info msg="node 0 leaving" [2022-03-09T22:28:30.179Z] time="2022-03-09T22:28:29Z" level=info msg="Node b05f40cc19ac change state NodeActive --> NodeLeft" [2022-03-09T22:28:30.179Z] time="2022-03-09T22:28:29Z" level=info msg="Node b05f40cc19ac change state NodeActive --> NodeLeft" [2022-03-09T22:28:30.179Z] time="2022-03-09T22:28:29Z" level=info msg="node4(451de186780d): Node leave event for b05f40cc19ac/172.25.53.176" [2022-03-09T22:28:30.179Z] time="2022-03-09T22:28:29Z" level=info msg="Node b05f40cc19ac change state NodeActive --> NodeLeft" [2022-03-09T22:28:30.179Z] time="2022-03-09T22:28:29Z" level=info msg="node5(ab8be1649eaf): Node leave event for b05f40cc19ac/172.25.53.176" [2022-03-09T22:28:30.179Z] time="2022-03-09T22:28:29Z" level=info msg="node2(2dd3cb1da3a6): Node leave event for b05f40cc19ac/172.25.53.176" [2022-03-09T22:28:30.179Z] time="2022-03-09T22:28:29Z" level=info msg="Node b05f40cc19ac change state NodeActive --> NodeLeft" [2022-03-09T22:28:30.179Z] time="2022-03-09T22:28:29Z" level=info msg="node1(b05f40cc19ac): Node leave event for b05f40cc19ac/172.25.53.176" [2022-03-09T22:28:30.179Z] time="2022-03-09T22:28:30Z" level=info msg="Node b05f40cc19ac change state NodeActive --> NodeLeft" [2022-03-09T22:28:30.179Z] time="2022-03-09T22:28:30Z" level=info msg="node3(4347694ce697): Node leave event for b05f40cc19ac/172.25.53.176" [2022-03-09T22:28:30.179Z] time="2022-03-09T22:28:30Z" level=info msg="Node b05f40cc19ac/172.25.53.176, left gossip cluster" [2022-03-09T22:28:30.205Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2022-03-09T22:28:30.205Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2022-03-09T22:28:30.205Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2022-03-09T22:28:30.205Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2022-03-09T22:28:30.205Z] === RUN TestDockerSuite/TestContainerAPIDelete [2022-03-09T22:28:30.647Z] time="2022-03-09T22:28:30Z" level=info msg="Node b05f40cc19ac/172.25.53.176, left gossip cluster" [2022-03-09T22:28:30.647Z] time="2022-03-09T22:28:30Z" level=info msg="Node b05f40cc19ac/172.25.53.176, left gossip cluster" [2022-03-09T22:28:30.647Z] time="2022-03-09T22:28:30Z" level=info msg="Node b05f40cc19ac/172.25.53.176, left gossip cluster" [2022-03-09T22:28:30.647Z] time="2022-03-09T22:28:30Z" level=info msg="Node b05f40cc19ac/172.25.53.176, left gossip cluster" [2022-03-09T22:28:30.647Z] time="2022-03-09T22:28:30Z" level=warning msg="memberlist: Failed to send ping: write udp [::]:10033->172.25.53.176:10034: use of closed network connection" [2022-03-09T22:28:30.647Z] time="2022-03-09T22:28:30Z" level=info msg="node 1 leaving" [2022-03-09T22:28:30.647Z] time="2022-03-09T22:28:30Z" level=info msg="Node 2dd3cb1da3a6 change state NodeActive --> NodeLeft" [2022-03-09T22:28:30.647Z] time="2022-03-09T22:28:30Z" level=info msg="Node 2dd3cb1da3a6/172.25.53.176, left gossip cluster" [2022-03-09T22:28:30.647Z] time="2022-03-09T22:28:30Z" level=info msg="Node 2dd3cb1da3a6 change state NodeActive --> NodeFailed" [2022-03-09T22:28:30.647Z] time="2022-03-09T22:28:30Z" level=info msg="Node 2dd3cb1da3a6/172.25.53.176, added to failed nodes list" [2022-03-09T22:28:30.647Z] time="2022-03-09T22:28:30Z" level=info msg="node4(451de186780d): Node leave event for 2dd3cb1da3a6/172.25.53.176" [2022-03-09T22:28:30.647Z] time="2022-03-09T22:28:30Z" level=info msg="Node 2dd3cb1da3a6 change state NodeActive --> NodeLeft" [2022-03-09T22:28:30.647Z] time="2022-03-09T22:28:30Z" level=info msg="node3(4347694ce697): Node leave event for 2dd3cb1da3a6/172.25.53.176" [2022-03-09T22:28:30.647Z] time="2022-03-09T22:28:30Z" level=info msg="Node 2dd3cb1da3a6 change state NodeActive --> NodeLeft" [2022-03-09T22:28:30.647Z] time="2022-03-09T22:28:30Z" level=info msg="node5(ab8be1649eaf): Node leave event for 2dd3cb1da3a6/172.25.53.176" [2022-03-09T22:28:30.647Z] time="2022-03-09T22:28:30Z" level=error msg="node: 2dd3cb1da3a6 is unknown to memberlist" [2022-03-09T22:28:30.647Z] time="2022-03-09T22:28:30Z" level=info msg="Node 2dd3cb1da3a6/172.25.53.176, left gossip cluster" [2022-03-09T22:28:30.647Z] time="2022-03-09T22:28:30Z" level=info msg="Node 2dd3cb1da3a6/172.25.53.176, left gossip cluster" [2022-03-09T22:28:30.647Z] time="2022-03-09T22:28:30Z" level=info msg="Node 2dd3cb1da3a6/172.25.53.176, left gossip cluster" [2022-03-09T22:28:30.773Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2022-03-09T22:28:31.125Z] time="2022-03-09T22:28:30Z" level=info msg="node 2 leaving" [2022-03-09T22:28:31.125Z] time="2022-03-09T22:28:30Z" level=info msg="Node 4347694ce697 change state NodeActive --> NodeLeft" [2022-03-09T22:28:31.125Z] time="2022-03-09T22:28:30Z" level=info msg="node5(ab8be1649eaf): Node leave event for 4347694ce697/172.25.53.176" [2022-03-09T22:28:31.125Z] time="2022-03-09T22:28:30Z" level=info msg="Node 4347694ce697 change state NodeActive --> NodeLeft" [2022-03-09T22:28:31.125Z] time="2022-03-09T22:28:30Z" level=info msg="node4(451de186780d): Node leave event for 4347694ce697/172.25.53.176" [2022-03-09T22:28:31.125Z] time="2022-03-09T22:28:30Z" level=info msg="Node 4347694ce697 change state NodeActive --> NodeLeft" [2022-03-09T22:28:31.125Z] time="2022-03-09T22:28:30Z" level=info msg="node3(4347694ce697): Node leave event for 4347694ce697/172.25.53.176" [2022-03-09T22:28:31.125Z] time="2022-03-09T22:28:30Z" level=info msg="Node 4347694ce697/172.25.53.176, left gossip cluster" [2022-03-09T22:28:31.340Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2022-03-09T22:28:31.592Z] time="2022-03-09T22:28:31Z" level=info msg="Node 4347694ce697/172.25.53.176, left gossip cluster" [2022-03-09T22:28:31.592Z] time="2022-03-09T22:28:31Z" level=info msg="Node 4347694ce697/172.25.53.176, left gossip cluster" [2022-03-09T22:28:31.592Z] networkdb_test.go:867: node4: OK [2022-03-09T22:28:31.592Z] networkdb_test.go:867: node5: OK [2022-03-09T22:28:31.592Z] time="2022-03-09T22:28:31Z" level=info msg="node 0 coming back" [2022-03-09T22:28:31.592Z] time="2022-03-09T22:28:31Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:eaaced5908b6 with config:&{NodeID:eaaced5908b6 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-09T22:28:31.592Z] time="2022-03-09T22:28:31Z" level=info msg="Node eaaced5908b6/172.25.53.176, joined gossip cluster" [2022-03-09T22:28:31.592Z] time="2022-03-09T22:28:31Z" level=info msg="Node eaaced5908b6/172.25.53.176, added to nodes list" [2022-03-09T22:28:31.592Z] time="2022-03-09T22:28:31Z" level=info msg="node 1 coming back" [2022-03-09T22:28:31.592Z] time="2022-03-09T22:28:31Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:7ccf664248d3 with config:&{NodeID:7ccf664248d3 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-09T22:28:31.592Z] time="2022-03-09T22:28:31Z" level=info msg="Node 7ccf664248d3/172.25.53.176, joined gossip cluster" [2022-03-09T22:28:31.592Z] time="2022-03-09T22:28:31Z" level=info msg="Node 7ccf664248d3/172.25.53.176, added to nodes list" [2022-03-09T22:28:31.592Z] time="2022-03-09T22:28:31Z" level=info msg="node 2 coming back" [2022-03-09T22:28:31.592Z] time="2022-03-09T22:28:31Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:314e5d569045 with config:&{NodeID:314e5d569045 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-09T22:28:31.592Z] time="2022-03-09T22:28:31Z" level=info msg="Node 314e5d569045/172.25.53.176, joined gossip cluster" [2022-03-09T22:28:31.592Z] time="2022-03-09T22:28:31Z" level=info msg="Node 314e5d569045/172.25.53.176, added to nodes list" [2022-03-09T22:28:31.598Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2022-03-09T22:28:31.598Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2022-03-09T22:28:32.165Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.60s) [2022-03-09T22:28:32.165Z] PASS [2022-03-09T22:28:32.165Z] [2022-03-09T22:28:32.165Z] DONE 17 tests in 51.530s [2022-03-09T22:28:32.165Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-03-09T22:28:32.165Z] ++ 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-09T22:28:32.165Z] ++ set -e [2022-03-09T22:28:32.165Z] ++ '[' -n 0 ']' [2022-03-09T22:28:32.165Z] ++ set -x [2022-03-09T22:28:32.165Z] ++ 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-09T22:28:32.423Z] INFO: Testing against a local daemon [2022-03-09T22:28:32.423Z] === RUN TestPluginInvalidJSON [2022-03-09T22:28:32.423Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-03-09T22:28:32.423Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-03-09T22:28:32.423Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-03-09T22:28:32.423Z] --- PASS: TestPluginInvalidJSON (0.03s) [2022-03-09T22:28:32.423Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.01s) [2022-03-09T22:28:32.423Z] === RUN TestPluginInstall [2022-03-09T22:28:32.423Z] === RUN TestPluginInstall/no_auth [2022-03-09T22:28:32.921Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-09T22:28:32.921Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-09T22:28:32.992Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2022-03-09T22:28:32.992Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin [2022-03-09T22:28:33.563Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2022-03-09T22:28:33.563Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2022-03-09T22:28:34.496Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2022-03-09T22:28:35.062Z] time="2022-03-09T22:28:34Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-09T22:28:35.062Z] time="2022-03-09T22:28:34Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:b3c120f8f264f3a3e5e451d80a24dd8a23e122da081dd4fcf8ea0f269fb191fb" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-09T22:28:35.062Z] time="2022-03-09T22:28:34Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-09T22:28:35.062Z] time="2022-03-09T22:28:34Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:b3c120f8f264f3a3e5e451d80a24dd8a23e122da081dd4fcf8ea0f269fb191fb" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-09T22:28:35.062Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2022-03-09T22:28:35.385Z] time="2022-03-09T22:28:34Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.25.53.176:10033 172.25.53.176:10034 172.25.53.176:10035]" [2022-03-09T22:28:35.385Z] time="2022-03-09T22:28:35Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.25.53.176:10033 172.25.53.176:10034 172.25.53.176:10035]" [2022-03-09T22:28:35.627Z] === RUN TestPluginInstall/with_htpasswd [2022-03-09T22:28:35.852Z] time="2022-03-09T22:28:35Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.25.53.176:10033" [2022-03-09T22:28:35.852Z] time="2022-03-09T22:28:35Z" level=debug msg="memberlist: Stream connection from=172.25.53.176:49373" [2022-03-09T22:28:35.852Z] time="2022-03-09T22:28:35Z" level=info msg="Node ab8be1649eaf/172.25.53.176, joined gossip cluster" [2022-03-09T22:28:35.852Z] time="2022-03-09T22:28:35Z" level=info msg="Node ab8be1649eaf/172.25.53.176, added to nodes list" [2022-03-09T22:28:35.852Z] time="2022-03-09T22:28:35Z" level=info msg="Node 451de186780d/172.25.53.176, joined gossip cluster" [2022-03-09T22:28:35.852Z] time="2022-03-09T22:28:35Z" level=info msg="Node 451de186780d/172.25.53.176, added to nodes list" [2022-03-09T22:28:35.852Z] time="2022-03-09T22:28:35Z" level=info msg="Node eaaced5908b6/172.25.53.176, joined gossip cluster" [2022-03-09T22:28:35.852Z] time="2022-03-09T22:28:35Z" level=info msg="Node eaaced5908b6/172.25.53.176, is the new incarnation of the shutdown node b05f40cc19ac/172.25.53.176" [2022-03-09T22:28:35.852Z] time="2022-03-09T22:28:35Z" level=info msg="Node eaaced5908b6/172.25.53.176, added to nodes list" [2022-03-09T22:28:35.852Z] time="2022-03-09T22:28:35Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.25.53.176:10034" [2022-03-09T22:28:35.852Z] time="2022-03-09T22:28:35Z" level=debug msg="memberlist: Stream connection from=172.25.53.176:49374" [2022-03-09T22:28:35.852Z] time="2022-03-09T22:28:35Z" level=info msg="Node ab8be1649eaf/172.25.53.176, joined gossip cluster" [2022-03-09T22:28:35.852Z] time="2022-03-09T22:28:35Z" level=info msg="Node ab8be1649eaf/172.25.53.176, added to nodes list" [2022-03-09T22:28:35.852Z] time="2022-03-09T22:28:35Z" level=info msg="Node 451de186780d/172.25.53.176, joined gossip cluster" [2022-03-09T22:28:35.852Z] time="2022-03-09T22:28:35Z" level=info msg="Node 451de186780d/172.25.53.176, added to nodes list" [2022-03-09T22:28:35.852Z] time="2022-03-09T22:28:35Z" level=info msg="Node eaaced5908b6/172.25.53.176, joined gossip cluster" [2022-03-09T22:28:35.852Z] time="2022-03-09T22:28:35Z" level=info msg="Node eaaced5908b6/172.25.53.176, added to nodes list" [2022-03-09T22:28:35.852Z] time="2022-03-09T22:28:35Z" level=info msg="Node 7ccf664248d3/172.25.53.176, joined gossip cluster" [2022-03-09T22:28:35.853Z] time="2022-03-09T22:28:35Z" level=info msg="Node 7ccf664248d3/172.25.53.176, is the new incarnation of the shutdown node 2dd3cb1da3a6/172.25.53.176" [2022-03-09T22:28:35.853Z] time="2022-03-09T22:28:35Z" level=info msg="Node 7ccf664248d3/172.25.53.176, added to nodes list" [2022-03-09T22:28:35.853Z] time="2022-03-09T22:28:35Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.25.53.176:10035" [2022-03-09T22:28:35.853Z] time="2022-03-09T22:28:35Z" level=debug msg="memberlist: Stream connection from=172.25.53.176:49375" [2022-03-09T22:28:35.853Z] time="2022-03-09T22:28:35Z" level=info msg="Node ab8be1649eaf/172.25.53.176, joined gossip cluster" [2022-03-09T22:28:35.853Z] time="2022-03-09T22:28:35Z" level=info msg="Node ab8be1649eaf/172.25.53.176, added to nodes list" [2022-03-09T22:28:35.853Z] time="2022-03-09T22:28:35Z" level=info msg="Node 7ccf664248d3/172.25.53.176, joined gossip cluster" [2022-03-09T22:28:35.853Z] time="2022-03-09T22:28:35Z" level=info msg="Node 7ccf664248d3/172.25.53.176, added to nodes list" [2022-03-09T22:28:35.853Z] time="2022-03-09T22:28:35Z" level=info msg="Node 451de186780d/172.25.53.176, joined gossip cluster" [2022-03-09T22:28:35.853Z] time="2022-03-09T22:28:35Z" level=info msg="Node 451de186780d/172.25.53.176, added to nodes list" [2022-03-09T22:28:35.853Z] time="2022-03-09T22:28:35Z" level=info msg="Node eaaced5908b6/172.25.53.176, joined gossip cluster" [2022-03-09T22:28:35.853Z] time="2022-03-09T22:28:35Z" level=info msg="Node eaaced5908b6/172.25.53.176, added to nodes list" [2022-03-09T22:28:35.853Z] time="2022-03-09T22:28:35Z" level=info msg="Node 314e5d569045/172.25.53.176, joined gossip cluster" [2022-03-09T22:28:35.853Z] time="2022-03-09T22:28:35Z" level=info msg="Node 314e5d569045/172.25.53.176, is the new incarnation of the shutdown node 4347694ce697/172.25.53.176" [2022-03-09T22:28:35.853Z] time="2022-03-09T22:28:35Z" level=info msg="Node 314e5d569045/172.25.53.176, added to nodes list" [2022-03-09T22:28:35.853Z] time="2022-03-09T22:28:35Z" level=info msg="Node 7ccf664248d3/172.25.53.176, joined gossip cluster" [2022-03-09T22:28:35.853Z] time="2022-03-09T22:28:35Z" level=info msg="Node 7ccf664248d3/172.25.53.176, added to nodes list" [2022-03-09T22:28:35.853Z] time="2022-03-09T22:28:35Z" level=info msg="Node 7ccf664248d3/172.25.53.176, joined gossip cluster" [2022-03-09T22:28:35.853Z] time="2022-03-09T22:28:35Z" level=info msg="Node 7ccf664248d3/172.25.53.176, is the new incarnation of the shutdown node 2dd3cb1da3a6/172.25.53.176" [2022-03-09T22:28:35.853Z] time="2022-03-09T22:28:35Z" level=info msg="Node 7ccf664248d3/172.25.53.176, added to nodes list" [2022-03-09T22:28:35.853Z] time="2022-03-09T22:28:35Z" level=info msg="Node eaaced5908b6/172.25.53.176, joined gossip cluster" [2022-03-09T22:28:35.853Z] time="2022-03-09T22:28:35Z" level=info msg="Node eaaced5908b6/172.25.53.176, is the new incarnation of the shutdown node b05f40cc19ac/172.25.53.176" [2022-03-09T22:28:35.853Z] time="2022-03-09T22:28:35Z" level=info msg="Node eaaced5908b6/172.25.53.176, added to nodes list" [2022-03-09T22:28:35.853Z] time="2022-03-09T22:28:35Z" level=info msg="Node 314e5d569045/172.25.53.176, joined gossip cluster" [2022-03-09T22:28:35.853Z] time="2022-03-09T22:28:35Z" level=info msg="Node 314e5d569045/172.25.53.176, is the new incarnation of the shutdown node 4347694ce697/172.25.53.176" [2022-03-09T22:28:35.853Z] time="2022-03-09T22:28:35Z" level=info msg="Node 314e5d569045/172.25.53.176, added to nodes list" [2022-03-09T22:28:35.853Z] time="2022-03-09T22:28:35Z" level=info msg="Node 314e5d569045/172.25.53.176, joined gossip cluster" [2022-03-09T22:28:35.853Z] time="2022-03-09T22:28:35Z" level=info msg="Node 314e5d569045/172.25.53.176, added to nodes list" [2022-03-09T22:28:35.885Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2022-03-09T22:28:36.145Z] time="2022-03-09T22:28:36Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-09T22:28:36.145Z] time="2022-03-09T22:28:36Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:ef8e206b07578485ba1f635020677369b82ba4b0bc3d97edd4472af9aa1ccf8c" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-09T22:28:36.145Z] time="2022-03-09T22:28:36Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-09T22:28:36.145Z] time="2022-03-09T22:28:36Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:ef8e206b07578485ba1f635020677369b82ba4b0bc3d97edd4472af9aa1ccf8c" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-09T22:28:36.320Z] time="2022-03-09T22:28:35Z" level=info msg="Node 314e5d569045/172.25.53.176, joined gossip cluster" [2022-03-09T22:28:36.321Z] time="2022-03-09T22:28:35Z" level=info msg="Node 314e5d569045/172.25.53.176, added to nodes list" [2022-03-09T22:28:36.321Z] time="2022-03-09T22:28:36Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.25.53.176:10033" [2022-03-09T22:28:36.321Z] time="2022-03-09T22:28:36Z" level=debug msg="memberlist: Stream connection from=172.25.53.176:49376" [2022-03-09T22:28:36.321Z] time="2022-03-09T22:28:36Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.25.53.176:10034" [2022-03-09T22:28:36.321Z] time="2022-03-09T22:28:36Z" level=debug msg="memberlist: Stream connection from=172.25.53.176:49377" [2022-03-09T22:28:36.321Z] time="2022-03-09T22:28:36Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.25.53.176:10035" [2022-03-09T22:28:36.321Z] time="2022-03-09T22:28:36Z" level=debug msg="memberlist: Stream connection from=172.25.53.176:49378" [2022-03-09T22:28:36.713Z] === RUN TestPluginInstall/with_insecure [2022-03-09T22:28:36.713Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2022-03-09T22:28:36.713Z] === RUN TestDockerSuite/TestContainerAPIKill [2022-03-09T22:28:36.788Z] 2022/03/09 22:28:36 Closing DB instances... [2022-03-09T22:28:36.788Z] time="2022-03-09T22:28:36Z" level=info msg="Node eaaced5908b6 change state NodeActive --> NodeLeft" [2022-03-09T22:28:36.788Z] time="2022-03-09T22:28:36Z" level=info msg="node5(ab8be1649eaf): Node leave event for eaaced5908b6/172.25.53.176" [2022-03-09T22:28:36.788Z] time="2022-03-09T22:28:36Z" level=info msg="Node eaaced5908b6 change state NodeActive --> NodeLeft" [2022-03-09T22:28:36.788Z] time="2022-03-09T22:28:36Z" level=info msg="Node eaaced5908b6 change state NodeActive --> NodeLeft" [2022-03-09T22:28:36.788Z] time="2022-03-09T22:28:36Z" level=info msg="node4(451de186780d): Node leave event for eaaced5908b6/172.25.53.176" [2022-03-09T22:28:36.788Z] time="2022-03-09T22:28:36Z" level=info msg="node2(7ccf664248d3): Node leave event for eaaced5908b6/172.25.53.176" [2022-03-09T22:28:36.788Z] time="2022-03-09T22:28:36Z" level=info msg="Node eaaced5908b6 change state NodeActive --> NodeLeft" [2022-03-09T22:28:36.788Z] time="2022-03-09T22:28:36Z" level=info msg="node1(eaaced5908b6): Node leave event for eaaced5908b6/172.25.53.176" [2022-03-09T22:28:36.788Z] time="2022-03-09T22:28:36Z" level=info msg="Node eaaced5908b6 change state NodeActive --> NodeLeft" [2022-03-09T22:28:36.788Z] time="2022-03-09T22:28:36Z" level=info msg="node3(314e5d569045): Node leave event for eaaced5908b6/172.25.53.176" [2022-03-09T22:28:37.257Z] time="2022-03-09T22:28:36Z" level=info msg="Node eaaced5908b6/172.25.53.176, left gossip cluster" [2022-03-09T22:28:37.257Z] time="2022-03-09T22:28:36Z" level=info msg="Node eaaced5908b6/172.25.53.176, left gossip cluster" [2022-03-09T22:28:37.257Z] time="2022-03-09T22:28:36Z" level=info msg="Node eaaced5908b6/172.25.53.176, left gossip cluster" [2022-03-09T22:28:37.257Z] time="2022-03-09T22:28:36Z" level=info msg="Node eaaced5908b6/172.25.53.176, left gossip cluster" [2022-03-09T22:28:37.257Z] time="2022-03-09T22:28:36Z" level=info msg="Node eaaced5908b6/172.25.53.176, left gossip cluster" [2022-03-09T22:28:37.257Z] time="2022-03-09T22:28:37Z" level=info msg="Node 7ccf664248d3 change state NodeActive --> NodeLeft" [2022-03-09T22:28:37.257Z] time="2022-03-09T22:28:37Z" level=info msg="node3(314e5d569045): Node leave event for 7ccf664248d3/172.25.53.176" [2022-03-09T22:28:37.257Z] time="2022-03-09T22:28:37Z" level=info msg="Node 7ccf664248d3 change state NodeActive --> NodeLeft" [2022-03-09T22:28:37.257Z] time="2022-03-09T22:28:37Z" level=info msg="node4(451de186780d): Node leave event for 7ccf664248d3/172.25.53.176" [2022-03-09T22:28:37.257Z] time="2022-03-09T22:28:37Z" level=info msg="Node 7ccf664248d3 change state NodeActive --> NodeLeft" [2022-03-09T22:28:37.257Z] time="2022-03-09T22:28:37Z" level=info msg="node5(ab8be1649eaf): Node leave event for 7ccf664248d3/172.25.53.176" [2022-03-09T22:28:37.257Z] time="2022-03-09T22:28:37Z" level=info msg="Node 7ccf664248d3 change state NodeActive --> NodeLeft" [2022-03-09T22:28:37.257Z] time="2022-03-09T22:28:37Z" level=info msg="node2(7ccf664248d3): Node leave event for 7ccf664248d3/172.25.53.176" [2022-03-09T22:28:37.280Z] === RUN TestDockerSuite/TestContainerAPIPause [2022-03-09T22:28:37.539Z] time="2022-03-09T22:28:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-09T22:28:37.539Z] time="2022-03-09T22:28:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:ccebc5e7fe90793d86db066730b2b877db8c291a8b76d0a316a2401b26302101" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-09T22:28:37.539Z] time="2022-03-09T22:28:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-09T22:28:37.539Z] time="2022-03-09T22:28:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:ccebc5e7fe90793d86db066730b2b877db8c291a8b76d0a316a2401b26302101" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-09T22:28:37.725Z] time="2022-03-09T22:28:37Z" level=info msg="Node 7ccf664248d3/172.25.53.176, left gossip cluster" [2022-03-09T22:28:37.725Z] time="2022-03-09T22:28:37Z" level=info msg="Node 7ccf664248d3/172.25.53.176, left gossip cluster" [2022-03-09T22:28:37.725Z] time="2022-03-09T22:28:37Z" level=info msg="Node 7ccf664248d3/172.25.53.176, left gossip cluster" [2022-03-09T22:28:37.725Z] time="2022-03-09T22:28:37Z" level=info msg="Node 7ccf664248d3/172.25.53.176, left gossip cluster" [2022-03-09T22:28:37.725Z] time="2022-03-09T22:28:37Z" level=info msg="Node 314e5d569045 change state NodeActive --> NodeLeft" [2022-03-09T22:28:37.725Z] time="2022-03-09T22:28:37Z" level=info msg="node5(ab8be1649eaf): Node leave event for 314e5d569045/172.25.53.176" [2022-03-09T22:28:37.725Z] time="2022-03-09T22:28:37Z" level=info msg="Node 314e5d569045 change state NodeActive --> NodeLeft" [2022-03-09T22:28:37.725Z] time="2022-03-09T22:28:37Z" level=info msg="node4(451de186780d): Node leave event for 314e5d569045/172.25.53.176" [2022-03-09T22:28:37.725Z] time="2022-03-09T22:28:37Z" level=info msg="Node 314e5d569045 change state NodeActive --> NodeLeft" [2022-03-09T22:28:37.725Z] time="2022-03-09T22:28:37Z" level=info msg="node3(314e5d569045): Node leave event for 314e5d569045/172.25.53.176" [2022-03-09T22:28:37.725Z] time="2022-03-09T22:28:37Z" level=info msg="Node 314e5d569045/172.25.53.176, left gossip cluster" [2022-03-09T22:28:37.725Z] time="2022-03-09T22:28:37Z" level=info msg="Node 314e5d569045/172.25.53.176, left gossip cluster" [2022-03-09T22:28:37.725Z] time="2022-03-09T22:28:37Z" level=info msg="Node 314e5d569045/172.25.53.176, left gossip cluster" [2022-03-09T22:28:38.106Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2022-03-09T22:28:38.106Z] plugin_test.go:165: [d7e5c423aeea9] daemon is not started [2022-03-09T22:28:38.106Z] --- PASS: TestPluginInstall (5.56s) [2022-03-09T22:28:38.106Z] --- PASS: TestPluginInstall/no_auth (3.03s) [2022-03-09T22:28:38.106Z] --- PASS: TestPluginInstall/with_htpasswd (1.26s) [2022-03-09T22:28:38.106Z] --- PASS: TestPluginInstall/with_insecure (1.27s) [2022-03-09T22:28:38.106Z] === RUN TestPluginsWithRuntimes [2022-03-09T22:28:38.193Z] time="2022-03-09T22:28:37Z" level=debug msg="memberlist: Failed ping: 451de186780d (timeout reached)" [2022-03-09T22:28:38.193Z] time="2022-03-09T22:28:37Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.25.53.176:10035: use of closed network connection" [2022-03-09T22:28:38.193Z] time="2022-03-09T22:28:37Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.25.53.176:10037: use of closed network connection" [2022-03-09T22:28:38.193Z] time="2022-03-09T22:28:37Z" level=debug msg="memberlist: Stream connection from=172.25.53.176:49379" [2022-03-09T22:28:38.193Z] time="2022-03-09T22:28:38Z" level=info msg="Node 451de186780d change state NodeActive --> NodeLeft" [2022-03-09T22:28:38.193Z] time="2022-03-09T22:28:38Z" level=info msg="node5(ab8be1649eaf): Node leave event for 451de186780d/172.25.53.176" [2022-03-09T22:28:38.193Z] time="2022-03-09T22:28:38Z" level=info msg="Node 451de186780d change state NodeActive --> NodeLeft" [2022-03-09T22:28:38.193Z] time="2022-03-09T22:28:38Z" level=info msg="node4(451de186780d): Node leave event for 451de186780d/172.25.53.176" [2022-03-09T22:28:38.364Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2022-03-09T22:28:38.623Z] === RUN TestDockerSuite/TestContainerAPIRename [2022-03-09T22:28:38.662Z] time="2022-03-09T22:28:38Z" level=info msg="Node 451de186780d/172.25.53.176, left gossip cluster" [2022-03-09T22:28:38.662Z] time="2022-03-09T22:28:38Z" level=warning msg="memberlist: Was able to connect to 451de186780d but other probes failed, network may be misconfigured" [2022-03-09T22:28:38.662Z] time="2022-03-09T22:28:38Z" level=info msg="Node 451de186780d/172.25.53.176, left gossip cluster" [2022-03-09T22:28:39.190Z] === RUN TestDockerSuite/TestContainerAPIRestart [2022-03-09T22:28:39.647Z] time="2022-03-09T22:28:39Z" level=info msg="Node ab8be1649eaf/172.25.53.176, left gossip cluster" [2022-03-09T22:28:39.648Z] time="2022-03-09T22:28:39Z" level=info msg="Node ab8be1649eaf change state NodeActive --> NodeFailed" [2022-03-09T22:28:39.648Z] time="2022-03-09T22:28:39Z" level=info msg="Node ab8be1649eaf/172.25.53.176, added to failed nodes list" [2022-03-09T22:28:39.648Z] --- PASS: TestNetworkDBIslands (11.88s) [2022-03-09T22:28:39.648Z] PASS [2022-03-09T22:28:39.648Z] coverage: 60.0% of statements [2022-03-09T22:28:39.648Z] ok github.com/docker/docker/libnetwork/networkdb 103.885s coverage: 60.0% of statements [2022-03-09T22:28:39.648Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-03-09T22:28:39.648Z] ? github.com/docker/docker/libnetwork/osl/kernel [no test files] [2022-03-09T22:28:39.648Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-03-09T22:28:39.648Z] ? github.com/docker/docker/oci/caps [no test files] [2022-03-09T22:28:39.648Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-03-09T22:28:39.648Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2022-03-09T22:28:39.648Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2022-03-09T22:28:39.648Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-03-09T22:28:39.648Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-03-09T22:28:39.648Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-03-09T22:28:39.648Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-03-09T22:28:39.648Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-03-09T22:28:39.648Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-03-09T22:28:39.648Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2022-03-09T22:28:39.648Z] ? github.com/docker/docker/quota [no test files] [2022-03-09T22:28:39.648Z] ? github.com/docker/docker/rootless [no test files] [2022-03-09T22:28:39.648Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-03-09T22:28:39.648Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-03-09T22:28:39.648Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-03-09T22:28:39.648Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-03-09T22:28:39.648Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-03-09T22:28:39.648Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-03-09T22:28:39.648Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-03-09T22:28:39.648Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-03-09T22:28:39.648Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-03-09T22:28:39.648Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-03-09T22:28:39.648Z] ? github.com/docker/docker/testutil/request [no test files] [2022-03-09T22:28:39.648Z] ? github.com/docker/docker/volume [no test files] [2022-03-09T22:28:39.648Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-03-09T22:28:39.648Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-03-09T22:28:39.756Z] === RUN TestPluginsWithRuntimes/No_Args [2022-03-09T22:28:40.014Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2022-03-09T22:28:40.948Z] === RUN TestPluginsWithRuntimes/With_Args [2022-03-09T22:28:41.207Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2022-03-09T22:28:41.207Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2022-03-09T22:28:41.207Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2022-03-09T22:28:41.207Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2022-03-09T22:28:41.207Z] === RUN TestDockerSuite/TestContainerAPIStart [2022-03-09T22:28:41.776Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2022-03-09T22:28:41.776Z] --- PASS: TestPluginsWithRuntimes (3.90s) [2022-03-09T22:28:41.776Z] --- PASS: TestPluginsWithRuntimes/No_Args (1.07s) [2022-03-09T22:28:41.776Z] --- PASS: TestPluginsWithRuntimes/With_Args (1.10s) [2022-03-09T22:28:41.776Z] === RUN TestPluginBackCompatMediaTypes [2022-03-09T22:28:42.343Z] --- PASS: TestPluginBackCompatMediaTypes (0.55s) [2022-03-09T22:28:42.343Z] PASS [2022-03-09T22:28:42.343Z] [2022-03-09T22:28:42.343Z] DONE 10 tests in 10.159s [2022-03-09T22:28:42.343Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-03-09T22:28:42.343Z] ++ 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-09T22:28:42.343Z] ++ set -e [2022-03-09T22:28:42.343Z] ++ '[' -n 0 ']' [2022-03-09T22:28:42.343Z] ++ set -x [2022-03-09T22:28:42.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-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-09T22:28:42.598Z] [2022-03-09T22:28:42.598Z] === Skipped [2022-03-09T22:28:42.598Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2022-03-09T22:28:42.598Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-03-09T22:28:42.598Z] [2022-03-09T22:28:42.598Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2022-03-09T22:28:42.598Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-09T22:28:42.598Z] [2022-03-09T22:28:42.598Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.01s) [2022-03-09T22:28:42.598Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-09T22:28:42.598Z] [2022-03-09T22:28:42.598Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.01s) [2022-03-09T22:28:42.598Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-09T22:28:42.598Z] [2022-03-09T22:28:42.598Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s) [2022-03-09T22:28:42.598Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-09T22:28:42.598Z] [2022-03-09T22:28:42.598Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2022-03-09T22:28:42.598Z] client_test.go:23: runtime.GOOS == "windows" [2022-03-09T22:28:42.598Z] [2022-03-09T22:28:42.598Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-03-09T22:28:42.598Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-03-09T22:28:42.598Z] [2022-03-09T22:28:42.598Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-03-09T22:28:42.598Z] network_proxy_test.go:208: No support for dual stack yet [2022-03-09T22:28:42.598Z] [2022-03-09T22:28:42.598Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-03-09T22:28:42.598Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-03-09T22:28:42.598Z] [2022-03-09T22:28:42.598Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP4Proxy (0.00s) [2022-03-09T22:28:42.598Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-03-09T22:28:42.598Z] [2022-03-09T22:28:42.598Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-03-09T22:28:42.598Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-03-09T22:28:42.598Z] [2022-03-09T22:28:42.598Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2022-03-09T22:28:42.598Z] daemon_test.go:145: root required [2022-03-09T22:28:42.598Z] [2022-03-09T22:28:42.598Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-03-09T22:28:42.598Z] reload_test.go:342: root required [2022-03-09T22:28:42.598Z] [2022-03-09T22:28:42.598Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s) [2022-03-09T22:28:42.598Z] config_test.go:447: os.Getuid() != 0: skipping test that requires root [2022-03-09T22:28:42.598Z] [2022-03-09T22:28:42.598Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2022-03-09T22:28:42.598Z] pull_v2_test.go:82: Needs fixing on Windows [2022-03-09T22:28:42.598Z] [2022-03-09T22:28:42.598Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2022-03-09T22:28:42.598Z] pull_v2_test.go:127: Needs fixing on Windows [2022-03-09T22:28:42.598Z] [2022-03-09T22:28:42.598Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2022-03-09T22:28:42.598Z] download_test.go:267: Needs fixing on Windows [2022-03-09T22:28:42.598Z] [2022-03-09T22:28:42.598Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2022-03-09T22:28:42.598Z] layer_test.go:291: Failing on Windows [2022-03-09T22:28:42.598Z] [2022-03-09T22:28:42.598Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2022-03-09T22:28:42.598Z] layer_test.go:340: Failing on Windows [2022-03-09T22:28:42.598Z] [2022-03-09T22:28:42.598Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2022-03-09T22:28:42.598Z] layer_test.go:455: Failing on Windows [2022-03-09T22:28:42.598Z] [2022-03-09T22:28:42.598Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2022-03-09T22:28:42.598Z] layer_test.go:684: Failing on Windows [2022-03-09T22:28:42.598Z] [2022-03-09T22:28:42.598Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2022-03-09T22:28:42.598Z] migration_test.go:45: Failing on Windows [2022-03-09T22:28:42.598Z] [2022-03-09T22:28:42.598Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2022-03-09T22:28:42.598Z] migration_test.go:181: Failing on Windows [2022-03-09T22:28:42.598Z] [2022-03-09T22:28:42.598Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2022-03-09T22:28:42.598Z] mount_test.go:17: Failing on Windows [2022-03-09T22:28:42.598Z] [2022-03-09T22:28:42.598Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2022-03-09T22:28:42.598Z] mount_test.go:76: Failing on Windows [2022-03-09T22:28:42.598Z] [2022-03-09T22:28:42.598Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2022-03-09T22:28:42.598Z] mount_test.go:125: Failing on Windows [2022-03-09T22:28:42.598Z] [2022-03-09T22:28:42.598Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2022-03-09T22:28:42.598Z] mount_test.go:212: Failing on Windows [2022-03-09T22:28:42.598Z] [2022-03-09T22:28:42.598Z] === SKIP: github.com/docker/docker/libnetwork TestSRVServiceQuery (0.01s) [2022-03-09T22:28:42.598Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-03-09T22:28:42.598Z] [2022-03-09T22:28:42.598Z] === SKIP: github.com/docker/docker/libnetwork TestServiceVIPReuse (0.01s) [2022-03-09T22:28:42.598Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-03-09T22:28:42.598Z] [2022-03-09T22:28:42.598Z] === SKIP: github.com/docker/docker/libnetwork TestIpamReleaseOnNetDriverFailures (0.00s) [2022-03-09T22:28:42.598Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-03-09T22:28:42.598Z] [2022-03-09T22:28:42.598Z] === SKIP: github.com/docker/docker/libnetwork TestDNSIPQuery (0.00s) [2022-03-09T22:28:42.598Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-03-09T22:28:42.598Z] [2022-03-09T22:28:42.598Z] === SKIP: github.com/docker/docker/libnetwork TestDNSProxyServFail (0.00s) [2022-03-09T22:28:42.598Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-03-09T22:28:42.598Z] [2022-03-09T22:28:42.598Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddEmpty (0.00s) [2022-03-09T22:28:42.598Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-09T22:28:42.598Z] [2022-03-09T22:28:42.598Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddMultiPrio (0.00s) [2022-03-09T22:28:42.598Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-09T22:28:42.598Z] [2022-03-09T22:28:42.598Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddSamePrio (0.00s) [2022-03-09T22:28:42.598Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-09T22:28:42.598Z] [2022-03-09T22:28:42.598Z] === SKIP: github.com/docker/docker/libnetwork TestCleanupServiceDiscovery (0.00s) [2022-03-09T22:28:42.598Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-03-09T22:28:42.598Z] [2022-03-09T22:28:42.598Z] === SKIP: github.com/docker/docker/libnetwork TestDNSOptions (0.00s) [2022-03-09T22:28:42.598Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-03-09T22:28:42.598Z] [2022-03-09T22:28:42.598Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestNAT (0.00s) [2022-03-09T22:28:42.598Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-03-09T22:28:42.598Z] [2022-03-09T22:28:42.598Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestTransparent (0.00s) [2022-03-09T22:28:42.598Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-03-09T22:28:42.598Z] [2022-03-09T22:28:42.598Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-03-09T22:28:42.598Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-09T22:28:42.598Z] [2022-03-09T22:28:42.598Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-03-09T22:28:42.598Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-09T22:28:42.598Z] [2022-03-09T22:28:42.598Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-03-09T22:28:42.598Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-09T22:28:42.598Z] [2022-03-09T22:28:42.598Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-03-09T22:28:42.598Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-09T22:28:42.598Z] [2022-03-09T22:28:42.598Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-03-09T22:28:42.598Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-09T22:28:42.598Z] [2022-03-09T22:28:42.598Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2022-03-09T22:28:42.598Z] archive_test.go:133: Xz not present in msys2 [2022-03-09T22:28:42.598Z] [2022-03-09T22:28:42.598Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamZstd (0.03s) [2022-03-09T22:28:42.598Z] archive_test.go:140: zstd not installed [2022-03-09T22:28:42.598Z] [2022-03-09T22:28:42.598Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2022-03-09T22:28:42.598Z] archive_test.go:252: Failing on Windows CI machines [2022-03-09T22:28:42.598Z] [2022-03-09T22:28:42.598Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2022-03-09T22:28:42.598Z] archive_windows_test.go:16: Currently fails [2022-03-09T22:28:42.598Z] [2022-03-09T22:28:42.598Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2022-03-09T22:28:42.598Z] changes_test.go:195: needs more investigation [2022-03-09T22:28:42.598Z] [2022-03-09T22:28:42.598Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsEmpty (0.00s) [2022-03-09T22:28:42.598Z] changes_test.go:260: FIXME: broken on Windows 1903 and up; see #39846 [2022-03-09T22:28:42.598Z] [2022-03-09T22:28:42.598Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsMutated (0.00s) [2022-03-09T22:28:42.598Z] changes_test.go:354: FIXME: broken on Windows 1903 and up; see #39846 [2022-03-09T22:28:42.598Z] [2022-03-09T22:28:42.598Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2022-03-09T22:28:42.598Z] changes_test.go:432: needs further investigation [2022-03-09T22:28:42.598Z] [2022-03-09T22:28:42.598Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2022-03-09T22:28:42.598Z] changes_test.go:468: needs further investigation [2022-03-09T22:28:42.598Z] [2022-03-09T22:28:42.598Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2022-03-09T22:28:42.598Z] archive_test.go:44: os.Getuid() != 0: skipping test that requires root [2022-03-09T22:28:42.598Z] [2022-03-09T22:28:42.598Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2022-03-09T22:28:42.598Z] archive_test.go:76: os.Getuid() != 0: skipping test that requires root [2022-03-09T22:28:42.598Z] [2022-03-09T22:28:42.598Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2022-03-09T22:28:42.598Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-09T22:28:42.598Z] [2022-03-09T22:28:42.598Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2022-03-09T22:28:42.598Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-09T22:28:42.598Z] [2022-03-09T22:28:42.598Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2022-03-09T22:28:42.598Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2022-03-09T22:28:42.598Z] [2022-03-09T22:28:42.598Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2022-03-09T22:28:42.598Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-09T22:28:42.598Z] [2022-03-09T22:28:42.598Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-03-09T22:28:42.598Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2022-03-09T22:28:42.598Z] [2022-03-09T22:28:42.598Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-03-09T22:28:42.598Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2022-03-09T22:28:42.598Z] [2022-03-09T22:28:42.598Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2022-03-09T22:28:42.598Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2022-03-09T22:28:42.598Z] [2022-03-09T22:28:42.598Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2022-03-09T22:28:42.598Z] poller_test.go:40: No chmod on Windows [2022-03-09T22:28:42.598Z] [2022-03-09T22:28:42.598Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-03-09T22:28:42.598Z] fileutils_test.go:133: Needs porting to Windows [2022-03-09T22:28:42.598Z] [2022-03-09T22:28:42.598Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2022-03-09T22:28:42.598Z] fileutils_test.go:179: Needs porting to Windows [2022-03-09T22:28:42.598Z] [2022-03-09T22:28:42.598Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.01s) [2022-03-09T22:28:42.598Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2022-03-09T22:28:42.598Z] [2022-03-09T22:28:42.598Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s) [2022-03-09T22:28:42.598Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2022-03-09T22:28:42.598Z] [2022-03-09T22:28:42.598Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s) [2022-03-09T22:28:42.598Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2022-03-09T22:28:42.598Z] [2022-03-09T22:28:42.598Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2022-03-09T22:28:42.598Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-03-09T22:28:42.598Z] [2022-03-09T22:28:42.598Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2022-03-09T22:28:42.598Z] local_test.go:180: runtime.GOOS == "windows" [2022-03-09T22:28:42.598Z] [2022-03-09T22:28:42.598Z] DONE 2077 tests, 70 skipped in 289.357s [2022-03-09T22:28:42.598Z] INFO: make.ps1 ended at 03/09/2022 22:28:42 [2022-03-09T22:28:42.601Z] INFO: Testing against a local daemon [2022-03-09T22:28:42.601Z] === RUN TestExternalGraphDriver [2022-03-09T22:28:42.601Z] === RUN TestExternalGraphDriver/json [2022-03-09T22:28:43.354Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.03s) [2022-03-09T22:28:43.354Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (18.46s) [2022-03-09T22:28:43.354Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (18.59s) [2022-03-09T22:28:43.354Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (18.68s) [2022-03-09T22:28:43.354Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (18.73s) [2022-03-09T22:28:43.354Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (11.98s) [2022-03-09T22:28:43.354Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (11.94s) [2022-03-09T22:28:43.354Z] === RUN TestBuildMultiStageCopy [2022-03-09T22:28:43.354Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-03-09T22:28:44.163Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2022-03-09T22:28:44.163Z] INFO: Unit tests ended at 03/09/2022 22:28:43. Duration:00:05:05.8607009 [2022-03-09T22:28:44.163Z] INFO: Building busybox [2022-03-09T22:28:44.163Z] Sending build context to Docker daemon 5.12kB [2022-03-09T22:28:44.163Z] [2022-03-09T22:28:44.163Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2022-03-09T22:28:44.163Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2022-03-09T22:28:44.163Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2022-03-09T22:28:44.163Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2022-03-09T22:28:44.163Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2022-03-09T22:28:44.163Z] ---> 02f938cacc3b [2022-03-09T22:28:44.163Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2022-03-09T22:28:44.498Z] === RUN TestExternalGraphDriver/spec [2022-03-09T22:28:44.632Z] ---> Running in 87b701fdda46 [2022-03-09T22:28:45.765Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-03-09T22:28:45.765Z] === RUN TestBoolValue [2022-03-09T22:28:45.765Z] --- PASS: TestBoolValue (0.00s) [2022-03-09T22:28:45.765Z] === RUN TestBoolValueOrDefault [2022-03-09T22:28:45.765Z] --- PASS: TestBoolValueOrDefault (0.00s) [2022-03-09T22:28:45.765Z] === RUN TestInt64ValueOrZero [2022-03-09T22:28:45.765Z] --- PASS: TestInt64ValueOrZero (0.00s) [2022-03-09T22:28:45.766Z] === RUN TestInt64ValueOrDefault [2022-03-09T22:28:45.766Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2022-03-09T22:28:45.766Z] === RUN TestInt64ValueOrDefaultWithError [2022-03-09T22:28:45.766Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2022-03-09T22:28:45.766Z] === RUN TestJsonContentType [2022-03-09T22:28:45.766Z] --- PASS: TestJsonContentType (0.00s) [2022-03-09T22:28:45.766Z] PASS [2022-03-09T22:28:45.766Z] coverage: 14.7% of statements [2022-03-09T22:28:45.766Z] ok github.com/docker/docker/api/server/httputils 0.050s coverage: 14.7% of statements [2022-03-09T22:28:45.766Z] === RUN TestMaskSecretKeys [2022-03-09T22:28:45.766Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2022-03-09T22:28:45.766Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2022-03-09T22:28:45.766Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2022-03-09T22:28:45.766Z] --- PASS: TestMaskSecretKeys (0.00s) [2022-03-09T22:28:45.766Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2022-03-09T22:28:45.766Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2022-03-09T22:28:45.766Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2022-03-09T22:28:45.766Z] === RUN TestVersionMiddlewareVersion [2022-03-09T22:28:45.766Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2022-03-09T22:28:45.766Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2022-03-09T22:28:45.766Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2022-03-09T22:28:45.766Z] PASS [2022-03-09T22:28:45.766Z] coverage: 37.7% of statements [2022-03-09T22:28:45.766Z] ok github.com/docker/docker/api/server/middleware 0.061s coverage: 37.7% of statements [2022-03-09T22:28:45.766Z] ? github.com/docker/docker/api/server/router [no test files] [2022-03-09T22:28:45.766Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-03-09T22:28:45.766Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-03-09T22:28:45.766Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-03-09T22:28:45.766Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-03-09T22:28:45.766Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-03-09T22:28:45.766Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-03-09T22:28:45.766Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-03-09T22:28:45.766Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-03-09T22:28:45.766Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-03-09T22:28:45.766Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-03-09T22:28:45.766Z] === RUN TestStrSliceMarshalJSON [2022-03-09T22:28:45.766Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2022-03-09T22:28:45.766Z] === RUN TestStrSliceUnmarshalJSON [2022-03-09T22:28:45.766Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2022-03-09T22:28:45.766Z] === RUN TestStrSliceUnmarshalString [2022-03-09T22:28:45.766Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2022-03-09T22:28:45.766Z] === RUN TestStrSliceUnmarshalSlice [2022-03-09T22:28:45.766Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2022-03-09T22:28:45.766Z] PASS [2022-03-09T22:28:45.766Z] coverage: 90.0% of statements [2022-03-09T22:28:45.766Z] === RUN TestAdjustForAPIVersion [2022-03-09T22:28:45.766Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2022-03-09T22:28:45.766Z] PASS [2022-03-09T22:28:45.766Z] coverage: 5.7% of statements [2022-03-09T22:28:45.766Z] ok github.com/docker/docker/api/types/strslice 0.062s coverage: 90.0% of statements [2022-03-09T22:28:45.766Z] ok github.com/docker/docker/api/server/router/swarm 0.065s coverage: 5.7% of statements [2022-03-09T22:28:45.766Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-03-09T22:28:45.766Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2022-03-09T22:28:45.766Z] ? github.com/docker/docker/api/types [no test files] [2022-03-09T22:28:45.766Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-03-09T22:28:45.766Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-03-09T22:28:45.766Z] ? github.com/docker/docker/api/types/container [no test files] [2022-03-09T22:28:45.766Z] ? github.com/docker/docker/api/types/events [no test files] [2022-03-09T22:28:45.766Z] === RUN TestToJSON [2022-03-09T22:28:45.766Z] --- PASS: TestToJSON (0.00s) [2022-03-09T22:28:45.766Z] === RUN TestToParamWithVersion [2022-03-09T22:28:45.766Z] --- PASS: TestToParamWithVersion (0.00s) [2022-03-09T22:28:45.766Z] === RUN TestFromJSON [2022-03-09T22:28:45.766Z] --- PASS: TestFromJSON (0.00s) [2022-03-09T22:28:45.766Z] === RUN TestEmpty [2022-03-09T22:28:45.766Z] --- PASS: TestEmpty (0.00s) [2022-03-09T22:28:45.766Z] === RUN TestArgsMatchKVListEmptySources [2022-03-09T22:28:45.766Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2022-03-09T22:28:45.766Z] === RUN TestArgsMatchKVList [2022-03-09T22:28:45.766Z] --- PASS: TestArgsMatchKVList (0.00s) [2022-03-09T22:28:45.766Z] === RUN TestArgsMatch [2022-03-09T22:28:45.766Z] --- PASS: TestArgsMatch (0.00s) [2022-03-09T22:28:45.766Z] === RUN TestAdd [2022-03-09T22:28:45.766Z] --- PASS: TestAdd (0.00s) [2022-03-09T22:28:45.766Z] === RUN TestDel [2022-03-09T22:28:45.766Z] --- PASS: TestDel (0.00s) [2022-03-09T22:28:45.766Z] === RUN TestLen [2022-03-09T22:28:45.766Z] --- PASS: TestLen (0.00s) [2022-03-09T22:28:45.766Z] === RUN TestExactMatch [2022-03-09T22:28:45.766Z] --- PASS: TestExactMatch (0.00s) [2022-03-09T22:28:45.766Z] === RUN TestOnlyOneExactMatch [2022-03-09T22:28:45.766Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2022-03-09T22:28:45.766Z] === RUN TestContains [2022-03-09T22:28:45.766Z] --- PASS: TestContains (0.00s) [2022-03-09T22:28:45.766Z] === RUN TestValidate [2022-03-09T22:28:45.766Z] --- PASS: TestValidate (0.00s) [2022-03-09T22:28:45.766Z] === RUN TestWalkValues [2022-03-09T22:28:45.766Z] --- PASS: TestWalkValues (0.00s) [2022-03-09T22:28:45.766Z] === RUN TestFuzzyMatch [2022-03-09T22:28:45.766Z] --- PASS: TestFuzzyMatch (0.00s) [2022-03-09T22:28:45.766Z] === RUN TestClone [2022-03-09T22:28:45.766Z] --- PASS: TestClone (0.00s) [2022-03-09T22:28:45.766Z] PASS [2022-03-09T22:28:45.766Z] coverage: 92.2% of statements [2022-03-09T22:28:45.766Z] ok github.com/docker/docker/api/types/filters 0.052s coverage: 92.2% of statements [2022-03-09T22:28:45.766Z] ? github.com/docker/docker/api/types/image [no test files] [2022-03-09T22:28:45.766Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-03-09T22:28:45.766Z] ? github.com/docker/docker/api/types/network [no test files] [2022-03-09T22:28:45.766Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-03-09T22:28:45.766Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-03-09T22:28:45.766Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-03-09T22:28:45.766Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-03-09T22:28:45.766Z] === RUN TestDurationToSecondsString [2022-03-09T22:28:45.766Z] --- PASS: TestDurationToSecondsString (0.00s) [2022-03-09T22:28:45.766Z] === RUN TestGetTimestamp [2022-03-09T22:28:45.766Z] --- PASS: TestGetTimestamp (0.20s) [2022-03-09T22:28:45.766Z] === RUN TestParseTimestamps [2022-03-09T22:28:45.766Z] --- PASS: TestParseTimestamps (0.00s) [2022-03-09T22:28:45.766Z] PASS [2022-03-09T22:28:45.766Z] coverage: 100.0% of statements [2022-03-09T22:28:45.766Z] ok github.com/docker/docker/api/types/time 0.260s coverage: 100.0% of statements [2022-03-09T22:28:45.766Z] === RUN TestCompareVersion [2022-03-09T22:28:45.766Z] --- PASS: TestCompareVersion (0.00s) [2022-03-09T22:28:45.766Z] PASS [2022-03-09T22:28:45.766Z] coverage: 77.3% of statements [2022-03-09T22:28:45.766Z] ok github.com/docker/docker/api/types/versions 0.080s coverage: 77.3% of statements [2022-03-09T22:28:45.766Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-03-09T22:28:45.766Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-03-09T22:28:45.766Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-03-09T22:28:45.766Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2022-03-09T22:28:45.766Z] ? github.com/docker/docker/builder [no test files] [2022-03-09T22:28:45.766Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-03-09T22:28:45.766Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-03-09T22:28:45.766Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-03-09T22:28:45.766Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-03-09T22:28:45.766Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-03-09T22:28:45.766Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-03-09T22:28:45.766Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-03-09T22:28:45.766Z] === RUN TestParseRemoteURL [2022-03-09T22:28:45.766Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2022-03-09T22:28:45.766Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2022-03-09T22:28:45.766Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2022-03-09T22:28:45.766Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2022-03-09T22:28:45.766Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2022-03-09T22:28:45.766Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2022-03-09T22:28:45.766Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2022-03-09T22:28:45.766Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2022-03-09T22:28:45.766Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2022-03-09T22:28:45.766Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2022-03-09T22:28:45.766Z] --- PASS: TestParseRemoteURL (0.00s) [2022-03-09T22:28:45.766Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2022-03-09T22:28:45.766Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2022-03-09T22:28:45.766Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2022-03-09T22:28:45.766Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2022-03-09T22:28:45.766Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2022-03-09T22:28:45.766Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2022-03-09T22:28:45.766Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2022-03-09T22:28:45.766Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2022-03-09T22:28:45.766Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2022-03-09T22:28:45.766Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2022-03-09T22:28:45.766Z] === RUN TestCloneArgsSmartHttp [2022-03-09T22:28:45.766Z] --- PASS: TestCloneArgsSmartHttp (0.01s) [2022-03-09T22:28:45.766Z] === RUN TestCloneArgsDumbHttp [2022-03-09T22:28:45.766Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2022-03-09T22:28:45.766Z] === RUN TestCloneArgsGit [2022-03-09T22:28:45.766Z] --- PASS: TestCloneArgsGit (0.00s) [2022-03-09T22:28:45.766Z] === RUN TestCheckoutGit [2022-03-09T22:28:45.766Z] === RUN TestEnable [2022-03-09T22:28:45.766Z] --- PASS: TestEnable (0.00s) [2022-03-09T22:28:45.766Z] === RUN TestDisable [2022-03-09T22:28:45.766Z] --- PASS: TestDisable (0.00s) [2022-03-09T22:28:45.766Z] === RUN TestEnabled [2022-03-09T22:28:45.766Z] --- PASS: TestEnabled (0.00s) [2022-03-09T22:28:45.766Z] PASS [2022-03-09T22:28:45.766Z] coverage: 100.0% of statements [2022-03-09T22:28:45.766Z] ok github.com/docker/docker/cli/debug 0.047s coverage: 100.0% of statements [2022-03-09T22:28:45.766Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2022-03-09T22:28:45.766Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.01s) [2022-03-09T22:28:45.766Z] === RUN TestProcessNoDockerignore [2022-03-09T22:28:45.766Z] --- PASS: TestProcessNoDockerignore (0.01s) [2022-03-09T22:28:45.766Z] === RUN TestProcessShouldLeaveAllFiles [2022-03-09T22:28:45.766Z] --- PASS: TestProcessShouldLeaveAllFiles (0.01s) [2022-03-09T22:28:45.766Z] === RUN TestDetectContentType [2022-03-09T22:28:45.766Z] --- PASS: TestDetectContentType (0.00s) [2022-03-09T22:28:45.766Z] === RUN TestSelectAcceptableMIME [2022-03-09T22:28:45.766Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2022-03-09T22:28:45.766Z] === RUN TestInspectEmptyResponse [2022-03-09T22:28:45.766Z] --- PASS: TestInspectEmptyResponse (0.00s) [2022-03-09T22:28:45.766Z] === RUN TestInspectResponseBinary [2022-03-09T22:28:45.766Z] --- PASS: TestInspectResponseBinary (0.00s) [2022-03-09T22:28:45.766Z] === RUN TestResponseUnsupportedContentType [2022-03-09T22:28:45.766Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2022-03-09T22:28:45.766Z] === RUN TestInspectResponseTextSimple [2022-03-09T22:28:45.766Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2022-03-09T22:28:45.766Z] === RUN TestInspectResponseEmptyContentType [2022-03-09T22:28:45.766Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2022-03-09T22:28:45.766Z] === RUN TestUnknownContentLength [2022-03-09T22:28:45.766Z] --- PASS: TestUnknownContentLength (0.00s) [2022-03-09T22:28:45.766Z] === RUN TestDownloadRemote [2022-03-09T22:28:45.766Z] --- PASS: TestDownloadRemote (0.10s) [2022-03-09T22:28:45.766Z] === RUN TestGetWithStatusError [2022-03-09T22:28:45.766Z] --- PASS: TestGetWithStatusError (0.00s) [2022-03-09T22:28:45.766Z] === RUN TestCloseRootDirectory [2022-03-09T22:28:45.766Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-09T22:28:45.766Z] --- SKIP: TestCloseRootDirectory (0.00s) [2022-03-09T22:28:45.766Z] === RUN TestHashFile [2022-03-09T22:28:45.766Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-09T22:28:45.766Z] --- SKIP: TestHashFile (0.01s) [2022-03-09T22:28:45.766Z] === RUN TestHashSubdir [2022-03-09T22:28:45.766Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-09T22:28:45.766Z] --- SKIP: TestHashSubdir (0.01s) [2022-03-09T22:28:45.766Z] === RUN TestRemoveDirectory [2022-03-09T22:28:45.766Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-09T22:28:45.766Z] --- SKIP: TestRemoveDirectory (0.06s) [2022-03-09T22:28:45.766Z] PASS [2022-03-09T22:28:45.766Z] coverage: 9.3% of statements [2022-03-09T22:28:45.766Z] ok github.com/docker/docker/builder/remotecontext 0.383s coverage: 9.3% of statements [2022-03-09T22:28:45.766Z] === RUN TestGetAllAllowed [2022-03-09T22:28:45.766Z] --- PASS: TestGetAllAllowed (0.00s) [2022-03-09T22:28:45.766Z] === RUN TestGetAllMeta [2022-03-09T22:28:45.766Z] --- PASS: TestGetAllMeta (0.00s) [2022-03-09T22:28:45.766Z] === RUN TestWarnOnUnusedBuildArgs [2022-03-09T22:28:45.766Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2022-03-09T22:28:45.766Z] === RUN TestIsUnreferencedBuiltin [2022-03-09T22:28:45.766Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2022-03-09T22:28:45.766Z] === RUN TestIsExistingDirectory [2022-03-09T22:28:45.766Z] --- PASS: TestIsExistingDirectory (0.00s) [2022-03-09T22:28:45.766Z] === RUN TestGetFilenameForDownload [2022-03-09T22:28:45.766Z] --- PASS: TestGetFilenameForDownload (0.00s) [2022-03-09T22:28:45.766Z] === RUN TestEnv2Variables [2022-03-09T22:28:45.766Z] --- PASS: TestEnv2Variables (0.00s) [2022-03-09T22:28:45.766Z] === RUN TestEnvValueWithExistingRunConfigEnv [2022-03-09T22:28:45.766Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2022-03-09T22:28:45.766Z] === RUN TestMaintainer [2022-03-09T22:28:45.766Z] --- PASS: TestMaintainer (0.00s) [2022-03-09T22:28:45.766Z] === RUN TestLabel [2022-03-09T22:28:45.766Z] --- PASS: TestLabel (0.00s) [2022-03-09T22:28:45.766Z] === RUN TestFromScratch [2022-03-09T22:28:45.766Z] --- PASS: TestFromScratch (0.00s) [2022-03-09T22:28:45.766Z] === RUN TestFromWithArg [2022-03-09T22:28:45.766Z] --- PASS: TestFromWithArg (0.00s) [2022-03-09T22:28:45.766Z] === RUN TestFromWithArgButBuildArgsNotGiven [2022-03-09T22:28:45.766Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2022-03-09T22:28:45.766Z] === RUN TestFromWithUndefinedArg [2022-03-09T22:28:45.766Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2022-03-09T22:28:45.766Z] === RUN TestFromMultiStageWithNamedStage [2022-03-09T22:28:45.766Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2022-03-09T22:28:45.766Z] === RUN TestOnbuild [2022-03-09T22:28:45.766Z] --- PASS: TestOnbuild (0.00s) [2022-03-09T22:28:45.766Z] === RUN TestWorkdir [2022-03-09T22:28:45.766Z] --- PASS: TestWorkdir (0.00s) [2022-03-09T22:28:45.766Z] === RUN TestCmd [2022-03-09T22:28:45.766Z] --- PASS: TestCmd (0.00s) [2022-03-09T22:28:45.766Z] === RUN TestHealthcheckNone [2022-03-09T22:28:45.766Z] --- PASS: TestHealthcheckNone (0.00s) [2022-03-09T22:28:45.766Z] === RUN TestHealthcheckCmd [2022-03-09T22:28:45.766Z] --- PASS: TestHealthcheckCmd (0.00s) [2022-03-09T22:28:45.766Z] === RUN TestEntrypoint [2022-03-09T22:28:45.766Z] --- PASS: TestEntrypoint (0.00s) [2022-03-09T22:28:45.766Z] === RUN TestExpose [2022-03-09T22:28:45.766Z] --- PASS: TestExpose (0.00s) [2022-03-09T22:28:45.766Z] === RUN TestUser [2022-03-09T22:28:45.766Z] --- PASS: TestUser (0.00s) [2022-03-09T22:28:45.766Z] === RUN TestVolume [2022-03-09T22:28:45.766Z] --- PASS: TestVolume (0.00s) [2022-03-09T22:28:45.766Z] === RUN TestStopSignal [2022-03-09T22:28:45.766Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-03-09T22:28:45.766Z] --- SKIP: TestStopSignal (0.00s) [2022-03-09T22:28:45.766Z] === RUN TestArg [2022-03-09T22:28:45.766Z] --- PASS: TestArg (0.00s) [2022-03-09T22:28:45.766Z] === RUN TestShell [2022-03-09T22:28:45.766Z] --- PASS: TestShell (0.00s) [2022-03-09T22:28:45.766Z] === RUN TestPrependEnvOnCmd [2022-03-09T22:28:45.766Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2022-03-09T22:28:45.766Z] === RUN TestRunWithBuildArgs [2022-03-09T22:28:45.766Z] --- PASS: TestRunWithBuildArgs (0.01s) [2022-03-09T22:28:45.766Z] === RUN TestRunIgnoresHealthcheck [2022-03-09T22:28:45.766Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2022-03-09T22:28:45.766Z] === RUN TestDispatchUnsupportedOptions [2022-03-09T22:28:45.766Z] === RUN TestDispatchUnsupportedOptions/ADD_with_chmod [2022-03-09T22:28:45.766Z] === RUN TestDispatchUnsupportedOptions/COPY_with_chmod [2022-03-09T22:28:45.766Z] === RUN TestDispatchUnsupportedOptions/RUN_with_unsupported_options [2022-03-09T22:28:45.766Z] --- PASS: TestDispatchUnsupportedOptions (0.00s) [2022-03-09T22:28:45.766Z] --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s) [2022-03-09T22:28:45.766Z] --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s) [2022-03-09T22:28:45.766Z] --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s) [2022-03-09T22:28:45.766Z] === RUN TestNormalizeWorkdir [2022-03-09T22:28:45.766Z] --- PASS: TestNormalizeWorkdir (0.00s) [2022-03-09T22:28:45.766Z] === RUN TestDispatch [2022-03-09T22:28:45.766Z] === RUN TestDispatch/ADD_multiple_files_to_file [2022-03-09T22:28:45.766Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2022-03-09T22:28:45.766Z] === RUN TestDispatch/COPY_multiple_files_to_file [2022-03-09T22:28:45.766Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2022-03-09T22:28:45.766Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2022-03-09T22:28:45.766Z] === RUN TestDispatch/COPY_wildcard_no_files [2022-03-09T22:28:45.766Z] === RUN TestDispatch/COPY_url [2022-03-09T22:28:45.766Z] --- PASS: TestDispatch (0.07s) [2022-03-09T22:28:45.766Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.01s) [2022-03-09T22:28:45.767Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.01s) [2022-03-09T22:28:45.767Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.01s) [2022-03-09T22:28:45.767Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s) [2022-03-09T22:28:45.767Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s) [2022-03-09T22:28:45.767Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s) [2022-03-09T22:28:45.767Z] --- PASS: TestDispatch/COPY_url (0.00s) [2022-03-09T22:28:45.767Z] === RUN TestAddScratchImageAddsToMounts [2022-03-09T22:28:45.767Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2022-03-09T22:28:45.767Z] === RUN TestAddFromScratchPopulatesPlatform [2022-03-09T22:28:45.767Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2022-03-09T22:28:45.767Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2022-03-09T22:28:45.767Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2022-03-09T22:28:45.767Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2022-03-09T22:28:45.767Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2022-03-09T22:28:45.767Z] === RUN TestImageSourceGetAddsToMounts [2022-03-09T22:28:45.767Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2022-03-09T22:28:45.767Z] === RUN TestEmptyDockerfile [2022-03-09T22:28:45.767Z] --- PASS: TestEmptyDockerfile (0.01s) [2022-03-09T22:28:45.767Z] === RUN TestSymlinkDockerfile [2022-03-09T22:28:45.767Z] --- PASS: TestSymlinkDockerfile (0.01s) [2022-03-09T22:28:45.767Z] === RUN TestDockerfileOutsideTheBuildContext [2022-03-09T22:28:45.767Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s) [2022-03-09T22:28:45.767Z] === RUN TestNonExistingDockerfile [2022-03-09T22:28:45.767Z] --- PASS: TestNonExistingDockerfile (0.00s) [2022-03-09T22:28:45.767Z] === RUN TestCopyRunConfig [2022-03-09T22:28:45.767Z] --- PASS: TestCopyRunConfig (0.00s) [2022-03-09T22:28:45.767Z] === RUN TestDeepCopyRunConfig [2022-03-09T22:28:45.767Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2022-03-09T22:28:45.767Z] === RUN TestExportImage [2022-03-09T22:28:45.767Z] --- PASS: TestExportImage (0.00s) [2022-03-09T22:28:45.767Z] === RUN TestNormalizeDest [2022-03-09T22:28:45.767Z] --- PASS: TestNormalizeDest (0.00s) [2022-03-09T22:28:45.767Z] PASS [2022-03-09T22:28:45.767Z] coverage: 46.7% of statements [2022-03-09T22:28:45.767Z] ok github.com/docker/docker/builder/dockerfile 0.222s coverage: 46.7% of statements [2022-03-09T22:28:45.767Z] === RUN TestTCP4Proxy [2022-03-09T22:28:45.767Z] --- PASS: TestTCP4Proxy (0.01s) [2022-03-09T22:28:45.767Z] === RUN TestTCP4ProxyHalfClose [2022-03-09T22:28:45.767Z] --- PASS: TestTCP4ProxyHalfClose (0.00s) [2022-03-09T22:28:45.767Z] === RUN TestTCP6Proxy [2022-03-09T22:28:45.767Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-03-09T22:28:45.767Z] --- SKIP: TestTCP6Proxy (0.00s) [2022-03-09T22:28:45.767Z] === RUN TestTCPDualStackProxy [2022-03-09T22:28:45.767Z] network_proxy_test.go:208: No support for dual stack yet [2022-03-09T22:28:45.767Z] --- SKIP: TestTCPDualStackProxy (0.00s) [2022-03-09T22:28:45.767Z] === RUN TestUDP4Proxy [2022-03-09T22:28:45.767Z] --- PASS: TestUDP4Proxy (0.00s) [2022-03-09T22:28:45.767Z] === RUN TestUDP6Proxy [2022-03-09T22:28:45.767Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-03-09T22:28:45.767Z] --- SKIP: TestUDP6Proxy (0.00s) [2022-03-09T22:28:45.767Z] === RUN TestUDPWriteError [2022-03-09T22:28:45.767Z] --- PASS: TestUDPWriteError (0.01s) [2022-03-09T22:28:45.767Z] === RUN TestSCTP4Proxy [2022-03-09T22:28:45.767Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-03-09T22:28:45.767Z] --- SKIP: TestSCTP4Proxy (0.01s) [2022-03-09T22:28:45.767Z] === RUN TestSCTP6Proxy [2022-03-09T22:28:45.767Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-03-09T22:28:45.767Z] --- SKIP: TestSCTP6Proxy (0.00s) [2022-03-09T22:28:45.767Z] PASS [2022-03-09T22:28:45.767Z] coverage: 49.4% of statements [2022-03-09T22:28:45.767Z] ok github.com/docker/docker/cmd/docker-proxy 0.087s coverage: 49.4% of statements [2022-03-09T22:28:45.872Z] === RUN TestExternalGraphDriver/pull [2022-03-09T22:28:45.872Z] === RUN TestDockerSuite/TestContainerAPIStop [2022-03-09T22:28:46.438Z] === RUN TestDockerSuite/TestContainerAPITop [2022-03-09T22:28:47.004Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2022-03-09T22:28:47.004Z] docker_api_containers_test.go:418: unmatched requirement DaemonIsWindows [2022-03-09T22:28:47.004Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2022-03-09T22:28:47.004Z] === RUN TestDockerSuite/TestContainerAPIWait [2022-03-09T22:28:47.571Z] --- PASS: TestExternalGraphDriver (4.97s) [2022-03-09T22:28:47.571Z] --- PASS: TestExternalGraphDriver/json (1.59s) [2022-03-09T22:28:47.571Z] --- PASS: TestExternalGraphDriver/spec (1.59s) [2022-03-09T22:28:47.571Z] --- PASS: TestExternalGraphDriver/pull (1.75s) [2022-03-09T22:28:47.571Z] === RUN TestGraphdriverPluginV2 [2022-03-09T22:28:48.468Z] Created binary: bundles/cross/windows/amd64-daemon/dockerd-dev.exe [2022-03-09T22:28:48.468Z] Building: bundles/cross/windows/amd64-daemon/docker-proxy-dev.exe [2022-03-09T22:28:48.468Z] GOOS="windows" GOARCH="amd64" GOARM="" [2022-03-09T22:28:48.468Z] Created binary: bundles/cross/windows/amd64-daemon/docker-proxy-dev.exe [2022-03-09T22:28:48.468Z] Cloning into '/go/src/github.com/docker/windows-container-utility'... [2022-03-09T22:28:48.468Z] remote: Enumerating objects: 23, done. [2022-03-09T22:28:48.468Z] remote: Counting objects: 50% (1/2) remote: Counting objects: 100% (2/2) remote: Counting objects: 100% (2/2), done. [2022-03-09T22:28:48.468Z] remote: Compressing objects: 50% (1/2) remote: Compressing objects: 100% (2/2) remote: Compressing objects: 100% (2/2), done. [2022-03-09T22:28:48.468Z] Receiving objects: 4% (1/23) Receiving objects: 8% (2/23) remote: Total 23 (delta 0), reused 0 (delta 0), pack-reused 21 [2022-03-09T22:28:48.468Z] 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-09T22:28:48.468Z] Resolving deltas: 0% (0/2) Resolving deltas: 50% (1/2) Resolving deltas: 100% (2/2) Resolving deltas: 100% (2/2), done. [2022-03-09T22:28:48.468Z] Building: bundles/cross/windows/amd64/containerutility.exe [2022-03-09T22:28:48.468Z] Cross building: bundles/cross/linux/ppc64le [2022-03-09T22:28:48.468Z] Building: bundles/cross/linux/ppc64le-daemon/dockerd-dev [2022-03-09T22:28:48.468Z] GOOS="linux" GOARCH="ppc64le" GOARM="" [2022-03-09T22:28:49.471Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2022-03-09T22:28:50.038Z] === RUN TestDockerSuite/TestContainerNetworkMode [2022-03-09T22:28:50.504Z] Removing intermediate container 87b701fdda46 [2022-03-09T22:28:50.504Z] ---> 06f58dd48172 [2022-03-09T22:28:50.504Z] Step 7/13 : ARG BUSYBOX_VERSION [2022-03-09T22:28:50.504Z] ---> Running in 1bfedde69708 [2022-03-09T22:28:50.972Z] Removing intermediate container 1bfedde69708 [2022-03-09T22:28:50.972Z] ---> c5fe263a6547 [2022-03-09T22:28:50.972Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2022-03-09T22:28:50.972Z] ---> Running in 6b0416e6c82a [2022-03-09T22:28:51.003Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2022-03-09T22:28:51.440Z] Removing intermediate container 6b0416e6c82a [2022-03-09T22:28:51.440Z] ---> cf52d3bad161 [2022-03-09T22:28:51.440Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2022-03-09T22:28:51.936Z] --- PASS: TestGraphdriverPluginV2 (4.22s) [2022-03-09T22:28:51.936Z] PASS [2022-03-09T22:28:51.936Z] [2022-03-09T22:28:51.936Z] DONE 5 tests in 9.294s [2022-03-09T22:28:51.936Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-03-09T22:28:51.936Z] ++ 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-09T22:28:51.936Z] ++ set -e [2022-03-09T22:28:51.936Z] ++ '[' -n 0 ']' [2022-03-09T22:28:51.936Z] ++ set -x [2022-03-09T22:28:51.936Z] ++ 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-09T22:28:51.936Z] INFO: Testing against a local daemon [2022-03-09T22:28:51.936Z] === RUN TestContinueAfterPluginCrash [2022-03-09T22:28:51.936Z] === PAUSE TestContinueAfterPluginCrash [2022-03-09T22:28:51.936Z] === RUN TestReadPluginNoRead [2022-03-09T22:28:51.936Z] === PAUSE TestReadPluginNoRead [2022-03-09T22:28:51.936Z] === RUN TestDaemonStartWithLogOpt [2022-03-09T22:28:51.936Z] === PAUSE TestDaemonStartWithLogOpt [2022-03-09T22:28:51.936Z] === CONT TestContinueAfterPluginCrash [2022-03-09T22:28:51.936Z] === CONT TestDaemonStartWithLogOpt [2022-03-09T22:28:53.004Z] [2022-03-09T22:28:53.472Z] ---> c30564cab689 [2022-03-09T22:28:53.472Z] 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-09T22:28:53.472Z] ---> Running in f1f7a176776a [2022-03-09T22:28:53.778Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-03-09T22:28:54.468Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2022-03-09T22:28:54.764Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-03-09T22:28:55.034Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2022-03-09T22:28:55.752Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-03-09T22:28:56.219Z] === RUN TestCheckpointCreateError [2022-03-09T22:28:56.219Z] --- PASS: TestCheckpointCreateError (0.00s) [2022-03-09T22:28:56.219Z] === RUN TestCheckpointCreate [2022-03-09T22:28:56.219Z] --- PASS: TestCheckpointCreate (0.00s) [2022-03-09T22:28:56.219Z] === RUN TestCheckpointDeleteError [2022-03-09T22:28:56.219Z] --- PASS: TestCheckpointDeleteError (0.00s) [2022-03-09T22:28:56.219Z] === RUN TestCheckpointDelete [2022-03-09T22:28:56.219Z] --- PASS: TestCheckpointDelete (0.00s) [2022-03-09T22:28:56.219Z] === RUN TestCheckpointListError [2022-03-09T22:28:56.219Z] --- PASS: TestCheckpointListError (0.00s) [2022-03-09T22:28:56.219Z] === RUN TestCheckpointList [2022-03-09T22:28:56.219Z] --- PASS: TestCheckpointList (0.00s) [2022-03-09T22:28:56.219Z] === RUN TestCheckpointListContainerNotFound [2022-03-09T22:28:56.219Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2022-03-09T22:28:56.219Z] === RUN TestNewClientWithOpsFromEnv [2022-03-09T22:28:56.219Z] client_test.go:23: runtime.GOOS == "windows" [2022-03-09T22:28:56.219Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s) [2022-03-09T22:28:56.219Z] === RUN TestGetAPIPath [2022-03-09T22:28:56.219Z] --- PASS: TestGetAPIPath (0.00s) [2022-03-09T22:28:56.219Z] === RUN TestParseHostURL [2022-03-09T22:28:56.219Z] --- PASS: TestParseHostURL (0.00s) [2022-03-09T22:28:56.219Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2022-03-09T22:28:56.219Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2022-03-09T22:28:56.219Z] === RUN TestNegotiateAPIVersionEmpty [2022-03-09T22:28:56.219Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2022-03-09T22:28:56.219Z] === RUN TestNegotiateAPIVersion [2022-03-09T22:28:56.219Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2022-03-09T22:28:56.219Z] === RUN TestNegotiateAPVersionOverride [2022-03-09T22:28:56.219Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2022-03-09T22:28:56.219Z] === RUN TestNegotiateAPIVersionAutomatic [2022-03-09T22:28:56.219Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2022-03-09T22:28:56.219Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2022-03-09T22:28:56.219Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2022-03-09T22:28:56.219Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2022-03-09T22:28:56.219Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2022-03-09T22:28:56.219Z] === RUN TestClientRedirect [2022-03-09T22:28:56.219Z] --- PASS: TestClientRedirect (0.00s) [2022-03-09T22:28:56.219Z] === RUN TestConfigCreateUnsupported [2022-03-09T22:28:56.219Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2022-03-09T22:28:56.219Z] === RUN TestConfigCreateError [2022-03-09T22:28:56.219Z] --- PASS: TestConfigCreateError (0.00s) [2022-03-09T22:28:56.219Z] === RUN TestConfigCreate [2022-03-09T22:28:56.219Z] --- PASS: TestConfigCreate (0.00s) [2022-03-09T22:28:56.219Z] === RUN TestConfigInspectNotFound [2022-03-09T22:28:56.219Z] --- PASS: TestConfigInspectNotFound (0.00s) [2022-03-09T22:28:56.219Z] === RUN TestConfigInspectWithEmptyID [2022-03-09T22:28:56.219Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2022-03-09T22:28:56.219Z] === RUN TestConfigInspectUnsupported [2022-03-09T22:28:56.219Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2022-03-09T22:28:56.219Z] === RUN TestConfigInspectError [2022-03-09T22:28:56.219Z] --- PASS: TestConfigInspectError (0.00s) [2022-03-09T22:28:56.219Z] === RUN TestConfigInspectConfigNotFound [2022-03-09T22:28:56.219Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2022-03-09T22:28:56.219Z] === RUN TestConfigInspect [2022-03-09T22:28:56.219Z] --- PASS: TestConfigInspect (0.00s) [2022-03-09T22:28:56.219Z] === RUN TestConfigListUnsupported [2022-03-09T22:28:56.219Z] --- PASS: TestConfigListUnsupported (0.00s) [2022-03-09T22:28:56.219Z] === RUN TestConfigListError [2022-03-09T22:28:56.219Z] --- PASS: TestConfigListError (0.00s) [2022-03-09T22:28:56.219Z] === RUN TestConfigList [2022-03-09T22:28:56.219Z] --- PASS: TestConfigList (0.00s) [2022-03-09T22:28:56.219Z] === RUN TestConfigRemoveUnsupported [2022-03-09T22:28:56.219Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2022-03-09T22:28:56.409Z] --- PASS: TestDaemonStartWithLogOpt (4.32s) [2022-03-09T22:28:56.409Z] === CONT TestReadPluginNoRead [2022-03-09T22:28:56.409Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2022-03-09T22:28:56.688Z] === RUN TestConfigRemoveError [2022-03-09T22:28:56.688Z] --- PASS: TestConfigRemoveError (0.00s) [2022-03-09T22:28:56.688Z] === RUN TestConfigRemove [2022-03-09T22:28:56.688Z] --- PASS: TestConfigRemove (0.00s) [2022-03-09T22:28:56.688Z] === RUN TestConfigUpdateUnsupported [2022-03-09T22:28:56.689Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestConfigUpdateError [2022-03-09T22:28:56.689Z] --- PASS: TestConfigUpdateError (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestConfigUpdate [2022-03-09T22:28:56.689Z] --- PASS: TestConfigUpdate (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestContainerCommitError [2022-03-09T22:28:56.689Z] --- PASS: TestContainerCommitError (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestContainerCommit [2022-03-09T22:28:56.689Z] --- PASS: TestContainerCommit (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestContainerStatPathError [2022-03-09T22:28:56.689Z] --- PASS: TestContainerStatPathError (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestContainerStatPathNotFoundError [2022-03-09T22:28:56.689Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestContainerStatPathNoHeaderError [2022-03-09T22:28:56.689Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestContainerStatPath [2022-03-09T22:28:56.689Z] --- PASS: TestContainerStatPath (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestCopyToContainerError [2022-03-09T22:28:56.689Z] --- PASS: TestCopyToContainerError (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestCopyToContainerNotFoundError [2022-03-09T22:28:56.689Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestCopyToContainerNotStatusOKError [2022-03-09T22:28:56.689Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestCopyToContainer [2022-03-09T22:28:56.689Z] --- PASS: TestCopyToContainer (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestCopyFromContainerError [2022-03-09T22:28:56.689Z] --- PASS: TestCopyFromContainerError (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestCopyFromContainerNotFoundError [2022-03-09T22:28:56.689Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestCopyFromContainerNotStatusOKError [2022-03-09T22:28:56.689Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestCopyFromContainerNoHeaderError [2022-03-09T22:28:56.689Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestCopyFromContainer [2022-03-09T22:28:56.689Z] --- PASS: TestCopyFromContainer (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestContainerCreateError [2022-03-09T22:28:56.689Z] --- PASS: TestContainerCreateError (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestContainerCreateImageNotFound [2022-03-09T22:28:56.689Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestContainerCreateWithName [2022-03-09T22:28:56.689Z] --- PASS: TestContainerCreateWithName (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestContainerCreateAutoRemove [2022-03-09T22:28:56.689Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestContainerDiffError [2022-03-09T22:28:56.689Z] --- PASS: TestContainerDiffError (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestContainerDiff [2022-03-09T22:28:56.689Z] --- PASS: TestContainerDiff (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestContainerExecCreateError [2022-03-09T22:28:56.689Z] --- PASS: TestContainerExecCreateError (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestContainerExecCreate [2022-03-09T22:28:56.689Z] --- PASS: TestContainerExecCreate (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestContainerExecStartError [2022-03-09T22:28:56.689Z] --- PASS: TestContainerExecStartError (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestContainerExecStart [2022-03-09T22:28:56.689Z] --- PASS: TestContainerExecStart (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestContainerExecInspectError [2022-03-09T22:28:56.689Z] --- PASS: TestContainerExecInspectError (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestContainerExecInspect [2022-03-09T22:28:56.689Z] --- PASS: TestContainerExecInspect (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestContainerExportError [2022-03-09T22:28:56.689Z] --- PASS: TestContainerExportError (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestContainerExport [2022-03-09T22:28:56.689Z] --- PASS: TestContainerExport (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestContainerInspectError [2022-03-09T22:28:56.689Z] --- PASS: TestContainerInspectError (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestContainerInspectContainerNotFound [2022-03-09T22:28:56.689Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestContainerInspectWithEmptyID [2022-03-09T22:28:56.689Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestContainerInspect [2022-03-09T22:28:56.689Z] --- PASS: TestContainerInspect (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestContainerInspectNode [2022-03-09T22:28:56.689Z] --- PASS: TestContainerInspectNode (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestContainerKillError [2022-03-09T22:28:56.689Z] --- PASS: TestContainerKillError (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestContainerKill [2022-03-09T22:28:56.689Z] --- PASS: TestContainerKill (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestContainerListError [2022-03-09T22:28:56.689Z] --- PASS: TestContainerListError (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestContainerList [2022-03-09T22:28:56.689Z] --- PASS: TestContainerList (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestContainerLogsNotFoundError [2022-03-09T22:28:56.689Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestContainerLogsError [2022-03-09T22:28:56.689Z] --- PASS: TestContainerLogsError (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestContainerLogs [2022-03-09T22:28:56.689Z] --- PASS: TestContainerLogs (0.22s) [2022-03-09T22:28:56.689Z] === RUN TestContainerPauseError [2022-03-09T22:28:56.689Z] --- PASS: TestContainerPauseError (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestContainerPause [2022-03-09T22:28:56.689Z] --- PASS: TestContainerPause (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestContainersPruneError [2022-03-09T22:28:56.689Z] --- PASS: TestContainersPruneError (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestContainersPrune [2022-03-09T22:28:56.689Z] --- PASS: TestContainersPrune (0.01s) [2022-03-09T22:28:56.689Z] === RUN TestContainerRemoveError [2022-03-09T22:28:56.689Z] --- PASS: TestContainerRemoveError (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestContainerRemoveNotFoundError [2022-03-09T22:28:56.689Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestContainerRemove [2022-03-09T22:28:56.689Z] --- PASS: TestContainerRemove (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestContainerRenameError [2022-03-09T22:28:56.689Z] --- PASS: TestContainerRenameError (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestContainerRename [2022-03-09T22:28:56.689Z] --- PASS: TestContainerRename (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestContainerResizeError [2022-03-09T22:28:56.689Z] --- PASS: TestContainerResizeError (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestContainerExecResizeError [2022-03-09T22:28:56.689Z] --- PASS: TestContainerExecResizeError (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestContainerResize [2022-03-09T22:28:56.689Z] --- PASS: TestContainerResize (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestContainerExecResize [2022-03-09T22:28:56.689Z] --- PASS: TestContainerExecResize (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestContainerRestartError [2022-03-09T22:28:56.689Z] --- PASS: TestContainerRestartError (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestContainerRestart [2022-03-09T22:28:56.689Z] --- PASS: TestContainerRestart (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestContainerStartError [2022-03-09T22:28:56.689Z] --- PASS: TestContainerStartError (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestContainerStart [2022-03-09T22:28:56.689Z] --- PASS: TestContainerStart (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestContainerStatsError [2022-03-09T22:28:56.689Z] --- PASS: TestContainerStatsError (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestContainerStats [2022-03-09T22:28:56.689Z] --- PASS: TestContainerStats (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestContainerStopError [2022-03-09T22:28:56.689Z] --- PASS: TestContainerStopError (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestContainerStop [2022-03-09T22:28:56.689Z] --- PASS: TestContainerStop (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestContainerTopError [2022-03-09T22:28:56.689Z] --- PASS: TestContainerTopError (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestContainerTop [2022-03-09T22:28:56.689Z] --- PASS: TestContainerTop (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestContainerUnpauseError [2022-03-09T22:28:56.689Z] --- PASS: TestContainerUnpauseError (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestContainerUnpause [2022-03-09T22:28:56.689Z] --- PASS: TestContainerUnpause (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestContainerUpdateError [2022-03-09T22:28:56.689Z] --- PASS: TestContainerUpdateError (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestContainerUpdate [2022-03-09T22:28:56.689Z] --- PASS: TestContainerUpdate (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestContainerWaitError [2022-03-09T22:28:56.689Z] --- PASS: TestContainerWaitError (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestContainerWait [2022-03-09T22:28:56.689Z] --- PASS: TestContainerWait (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestDiskUsageError [2022-03-09T22:28:56.689Z] --- PASS: TestDiskUsageError (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestDiskUsage [2022-03-09T22:28:56.689Z] --- PASS: TestDiskUsage (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestDistributionInspectUnsupported [2022-03-09T22:28:56.689Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestDistributionInspectWithEmptyID [2022-03-09T22:28:56.689Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestEventsErrorInOptions [2022-03-09T22:28:56.689Z] --- PASS: TestEventsErrorInOptions (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestEventsErrorFromServer [2022-03-09T22:28:56.689Z] --- PASS: TestEventsErrorFromServer (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestEvents [2022-03-09T22:28:56.689Z] --- PASS: TestEvents (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestTLSCloseWriter [2022-03-09T22:28:56.689Z] === PAUSE TestTLSCloseWriter [2022-03-09T22:28:56.689Z] === RUN TestImageBuildError [2022-03-09T22:28:56.689Z] --- PASS: TestImageBuildError (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestImageBuild [2022-03-09T22:28:56.689Z] --- PASS: TestImageBuild (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestGetDockerOS [2022-03-09T22:28:56.689Z] --- PASS: TestGetDockerOS (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestImageCreateError [2022-03-09T22:28:56.689Z] --- PASS: TestImageCreateError (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestImageCreate [2022-03-09T22:28:56.689Z] --- PASS: TestImageCreate (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestImageHistoryError [2022-03-09T22:28:56.689Z] --- PASS: TestImageHistoryError (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestImageHistory [2022-03-09T22:28:56.689Z] --- PASS: TestImageHistory (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestImageImportError [2022-03-09T22:28:56.689Z] --- PASS: TestImageImportError (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestImageImport [2022-03-09T22:28:56.689Z] --- PASS: TestImageImport (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestImageInspectError [2022-03-09T22:28:56.689Z] --- PASS: TestImageInspectError (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestImageInspectImageNotFound [2022-03-09T22:28:56.689Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestImageInspectWithEmptyID [2022-03-09T22:28:56.689Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestImageInspect [2022-03-09T22:28:56.689Z] --- PASS: TestImageInspect (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestImageListError [2022-03-09T22:28:56.689Z] --- PASS: TestImageListError (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestImageList [2022-03-09T22:28:56.689Z] --- PASS: TestImageList (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestImageListApiBefore125 [2022-03-09T22:28:56.689Z] --- PASS: TestImageListApiBefore125 (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestImageLoadError [2022-03-09T22:28:56.689Z] --- PASS: TestImageLoadError (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestImageLoad [2022-03-09T22:28:56.689Z] --- PASS: TestImageLoad (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestImagesPruneError [2022-03-09T22:28:56.689Z] --- PASS: TestImagesPruneError (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestImagesPrune [2022-03-09T22:28:56.689Z] --- PASS: TestImagesPrune (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestImagePullReferenceParseError [2022-03-09T22:28:56.689Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestImagePullAnyError [2022-03-09T22:28:56.689Z] --- PASS: TestImagePullAnyError (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestImagePullStatusUnauthorizedError [2022-03-09T22:28:56.689Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2022-03-09T22:28:56.689Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-03-09T22:28:56.689Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestImagePullWithPrivilegedFuncNoError [2022-03-09T22:28:56.689Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestImagePullWithoutErrors [2022-03-09T22:28:56.689Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestImagePushReferenceError [2022-03-09T22:28:56.689Z] --- PASS: TestImagePushReferenceError (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestImagePushAnyError [2022-03-09T22:28:56.689Z] --- PASS: TestImagePushAnyError (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestImagePushStatusUnauthorizedError [2022-03-09T22:28:56.689Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2022-03-09T22:28:56.689Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-03-09T22:28:56.689Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestImagePushWithPrivilegedFuncNoError [2022-03-09T22:28:56.689Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestImagePushWithoutErrors [2022-03-09T22:28:56.689Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2022-03-09T22:28:56.689Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2022-03-09T22:28:56.689Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2022-03-09T22:28:56.689Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2022-03-09T22:28:56.689Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2022-03-09T22:28:56.689Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2022-03-09T22:28:56.689Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2022-03-09T22:28:56.689Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2022-03-09T22:28:56.689Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestImageRemoveError [2022-03-09T22:28:56.689Z] --- PASS: TestImageRemoveError (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestImageRemoveImageNotFound [2022-03-09T22:28:56.689Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestImageRemove [2022-03-09T22:28:56.689Z] --- PASS: TestImageRemove (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestImageSaveError [2022-03-09T22:28:56.689Z] --- PASS: TestImageSaveError (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestImageSave [2022-03-09T22:28:56.689Z] --- PASS: TestImageSave (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestImageSearchAnyError [2022-03-09T22:28:56.689Z] --- PASS: TestImageSearchAnyError (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestImageSearchStatusUnauthorizedError [2022-03-09T22:28:56.689Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2022-03-09T22:28:56.689Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-03-09T22:28:56.689Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2022-03-09T22:28:56.689Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestImageSearchWithoutErrors [2022-03-09T22:28:56.689Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestImageTagError [2022-03-09T22:28:56.689Z] --- PASS: TestImageTagError (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestImageTagInvalidReference [2022-03-09T22:28:56.689Z] --- PASS: TestImageTagInvalidReference (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestImageTagInvalidSourceImageName [2022-03-09T22:28:56.689Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestImageTagHexSource [2022-03-09T22:28:56.689Z] --- PASS: TestImageTagHexSource (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestImageTag [2022-03-09T22:28:56.689Z] --- PASS: TestImageTag (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestInfoServerError [2022-03-09T22:28:56.689Z] --- PASS: TestInfoServerError (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestInfoInvalidResponseJSONError [2022-03-09T22:28:56.689Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestInfo [2022-03-09T22:28:56.689Z] --- PASS: TestInfo (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestNetworkConnectError [2022-03-09T22:28:56.689Z] --- PASS: TestNetworkConnectError (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2022-03-09T22:28:56.689Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestNetworkConnect [2022-03-09T22:28:56.689Z] --- PASS: TestNetworkConnect (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestNetworkCreateError [2022-03-09T22:28:56.689Z] --- PASS: TestNetworkCreateError (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestNetworkCreate [2022-03-09T22:28:56.689Z] --- PASS: TestNetworkCreate (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestNetworkDisconnectError [2022-03-09T22:28:56.689Z] --- PASS: TestNetworkDisconnectError (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestNetworkDisconnect [2022-03-09T22:28:56.689Z] --- PASS: TestNetworkDisconnect (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestNetworkInspect [2022-03-09T22:28:56.689Z] === RUN TestNetworkInspect/empty_ID [2022-03-09T22:28:56.689Z] === RUN TestNetworkInspect/no_options [2022-03-09T22:28:56.689Z] === RUN TestNetworkInspect/verbose [2022-03-09T22:28:56.689Z] === RUN TestNetworkInspect/global_scope [2022-03-09T22:28:56.689Z] === RUN TestNetworkInspect/unknown_network [2022-03-09T22:28:56.689Z] === RUN TestNetworkInspect/server_error [2022-03-09T22:28:56.689Z] --- PASS: TestNetworkInspect (0.00s) [2022-03-09T22:28:56.689Z] --- PASS: TestNetworkInspect/empty_ID (0.00s) [2022-03-09T22:28:56.689Z] --- PASS: TestNetworkInspect/no_options (0.00s) [2022-03-09T22:28:56.689Z] --- PASS: TestNetworkInspect/verbose (0.00s) [2022-03-09T22:28:56.689Z] --- PASS: TestNetworkInspect/global_scope (0.00s) [2022-03-09T22:28:56.689Z] --- PASS: TestNetworkInspect/unknown_network (0.00s) [2022-03-09T22:28:56.689Z] --- PASS: TestNetworkInspect/server_error (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestNetworkListError [2022-03-09T22:28:56.689Z] --- PASS: TestNetworkListError (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestNetworkList [2022-03-09T22:28:56.689Z] --- PASS: TestNetworkList (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestNetworksPruneError [2022-03-09T22:28:56.689Z] --- PASS: TestNetworksPruneError (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestNetworksPrune [2022-03-09T22:28:56.689Z] --- PASS: TestNetworksPrune (0.00s) [2022-03-09T22:28:56.689Z] === RUN TestNetworkRemoveError [2022-03-09T22:28:56.690Z] --- PASS: TestNetworkRemoveError (0.00s) [2022-03-09T22:28:56.690Z] === RUN TestNetworkRemove [2022-03-09T22:28:56.690Z] --- PASS: TestNetworkRemove (0.00s) [2022-03-09T22:28:56.690Z] === RUN TestNodeInspectError [2022-03-09T22:28:56.690Z] --- PASS: TestNodeInspectError (0.00s) [2022-03-09T22:28:56.690Z] === RUN TestNodeInspectNodeNotFound [2022-03-09T22:28:56.690Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2022-03-09T22:28:56.690Z] === RUN TestNodeInspectWithEmptyID [2022-03-09T22:28:56.690Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2022-03-09T22:28:56.690Z] === RUN TestNodeInspect [2022-03-09T22:28:56.690Z] --- PASS: TestNodeInspect (0.00s) [2022-03-09T22:28:56.690Z] === RUN TestNodeListError [2022-03-09T22:28:56.690Z] --- PASS: TestNodeListError (0.00s) [2022-03-09T22:28:56.690Z] === RUN TestNodeList [2022-03-09T22:28:56.690Z] --- PASS: TestNodeList (0.00s) [2022-03-09T22:28:56.690Z] === RUN TestNodeRemoveError [2022-03-09T22:28:56.690Z] --- PASS: TestNodeRemoveError (0.00s) [2022-03-09T22:28:56.690Z] === RUN TestNodeRemove [2022-03-09T22:28:56.690Z] --- PASS: TestNodeRemove (0.00s) [2022-03-09T22:28:56.690Z] === RUN TestNodeUpdateError [2022-03-09T22:28:56.690Z] --- PASS: TestNodeUpdateError (0.00s) [2022-03-09T22:28:56.690Z] === RUN TestNodeUpdate [2022-03-09T22:28:56.690Z] --- PASS: TestNodeUpdate (0.00s) [2022-03-09T22:28:56.690Z] === RUN TestOptionWithHostFromEnv [2022-03-09T22:28:56.690Z] --- PASS: TestOptionWithHostFromEnv (0.00s) [2022-03-09T22:28:56.690Z] === RUN TestOptionWithTimeout [2022-03-09T22:28:56.690Z] --- PASS: TestOptionWithTimeout (0.00s) [2022-03-09T22:28:56.690Z] === RUN TestOptionWithVersionFromEnv [2022-03-09T22:28:56.690Z] --- PASS: TestOptionWithVersionFromEnv (0.00s) [2022-03-09T22:28:56.690Z] === RUN TestPingFail [2022-03-09T22:28:56.690Z] --- PASS: TestPingFail (0.00s) [2022-03-09T22:28:56.690Z] === RUN TestPingWithError [2022-03-09T22:28:56.690Z] 2022/03/09 22:28:56 RoundTripper returned a response & error; ignoring response [2022-03-09T22:28:56.690Z] 2022/03/09 22:28:56 RoundTripper returned a response & error; ignoring response [2022-03-09T22:28:56.690Z] --- PASS: TestPingWithError (0.02s) [2022-03-09T22:28:56.690Z] === RUN TestPingSuccess [2022-03-09T22:28:56.690Z] --- PASS: TestPingSuccess (0.00s) [2022-03-09T22:28:56.690Z] === RUN TestPingHeadFallback [2022-03-09T22:28:56.690Z] === RUN TestPingHeadFallback/OK [2022-03-09T22:28:56.690Z] === RUN TestPingHeadFallback/Internal_Server_Error [2022-03-09T22:28:56.690Z] === RUN TestPingHeadFallback/Not_Found [2022-03-09T22:28:56.690Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2022-03-09T22:28:56.690Z] --- PASS: TestPingHeadFallback (0.00s) [2022-03-09T22:28:56.690Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2022-03-09T22:28:56.690Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2022-03-09T22:28:57.171Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2022-03-09T22:28:57.171Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2022-03-09T22:28:57.171Z] === RUN TestPluginDisableError [2022-03-09T22:28:57.171Z] --- PASS: TestPluginDisableError (0.00s) [2022-03-09T22:28:57.171Z] === RUN TestPluginDisable [2022-03-09T22:28:57.171Z] --- PASS: TestPluginDisable (0.00s) [2022-03-09T22:28:57.171Z] === RUN TestPluginEnableError [2022-03-09T22:28:57.171Z] --- PASS: TestPluginEnableError (0.00s) [2022-03-09T22:28:57.171Z] === RUN TestPluginEnable [2022-03-09T22:28:57.171Z] --- PASS: TestPluginEnable (0.00s) [2022-03-09T22:28:57.171Z] === RUN TestPluginInspectError [2022-03-09T22:28:57.171Z] --- PASS: TestPluginInspectError (0.00s) [2022-03-09T22:28:57.171Z] === RUN TestPluginInspectWithEmptyID [2022-03-09T22:28:57.171Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2022-03-09T22:28:57.171Z] === RUN TestPluginInspect [2022-03-09T22:28:57.171Z] --- PASS: TestPluginInspect (0.00s) [2022-03-09T22:28:57.171Z] === RUN TestPluginListError [2022-03-09T22:28:57.171Z] --- PASS: TestPluginListError (0.00s) [2022-03-09T22:28:57.171Z] === RUN TestPluginList [2022-03-09T22:28:57.171Z] --- PASS: TestPluginList (0.00s) [2022-03-09T22:28:57.171Z] === RUN TestPluginPushError [2022-03-09T22:28:57.171Z] --- PASS: TestPluginPushError (0.00s) [2022-03-09T22:28:57.171Z] === RUN TestPluginPush [2022-03-09T22:28:57.171Z] --- PASS: TestPluginPush (0.00s) [2022-03-09T22:28:57.171Z] === RUN TestPluginRemoveError [2022-03-09T22:28:57.171Z] --- PASS: TestPluginRemoveError (0.00s) [2022-03-09T22:28:57.171Z] === RUN TestPluginRemove [2022-03-09T22:28:57.171Z] --- PASS: TestPluginRemove (0.00s) [2022-03-09T22:28:57.171Z] === RUN TestPluginSetError [2022-03-09T22:28:57.171Z] --- PASS: TestPluginSetError (0.00s) [2022-03-09T22:28:57.171Z] === RUN TestPluginSet [2022-03-09T22:28:57.171Z] --- PASS: TestPluginSet (0.00s) [2022-03-09T22:28:57.171Z] === RUN TestSetHostHeader [2022-03-09T22:28:57.171Z] --- PASS: TestSetHostHeader (0.00s) [2022-03-09T22:28:57.171Z] === RUN TestPlainTextError [2022-03-09T22:28:57.171Z] --- PASS: TestPlainTextError (0.00s) [2022-03-09T22:28:57.171Z] === RUN TestInfiniteError [2022-03-09T22:28:57.171Z] --- PASS: TestInfiniteError (0.10s) [2022-03-09T22:28:57.171Z] === RUN TestCanceledContext [2022-03-09T22:28:57.171Z] 2022/03/09 22:28:56 RoundTripper returned a response & error; ignoring response [2022-03-09T22:28:57.171Z] --- PASS: TestCanceledContext (0.00s) [2022-03-09T22:28:57.171Z] === RUN TestDeadlineExceededContext [2022-03-09T22:28:57.171Z] 2022/03/09 22:28:56 RoundTripper returned a response & error; ignoring response [2022-03-09T22:28:57.171Z] --- PASS: TestDeadlineExceededContext (0.00s) [2022-03-09T22:28:57.171Z] === RUN TestSecretCreateUnsupported [2022-03-09T22:28:57.171Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2022-03-09T22:28:57.171Z] === RUN TestSecretCreateError [2022-03-09T22:28:57.171Z] --- PASS: TestSecretCreateError (0.00s) [2022-03-09T22:28:57.171Z] === RUN TestSecretCreate [2022-03-09T22:28:57.171Z] --- PASS: TestSecretCreate (0.00s) [2022-03-09T22:28:57.171Z] === RUN TestSecretInspectUnsupported [2022-03-09T22:28:57.171Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2022-03-09T22:28:57.171Z] === RUN TestSecretInspectError [2022-03-09T22:28:57.171Z] --- PASS: TestSecretInspectError (0.00s) [2022-03-09T22:28:57.171Z] === RUN TestSecretInspectSecretNotFound [2022-03-09T22:28:57.171Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2022-03-09T22:28:57.171Z] === RUN TestSecretInspectWithEmptyID [2022-03-09T22:28:57.171Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2022-03-09T22:28:57.171Z] === RUN TestSecretInspect [2022-03-09T22:28:57.171Z] --- PASS: TestSecretInspect (0.00s) [2022-03-09T22:28:57.171Z] === RUN TestSecretListUnsupported [2022-03-09T22:28:57.171Z] --- PASS: TestSecretListUnsupported (0.00s) [2022-03-09T22:28:57.171Z] === RUN TestSecretListError [2022-03-09T22:28:57.171Z] --- PASS: TestSecretListError (0.00s) [2022-03-09T22:28:57.171Z] === RUN TestSecretList [2022-03-09T22:28:57.171Z] --- PASS: TestSecretList (0.00s) [2022-03-09T22:28:57.171Z] === RUN TestSecretRemoveUnsupported [2022-03-09T22:28:57.171Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2022-03-09T22:28:57.171Z] === RUN TestSecretRemoveError [2022-03-09T22:28:57.171Z] --- PASS: TestSecretRemoveError (0.00s) [2022-03-09T22:28:57.171Z] === RUN TestSecretRemove [2022-03-09T22:28:57.171Z] --- PASS: TestSecretRemove (0.00s) [2022-03-09T22:28:57.171Z] === RUN TestSecretUpdateUnsupported [2022-03-09T22:28:57.171Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2022-03-09T22:28:57.171Z] === RUN TestSecretUpdateError [2022-03-09T22:28:57.171Z] --- PASS: TestSecretUpdateError (0.00s) [2022-03-09T22:28:57.171Z] === RUN TestSecretUpdate [2022-03-09T22:28:57.171Z] --- PASS: TestSecretUpdate (0.00s) [2022-03-09T22:28:57.171Z] === RUN TestServiceCreateError [2022-03-09T22:28:57.171Z] --- PASS: TestServiceCreateError (0.00s) [2022-03-09T22:28:57.171Z] === RUN TestServiceCreate [2022-03-09T22:28:57.171Z] --- PASS: TestServiceCreate (0.00s) [2022-03-09T22:28:57.171Z] === RUN TestServiceCreateCompatiblePlatforms [2022-03-09T22:28:57.171Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2022-03-09T22:28:57.171Z] === RUN TestServiceCreateDigestPinning [2022-03-09T22:28:57.171Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2022-03-09T22:28:57.171Z] === RUN TestServiceInspectError [2022-03-09T22:28:57.171Z] --- PASS: TestServiceInspectError (0.00s) [2022-03-09T22:28:57.171Z] === RUN TestServiceInspectServiceNotFound [2022-03-09T22:28:57.171Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2022-03-09T22:28:57.171Z] === RUN TestServiceInspectWithEmptyID [2022-03-09T22:28:57.171Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2022-03-09T22:28:57.171Z] === RUN TestServiceInspect [2022-03-09T22:28:57.171Z] --- PASS: TestServiceInspect (0.00s) [2022-03-09T22:28:57.171Z] === RUN TestServiceListError [2022-03-09T22:28:57.171Z] --- PASS: TestServiceListError (0.00s) [2022-03-09T22:28:57.171Z] === RUN TestServiceList [2022-03-09T22:28:57.171Z] --- PASS: TestServiceList (0.00s) [2022-03-09T22:28:57.171Z] === RUN TestServiceLogsError [2022-03-09T22:28:57.171Z] --- PASS: TestServiceLogsError (0.00s) [2022-03-09T22:28:57.171Z] === RUN TestServiceLogs [2022-03-09T22:28:57.171Z] --- PASS: TestServiceLogs (0.00s) [2022-03-09T22:28:57.171Z] === RUN TestServiceRemoveError [2022-03-09T22:28:57.171Z] --- PASS: TestServiceRemoveError (0.00s) [2022-03-09T22:28:57.171Z] === RUN TestServiceRemoveNotFoundError [2022-03-09T22:28:57.171Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2022-03-09T22:28:57.171Z] === RUN TestServiceRemove [2022-03-09T22:28:57.171Z] --- PASS: TestServiceRemove (0.00s) [2022-03-09T22:28:57.171Z] === RUN TestServiceUpdateError [2022-03-09T22:28:57.171Z] --- PASS: TestServiceUpdateError (0.00s) [2022-03-09T22:28:57.171Z] === RUN TestServiceUpdate [2022-03-09T22:28:57.171Z] --- PASS: TestServiceUpdate (0.00s) [2022-03-09T22:28:57.171Z] === RUN TestSwarmGetUnlockKeyError [2022-03-09T22:28:57.171Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2022-03-09T22:28:57.171Z] === RUN TestSwarmGetUnlockKey [2022-03-09T22:28:57.171Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2022-03-09T22:28:57.171Z] === RUN TestSwarmInitError [2022-03-09T22:28:57.171Z] --- PASS: TestSwarmInitError (0.00s) [2022-03-09T22:28:57.171Z] === RUN TestSwarmInit [2022-03-09T22:28:57.171Z] --- PASS: TestSwarmInit (0.00s) [2022-03-09T22:28:57.171Z] === RUN TestSwarmInspectError [2022-03-09T22:28:57.171Z] --- PASS: TestSwarmInspectError (0.00s) [2022-03-09T22:28:57.171Z] === RUN TestSwarmInspect [2022-03-09T22:28:57.171Z] --- PASS: TestSwarmInspect (0.00s) [2022-03-09T22:28:57.171Z] === RUN TestSwarmJoinError [2022-03-09T22:28:57.171Z] --- PASS: TestSwarmJoinError (0.00s) [2022-03-09T22:28:57.171Z] === RUN TestSwarmJoin [2022-03-09T22:28:57.171Z] --- PASS: TestSwarmJoin (0.00s) [2022-03-09T22:28:57.171Z] === RUN TestSwarmLeaveError [2022-03-09T22:28:57.171Z] --- PASS: TestSwarmLeaveError (0.00s) [2022-03-09T22:28:57.171Z] === RUN TestSwarmLeave [2022-03-09T22:28:57.171Z] --- PASS: TestSwarmLeave (0.00s) [2022-03-09T22:28:57.171Z] === RUN TestSwarmUnlockError [2022-03-09T22:28:57.171Z] --- PASS: TestSwarmUnlockError (0.00s) [2022-03-09T22:28:57.171Z] === RUN TestSwarmUnlock [2022-03-09T22:28:57.171Z] --- PASS: TestSwarmUnlock (0.00s) [2022-03-09T22:28:57.171Z] === RUN TestSwarmUpdateError [2022-03-09T22:28:57.171Z] --- PASS: TestSwarmUpdateError (0.00s) [2022-03-09T22:28:57.171Z] === RUN TestSwarmUpdate [2022-03-09T22:28:57.171Z] --- PASS: TestSwarmUpdate (0.00s) [2022-03-09T22:28:57.171Z] === RUN TestTaskInspectError [2022-03-09T22:28:57.171Z] --- PASS: TestTaskInspectError (0.00s) [2022-03-09T22:28:57.171Z] === RUN TestTaskInspectWithEmptyID [2022-03-09T22:28:57.171Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2022-03-09T22:28:57.171Z] === RUN TestTaskInspect [2022-03-09T22:28:57.171Z] --- PASS: TestTaskInspect (0.00s) [2022-03-09T22:28:57.171Z] === RUN TestTaskListError [2022-03-09T22:28:57.171Z] --- PASS: TestTaskListError (0.00s) [2022-03-09T22:28:57.171Z] === RUN TestTaskList [2022-03-09T22:28:57.171Z] --- PASS: TestTaskList (0.00s) [2022-03-09T22:28:57.171Z] === RUN TestVolumeCreateError [2022-03-09T22:28:57.171Z] --- PASS: TestVolumeCreateError (0.00s) [2022-03-09T22:28:57.171Z] === RUN TestVolumeCreate [2022-03-09T22:28:57.171Z] --- PASS: TestVolumeCreate (0.00s) [2022-03-09T22:28:57.171Z] === RUN TestVolumeInspectError [2022-03-09T22:28:57.171Z] --- PASS: TestVolumeInspectError (0.00s) [2022-03-09T22:28:57.171Z] === RUN TestVolumeInspectNotFound [2022-03-09T22:28:57.171Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2022-03-09T22:28:57.171Z] === RUN TestVolumeInspectWithEmptyID [2022-03-09T22:28:57.171Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2022-03-09T22:28:57.171Z] === RUN TestVolumeInspect [2022-03-09T22:28:57.171Z] --- PASS: TestVolumeInspect (0.00s) [2022-03-09T22:28:57.171Z] === RUN TestVolumeListError [2022-03-09T22:28:57.171Z] --- PASS: TestVolumeListError (0.00s) [2022-03-09T22:28:57.171Z] === RUN TestVolumeList [2022-03-09T22:28:57.171Z] --- PASS: TestVolumeList (0.00s) [2022-03-09T22:28:57.171Z] === RUN TestVolumeRemoveError [2022-03-09T22:28:57.171Z] --- PASS: TestVolumeRemoveError (0.00s) [2022-03-09T22:28:57.171Z] === RUN TestVolumeRemove [2022-03-09T22:28:57.171Z] --- PASS: TestVolumeRemove (0.00s) [2022-03-09T22:28:57.171Z] === CONT TestTLSCloseWriter [2022-03-09T22:28:57.171Z] --- PASS: TestTLSCloseWriter (0.02s) [2022-03-09T22:28:57.171Z] PASS [2022-03-09T22:28:57.171Z] coverage: 75.2% of statements [2022-03-09T22:28:57.172Z] ok github.com/docker/docker/client 0.546s coverage: 75.2% of statements [2022-03-09T22:28:57.316Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-03-09T22:28:57.344Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer [2022-03-09T22:28:57.344Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2022-03-09T22:28:58.719Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} [2022-03-09T22:28:58.880Z] --- PASS: TestBuildMultiStageCopy (15.31s) [2022-03-09T22:28:58.880Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (10.34s) [2022-03-09T22:28:58.880Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.93s) [2022-03-09T22:28:58.880Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.16s) [2022-03-09T22:28:58.880Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.31s) [2022-03-09T22:28:58.880Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.57s) [2022-03-09T22:28:58.880Z] === RUN TestBuildMultiStageParentConfig [2022-03-09T22:28:58.977Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} [2022-03-09T22:28:59.235Z] === RUN TestReadPluginNoRead/default [2022-03-09T22:29:00.610Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} [2022-03-09T22:29:01.177Z] === RUN TestDockerSwarmSuite/TestAPISwarmListNodes [2022-03-09T22:29:01.177Z] --- PASS: TestContinueAfterPluginCrash (9.24s) [2022-03-09T22:29:01.177Z] === RUN TestReadPluginNoRead/disabled_caching [2022-03-09T22:29:01.831Z] --- PASS: TestBuildMultiStageParentConfig (3.00s) [2022-03-09T22:29:01.831Z] === RUN TestBuildLabelWithTargets [2022-03-09T22:29:01.831Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-09T22:29:01.831Z] --- SKIP: TestBuildLabelWithTargets (0.00s) [2022-03-09T22:29:01.831Z] === RUN TestBuildWithEmptyLayers [2022-03-09T22:29:02.111Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} [2022-03-09T22:29:02.680Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-03-09T22:29:03.249Z] docker_api_swarm_node_test.go:20: [da538080d2dfd] joining swarm manager [d988e01c64403]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-09T22:29:03.398Z] --- PASS: TestBuildWithEmptyLayers (1.63s) [2022-03-09T22:29:03.398Z] === RUN TestBuildMultiStageOnBuild [2022-03-09T22:29:03.816Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000e55cb0_} [2022-03-09T22:29:03.935Z] Removing intermediate container f1f7a176776a [2022-03-09T22:29:03.935Z] ---> 3a046a383706 [2022-03-09T22:29:03.935Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2022-03-09T22:29:03.935Z] ---> Running in bd857dce6e2f [2022-03-09T22:29:04.074Z] === CONT TestReadPluginNoRead [2022-03-09T22:29:04.074Z] read_test.go:92: [d1655bb97ca09] daemon is not started [2022-03-09T22:29:04.074Z] --- PASS: TestReadPluginNoRead (7.87s) [2022-03-09T22:29:04.074Z] --- PASS: TestReadPluginNoRead/default (1.96s) [2022-03-09T22:29:04.074Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.40s) [2022-03-09T22:29:04.074Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.41s) [2022-03-09T22:29:04.074Z] PASS [2022-03-09T22:29:04.074Z] [2022-03-09T22:29:04.074Z] DONE 6 tests in 12.300s [2022-03-09T22:29:04.074Z] 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-09T22:29:04.074Z] ++ 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-09T22:29:04.074Z] ++ set -e [2022-03-09T22:29:04.074Z] ++ '[' -n 0 ']' [2022-03-09T22:29:04.074Z] ++ set -x [2022-03-09T22:29:04.074Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-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-09T22:29:04.074Z] testing: warning: no tests to run [2022-03-09T22:29:04.074Z] PASS [2022-03-09T22:29:04.074Z] docker_api_swarm_node_test.go:21: [dfffdea3593a3] joining swarm manager [d988e01c64403]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-09T22:29:04.074Z] [2022-03-09T22:29:04.074Z] DONE 0 tests in 0.042s [2022-03-09T22:29:04.074Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-03-09T22:29:04.074Z] ++ 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-09T22:29:04.074Z] ++ set -e [2022-03-09T22:29:04.074Z] ++ '[' -n 0 ']' [2022-03-09T22:29:04.074Z] ++ set -x [2022-03-09T22:29:04.075Z] ++ 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-09T22:29:04.332Z] INFO: Testing against a local daemon [2022-03-09T22:29:04.332Z] === RUN TestPluginWithDevMounts [2022-03-09T22:29:04.332Z] === PAUSE TestPluginWithDevMounts [2022-03-09T22:29:04.332Z] === CONT TestPluginWithDevMounts [2022-03-09T22:29:04.590Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-154655308_/foo_false____} [2022-03-09T22:29:05.963Z] --- PASS: TestPluginWithDevMounts (1.58s) [2022-03-09T22:29:05.963Z] PASS [2022-03-09T22:29:05.963Z] [2022-03-09T22:29:05.963Z] DONE 1 tests in 1.716s [2022-03-09T22:29:05.963Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2022-03-09T22:29:05.963Z] ++ 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-09T22:29:05.963Z] ++ set -e [2022-03-09T22:29:05.963Z] ++ '[' -n 0 ']' [2022-03-09T22:29:05.963Z] ++ set -x [2022-03-09T22:29:05.963Z] ++ 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-09T22:29:05.963Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-154655308_/foo_true____} [2022-03-09T22:29:05.963Z] INFO: Testing against a local daemon [2022-03-09T22:29:05.963Z] === RUN TestSecretInspect [2022-03-09T22:29:06.114Z] [2022-03-09T22:29:06.114Z] SUCCESS: Specified value was saved. [2022-03-09T22:29:07.337Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3817094411_/foo_false____} [2022-03-09T22:29:08.277Z] --- PASS: TestSecretInspect (2.27s) [2022-03-09T22:29:08.277Z] === RUN TestSecretList [2022-03-09T22:29:08.536Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3817094411_/foo_true____} [2022-03-09T22:29:09.023Z] Removing intermediate container bd857dce6e2f [2022-03-09T22:29:09.023Z] ---> 76d585f4635a [2022-03-09T22:29:09.023Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2022-03-09T22:29:09.023Z] ---> Running in eda1921377c4 [2022-03-09T22:29:10.435Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3817094411_/foo_true__0xc000e55ce0__} [2022-03-09T22:29:10.693Z] --- PASS: TestSecretList (2.39s) [2022-03-09T22:29:10.693Z] === RUN TestSecretsCreateAndDelete [2022-03-09T22:29:11.625Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000e55cf8_} [2022-03-09T22:29:12.999Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000e55d10_} [2022-03-09T22:29:12.999Z] --- PASS: TestSecretsCreateAndDelete (2.22s) [2022-03-09T22:29:12.999Z] === RUN TestSecretsUpdate [2022-03-09T22:29:14.457Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000e55d28_} [2022-03-09T22:29:14.715Z] === RUN TestDockerSwarmSuite/TestAPISwarmManagerRestore [2022-03-09T22:29:14.867Z] Cannot create a file when that file already exists. [2022-03-09T22:29:15.281Z] --- PASS: TestSecretsUpdate (2.30s) [2022-03-09T22:29:15.281Z] === RUN TestTemplatedSecret [2022-03-09T22:29:15.542Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000e55d40_} [2022-03-09T22:29:16.916Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2022-03-09T22:29:18.293Z] --- PASS: TestTemplatedSecret (3.18s) [2022-03-09T22:29:18.293Z] === RUN TestSecretCreateResolve [2022-03-09T22:29:18.293Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2022-03-09T22:29:18.293Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2022-03-09T22:29:18.293Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2022-03-09T22:29:18.293Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2022-03-09T22:29:18.293Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2022-03-09T22:29:18.293Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2022-03-09T22:29:18.293Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2022-03-09T22:29:18.552Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2022-03-09T22:29:18.552Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2022-03-09T22:29:18.552Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2022-03-09T22:29:18.552Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2022-03-09T22:29:18.552Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 [2022-03-09T22:29:18.552Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 [2022-03-09T22:29:18.552Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 [2022-03-09T22:29:18.552Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 [2022-03-09T22:29:18.552Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 [2022-03-09T22:29:18.552Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 [2022-03-09T22:29:18.810Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2022-03-09T22:29:19.639Z] Removing intermediate container eda1921377c4 [2022-03-09T22:29:19.639Z] ---> c113ed3c6408 [2022-03-09T22:29:19.639Z] Step 13/13 : CMD ["sh"] [2022-03-09T22:29:19.747Z] docker_api_swarm_test.go:502: [d4a0421060a4f] joining swarm manager [d53d14ecc1dd0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-09T22:29:20.107Z] ---> Running in 19e8f5001518 [2022-03-09T22:29:20.576Z] Removing intermediate container 19e8f5001518 [2022-03-09T22:29:20.576Z] ---> 24656ee325eb [2022-03-09T22:29:20.576Z] Successfully built 24656ee325eb [2022-03-09T22:29:20.576Z] Successfully tagged busybox:latest [2022-03-09T22:29:20.576Z] INFO: Docker images of the daemon under test [2022-03-09T22:29:20.576Z] [2022-03-09T22:29:20.576Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-03-09T22:29:20.576Z] busybox latest 24656ee325eb Less than a second ago 5.01GB [2022-03-09T22:29:20.576Z] mcr.microsoft.com/windows/servercore ltsc2022 02f938cacc3b 6 days ago 4.96GB [2022-03-09T22:29:20.576Z] microsoft/windowsservercore latest 02f938cacc3b 6 days ago 4.96GB [2022-03-09T22:29:20.576Z] [2022-03-09T22:29:20.576Z] INFO: Running integration tests at 03/09/2022 22:29:20... [2022-03-09T22:29:20.576Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2022-03-09T22:29:20.576Z] INFO: Integration API tests being run from the host: [2022-03-09T22:29:20.576Z] INFO: make.ps1 starting at 03/09/2022 22:29:20 [2022-03-09T22:29:21.213Z] --- PASS: TestBuildMultiStageOnBuild (15.58s) [2022-03-09T22:29:21.213Z] === RUN TestBuildUncleanTarFilenames [2022-03-09T22:29:21.213Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-09T22:29:21.213Z] --- SKIP: TestBuildUncleanTarFilenames (0.00s) [2022-03-09T22:29:21.213Z] === RUN TestBuildMultiStageLayerLeak [2022-03-09T22:29:21.565Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2022-03-09T22:29:21.648Z] --- PASS: TestSecretCreateResolve (2.90s) [2022-03-09T22:29:21.648Z] PASS [2022-03-09T22:29:21.648Z] [2022-03-09T22:29:21.648Z] DONE 6 tests in 15.352s [2022-03-09T22:29:21.648Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2022-03-09T22:29:21.648Z] ++ 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-09T22:29:21.648Z] ++ set -e [2022-03-09T22:29:21.648Z] ++ '[' -n 0 ']' [2022-03-09T22:29:21.648Z] ++ set -x [2022-03-09T22:29:21.648Z] ++ 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-09T22:29:21.648Z] INFO: Testing against a local daemon [2022-03-09T22:29:21.648Z] === RUN TestServiceCreateInit [2022-03-09T22:29:21.648Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-03-09T22:29:21.648Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2022-03-09T22:29:22.755Z] --- PASS: TestCheckoutGit (38.76s) [2022-03-09T22:29:22.755Z] === RUN TestValidGitTransport [2022-03-09T22:29:22.755Z] --- PASS: TestValidGitTransport (0.00s) [2022-03-09T22:29:22.755Z] === RUN TestGitInvalidRef [2022-03-09T22:29:22.755Z] --- PASS: TestGitInvalidRef (0.28s) [2022-03-09T22:29:22.755Z] PASS [2022-03-09T22:29:22.755Z] coverage: 86.3% of statements [2022-03-09T22:29:22.755Z] ok github.com/docker/docker/builder/remotecontext/git 39.120s coverage: 86.3% of statements [2022-03-09T22:29:22.755Z] ? github.com/docker/docker/cli [no test files] [2022-03-09T22:29:22.755Z] ? github.com/docker/docker/cli/config [no test files] [2022-03-09T22:29:23.022Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2022-03-09T22:29:25.552Z] === RUN TestDockerSuite/TestCopyAndRestart [2022-03-09T22:29:26.118Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-03-09T22:29:26.694Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2022-03-09T22:29:26.694Z] === RUN TestDockerSuite/TestCpAbsolutePath [2022-03-09T22:29:26.764Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2022-03-09T22:29:26.764Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2022-03-09T22:29:26.764Z] === RUN TestLoadDaemonCliConfigWithTLS [2022-03-09T22:29:26.764Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2022-03-09T22:29:26.764Z] === RUN TestLoadDaemonCliConfigWithConflicts [2022-03-09T22:29:26.764Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s) [2022-03-09T22:29:26.764Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2022-03-09T22:29:26.764Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2022-03-09T22:29:26.764Z] === RUN TestLoadDaemonCliWithConflictingLabels [2022-03-09T22:29:26.764Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2022-03-09T22:29:26.764Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2022-03-09T22:29:26.764Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2022-03-09T22:29:26.764Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2022-03-09T22:29:26.764Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.00s) [2022-03-09T22:29:26.764Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2022-03-09T22:29:26.764Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2022-03-09T22:29:26.764Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2022-03-09T22:29:26.764Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2022-03-09T22:29:26.764Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2022-03-09T22:29:26.764Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2022-03-09T22:29:26.764Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2022-03-09T22:29:26.764Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s) [2022-03-09T22:29:26.764Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2022-03-09T22:29:26.764Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s) [2022-03-09T22:29:26.764Z] === RUN TestConfigureDaemonLogs [2022-03-09T22:29:26.764Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2022-03-09T22:29:26.764Z] === RUN TestCommonOptionsInstallFlags [2022-03-09T22:29:26.764Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2022-03-09T22:29:26.764Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2022-03-09T22:29:26.764Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2022-03-09T22:29:26.764Z] PASS [2022-03-09T22:29:26.764Z] coverage: 19.0% of statements [2022-03-09T22:29:26.764Z] ok github.com/docker/docker/cmd/dockerd 0.254s coverage: 19.0% of statements [2022-03-09T22:29:26.764Z] ? github.com/docker/docker/cmd/dockerd/trap [no test files] [2022-03-09T22:29:26.764Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-03-09T22:29:27.267Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2022-03-09T22:29:28.202Z] === RUN TestDockerSuite/TestCpCheckDestOwnership [2022-03-09T22:29:28.436Z] === RUN TestContainerStopSignal [2022-03-09T22:29:28.436Z] --- PASS: TestContainerStopSignal (0.00s) [2022-03-09T22:29:28.436Z] === RUN TestContainerStopTimeout [2022-03-09T22:29:28.436Z] --- PASS: TestContainerStopTimeout (0.00s) [2022-03-09T22:29:28.436Z] === RUN TestContainerSecretReferenceDestTarget [2022-03-09T22:29:28.436Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2022-03-09T22:29:28.436Z] === RUN TestContainerLogPathSetForJSONFileLogger [2022-03-09T22:29:28.436Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.00s) [2022-03-09T22:29:28.436Z] === RUN TestContainerLogPathSetForRingLogger [2022-03-09T22:29:28.436Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s) [2022-03-09T22:29:28.436Z] === RUN TestReplaceAndAppendEnvVars [2022-03-09T22:29:28.436Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2022-03-09T22:29:28.436Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2022-03-09T22:29:28.436Z] === RUN TestNewMemoryStore [2022-03-09T22:29:28.436Z] --- PASS: TestNewMemoryStore (0.00s) [2022-03-09T22:29:28.436Z] === RUN TestAddContainers [2022-03-09T22:29:28.436Z] --- PASS: TestAddContainers (0.00s) [2022-03-09T22:29:28.436Z] === RUN TestGetContainer [2022-03-09T22:29:28.436Z] --- PASS: TestGetContainer (0.00s) [2022-03-09T22:29:28.436Z] === RUN TestDeleteContainer [2022-03-09T22:29:28.436Z] --- PASS: TestDeleteContainer (0.00s) [2022-03-09T22:29:28.436Z] === RUN TestListContainers [2022-03-09T22:29:28.436Z] --- PASS: TestListContainers (0.00s) [2022-03-09T22:29:28.436Z] === RUN TestFirstContainer [2022-03-09T22:29:28.436Z] --- PASS: TestFirstContainer (0.00s) [2022-03-09T22:29:28.436Z] === RUN TestApplyAllContainer [2022-03-09T22:29:28.436Z] --- PASS: TestApplyAllContainer (0.00s) [2022-03-09T22:29:28.436Z] === RUN TestIsValidHealthString [2022-03-09T22:29:28.436Z] --- PASS: TestIsValidHealthString (0.00s) [2022-03-09T22:29:28.436Z] === RUN TestStateRunStop [2022-03-09T22:29:28.436Z] --- PASS: TestStateRunStop (0.00s) [2022-03-09T22:29:28.436Z] === RUN TestStateTimeoutWait [2022-03-09T22:29:28.436Z] state_test.go:141: Stop callback fired [2022-03-09T22:29:28.436Z] state_test.go:165: Stop callback fired [2022-03-09T22:29:28.436Z] --- PASS: TestStateTimeoutWait (0.10s) [2022-03-09T22:29:28.436Z] === RUN TestIsValidStateString [2022-03-09T22:29:28.436Z] --- PASS: TestIsValidStateString (0.00s) [2022-03-09T22:29:28.436Z] === RUN TestViewSaveDelete [2022-03-09T22:29:28.436Z] --- PASS: TestViewSaveDelete (0.02s) [2022-03-09T22:29:28.436Z] === RUN TestViewAll [2022-03-09T22:29:28.436Z] --- PASS: TestViewAll (0.02s) [2022-03-09T22:29:28.436Z] === RUN TestViewGet [2022-03-09T22:29:28.436Z] --- PASS: TestViewGet (0.01s) [2022-03-09T22:29:28.436Z] === RUN TestNames [2022-03-09T22:29:28.436Z] --- PASS: TestNames (0.00s) [2022-03-09T22:29:28.436Z] === RUN TestViewWithHealthCheck [2022-03-09T22:29:28.436Z] --- PASS: TestViewWithHealthCheck (0.01s) [2022-03-09T22:29:28.436Z] PASS [2022-03-09T22:29:28.436Z] coverage: 41.7% of statements [2022-03-09T22:29:28.436Z] ok github.com/docker/docker/container 0.277s coverage: 41.7% of statements [2022-03-09T22:29:28.436Z] ? github.com/docker/docker/container/stream [no test files] [2022-03-09T22:29:28.436Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-03-09T22:29:28.436Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-03-09T22:29:28.436Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-03-09T22:29:28.771Z] === RUN TestDockerSuite/TestCpFromCaseA [2022-03-09T22:29:29.706Z] === RUN TestDockerSuite/TestCpFromCaseB [2022-03-09T22:29:30.120Z] === RUN TestPrepare [2022-03-09T22:29:30.120Z] --- PASS: TestPrepare (0.00s) [2022-03-09T22:29:30.120Z] === RUN TestStart [2022-03-09T22:29:30.120Z] --- PASS: TestStart (0.00s) [2022-03-09T22:29:30.120Z] === RUN TestWaitCancel [2022-03-09T22:29:30.120Z] --- PASS: TestWaitCancel (0.00s) [2022-03-09T22:29:30.120Z] === RUN TestWaitDisabled [2022-03-09T22:29:30.120Z] --- PASS: TestWaitDisabled (0.00s) [2022-03-09T22:29:30.120Z] === RUN TestWaitEnabled [2022-03-09T22:29:30.120Z] --- PASS: TestWaitEnabled (0.00s) [2022-03-09T22:29:30.120Z] === RUN TestRemove [2022-03-09T22:29:30.120Z] --- PASS: TestRemove (0.00s) [2022-03-09T22:29:30.120Z] PASS [2022-03-09T22:29:30.120Z] coverage: 65.3% of statements [2022-03-09T22:29:30.120Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.085s coverage: 65.3% of statements [2022-03-09T22:29:30.272Z] --- PASS: TestServiceCreateInit (8.75s) [2022-03-09T22:29:30.272Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.83s) [2022-03-09T22:29:30.272Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.90s) [2022-03-09T22:29:30.272Z] === RUN TestCreateServiceMultipleTimes [2022-03-09T22:29:30.272Z] === RUN TestDockerSuite/TestCpFromCaseC [2022-03-09T22:29:31.206Z] === RUN TestDockerSuite/TestCpFromCaseD [2022-03-09T22:29:31.206Z] docker_api_swarm_test.go:507: [d0689b3c1efb2] joining swarm manager [d53d14ecc1dd0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-09T22:29:31.773Z] === RUN TestDockerSuite/TestCpFromCaseE [2022-03-09T22:29:31.796Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2022-03-09T22:29:31.797Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.20s) [2022-03-09T22:29:31.797Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2022-03-09T22:29:31.797Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2022-03-09T22:29:31.797Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2022-03-09T22:29:31.797Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2022-03-09T22:29:31.797Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2022-03-09T22:29:31.797Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2022-03-09T22:29:31.797Z] === RUN TestServiceConvertToGRPCContainerRuntime [2022-03-09T22:29:31.797Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2022-03-09T22:29:31.797Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2022-03-09T22:29:31.797Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2022-03-09T22:29:31.797Z] === RUN TestServiceConvertToGRPCIsolation [2022-03-09T22:29:31.797Z] === RUN TestServiceConvertToGRPCIsolation/empty [2022-03-09T22:29:31.797Z] === RUN TestServiceConvertToGRPCIsolation/default [2022-03-09T22:29:31.797Z] === RUN TestServiceConvertToGRPCIsolation/process [2022-03-09T22:29:31.797Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2022-03-09T22:29:32.300Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2022-03-09T22:29:32.300Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2022-03-09T22:29:32.300Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2022-03-09T22:29:32.300Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2022-03-09T22:29:32.301Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2022-03-09T22:29:32.301Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2022-03-09T22:29:32.301Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2022-03-09T22:29:32.301Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2022-03-09T22:29:32.301Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2022-03-09T22:29:32.301Z] === RUN TestServiceConvertFromGRPCIsolation [2022-03-09T22:29:32.301Z] === RUN TestServiceConvertFromGRPCIsolation/default [2022-03-09T22:29:32.301Z] === RUN TestServiceConvertFromGRPCIsolation/process [2022-03-09T22:29:32.301Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2022-03-09T22:29:32.301Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2022-03-09T22:29:32.301Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2022-03-09T22:29:32.301Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2022-03-09T22:29:32.301Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2022-03-09T22:29:32.301Z] === RUN TestServiceConvertToGRPCCredentialSpec [2022-03-09T22:29:32.301Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2022-03-09T22:29:32.301Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2022-03-09T22:29:32.301Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2022-03-09T22:29:32.301Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2022-03-09T22:29:32.301Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2022-03-09T22:29:32.710Z] === RUN TestDockerSuite/TestCpFromCaseF [2022-03-09T22:29:32.807Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2022-03-09T22:29:32.807Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2022-03-09T22:29:32.807Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2022-03-09T22:29:32.807Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2022-03-09T22:29:32.807Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-03-09T22:29:32.807Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2022-03-09T22:29:32.807Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2022-03-09T22:29:32.807Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2022-03-09T22:29:32.807Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2022-03-09T22:29:32.807Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2022-03-09T22:29:32.807Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2022-03-09T22:29:32.807Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-03-09T22:29:32.807Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2022-03-09T22:29:32.807Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2022-03-09T22:29:32.807Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2022-03-09T22:29:32.807Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2022-03-09T22:29:32.807Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2022-03-09T22:29:32.807Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2022-03-09T22:29:32.807Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-03-09T22:29:32.807Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2022-03-09T22:29:32.807Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2022-03-09T22:29:32.807Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-03-09T22:29:32.807Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2022-03-09T22:29:32.807Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2022-03-09T22:29:32.807Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2022-03-09T22:29:32.807Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2022-03-09T22:29:32.807Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2022-03-09T22:29:32.807Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2022-03-09T22:29:32.807Z] === RUN TestServiceConvertFromGRPCConfigs [2022-03-09T22:29:32.807Z] === RUN TestServiceConvertFromGRPCConfigs/file [2022-03-09T22:29:32.807Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2022-03-09T22:29:32.807Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2022-03-09T22:29:32.807Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2022-03-09T22:29:32.807Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2022-03-09T22:29:32.807Z] === RUN TestServiceConvertToGRPCConfigs [2022-03-09T22:29:32.807Z] === RUN TestServiceConvertToGRPCConfigs/file [2022-03-09T22:29:32.807Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2022-03-09T22:29:32.807Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2022-03-09T22:29:32.807Z] === RUN TestServiceConvertToGRPCConfigs/none [2022-03-09T22:29:32.807Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2022-03-09T22:29:32.807Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2022-03-09T22:29:32.807Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2022-03-09T22:29:32.807Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2022-03-09T22:29:32.807Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2022-03-09T22:29:32.807Z] PASS [2022-03-09T22:29:32.807Z] coverage: 35.9% of statements [2022-03-09T22:29:32.807Z] ok github.com/docker/docker/daemon/cluster/convert 0.545s coverage: 35.9% of statements [2022-03-09T22:29:32.807Z] === RUN TestNewListSecretsFilters [2022-03-09T22:29:32.807Z] --- PASS: TestNewListSecretsFilters (0.00s) [2022-03-09T22:29:32.807Z] === RUN TestNewListConfigsFilters [2022-03-09T22:29:32.807Z] --- PASS: TestNewListConfigsFilters (0.00s) [2022-03-09T22:29:32.807Z] PASS [2022-03-09T22:29:32.807Z] coverage: 0.5% of statements [2022-03-09T22:29:32.807Z] ok github.com/docker/docker/daemon/cluster 1.182s coverage: 0.5% of statements [2022-03-09T22:29:33.276Z] === RUN TestDockerSuite/TestCpFromCaseG [2022-03-09T22:29:33.719Z] --- PASS: TestBuildMultiStageLayerLeak (13.25s) [2022-03-09T22:29:33.719Z] === RUN TestBuildWithHugeFile [2022-03-09T22:29:34.210Z] === RUN TestDockerSuite/TestCpFromCaseH [2022-03-09T22:29:35.145Z] === RUN TestDockerSuite/TestCpFromCaseI [2022-03-09T22:29:35.712Z] === RUN TestDockerSuite/TestCpFromCaseJ [2022-03-09T22:29:35.943Z] === RUN TestBuilderGC [2022-03-09T22:29:35.943Z] --- PASS: TestBuilderGC (0.00s) [2022-03-09T22:29:35.943Z] === RUN TestDaemonConfigurationNotFound [2022-03-09T22:29:35.943Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2022-03-09T22:29:35.943Z] === RUN TestDaemonBrokenConfiguration [2022-03-09T22:29:35.943Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2022-03-09T22:29:35.943Z] === RUN TestFindConfigurationConflicts [2022-03-09T22:29:35.943Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2022-03-09T22:29:35.943Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2022-03-09T22:29:35.943Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2022-03-09T22:29:35.943Z] === RUN TestDaemonConfigurationMergeConflicts [2022-03-09T22:29:35.943Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2022-03-09T22:29:35.943Z] === RUN TestDaemonConfigurationMergeConcurrent [2022-03-09T22:29:35.943Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2022-03-09T22:29:35.943Z] === RUN TestDaemonConfigurationMergeConcurrentError [2022-03-09T22:29:35.943Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2022-03-09T22:29:35.943Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2022-03-09T22:29:35.943Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2022-03-09T22:29:35.943Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2022-03-09T22:29:35.943Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2022-03-09T22:29:35.943Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2022-03-09T22:29:35.943Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2022-03-09T22:29:35.943Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.02s) [2022-03-09T22:29:35.943Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2022-03-09T22:29:36.447Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2022-03-09T22:29:36.447Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.01s) [2022-03-09T22:29:36.447Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2022-03-09T22:29:36.447Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2022-03-09T22:29:36.447Z] === RUN TestFindConfigurationConflictsWithMergedValues [2022-03-09T22:29:36.447Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2022-03-09T22:29:36.447Z] === RUN TestValidateConfigurationErrors [2022-03-09T22:29:36.447Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2022-03-09T22:29:36.447Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2022-03-09T22:29:36.447Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2022-03-09T22:29:36.447Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2022-03-09T22:29:36.447Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2022-03-09T22:29:36.447Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2022-03-09T22:29:36.447Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2022-03-09T22:29:36.447Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2022-03-09T22:29:36.447Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2022-03-09T22:29:36.447Z] === RUN TestValidateConfigurationErrors/zero_max-download-attempts [2022-03-09T22:29:36.447Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2022-03-09T22:29:36.447Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2022-03-09T22:29:36.447Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2022-03-09T22:29:36.447Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2022-03-09T22:29:36.447Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2022-03-09T22:29:36.447Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2022-03-09T22:29:36.447Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2022-03-09T22:29:36.447Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2022-03-09T22:29:36.447Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2022-03-09T22:29:36.447Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2022-03-09T22:29:36.447Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2022-03-09T22:29:36.447Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2022-03-09T22:29:36.447Z] --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s) [2022-03-09T22:29:36.447Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2022-03-09T22:29:36.447Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2022-03-09T22:29:36.447Z] === RUN TestValidateConfiguration [2022-03-09T22:29:36.447Z] === RUN TestValidateConfiguration/with_label [2022-03-09T22:29:36.447Z] === RUN TestValidateConfiguration/with_dns [2022-03-09T22:29:36.447Z] === RUN TestValidateConfiguration/with_dns-search [2022-03-09T22:29:36.447Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2022-03-09T22:29:36.447Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2022-03-09T22:29:36.447Z] === RUN TestValidateConfiguration/with_max-download-attempts [2022-03-09T22:29:36.447Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2022-03-09T22:29:36.447Z] === RUN TestValidateConfiguration/with_node_generic_resources [2022-03-09T22:29:36.447Z] --- PASS: TestValidateConfiguration (0.00s) [2022-03-09T22:29:36.447Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2022-03-09T22:29:36.447Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2022-03-09T22:29:36.447Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2022-03-09T22:29:36.447Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2022-03-09T22:29:36.447Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2022-03-09T22:29:36.447Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2022-03-09T22:29:36.447Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2022-03-09T22:29:36.447Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2022-03-09T22:29:36.447Z] === RUN TestReloadSetConfigFileNotExist [2022-03-09T22:29:36.447Z] time="2022-03-09T22:29:35Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2022-03-09T22:29:36.447Z] --- PASS: TestReloadSetConfigFileNotExist (0.19s) [2022-03-09T22:29:36.447Z] === RUN TestReloadDefaultConfigNotExist [2022-03-09T22:29:36.447Z] config_test.go:447: os.Getuid() != 0: skipping test that requires root [2022-03-09T22:29:36.447Z] --- SKIP: TestReloadDefaultConfigNotExist (0.00s) [2022-03-09T22:29:36.447Z] === RUN TestReloadBadDefaultConfig [2022-03-09T22:29:36.447Z] time="2022-03-09T22:29:35Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-625494544" [2022-03-09T22:29:36.447Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2022-03-09T22:29:36.447Z] === RUN TestReloadWithConflictingLabels [2022-03-09T22:29:36.447Z] time="2022-03-09T22:29:35Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-934961382" [2022-03-09T22:29:36.447Z] --- PASS: TestReloadWithConflictingLabels (0.00s) [2022-03-09T22:29:36.447Z] === RUN TestReloadWithDuplicateLabels [2022-03-09T22:29:36.447Z] time="2022-03-09T22:29:35Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-2109929426" [2022-03-09T22:29:36.447Z] --- PASS: TestReloadWithDuplicateLabels (0.11s) [2022-03-09T22:29:36.447Z] === RUN TestMaskURLCredentials [2022-03-09T22:29:36.447Z] --- PASS: TestMaskURLCredentials (0.00s) [2022-03-09T22:29:36.447Z] === RUN TestDaemonConfigurationMerge [2022-03-09T22:29:36.447Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2022-03-09T22:29:36.447Z] PASS [2022-03-09T22:29:36.447Z] coverage: 79.2% of statements [2022-03-09T22:29:36.447Z] ok github.com/docker/docker/daemon/config 0.633s coverage: 79.2% of statements [2022-03-09T22:29:36.447Z] === RUN TestEventsLog [2022-03-09T22:29:36.447Z] --- PASS: TestEventsLog (0.00s) [2022-03-09T22:29:36.447Z] === RUN TestEventsLogTimeout [2022-03-09T22:29:36.447Z] --- PASS: TestEventsLogTimeout (0.00s) [2022-03-09T22:29:36.447Z] === RUN TestLogEvents [2022-03-09T22:29:36.447Z] --- PASS: TestLogEvents (0.05s) [2022-03-09T22:29:36.447Z] === RUN TestLoadBufferedEvents [2022-03-09T22:29:36.447Z] --- PASS: TestLoadBufferedEvents (0.18s) [2022-03-09T22:29:36.447Z] === RUN TestLoadBufferedEventsOnlyFromPast [2022-03-09T22:29:36.447Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2022-03-09T22:29:36.447Z] === RUN TestIgnoreBufferedWhenNoTimes [2022-03-09T22:29:36.447Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2022-03-09T22:29:36.447Z] PASS [2022-03-09T22:29:36.447Z] coverage: 50.0% of statements [2022-03-09T22:29:36.447Z] ok github.com/docker/docker/daemon/events 0.318s coverage: 50.0% of statements [2022-03-09T22:29:36.648Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2022-03-09T22:29:36.953Z] === RUN TestWaitNodeAttachment [2022-03-09T22:29:37.458Z] --- PASS: TestWaitNodeAttachment (0.41s) [2022-03-09T22:29:37.458Z] === RUN TestIsolationConversion [2022-03-09T22:29:37.458Z] === RUN TestIsolationConversion/default [2022-03-09T22:29:37.458Z] === RUN TestIsolationConversion/process [2022-03-09T22:29:37.458Z] === RUN TestIsolationConversion/hyperv [2022-03-09T22:29:37.458Z] --- PASS: TestIsolationConversion (0.00s) [2022-03-09T22:29:37.458Z] --- PASS: TestIsolationConversion/default (0.00s) [2022-03-09T22:29:37.458Z] --- PASS: TestIsolationConversion/process (0.00s) [2022-03-09T22:29:37.458Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2022-03-09T22:29:37.458Z] === RUN TestContainerLabels [2022-03-09T22:29:37.458Z] --- PASS: TestContainerLabels (0.00s) [2022-03-09T22:29:37.458Z] === RUN TestCredentialSpecConversion [2022-03-09T22:29:37.458Z] === RUN TestCredentialSpecConversion/none [2022-03-09T22:29:37.458Z] === RUN TestCredentialSpecConversion/config [2022-03-09T22:29:37.458Z] === RUN TestCredentialSpecConversion/file [2022-03-09T22:29:37.458Z] === RUN TestCredentialSpecConversion/registry [2022-03-09T22:29:37.458Z] --- PASS: TestCredentialSpecConversion (0.00s) [2022-03-09T22:29:37.458Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2022-03-09T22:29:37.458Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2022-03-09T22:29:37.458Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2022-03-09T22:29:37.458Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2022-03-09T22:29:37.458Z] === RUN TestControllerValidateMountBind [2022-03-09T22:29:37.458Z] --- PASS: TestControllerValidateMountBind (0.00s) [2022-03-09T22:29:37.458Z] === RUN TestControllerValidateMountVolume [2022-03-09T22:29:37.458Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2022-03-09T22:29:37.458Z] === RUN TestControllerValidateMountTarget [2022-03-09T22:29:37.458Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2022-03-09T22:29:37.458Z] === RUN TestControllerValidateMountTmpfs [2022-03-09T22:29:37.458Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2022-03-09T22:29:37.458Z] === RUN TestControllerValidateMountInvalidType [2022-03-09T22:29:37.458Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2022-03-09T22:29:37.458Z] === RUN TestControllerValidateMountNamedPipe [2022-03-09T22:29:37.458Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2022-03-09T22:29:37.458Z] PASS [2022-03-09T22:29:37.458Z] coverage: 11.0% of statements [2022-03-09T22:29:37.458Z] ok github.com/docker/docker/daemon/cluster/executor/container 0.619s coverage: 11.0% of statements [2022-03-09T22:29:37.583Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2022-03-09T22:29:37.965Z] === RUN TestIsEmptyDir [2022-03-09T22:29:37.965Z] --- PASS: TestIsEmptyDir (0.01s) [2022-03-09T22:29:37.965Z] PASS [2022-03-09T22:29:37.965Z] coverage: 2.3% of statements [2022-03-09T22:29:37.965Z] ok github.com/docker/docker/daemon/graphdriver 0.100s coverage: 2.3% of statements [2022-03-09T22:29:38.149Z] === RUN TestDockerSuite/TestCpGarbagePath [2022-03-09T22:29:38.468Z] === RUN TestLinkNaming [2022-03-09T22:29:38.468Z] --- PASS: TestLinkNaming (0.00s) [2022-03-09T22:29:38.468Z] === RUN TestLinkNew [2022-03-09T22:29:38.468Z] --- PASS: TestLinkNew (0.00s) [2022-03-09T22:29:38.468Z] === RUN TestLinkEnv [2022-03-09T22:29:38.468Z] --- PASS: TestLinkEnv (0.00s) [2022-03-09T22:29:38.468Z] === RUN TestLinkMultipleEnv [2022-03-09T22:29:38.468Z] --- PASS: TestLinkMultipleEnv (0.00s) [2022-03-09T22:29:38.468Z] === RUN TestLinkPortRangeEnv [2022-03-09T22:29:38.468Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2022-03-09T22:29:38.468Z] PASS [2022-03-09T22:29:38.468Z] coverage: 93.0% of statements [2022-03-09T22:29:38.468Z] ok github.com/docker/docker/daemon/links 0.056s coverage: 93.0% of statements [2022-03-09T22:29:38.974Z] === RUN TestVerifyNetworkingConfig [2022-03-09T22:29:38.974Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2022-03-09T22:29:38.974Z] === RUN TestGetContainer [2022-03-09T22:29:38.974Z] --- PASS: TestGetContainer (0.00s) [2022-03-09T22:29:38.974Z] === RUN TestValidContainerNames [2022-03-09T22:29:38.974Z] --- PASS: TestValidContainerNames (0.00s) [2022-03-09T22:29:38.974Z] === RUN TestContainerInitDNS [2022-03-09T22:29:38.974Z] daemon_test.go:145: root required [2022-03-09T22:29:38.974Z] --- SKIP: TestContainerInitDNS (0.00s) [2022-03-09T22:29:38.974Z] === RUN TestMerge [2022-03-09T22:29:38.974Z] --- PASS: TestMerge (0.00s) [2022-03-09T22:29:38.974Z] === RUN TestValidateContainerIsolation [2022-03-09T22:29:38.974Z] --- PASS: TestValidateContainerIsolation (0.00s) [2022-03-09T22:29:38.974Z] === RUN TestFindNetworkErrorType [2022-03-09T22:29:38.974Z] --- PASS: TestFindNetworkErrorType (0.00s) [2022-03-09T22:29:38.974Z] === RUN TestEnsureServicesExist [2022-03-09T22:29:38.974Z] --- PASS: TestEnsureServicesExist (0.00s) [2022-03-09T22:29:38.974Z] === RUN TestEnsureServicesExistErrors [2022-03-09T22:29:38.974Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2022-03-09T22:29:38.974Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2022-03-09T22:29:38.974Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2022-03-09T22:29:38.974Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2022-03-09T22:29:38.974Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2022-03-09T22:29:38.974Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2022-03-09T22:29:38.974Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2022-03-09T22:29:38.974Z] === RUN TestContainerDelete [2022-03-09T22:29:38.974Z] --- PASS: TestContainerDelete (0.01s) [2022-03-09T22:29:38.974Z] === RUN TestContainerDoubleDelete [2022-03-09T22:29:38.974Z] --- PASS: TestContainerDoubleDelete (0.01s) [2022-03-09T22:29:38.974Z] === RUN TestLogContainerEventCopyLabels [2022-03-09T22:29:38.974Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2022-03-09T22:29:38.974Z] === RUN TestLogContainerEventWithAttributes [2022-03-09T22:29:38.974Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2022-03-09T22:29:38.974Z] === RUN TestNoneHealthcheck [2022-03-09T22:29:38.974Z] --- PASS: TestNoneHealthcheck (0.00s) [2022-03-09T22:29:38.974Z] === RUN TestHealthStates [2022-03-09T22:29:39.082Z] === RUN TestDockerSuite/TestCpLocalOnly [2022-03-09T22:29:39.082Z] === RUN TestDockerSuite/TestCpNameHasColon [2022-03-09T22:29:39.480Z] time="2022-03-09T22:29:38Z" 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-09T22:29:39.480Z] time="2022-03-09T22:29:38Z" 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-09T22:29:39.480Z] time="2022-03-09T22:29:38Z" 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-09T22:29:39.480Z] time="2022-03-09T22:29:38Z" 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-09T22:29:39.480Z] time="2022-03-09T22:29:38Z" 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-09T22:29:39.480Z] time="2022-03-09T22:29:38Z" 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-09T22:29:39.480Z] time="2022-03-09T22:29:38Z" 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-09T22:29:39.480Z] time="2022-03-09T22:29:38Z" 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-09T22:29:39.480Z] time="2022-03-09T22:29:38Z" 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-09T22:29:39.480Z] time="2022-03-09T22:29:38Z" 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-09T22:29:39.481Z] --- PASS: TestHealthStates (0.21s) [2022-03-09T22:29:39.481Z] === RUN TestGetInspectData [2022-03-09T22:29:39.481Z] --- PASS: TestGetInspectData (0.00s) [2022-03-09T22:29:39.481Z] === RUN TestFillLicense [2022-03-09T22:29:39.481Z] --- PASS: TestFillLicense (0.00s) [2022-03-09T22:29:39.481Z] === RUN TestListInvalidFilter [2022-03-09T22:29:39.481Z] --- PASS: TestListInvalidFilter (0.00s) [2022-03-09T22:29:39.481Z] === RUN TestNameFilter [2022-03-09T22:29:39.481Z] --- PASS: TestNameFilter (0.04s) [2022-03-09T22:29:39.481Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2022-03-09T22:29:39.481Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2022-03-09T22:29:39.481Z] === RUN TestSetWindowsCredentialSpecInSpec [2022-03-09T22:29:39.481Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2022-03-09T22:29:39.481Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2022-03-09T22:29:39.481Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2022-03-09T22:29:39.481Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2022-03-09T22:29:39.481Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2022-03-09T22:29:39.481Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2022-03-09T22:29:39.481Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2022-03-09T22:29:39.481Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2022-03-09T22:29:39.481Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2022-03-09T22:29:39.481Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2022-03-09T22:29:39.481Z] === 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-09T22:29:39.481Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2022-03-09T22:29:39.481Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2022-03-09T22:29:39.481Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2022-03-09T22:29:39.481Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2022-03-09T22:29:39.481Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2022-03-09T22:29:39.481Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2022-03-09T22:29:39.481Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2022-03-09T22:29:39.481Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2022-03-09T22:29:39.481Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.05s) [2022-03-09T22:29:39.481Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2022-03-09T22:29:39.481Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2022-03-09T22:29:39.481Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2022-03-09T22:29:39.481Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2022-03-09T22:29:39.481Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-03-09T22:29:39.481Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2022-03-09T22:29:39.481Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2022-03-09T22:29:39.481Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-03-09T22:29:39.481Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2022-03-09T22:29:39.481Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2022-03-09T22:29:39.481Z] --- 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-09T22:29:39.481Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2022-03-09T22:29:39.481Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2022-03-09T22:29:39.481Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2022-03-09T22:29:39.481Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2022-03-09T22:29:39.481Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2022-03-09T22:29:39.481Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2022-03-09T22:29:39.481Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2022-03-09T22:29:39.481Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2022-03-09T22:29:39.481Z] === RUN TestDaemonReloadLabels [2022-03-09T22:29:39.481Z] --- PASS: TestDaemonReloadLabels (0.00s) [2022-03-09T22:29:39.481Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2022-03-09T22:29:39.481Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2022-03-09T22:29:39.481Z] === RUN TestDaemonReloadMirrors [2022-03-09T22:29:39.481Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2022-03-09T22:29:39.481Z] === RUN TestDaemonReloadInsecureRegistries [2022-03-09T22:29:39.481Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2022-03-09T22:29:39.481Z] === RUN TestDaemonReloadNotAffectOthers [2022-03-09T22:29:39.481Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2022-03-09T22:29:39.481Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2022-03-09T22:29:39.481Z] reload_test.go:342: root required [2022-03-09T22:29:39.481Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-03-09T22:29:39.481Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2022-03-09T22:29:39.481Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.04s) [2022-03-09T22:29:39.481Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2022-03-09T22:29:39.481Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.01s) [2022-03-09T22:29:39.481Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2022-03-09T22:29:39.481Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.01s) [2022-03-09T22:29:39.481Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2022-03-09T22:29:39.481Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.02s) [2022-03-09T22:29:39.481Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2022-03-09T22:29:39.481Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s) [2022-03-09T22:29:39.481Z] === RUN TestParseVolumesFrom [2022-03-09T22:29:39.481Z] --- PASS: TestParseVolumesFrom (0.00s) [2022-03-09T22:29:39.481Z] PASS [2022-03-09T22:29:39.481Z] coverage: 8.6% of statements [2022-03-09T22:29:39.481Z] ok github.com/docker/docker/daemon 0.677s coverage: 8.6% of statements [2022-03-09T22:29:39.481Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-03-09T22:29:39.481Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-03-09T22:29:39.481Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-03-09T22:29:39.481Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-03-09T22:29:39.481Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2022-03-09T22:29:39.481Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2022-03-09T22:29:39.481Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2022-03-09T22:29:39.481Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-03-09T22:29:39.481Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2022-03-09T22:29:39.481Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2022-03-09T22:29:39.481Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-03-09T22:29:39.481Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2022-03-09T22:29:39.481Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2022-03-09T22:29:39.481Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2022-03-09T22:29:39.649Z] === RUN TestDockerSuite/TestCpRelativePath [2022-03-09T22:29:39.907Z] === RUN TestDockerSuite/TestCpSpecialFiles [2022-03-09T22:29:41.158Z] === RUN TestNewStreamConfig [2022-03-09T22:29:41.158Z] === RUN TestNewStreamConfig/defaults [2022-03-09T22:29:41.158Z] === RUN TestNewStreamConfig/invalid_create_group [2022-03-09T22:29:41.158Z] === RUN TestNewStreamConfig/invalid_flush_interval [2022-03-09T22:29:41.158Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2022-03-09T22:29:41.158Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2022-03-09T22:29:41.158Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2022-03-09T22:29:41.158Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2022-03-09T22:29:41.158Z] --- PASS: TestNewStreamConfig (0.00s) [2022-03-09T22:29:41.158Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2022-03-09T22:29:41.158Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2022-03-09T22:29:41.158Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2022-03-09T22:29:41.158Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2022-03-09T22:29:41.158Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2022-03-09T22:29:41.158Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2022-03-09T22:29:41.158Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2022-03-09T22:29:41.158Z] === RUN TestNewAWSLogsClientUserAgentHandler [2022-03-09T22:29:41.158Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2022-03-09T22:29:41.158Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler [2022-03-09T22:29:41.158Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/json/emf [2022-03-09T22:29:41.158Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/#00 [2022-03-09T22:29:41.158Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler (0.00s) [2022-03-09T22:29:41.158Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/json/emf (0.00s) [2022-03-09T22:29:41.158Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/#00 (0.00s) [2022-03-09T22:29:41.158Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2022-03-09T22:29:41.158Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2022-03-09T22:29:41.158Z] === RUN TestNewAWSLogsClientRegionDetect [2022-03-09T22:29:41.282Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2022-03-09T22:29:41.540Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2022-03-09T22:29:41.663Z] === RUN TestAdapterReadLogs [2022-03-09T22:29:41.663Z] --- PASS: TestAdapterReadLogs (0.00s) [2022-03-09T22:29:41.663Z] === RUN TestCopier [2022-03-09T22:29:41.663Z] --- PASS: TestCopier (0.00s) [2022-03-09T22:29:41.663Z] === RUN TestCopierLongLines [2022-03-09T22:29:41.663Z] --- PASS: TestCopierLongLines (0.00s) [2022-03-09T22:29:41.663Z] === RUN TestCopierSlow [2022-03-09T22:29:41.663Z] time="2022-03-09T22:29:41Z" level=info msg="Trying to get region from EC2 Metadata" [2022-03-09T22:29:41.663Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.20s) [2022-03-09T22:29:41.663Z] === RUN TestCreateSuccess [2022-03-09T22:29:41.663Z] --- PASS: TestCreateSuccess (0.00s) [2022-03-09T22:29:41.663Z] === RUN TestCreateStreamSkipped [2022-03-09T22:29:41.663Z] time="2022-03-09T22:29:41Z" level=info msg="Skipping creating log stream" logCreateStream=false logGroupName=groupName logStreamName=streamName [2022-03-09T22:29:41.663Z] --- PASS: TestCreateStreamSkipped (0.00s) [2022-03-09T22:29:41.663Z] === RUN TestCreateLogGroupSuccess [2022-03-09T22:29:41.663Z] time="2022-03-09T22:29:41Z" level=error msg="Failed to create log stream" errorCode=ResourceNotFoundException logGroupName=groupName logStreamName=streamName message="should error once" origError="" [2022-03-09T22:29:41.663Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2022-03-09T22:29:41.663Z] === RUN TestCreateError [2022-03-09T22:29:41.663Z] --- PASS: TestCreateError (0.00s) [2022-03-09T22:29:41.663Z] === RUN TestCreateAlreadyExists [2022-03-09T22:29:41.663Z] time="2022-03-09T22:29:41Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2022-03-09T22:29:41.663Z] --- PASS: TestCreateAlreadyExists (0.00s) [2022-03-09T22:29:41.663Z] === RUN TestLogClosed [2022-03-09T22:29:41.663Z] --- PASS: TestLogClosed (0.00s) [2022-03-09T22:29:41.663Z] === RUN TestLogBlocking [2022-03-09T22:29:41.663Z] --- PASS: TestLogBlocking (0.00s) [2022-03-09T22:29:41.663Z] === RUN TestLogNonBlockingBufferEmpty [2022-03-09T22:29:41.663Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2022-03-09T22:29:41.663Z] === RUN TestLogNonBlockingBufferFull [2022-03-09T22:29:41.663Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2022-03-09T22:29:41.663Z] === RUN TestPublishBatchSuccess [2022-03-09T22:29:41.663Z] --- PASS: TestPublishBatchSuccess (0.00s) [2022-03-09T22:29:41.663Z] === RUN TestPublishBatchError [2022-03-09T22:29:41.663Z] time="2022-03-09T22:29:41Z" level=error msg=error [2022-03-09T22:29:41.663Z] --- PASS: TestPublishBatchError (0.00s) [2022-03-09T22:29:41.663Z] === RUN TestPublishBatchInvalidSeqSuccess [2022-03-09T22:29:41.663Z] time="2022-03-09T22:29:41Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-03-09T22:29:41.663Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2022-03-09T22:29:41.663Z] === RUN TestPublishBatchAlreadyAccepted [2022-03-09T22:29:41.663Z] time="2022-03-09T22:29:41Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-03-09T22:29:41.663Z] time="2022-03-09T22:29:41Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2022-03-09T22:29:41.663Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2022-03-09T22:29:41.663Z] === RUN TestCollectBatchSimple [2022-03-09T22:29:41.663Z] --- PASS: TestCollectBatchSimple (0.00s) [2022-03-09T22:29:41.663Z] === RUN TestCollectBatchTicker [2022-03-09T22:29:41.663Z] --- PASS: TestCollectBatchTicker (0.00s) [2022-03-09T22:29:41.663Z] === RUN TestCollectBatchMultilinePattern [2022-03-09T22:29:41.663Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2022-03-09T22:29:41.663Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2022-03-09T22:29:41.663Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2022-03-09T22:29:41.663Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2022-03-09T22:29:41.663Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2022-03-09T22:29:41.663Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2022-03-09T22:29:41.663Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.02s) [2022-03-09T22:29:41.663Z] === RUN TestCollectBatchClose [2022-03-09T22:29:41.663Z] --- PASS: TestCollectBatchClose (0.00s) [2022-03-09T22:29:41.663Z] === RUN TestEffectiveLen [2022-03-09T22:29:41.663Z] === RUN TestEffectiveLen/0/Hello [2022-03-09T22:29:41.663Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2022-03-09T22:29:41.663Z] === RUN TestEffectiveLen/2/🙃 [2022-03-09T22:29:41.663Z] === RUN TestEffectiveLen/3/���� [2022-03-09T22:29:41.663Z] === RUN TestEffectiveLen/4/He��o [2022-03-09T22:29:41.663Z] === RUN TestEffectiveLen/5/ [2022-03-09T22:29:41.663Z] --- PASS: TestEffectiveLen (0.00s) [2022-03-09T22:29:41.663Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2022-03-09T22:29:41.663Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2022-03-09T22:29:41.663Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2022-03-09T22:29:41.663Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2022-03-09T22:29:41.663Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2022-03-09T22:29:41.663Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2022-03-09T22:29:41.663Z] === RUN TestFindValidSplit [2022-03-09T22:29:41.663Z] === RUN TestFindValidSplit/0/ [2022-03-09T22:29:41.663Z] cloudwatchlogs_test.go:1076: [2022-03-09T22:29:41.663Z] cloudwatchlogs_test.go:1077: [2022-03-09T22:29:41.663Z] === RUN TestFindValidSplit/1/Hello [2022-03-09T22:29:41.663Z] cloudwatchlogs_test.go:1076: Hello [2022-03-09T22:29:41.663Z] cloudwatchlogs_test.go:1077: [2022-03-09T22:29:41.663Z] === RUN TestFindValidSplit/2/Hello [2022-03-09T22:29:41.663Z] cloudwatchlogs_test.go:1076: He [2022-03-09T22:29:41.663Z] cloudwatchlogs_test.go:1077: llo [2022-03-09T22:29:41.663Z] === RUN TestFindValidSplit/3/Hello [2022-03-09T22:29:41.663Z] cloudwatchlogs_test.go:1076: [2022-03-09T22:29:41.663Z] cloudwatchlogs_test.go:1077: Hello [2022-03-09T22:29:41.663Z] === RUN TestFindValidSplit/4/🙃 [2022-03-09T22:29:41.663Z] cloudwatchlogs_test.go:1076: [2022-03-09T22:29:41.663Z] cloudwatchlogs_test.go:1077: 🙃 [2022-03-09T22:29:41.663Z] === RUN TestFindValidSplit/5/🙃 [2022-03-09T22:29:41.663Z] cloudwatchlogs_test.go:1076: 🙃 [2022-03-09T22:29:41.663Z] cloudwatchlogs_test.go:1077: [2022-03-09T22:29:41.663Z] === RUN TestFindValidSplit/6/a� [2022-03-09T22:29:41.663Z] cloudwatchlogs_test.go:1076: a [2022-03-09T22:29:41.663Z] cloudwatchlogs_test.go:1077: � [2022-03-09T22:29:41.663Z] === RUN TestFindValidSplit/7/a� [2022-03-09T22:29:41.663Z] cloudwatchlogs_test.go:1076: a� [2022-03-09T22:29:41.663Z] cloudwatchlogs_test.go:1077: [2022-03-09T22:29:41.663Z] --- PASS: TestFindValidSplit (0.01s) [2022-03-09T22:29:41.663Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2022-03-09T22:29:41.663Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2022-03-09T22:29:41.663Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2022-03-09T22:29:41.663Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2022-03-09T22:29:41.663Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2022-03-09T22:29:41.663Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2022-03-09T22:29:41.663Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2022-03-09T22:29:41.663Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2022-03-09T22:29:41.663Z] === RUN TestProcessEventEmoji [2022-03-09T22:29:41.663Z] --- PASS: TestProcessEventEmoji (0.01s) [2022-03-09T22:29:41.663Z] === RUN TestCollectBatchLineSplit [2022-03-09T22:29:41.663Z] --- PASS: TestCollectBatchLineSplit (0.00s) [2022-03-09T22:29:41.663Z] === RUN TestCollectBatchLineSplitWithBinary [2022-03-09T22:29:41.663Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.00s) [2022-03-09T22:29:41.663Z] === RUN TestCollectBatchMaxEvents [2022-03-09T22:29:41.663Z] --- PASS: TestCollectBatchMaxEvents (0.04s) [2022-03-09T22:29:41.663Z] === RUN TestCollectBatchMaxTotalBytes [2022-03-09T22:29:41.663Z] --- PASS: TestCollectBatchMaxTotalBytes (0.03s) [2022-03-09T22:29:41.663Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2022-03-09T22:29:41.663Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.03s) [2022-03-09T22:29:41.663Z] === RUN TestCollectBatchWithDuplicateTimestamps [2022-03-09T22:29:41.663Z] --- PASS: TestCopierSlow (0.29s) [2022-03-09T22:29:41.663Z] === RUN TestCopierWithSized [2022-03-09T22:29:41.663Z] === RUN TestCopierWithSized/as_is [2022-03-09T22:29:41.663Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.12s) [2022-03-09T22:29:41.663Z] === RUN TestParseLogOptionsMultilinePattern [2022-03-09T22:29:41.663Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2022-03-09T22:29:41.663Z] === RUN TestParseLogOptionsDatetimeFormat [2022-03-09T22:29:41.663Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2022-03-09T22:29:41.663Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2022-03-09T22:29:41.663Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2022-03-09T22:29:41.663Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2022-03-09T22:29:41.663Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2022-03-09T22:29:41.663Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2022-03-09T22:29:41.663Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2022-03-09T22:29:41.663Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.01s) [2022-03-09T22:29:41.663Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2022-03-09T22:29:41.663Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2022-03-09T22:29:41.663Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2022-03-09T22:29:41.663Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2022-03-09T22:29:41.663Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2022-03-09T22:29:41.663Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2022-03-09T22:29:41.663Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2022-03-09T22:29:41.663Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2022-03-09T22:29:41.663Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2022-03-09T22:29:41.663Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2022-03-09T22:29:41.663Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2022-03-09T22:29:41.663Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2022-03-09T22:29:41.663Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2022-03-09T22:29:41.663Z] === RUN TestCopierWithSized/With_RingLogger [2022-03-09T22:29:41.663Z] --- PASS: TestCopierWithSized (0.02s) [2022-03-09T22:29:41.663Z] --- PASS: TestCopierWithSized/as_is (0.01s) [2022-03-09T22:29:41.663Z] --- PASS: TestCopierWithSized/With_RingLogger (0.00s) [2022-03-09T22:29:41.663Z] === RUN TestCopierWithPartial [2022-03-09T22:29:41.663Z] --- PASS: TestCopierWithPartial (0.01s) [2022-03-09T22:29:41.663Z] === RUN TestRingLogger [2022-03-09T22:29:41.663Z] --- PASS: TestRingLogger (0.00s) [2022-03-09T22:29:41.663Z] === RUN TestRingCap [2022-03-09T22:29:41.663Z] --- PASS: TestRingCap (0.00s) [2022-03-09T22:29:41.663Z] === RUN TestRingClose [2022-03-09T22:29:41.663Z] --- PASS: TestRingClose (0.00s) [2022-03-09T22:29:41.663Z] === RUN TestRingDrain [2022-03-09T22:29:41.663Z] --- PASS: TestRingDrain (0.00s) [2022-03-09T22:29:41.663Z] PASS [2022-03-09T22:29:41.663Z] coverage: 43.2% of statements [2022-03-09T22:29:41.663Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2022-03-09T22:29:41.663Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2022-03-09T22:29:41.663Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2022-03-09T22:29:41.663Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2022-03-09T22:29:41.663Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2022-03-09T22:29:41.663Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2022-03-09T22:29:41.663Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2022-03-09T22:29:41.663Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2022-03-09T22:29:41.663Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2022-03-09T22:29:41.663Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2022-03-09T22:29:41.663Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2022-03-09T22:29:41.663Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2022-03-09T22:29:41.663Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2022-03-09T22:29:41.663Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2022-03-09T22:29:41.663Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2022-03-09T22:29:41.663Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2022-03-09T22:29:41.663Z] === RUN TestValidateLogOptionsFormat [2022-03-09T22:29:41.663Z] === RUN TestValidateLogOptionsFormat/0/json/emf [2022-03-09T22:29:41.663Z] === RUN TestValidateLogOptionsFormat/1/random [2022-03-09T22:29:41.663Z] === RUN TestValidateLogOptionsFormat/2/ [2022-03-09T22:29:41.663Z] === RUN TestValidateLogOptionsFormat/3/json/emf [2022-03-09T22:29:41.663Z] === RUN TestValidateLogOptionsFormat/4/json/emf [2022-03-09T22:29:41.663Z] --- PASS: TestValidateLogOptionsFormat (0.00s) [2022-03-09T22:29:41.663Z] --- PASS: TestValidateLogOptionsFormat/0/json/emf (0.00s) [2022-03-09T22:29:41.663Z] --- PASS: TestValidateLogOptionsFormat/1/random (0.00s) [2022-03-09T22:29:41.663Z] --- PASS: TestValidateLogOptionsFormat/2/ (0.00s) [2022-03-09T22:29:41.663Z] --- PASS: TestValidateLogOptionsFormat/3/json/emf (0.00s) [2022-03-09T22:29:41.663Z] --- PASS: TestValidateLogOptionsFormat/4/json/emf (0.00s) [2022-03-09T22:29:41.663Z] === RUN TestCreateTagSuccess [2022-03-09T22:29:41.663Z] --- PASS: TestCreateTagSuccess (0.00s) [2022-03-09T22:29:41.663Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2022-03-09T22:29:41.663Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s) [2022-03-09T22:29:41.663Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2022-03-09T22:29:41.663Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2022-03-09T22:29:41.663Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2022-03-09T22:29:41.663Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.01s) [2022-03-09T22:29:41.663Z] PASS [2022-03-09T22:29:41.663Z] coverage: 80.2% of statements [2022-03-09T22:29:41.663Z] ok github.com/docker/docker/daemon/logger 0.382s coverage: 43.2% of statements [2022-03-09T22:29:41.663Z] ok github.com/docker/docker/daemon/logger/awslogs 0.567s coverage: 80.2% of statements [2022-03-09T22:29:42.106Z] === RUN TestDockerSuite/TestCpToCaseA [2022-03-09T22:29:42.168Z] === RUN TestSearchRegistryForImagesErrors [2022-03-09T22:29:42.168Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2022-03-09T22:29:42.168Z] === RUN TestSearchRegistryForImages [2022-03-09T22:29:42.168Z] --- PASS: TestSearchRegistryForImages (0.00s) [2022-03-09T22:29:42.168Z] === RUN TestOnlyPlatformWithFallback [2022-03-09T22:29:42.168Z] --- PASS: TestOnlyPlatformWithFallback (0.00s) [2022-03-09T22:29:42.168Z] === RUN TestImageDelete [2022-03-09T22:29:42.168Z] === RUN TestImageDelete/no_lease [2022-03-09T22:29:42.671Z] === RUN TestImageDelete/lease_exists [2022-03-09T22:29:42.671Z] --- PASS: TestImageDelete (0.08s) [2022-03-09T22:29:42.671Z] --- PASS: TestImageDelete/no_lease (0.02s) [2022-03-09T22:29:42.671Z] --- PASS: TestImageDelete/lease_exists (0.03s) [2022-03-09T22:29:42.671Z] === RUN TestContentStoreForPull [2022-03-09T22:29:42.671Z] === RUN TestValidateLogOptReconnectInterval [2022-03-09T22:29:42.671Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1 [2022-03-09T22:29:42.671Z] === RUN TestValidateLogOptReconnectInterval/invalid_1 [2022-03-09T22:29:42.671Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1s [2022-03-09T22:29:42.671Z] === RUN TestValidateLogOptReconnectInterval/invalid_99ms [2022-03-09T22:29:42.671Z] === RUN TestValidateLogOptReconnectInterval/invalid_11s [2022-03-09T22:29:42.671Z] === RUN TestValidateLogOptReconnectInterval/valid_100ms [2022-03-09T22:29:42.671Z] === RUN TestValidateLogOptReconnectInterval/valid_10s [2022-03-09T22:29:42.671Z] --- PASS: TestValidateLogOptReconnectInterval (0.00s) [2022-03-09T22:29:42.671Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1 (0.00s) [2022-03-09T22:29:42.671Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_1 (0.00s) [2022-03-09T22:29:42.671Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1s (0.00s) [2022-03-09T22:29:42.671Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_99ms (0.00s) [2022-03-09T22:29:42.671Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_11s (0.00s) [2022-03-09T22:29:42.671Z] --- PASS: TestValidateLogOptReconnectInterval/valid_100ms (0.00s) [2022-03-09T22:29:42.671Z] --- PASS: TestValidateLogOptReconnectInterval/valid_10s (0.00s) [2022-03-09T22:29:42.671Z] PASS [2022-03-09T22:29:42.671Z] coverage: 33.6% of statements [2022-03-09T22:29:42.671Z] ok github.com/docker/docker/daemon/logger/fluentd 0.067s coverage: 33.6% of statements [2022-03-09T22:29:42.671Z] --- PASS: TestContentStoreForPull (0.26s) [2022-03-09T22:29:42.671Z] PASS [2022-03-09T22:29:42.671Z] coverage: 6.8% of statements [2022-03-09T22:29:42.671Z] ok github.com/docker/docker/daemon/images 0.600s coverage: 6.8% of statements [2022-03-09T22:29:42.671Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-03-09T22:29:42.671Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-03-09T22:29:42.671Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2022-03-09T22:29:42.671Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-03-09T22:29:42.671Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2022-03-09T22:29:42.671Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2022-03-09T22:29:43.175Z] === RUN TestJSONLogsMarshalJSONBuf [2022-03-09T22:29:43.175Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2022-03-09T22:29:43.175Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2022-03-09T22:29:43.175Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.20s) [2022-03-09T22:29:43.488Z] === RUN TestDockerSuite/TestCpToCaseB [2022-03-09T22:29:43.679Z] === RUN TestFastTimeMarshalJSON [2022-03-09T22:29:43.679Z] --- PASS: TestFastTimeMarshalJSON (0.01s) [2022-03-09T22:29:43.679Z] PASS [2022-03-09T22:29:43.679Z] coverage: 87.2% of statements [2022-03-09T22:29:43.679Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.289s coverage: 87.2% of statements [2022-03-09T22:29:43.679Z] === RUN TestJSONFileLogger [2022-03-09T22:29:43.679Z] --- PASS: TestJSONFileLogger (0.01s) [2022-03-09T22:29:43.679Z] === RUN TestJSONFileLoggerWithTags [2022-03-09T22:29:43.679Z] --- PASS: TestJSONFileLoggerWithTags (0.07s) [2022-03-09T22:29:43.679Z] === RUN TestJSONFileLoggerWithOpts [2022-03-09T22:29:43.679Z] --- PASS: TestJSONFileLoggerWithOpts (0.03s) [2022-03-09T22:29:43.679Z] === RUN TestJSONFileLoggerWithLabelsEnv [2022-03-09T22:29:43.679Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s) [2022-03-09T22:29:43.679Z] === RUN TestEncodeDecode [2022-03-09T22:29:43.679Z] === PAUSE TestEncodeDecode [2022-03-09T22:29:43.679Z] === RUN TestUnexpectedEOF [2022-03-09T22:29:43.758Z] === RUN TestDockerSuite/TestCpToCaseC [2022-03-09T22:29:44.189Z] time="2022-03-09T22:29:43Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-03-09T22:29:44.189Z] time="2022-03-09T22:29:43Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-03-09T22:29:44.189Z] --- PASS: TestUnexpectedEOF (0.22s) [2022-03-09T22:29:44.189Z] === CONT TestEncodeDecode [2022-03-09T22:29:44.189Z] --- PASS: TestEncodeDecode (0.00s) [2022-03-09T22:29:44.189Z] PASS [2022-03-09T22:29:44.189Z] coverage: 69.9% of statements [2022-03-09T22:29:44.189Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.447s coverage: 69.9% of statements [2022-03-09T22:29:44.692Z] === RUN TestWriteLog [2022-03-09T22:29:44.692Z] === PAUSE TestWriteLog [2022-03-09T22:29:44.692Z] === RUN TestReadLog [2022-03-09T22:29:44.692Z] === PAUSE TestReadLog [2022-03-09T22:29:44.692Z] === RUN TestDecode [2022-03-09T22:29:44.692Z] --- PASS: TestDecode (0.03s) [2022-03-09T22:29:44.692Z] === CONT TestWriteLog [2022-03-09T22:29:44.692Z] === CONT TestReadLog [2022-03-09T22:29:44.692Z] === RUN TestReadLog/tail_exact [2022-03-09T22:29:44.692Z] --- PASS: TestWriteLog (0.00s) [2022-03-09T22:29:45.137Z] === RUN TestDockerSuite/TestCpToCaseD [2022-03-09T22:29:45.197Z] === RUN TestReadLog/tail_less_than_available [2022-03-09T22:29:45.197Z] === RUN TestReadLog/tail_more_than_available [2022-03-09T22:29:45.197Z] --- PASS: TestReadLog (0.35s) [2022-03-09T22:29:45.197Z] --- PASS: TestReadLog/tail_exact (0.26s) [2022-03-09T22:29:45.197Z] --- PASS: TestReadLog/tail_less_than_available (0.02s) [2022-03-09T22:29:45.197Z] --- PASS: TestReadLog/tail_more_than_available (0.02s) [2022-03-09T22:29:45.197Z] PASS [2022-03-09T22:29:45.197Z] coverage: 78.7% of statements [2022-03-09T22:29:45.197Z] ok github.com/docker/docker/daemon/logger/local 0.459s coverage: 78.7% of statements [2022-03-09T22:29:45.197Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-03-09T22:29:45.197Z] === RUN TestOpenFileDelete [2022-03-09T22:29:45.197Z] --- PASS: TestOpenFileDelete (0.00s) [2022-03-09T22:29:45.197Z] === RUN TestOpenFileRename [2022-03-09T22:29:45.197Z] --- PASS: TestOpenFileRename (0.00s) [2022-03-09T22:29:45.197Z] === RUN TestHandleDecoderErr [2022-03-09T22:29:45.197Z] --- PASS: TestHandleDecoderErr (0.00s) [2022-03-09T22:29:45.197Z] === RUN TestParseLogTagDefaultTag [2022-03-09T22:29:45.197Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2022-03-09T22:29:45.197Z] === RUN TestParseLogTag [2022-03-09T22:29:45.197Z] --- PASS: TestParseLogTag (0.00s) [2022-03-09T22:29:45.197Z] === RUN TestParseLogTagEmptyTag [2022-03-09T22:29:45.197Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2022-03-09T22:29:45.197Z] === RUN TestTailFiles [2022-03-09T22:29:45.197Z] --- PASS: TestTailFiles (0.00s) [2022-03-09T22:29:45.197Z] === RUN TestFollowLogsConsumerGone [2022-03-09T22:29:45.197Z] --- PASS: TestFollowLogsConsumerGone (0.00s) [2022-03-09T22:29:45.197Z] === RUN TestFollowLogsProducerGone [2022-03-09T22:29:45.197Z] logfile_test.go:180: logDecode() closed after sending 4098 messages [2022-03-09T22:29:45.197Z] logfile_test.go:233: messages sent: 4098, received: 4098 [2022-03-09T22:29:45.197Z] --- PASS: TestFollowLogsProducerGone (0.01s) [2022-03-09T22:29:45.197Z] === RUN TestCheckCapacityAndRotate [2022-03-09T22:29:45.197Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2022-03-09T22:29:45.197Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2022-03-09T22:29:45.197Z] --- PASS: TestCheckCapacityAndRotate (0.18s) [2022-03-09T22:29:45.197Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.00s) [2022-03-09T22:29:45.197Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.16s) [2022-03-09T22:29:45.197Z] PASS [2022-03-09T22:29:45.197Z] coverage: 55.1% of statements [2022-03-09T22:29:45.197Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.270s coverage: 55.1% of statements [2022-03-09T22:29:45.703Z] === RUN TestLog [2022-03-09T22:29:45.703Z] --- PASS: TestLog (0.03s) [2022-03-09T22:29:45.703Z] PASS [2022-03-09T22:29:45.703Z] coverage: 31.5% of statements [2022-03-09T22:29:45.703Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.105s coverage: 31.5% of statements [2022-03-09T22:29:46.779Z] === RUN TestValidateLogOpt [2022-03-09T22:29:46.779Z] --- PASS: TestValidateLogOpt (0.00s) [2022-03-09T22:29:46.779Z] === RUN TestNewMissedConfig [2022-03-09T22:29:46.779Z] --- PASS: TestNewMissedConfig (0.00s) [2022-03-09T22:29:46.779Z] === RUN TestNewMissedUrl [2022-03-09T22:29:46.779Z] --- PASS: TestNewMissedUrl (0.00s) [2022-03-09T22:29:46.779Z] === RUN TestNewMissedToken [2022-03-09T22:29:46.779Z] --- PASS: TestNewMissedToken (0.00s) [2022-03-09T22:29:46.779Z] === RUN TestNewWithProxy [2022-03-09T22:29:46.779Z] --- PASS: TestNewWithProxy (0.00s) [2022-03-09T22:29:46.779Z] === RUN TestDefault [2022-03-09T22:29:46.779Z] --- PASS: TestDefault (0.01s) [2022-03-09T22:29:46.779Z] === RUN TestInlineFormatWithNonDefaultOptions [2022-03-09T22:29:46.779Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s) [2022-03-09T22:29:46.779Z] === RUN TestJsonFormat [2022-03-09T22:29:46.779Z] --- PASS: TestJsonFormat (0.01s) [2022-03-09T22:29:46.779Z] === RUN TestRawFormat [2022-03-09T22:29:46.779Z] --- PASS: TestRawFormat (0.00s) [2022-03-09T22:29:46.779Z] === RUN TestRawFormatWithLabels [2022-03-09T22:29:46.779Z] --- PASS: TestRawFormatWithLabels (0.00s) [2022-03-09T22:29:46.779Z] === RUN TestRawFormatWithoutTag [2022-03-09T22:29:46.779Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2022-03-09T22:29:46.779Z] === RUN TestBatching [2022-03-09T22:29:46.779Z] === RUN TestNewParse [2022-03-09T22:29:46.779Z] --- PASS: TestNewParse (0.01s) [2022-03-09T22:29:46.779Z] PASS [2022-03-09T22:29:46.779Z] coverage: 8.3% of statements [2022-03-09T22:29:46.779Z] === RUN TestParseLogFormat [2022-03-09T22:29:46.779Z] --- PASS: TestParseLogFormat (0.00s) [2022-03-09T22:29:46.779Z] === RUN TestValidateLogOptEmpty [2022-03-09T22:29:46.779Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2022-03-09T22:29:46.779Z] === RUN TestValidateSyslogAddress [2022-03-09T22:29:46.779Z] --- PASS: TestValidateSyslogAddress (0.00s) [2022-03-09T22:29:46.779Z] === RUN TestParseAddressDefaultPort [2022-03-09T22:29:46.779Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2022-03-09T22:29:46.779Z] === RUN TestValidateSyslogFacility [2022-03-09T22:29:46.779Z] --- PASS: TestValidateSyslogFacility (0.00s) [2022-03-09T22:29:46.779Z] === RUN TestValidateLogOptSyslogFormat [2022-03-09T22:29:46.779Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2022-03-09T22:29:46.779Z] === RUN TestValidateLogOpt [2022-03-09T22:29:46.779Z] --- PASS: TestValidateLogOpt (0.00s) [2022-03-09T22:29:46.779Z] PASS [2022-03-09T22:29:46.779Z] coverage: 46.8% of statements [2022-03-09T22:29:46.779Z] ok github.com/docker/docker/daemon/logger/templates 0.071s coverage: 8.3% of statements [2022-03-09T22:29:46.779Z] ok github.com/docker/docker/daemon/logger/syslog 0.089s coverage: 46.8% of statements [2022-03-09T22:29:46.779Z] --- PASS: TestBatching (0.33s) [2022-03-09T22:29:46.779Z] === RUN TestFrequency [2022-03-09T22:29:47.283Z] --- PASS: TestFrequency (0.26s) [2022-03-09T22:29:47.283Z] === RUN TestOneMessagePerRequest [2022-03-09T22:29:47.283Z] --- PASS: TestOneMessagePerRequest (0.00s) [2022-03-09T22:29:47.283Z] === RUN TestVerify [2022-03-09T22:29:47.283Z] --- PASS: TestVerify (0.00s) [2022-03-09T22:29:47.283Z] === RUN TestSkipVerify [2022-03-09T22:29:47.670Z] --- PASS: TestCreateServiceMultipleTimes (17.44s) [2022-03-09T22:29:47.670Z] === RUN TestCreateServiceConflict [2022-03-09T22:29:47.788Z] time="2022-03-09T22:29:46Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-09T22:29:47.788Z] time="2022-03-09T22:29:47Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-09T22:29:47.788Z] time="2022-03-09T22:29:47Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-09T22:29:47.788Z] --- PASS: TestSkipVerify (0.79s) [2022-03-09T22:29:47.788Z] === RUN TestBufferMaximum [2022-03-09T22:29:47.788Z] time="2022-03-09T22:29:47Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-09T22:29:47.788Z] time="2022-03-09T22:29:47Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-09T22:29:47.788Z] time="2022-03-09T22:29:47Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-09T22:29:47.788Z] time="2022-03-09T22:29:47Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-09T22:29:47.788Z] time="2022-03-09T22:29:47Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-09T22:29:47.788Z] time="2022-03-09T22:29:47Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646864987.679106\",\"host\":\"b4796827ab8e\"}'" [2022-03-09T22:29:47.788Z] time="2022-03-09T22:29:47Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646864987.679106\",\"host\":\"b4796827ab8e\"}'" [2022-03-09T22:29:47.788Z] --- PASS: TestBufferMaximum (0.00s) [2022-03-09T22:29:47.788Z] === RUN TestServerAlwaysDown [2022-03-09T22:29:47.788Z] time="2022-03-09T22:29:47Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-09T22:29:47.788Z] time="2022-03-09T22:29:47Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-09T22:29:47.788Z] time="2022-03-09T22:29:47Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646864987.682102\",\"host\":\"b4796827ab8e\"}'" [2022-03-09T22:29:47.788Z] time="2022-03-09T22:29:47Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646864987.682102\",\"host\":\"b4796827ab8e\"}'" [2022-03-09T22:29:47.788Z] time="2022-03-09T22:29:47Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-09T22:29:47.788Z] time="2022-03-09T22:29:47Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646864987.682102\",\"host\":\"b4796827ab8e\"}'" [2022-03-09T22:29:47.788Z] time="2022-03-09T22:29:47Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646864987.684134\",\"host\":\"b4796827ab8e\"}'" [2022-03-09T22:29:47.788Z] time="2022-03-09T22:29:47Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646864987.684134\",\"host\":\"b4796827ab8e\"}'" [2022-03-09T22:29:47.788Z] --- PASS: TestServerAlwaysDown (0.00s) [2022-03-09T22:29:47.788Z] === RUN TestCannotSendAfterClose [2022-03-09T22:29:47.788Z] --- PASS: TestCannotSendAfterClose (0.00s) [2022-03-09T22:29:47.788Z] === RUN TestDeadlockOnBlockedEndpoint [2022-03-09T22:29:48.237Z] === RUN TestDockerSuite/TestCpToCaseE [2022-03-09T22:29:48.846Z] === RUN TestV1IDService [2022-03-09T22:29:48.846Z] --- PASS: TestV1IDService (0.02s) [2022-03-09T22:29:48.846Z] === RUN TestV2MetadataService [2022-03-09T22:29:48.846Z] time="2022-03-09T22:29:48Z" level=warning msg="Error while sending logs" error="Post \"http://127.0.0.1:49208/services/collector/event/1.0\": context deadline exceeded" module=logger/splunk [2022-03-09T22:29:48.846Z] time="2022-03-09T22:29:48Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"b4796827ab8e\"}'" [2022-03-09T22:29:48.846Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.00s) [2022-03-09T22:29:48.846Z] PASS [2022-03-09T22:29:48.846Z] coverage: 82.5% of statements [2022-03-09T22:29:48.846Z] ok github.com/docker/docker/daemon/logger/splunk 2.501s coverage: 82.5% of statements [2022-03-09T22:29:48.846Z] ? github.com/docker/docker/daemon/names [no test files] [2022-03-09T22:29:48.846Z] ? github.com/docker/docker/daemon/network [no test files] [2022-03-09T22:29:48.846Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-03-09T22:29:49.909Z] === RUN TestSuccessfulDownload [2022-03-09T22:29:49.909Z] download_test.go:267: Needs fixing on Windows [2022-03-09T22:29:49.909Z] --- SKIP: TestSuccessfulDownload (0.00s) [2022-03-09T22:29:49.909Z] === RUN TestCancelledDownload [2022-03-09T22:29:49.909Z] --- PASS: TestCancelledDownload (0.00s) [2022-03-09T22:29:49.909Z] === RUN TestMaxDownloadAttempts [2022-03-09T22:29:49.909Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-03-09T22:29:49.909Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-03-09T22:29:49.909Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-03-09T22:29:49.909Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-03-09T22:29:49.909Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-03-09T22:29:49.909Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-03-09T22:29:49.909Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-03-09T22:29:49.909Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-03-09T22:29:49.909Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-03-09T22:29:49.909Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-03-09T22:29:49.909Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-03-09T22:29:49.909Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-03-09T22:29:49.909Z] === RUN TestContinueOnError_NonMirrorEndpoint [2022-03-09T22:29:49.909Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2022-03-09T22:29:49.909Z] === RUN TestContinueOnError_MirrorEndpoint [2022-03-09T22:29:49.909Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2022-03-09T22:29:49.909Z] === RUN TestContinueOnError_NeverContinue [2022-03-09T22:29:49.909Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2022-03-09T22:29:49.909Z] === RUN TestManifestStore [2022-03-09T22:29:49.909Z] === RUN TestManifestStore/no_remote_or_local [2022-03-09T22:29:49.909Z] time="2022-03-09T22:29:49Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local652206520\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2022-03-09T22:29:49.909Z] === RUN TestManifestStore/no_local_cache [2022-03-09T22:29:49.909Z] === RUN TestManifestStore/with_local_cache [2022-03-09T22:29:49.909Z] === RUN TestManifestStore/unknown_media_type [2022-03-09T22:29:49.909Z] === RUN TestManifestStore/unknown_media_type/no_cache [2022-03-09T22:29:49.909Z] time="2022-03-09T22:29:49Z" level=warning msg="reference for unknown type: " [2022-03-09T22:29:49.909Z] time="2022-03-09T22:29:49Z" level=warning msg="reference for unknown type: " [2022-03-09T22:29:49.909Z] === RUN TestManifestStore/unknown_media_type/with_cache [2022-03-09T22:29:49.909Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2022-03-09T22:29:49.909Z] time="2022-03-09T22:29:49Z" level=warning msg="reference for unknown type: " [2022-03-09T22:29:50.418Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2022-03-09T22:29:50.418Z] time="2022-03-09T22:29:49Z" level=warning msg="reference for unknown type: " [2022-03-09T22:29:50.418Z] time="2022-03-09T22:29:49Z" level=warning msg="reference for unknown type: " [2022-03-09T22:29:50.418Z] time="2022-03-09T22:29:49Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-09T22:29:50.418Z] time="2022-03-09T22:29:49Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-09T22:29:50.418Z] time="2022-03-09T22:29:49Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-09T22:29:50.418Z] time="2022-03-09T22:29:49Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-09T22:29:50.418Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2022-03-09T22:29:50.418Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.55s) [2022-03-09T22:29:50.418Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.55s) [2022-03-09T22:29:50.418Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.55s) [2022-03-09T22:29:50.418Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.55s) [2022-03-09T22:29:50.418Z] === RUN TestTransfer [2022-03-09T22:29:50.418Z] === RUN TestManifestStore/error_persisting_manifest [2022-03-09T22:29:50.418Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2022-03-09T22:29:50.418Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2022-03-09T22:29:50.418Z] time="2022-03-09T22:29:49Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2022-03-09T22:29:50.418Z] --- PASS: TestManifestStore (0.50s) [2022-03-09T22:29:50.418Z] --- PASS: TestManifestStore/no_remote_or_local (0.29s) [2022-03-09T22:29:50.418Z] --- PASS: TestManifestStore/no_local_cache (0.03s) [2022-03-09T22:29:50.418Z] --- PASS: TestManifestStore/with_local_cache (0.03s) [2022-03-09T22:29:50.418Z] --- PASS: TestManifestStore/unknown_media_type (0.12s) [2022-03-09T22:29:50.418Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.04s) [2022-03-09T22:29:50.418Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.08s) [2022-03-09T22:29:50.418Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.04s) [2022-03-09T22:29:50.418Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.05s) [2022-03-09T22:29:50.418Z] --- PASS: TestManifestStore/error_persisting_manifest (0.03s) [2022-03-09T22:29:50.418Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.01s) [2022-03-09T22:29:50.418Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.03s) [2022-03-09T22:29:50.418Z] === RUN TestDetectManifestBlobMediaType [2022-03-09T22:29:50.418Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2022-03-09T22:29:50.418Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2022-03-09T22:29:50.418Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2022-03-09T22:29:50.418Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2022-03-09T22:29:50.418Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2022-03-09T22:29:50.418Z] === RUN TestDetectManifestBlobMediaType/schema1 [2022-03-09T22:29:50.418Z] --- PASS: TestDetectManifestBlobMediaType (0.00s) [2022-03-09T22:29:50.418Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2022-03-09T22:29:50.418Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2022-03-09T22:29:50.418Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2022-03-09T22:29:50.418Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2022-03-09T22:29:50.418Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2022-03-09T22:29:50.418Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2022-03-09T22:29:50.418Z] === RUN TestDetectManifestBlobMediaTypeInvalid [2022-03-09T22:29:50.418Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests [2022-03-09T22:29:50.418Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers [2022-03-09T22:29:50.418Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers [2022-03-09T22:29:50.418Z] === RUN TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests [2022-03-09T22:29:50.418Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests [2022-03-09T22:29:50.418Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers [2022-03-09T22:29:50.418Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests [2022-03-09T22:29:50.418Z] === RUN TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers [2022-03-09T22:29:50.418Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers [2022-03-09T22:29:50.418Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config [2022-03-09T22:29:50.418Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_manifests [2022-03-09T22:29:50.418Z] === RUN TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests [2022-03-09T22:29:50.418Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers [2022-03-09T22:29:50.418Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid (0.00s) [2022-03-09T22:29:50.418Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests (0.00s) [2022-03-09T22:29:50.418Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers (0.00s) [2022-03-09T22:29:50.418Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers (0.00s) [2022-03-09T22:29:50.418Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests (0.00s) [2022-03-09T22:29:50.418Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests (0.00s) [2022-03-09T22:29:50.418Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers (0.00s) [2022-03-09T22:29:50.418Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests (0.00s) [2022-03-09T22:29:50.418Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers (0.00s) [2022-03-09T22:29:50.418Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers (0.00s) [2022-03-09T22:29:50.418Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config (0.00s) [2022-03-09T22:29:50.418Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_manifests (0.00s) [2022-03-09T22:29:50.418Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests (0.00s) [2022-03-09T22:29:50.418Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers (0.00s) [2022-03-09T22:29:50.418Z] === RUN TestFixManifestLayers [2022-03-09T22:29:50.418Z] --- PASS: TestFixManifestLayers (0.00s) [2022-03-09T22:29:50.418Z] === RUN TestFixManifestLayersBaseLayerParent [2022-03-09T22:29:50.418Z] pull_v2_test.go:82: Needs fixing on Windows [2022-03-09T22:29:50.418Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2022-03-09T22:29:50.418Z] === RUN TestFixManifestLayersBadParent [2022-03-09T22:29:50.418Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2022-03-09T22:29:50.418Z] === RUN TestValidateManifest [2022-03-09T22:29:50.418Z] pull_v2_test.go:127: Needs fixing on Windows [2022-03-09T22:29:50.418Z] --- SKIP: TestValidateManifest (0.00s) [2022-03-09T22:29:50.418Z] === RUN TestFormatPlatform [2022-03-09T22:29:50.418Z] --- PASS: TestFormatPlatform (0.00s) [2022-03-09T22:29:50.418Z] === RUN TestPullSchema2Config [2022-03-09T22:29:50.418Z] === RUN TestPullSchema2Config/success_first_time [2022-03-09T22:29:50.418Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-03-09T22:29:50.418Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-09T22:29:50.418Z] === RUN TestPullSchema2Config/500_status [2022-03-09T22:29:50.418Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-03-09T22:29:50.419Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-09T22:29:50.419Z] --- PASS: TestTransfer (0.12s) [2022-03-09T22:29:50.419Z] === RUN TestConcurrencyLimit [2022-03-09T22:29:50.419Z] --- PASS: TestV2MetadataService (1.65s) [2022-03-09T22:29:50.419Z] PASS [2022-03-09T22:29:50.419Z] coverage: 48.2% of statements [2022-03-09T22:29:50.419Z] ok github.com/docker/docker/distribution/metadata 1.771s coverage: 48.2% of statements [2022-03-09T22:29:50.419Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-09T22:29:50.419Z] === RUN TestPullSchema2Config/EOF [2022-03-09T22:29:50.419Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-03-09T22:29:50.419Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-09T22:29:50.419Z] 2022/03/09 22:29:50 http: panic serving 127.0.0.1:49221: intentional panic [2022-03-09T22:29:50.419Z] goroutine 123 [running]: [2022-03-09T22:29:50.419Z] net/http.(*conn).serve.func1() [2022-03-09T22:29:50.419Z] c:/go/src/net/http/server.go:1802 +0xb9 [2022-03-09T22:29:50.419Z] panic({0x17d4800, 0x1955ea0}) [2022-03-09T22:29:50.419Z] c:/go/src/runtime/panic.go:1047 +0x266 [2022-03-09T22:29:50.419Z] github.com/docker/docker/distribution.TestPullSchema2Config.func3(0xc000532784, {0x1967200, 0xc000534460}) [2022-03-09T22:29:50.419Z] C:/gopath/src/github.com/docker/docker/distribution/pull_v2_test.go:262 +0xb4 [2022-03-09T22:29:50.419Z] github.com/docker/docker/distribution.TestPullSchema2Config.func5.1({0x1967200, 0xc000534460}, 0xc00051d300) [2022-03-09T22:29:50.419Z] C:/gopath/src/github.com/docker/docker/distribution/pull_v2_test.go:290 +0x287 [2022-03-09T22:29:50.419Z] net/http.HandlerFunc.ServeHTTP(0x0, {0x1967200, 0xc000534460}, 0x12e8e35) [2022-03-09T22:29:50.419Z] c:/go/src/net/http/server.go:2047 +0x2f [2022-03-09T22:29:50.419Z] net/http.serverHandler.ServeHTTP({0xc0003c83c0}, {0x1967200, 0xc000534460}, 0xc00051d300) [2022-03-09T22:29:50.419Z] c:/go/src/net/http/server.go:2879 +0x43b [2022-03-09T22:29:50.419Z] net/http.(*conn).serve(0xc00007e5a0, {0x196b838, 0xc000095080}) [2022-03-09T22:29:50.419Z] c:/go/src/net/http/server.go:1930 +0xb08 [2022-03-09T22:29:50.419Z] created by net/http.(*Server).Serve [2022-03-09T22:29:50.419Z] c:/go/src/net/http/server.go:3034 +0x4e8 [2022-03-09T22:29:50.768Z] --- PASS: TestCreateServiceConflict (2.73s) [2022-03-09T22:29:50.768Z] === RUN TestCreateServiceMaxReplicas [2022-03-09T22:29:50.768Z] === RUN TestDockerSuite/TestCpToCaseF [2022-03-09T22:29:50.923Z] --- PASS: TestConcurrencyLimit (0.37s) [2022-03-09T22:29:50.923Z] === RUN TestInactiveJobs [2022-03-09T22:29:50.923Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-09T22:29:50.923Z] === RUN TestPullSchema2Config/unauthorized [2022-03-09T22:29:50.923Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-03-09T22:29:50.923Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-09T22:29:50.923Z] --- PASS: TestPullSchema2Config (0.54s) [2022-03-09T22:29:50.923Z] --- PASS: TestPullSchema2Config/success_first_time (0.01s) [2022-03-09T22:29:50.923Z] --- PASS: TestPullSchema2Config/500_status (0.26s) [2022-03-09T22:29:50.923Z] --- PASS: TestPullSchema2Config/EOF (0.26s) [2022-03-09T22:29:50.923Z] --- PASS: TestPullSchema2Config/unauthorized (0.02s) [2022-03-09T22:29:50.923Z] === RUN TestGetRepositoryMountCandidates [2022-03-09T22:29:50.923Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2022-03-09T22:29:50.923Z] === RUN TestLayerAlreadyExists [2022-03-09T22:29:50.923Z] 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-09T22:29:50.923Z] 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-09T22:29:50.923Z] 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-09T22:29:50.923Z] 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-09T22:29:50.923Z] 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-09T22:29:50.923Z] 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-09T22:29:50.923Z] --- PASS: TestLayerAlreadyExists (0.00s) [2022-03-09T22:29:50.923Z] === RUN TestWhenEmptyAuthConfig [2022-03-09T22:29:50.923Z] --- PASS: TestInactiveJobs (0.37s) [2022-03-09T22:29:50.923Z] === RUN TestWatchRelease [2022-03-09T22:29:50.923Z] === RUN TestNotFound [2022-03-09T22:29:50.923Z] --- PASS: TestNotFound (0.00s) [2022-03-09T22:29:50.923Z] === RUN TestConflict [2022-03-09T22:29:50.923Z] --- PASS: TestConflict (0.00s) [2022-03-09T22:29:50.923Z] === RUN TestForbidden [2022-03-09T22:29:50.923Z] --- PASS: TestForbidden (0.00s) [2022-03-09T22:29:50.923Z] === RUN TestInvalidParameter [2022-03-09T22:29:50.923Z] --- PASS: TestInvalidParameter (0.00s) [2022-03-09T22:29:50.923Z] === RUN TestNotImplemented [2022-03-09T22:29:50.923Z] --- PASS: TestNotImplemented (0.00s) [2022-03-09T22:29:50.923Z] === RUN TestNotModified [2022-03-09T22:29:50.923Z] --- PASS: TestNotModified (0.00s) [2022-03-09T22:29:50.923Z] === RUN TestUnauthorized [2022-03-09T22:29:50.923Z] --- PASS: TestUnauthorized (0.00s) [2022-03-09T22:29:50.923Z] === RUN TestUnknown [2022-03-09T22:29:50.923Z] --- PASS: TestUnknown (0.00s) [2022-03-09T22:29:50.923Z] === RUN TestCancelled [2022-03-09T22:29:50.923Z] --- PASS: TestCancelled (0.00s) [2022-03-09T22:29:50.923Z] === RUN TestDeadline [2022-03-09T22:29:50.923Z] --- PASS: TestDeadline (0.00s) [2022-03-09T22:29:50.923Z] === RUN TestDataLoss [2022-03-09T22:29:50.923Z] --- PASS: TestDataLoss (0.00s) [2022-03-09T22:29:50.923Z] === RUN TestUnavailable [2022-03-09T22:29:50.923Z] --- PASS: TestUnavailable (0.00s) [2022-03-09T22:29:50.923Z] === RUN TestSystem [2022-03-09T22:29:50.923Z] --- PASS: TestSystem (0.00s) [2022-03-09T22:29:50.923Z] === RUN TestFromStatusCode [2022-03-09T22:29:50.923Z] === RUN TestFromStatusCode/Not_Found [2022-03-09T22:29:50.923Z] === RUN TestFromStatusCode/Bad_Request [2022-03-09T22:29:50.923Z] === RUN TestFromStatusCode/Conflict [2022-03-09T22:29:50.923Z] === RUN TestFromStatusCode/Unauthorized [2022-03-09T22:29:50.923Z] === RUN TestFromStatusCode/Service_Unavailable [2022-03-09T22:29:50.923Z] === RUN TestFromStatusCode/Forbidden [2022-03-09T22:29:50.923Z] === RUN TestFromStatusCode/Not_Modified [2022-03-09T22:29:50.923Z] === RUN TestFromStatusCode/Not_Implemented [2022-03-09T22:29:50.923Z] === RUN TestFromStatusCode/Internal_Server_Error [2022-03-09T22:29:50.923Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2022-03-09T22:29:50.923Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2022-03-09T22:29:50.923Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2022-03-09T22:29:50.923Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2022-03-09T22:29:50.923Z] --- PASS: TestFromStatusCode (0.00s) [2022-03-09T22:29:50.923Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2022-03-09T22:29:50.923Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2022-03-09T22:29:50.923Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2022-03-09T22:29:50.923Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2022-03-09T22:29:50.923Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2022-03-09T22:29:50.923Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2022-03-09T22:29:50.923Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2022-03-09T22:29:50.923Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2022-03-09T22:29:50.923Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2022-03-09T22:29:50.923Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2022-03-09T22:29:50.923Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2022-03-09T22:29:50.923Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2022-03-09T22:29:50.923Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2022-03-09T22:29:50.923Z] PASS [2022-03-09T22:29:50.923Z] coverage: 53.1% of statements [2022-03-09T22:29:50.923Z] ok github.com/docker/docker/errdefs 0.056s coverage: 53.1% of statements [2022-03-09T22:29:50.923Z] --- PASS: TestWatchRelease (0.05s) [2022-03-09T22:29:50.923Z] === RUN TestWatchFinishedTransfer [2022-03-09T22:29:50.923Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2022-03-09T22:29:50.923Z] === RUN TestDuplicateTransfer [2022-03-09T22:29:50.923Z] --- PASS: TestDuplicateTransfer (0.05s) [2022-03-09T22:29:50.923Z] === RUN TestSuccessfulUpload [2022-03-09T22:29:51.334Z] === RUN TestDockerSuite/TestCpToCaseG [2022-03-09T22:29:51.427Z] time="2022-03-09T22:29:51Z" level=error msg="Upload failed, retrying: simulating retry" [2022-03-09T22:29:51.427Z] --- PASS: TestSuccessfulUpload (0.44s) [2022-03-09T22:29:51.427Z] === RUN TestCancelledUpload [2022-03-09T22:29:51.427Z] --- PASS: TestCancelledUpload (0.00s) [2022-03-09T22:29:51.427Z] PASS [2022-03-09T22:29:51.427Z] coverage: 76.8% of statements [2022-03-09T22:29:51.427Z] ok github.com/docker/docker/distribution/xfer 2.056s coverage: 76.8% of statements [2022-03-09T22:29:51.932Z] --- PASS: TestWhenEmptyAuthConfig (1.23s) [2022-03-09T22:29:51.932Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2022-03-09T22:29:51.932Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2022-03-09T22:29:51.932Z] === RUN TestTokenPassThru [2022-03-09T22:29:51.932Z] --- PASS: TestTokenPassThru (0.01s) [2022-03-09T22:29:51.932Z] === RUN TestTokenPassThruDifferentHost [2022-03-09T22:29:51.932Z] --- PASS: TestTokenPassThruDifferentHost (0.01s) [2022-03-09T22:29:51.932Z] PASS [2022-03-09T22:29:51.932Z] coverage: 26.7% of statements [2022-03-09T22:29:51.932Z] ok github.com/docker/docker/distribution 2.402s coverage: 26.7% of statements [2022-03-09T22:29:52.436Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-03-09T22:29:52.436Z] ? github.com/docker/docker/dockerversion [no test files] [2022-03-09T22:29:52.436Z] === RUN TestCompare [2022-03-09T22:29:52.436Z] --- PASS: TestCompare (0.00s) [2022-03-09T22:29:52.436Z] PASS [2022-03-09T22:29:52.436Z] coverage: 19.2% of statements [2022-03-09T22:29:52.436Z] ok github.com/docker/docker/image/cache 0.132s coverage: 19.2% of statements [2022-03-09T22:29:52.436Z] === RUN TestFSGetInvalidData [2022-03-09T22:29:52.436Z] --- PASS: TestFSGetInvalidData (0.02s) [2022-03-09T22:29:52.436Z] === RUN TestFSInvalidSet [2022-03-09T22:29:52.436Z] --- PASS: TestFSInvalidSet (0.02s) [2022-03-09T22:29:52.436Z] === RUN TestFSInvalidRoot [2022-03-09T22:29:52.436Z] --- PASS: TestFSInvalidRoot (0.01s) [2022-03-09T22:29:52.436Z] === RUN TestFSMetadataGetSet [2022-03-09T22:29:52.436Z] --- PASS: TestFSMetadataGetSet (0.05s) [2022-03-09T22:29:52.436Z] === RUN TestFSInvalidWalker [2022-03-09T22:29:52.436Z] --- PASS: TestFSInvalidWalker (0.02s) [2022-03-09T22:29:52.436Z] === RUN TestFSGetSet [2022-03-09T22:29:52.941Z] --- PASS: TestFSGetSet (0.07s) [2022-03-09T22:29:52.941Z] === RUN TestFSGetUnsetKey [2022-03-09T22:29:52.941Z] --- PASS: TestFSGetUnsetKey (0.01s) [2022-03-09T22:29:52.941Z] === RUN TestFSGetEmptyData [2022-03-09T22:29:52.941Z] --- PASS: TestFSGetEmptyData (0.01s) [2022-03-09T22:29:52.941Z] === RUN TestFSDelete [2022-03-09T22:29:52.941Z] --- PASS: TestFSDelete (0.02s) [2022-03-09T22:29:52.941Z] === RUN TestFSWalker [2022-03-09T22:29:52.941Z] --- PASS: TestFSWalker (0.02s) [2022-03-09T22:29:52.941Z] === RUN TestFSWalkerStopOnError [2022-03-09T22:29:52.941Z] --- PASS: TestFSWalkerStopOnError (0.02s) [2022-03-09T22:29:52.941Z] === RUN TestNewFromJSON [2022-03-09T22:29:52.941Z] --- PASS: TestNewFromJSON (0.00s) [2022-03-09T22:29:52.941Z] === RUN TestNewFromJSONWithInvalidJSON [2022-03-09T22:29:52.941Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2022-03-09T22:29:52.941Z] === RUN TestMarshalKeyOrder [2022-03-09T22:29:52.941Z] --- PASS: TestMarshalKeyOrder (0.00s) [2022-03-09T22:29:52.941Z] === RUN TestHistoryEqual [2022-03-09T22:29:52.941Z] --- PASS: TestHistoryEqual (0.18s) [2022-03-09T22:29:52.941Z] === RUN TestImage [2022-03-09T22:29:52.941Z] --- PASS: TestImage (0.00s) [2022-03-09T22:29:52.941Z] === RUN TestImageOSNotEmpty [2022-03-09T22:29:52.941Z] --- PASS: TestImageOSNotEmpty (0.00s) [2022-03-09T22:29:52.941Z] === RUN TestNewChildImageFromImageWithRootFS [2022-03-09T22:29:52.941Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2022-03-09T22:29:52.941Z] === RUN TestCreate [2022-03-09T22:29:52.941Z] --- PASS: TestCreate (0.01s) [2022-03-09T22:29:52.941Z] === RUN TestRestore [2022-03-09T22:29:52.941Z] time="2022-03-09T22:29:52Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2022-03-09T22:29:52.941Z] --- PASS: TestRestore (0.04s) [2022-03-09T22:29:52.941Z] === RUN TestAddDelete [2022-03-09T22:29:52.941Z] --- PASS: TestAddDelete (0.04s) [2022-03-09T22:29:52.941Z] === RUN TestSearchAfterDelete [2022-03-09T22:29:52.941Z] --- PASS: TestSearchAfterDelete (0.01s) [2022-03-09T22:29:52.941Z] === RUN TestParentReset [2022-03-09T22:29:52.941Z] --- PASS: TestParentReset (0.04s) [2022-03-09T22:29:52.941Z] === RUN TestGetAndSetLastUpdated [2022-03-09T22:29:52.941Z] --- PASS: TestGetAndSetLastUpdated (0.02s) [2022-03-09T22:29:52.941Z] === RUN TestStoreLen [2022-03-09T22:29:53.445Z] --- PASS: TestStoreLen (0.07s) [2022-03-09T22:29:53.445Z] PASS [2022-03-09T22:29:53.445Z] coverage: 86.9% of statements [2022-03-09T22:29:53.445Z] ok github.com/docker/docker/image 0.788s coverage: 86.9% of statements [2022-03-09T22:29:53.445Z] === RUN TestValidateManifest [2022-03-09T22:29:53.445Z] === RUN TestValidateManifest/nil [2022-03-09T22:29:53.445Z] === RUN TestValidateManifest/non-nil [2022-03-09T22:29:53.445Z] --- PASS: TestValidateManifest (0.00s) [2022-03-09T22:29:53.445Z] --- PASS: TestValidateManifest/nil (0.00s) [2022-03-09T22:29:53.445Z] --- PASS: TestValidateManifest/non-nil (0.00s) [2022-03-09T22:29:53.445Z] PASS [2022-03-09T22:29:53.445Z] coverage: 0.7% of statements [2022-03-09T22:29:53.445Z] ok github.com/docker/docker/image/tarexport 0.083s coverage: 0.7% of statements [2022-03-09T22:29:53.445Z] === RUN TestMakeV1ConfigFromConfig [2022-03-09T22:29:53.445Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s) [2022-03-09T22:29:53.445Z] PASS [2022-03-09T22:29:53.445Z] coverage: 25.0% of statements [2022-03-09T22:29:53.445Z] ok github.com/docker/docker/image/v1 0.092s coverage: 25.0% of statements [2022-03-09T22:29:53.445Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-03-09T22:29:53.862Z] --- PASS: TestCreateServiceMaxReplicas (3.25s) [2022-03-09T22:29:53.862Z] === RUN TestCreateWithDuplicateNetworkNames [2022-03-09T22:29:54.796Z] === RUN TestDockerSuite/TestCpToCaseH [2022-03-09T22:29:55.117Z] === RUN TestSerialization [2022-03-09T22:29:55.117Z] --- PASS: TestSerialization (0.02s) [2022-03-09T22:29:55.117Z] PASS [2022-03-09T22:29:55.117Z] coverage: 100.0% of statements [2022-03-09T22:29:55.117Z] ok github.com/docker/docker/libcontainerd/queue 0.068s coverage: 100.0% of statements [2022-03-09T22:29:56.175Z] === RUN TestEmptyLayer [2022-03-09T22:29:56.175Z] --- PASS: TestEmptyLayer (0.00s) [2022-03-09T22:29:56.175Z] === RUN TestCommitFailure [2022-03-09T22:29:56.175Z] --- PASS: TestCommitFailure (0.03s) [2022-03-09T22:29:56.175Z] === RUN TestStartTransactionFailure [2022-03-09T22:29:56.175Z] --- PASS: TestStartTransactionFailure (0.04s) [2022-03-09T22:29:56.175Z] === RUN TestGetOrphan [2022-03-09T22:29:56.175Z] --- PASS: TestGetOrphan (0.01s) [2022-03-09T22:29:56.175Z] === RUN TestMountAndRegister [2022-03-09T22:29:56.175Z] === RUN TestEnvironmentParsing [2022-03-09T22:29:56.175Z] --- PASS: TestEnvironmentParsing (0.00s) [2022-03-09T22:29:56.175Z] PASS [2022-03-09T22:29:56.175Z] coverage: 1.2% of statements [2022-03-09T22:29:56.175Z] ok github.com/docker/docker/libcontainerd/local 0.143s coverage: 1.2% of statements [2022-03-09T22:29:56.175Z] layer_test.go:258: Layer size: 14 [2022-03-09T22:29:56.175Z] --- PASS: TestMountAndRegister (0.07s) [2022-03-09T22:29:56.175Z] === RUN TestLayerRelease [2022-03-09T22:29:56.175Z] layer_test.go:291: Failing on Windows [2022-03-09T22:29:56.175Z] --- SKIP: TestLayerRelease (0.00s) [2022-03-09T22:29:56.175Z] === RUN TestStoreRestore [2022-03-09T22:29:56.175Z] layer_test.go:340: Failing on Windows [2022-03-09T22:29:56.175Z] --- SKIP: TestStoreRestore (0.00s) [2022-03-09T22:29:56.175Z] === RUN TestTarStreamStability [2022-03-09T22:29:56.175Z] layer_test.go:455: Failing on Windows [2022-03-09T22:29:56.175Z] --- SKIP: TestTarStreamStability (0.00s) [2022-03-09T22:29:56.175Z] === RUN TestRegisterExistingLayer [2022-03-09T22:29:56.175Z] --- PASS: TestRegisterExistingLayer (0.20s) [2022-03-09T22:29:56.175Z] === RUN TestTarStreamVerification [2022-03-09T22:29:56.175Z] layer_test.go:684: Failing on Windows [2022-03-09T22:29:56.175Z] --- SKIP: TestTarStreamVerification (0.00s) [2022-03-09T22:29:56.175Z] === RUN TestLayerMigration [2022-03-09T22:29:56.175Z] migration_test.go:45: Failing on Windows [2022-03-09T22:29:56.175Z] --- SKIP: TestLayerMigration (0.00s) [2022-03-09T22:29:56.175Z] === RUN TestLayerMigrationNoTarsplit [2022-03-09T22:29:56.175Z] migration_test.go:181: Failing on Windows [2022-03-09T22:29:56.175Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2022-03-09T22:29:56.175Z] === RUN TestMountInit [2022-03-09T22:29:56.175Z] mount_test.go:17: Failing on Windows [2022-03-09T22:29:56.175Z] --- SKIP: TestMountInit (0.00s) [2022-03-09T22:29:56.175Z] === RUN TestMountSize [2022-03-09T22:29:56.175Z] mount_test.go:76: Failing on Windows [2022-03-09T22:29:56.175Z] --- SKIP: TestMountSize (0.00s) [2022-03-09T22:29:56.175Z] === RUN TestMountChanges [2022-03-09T22:29:56.175Z] mount_test.go:125: Failing on Windows [2022-03-09T22:29:56.175Z] --- SKIP: TestMountChanges (0.00s) [2022-03-09T22:29:56.175Z] === RUN TestMountApply [2022-03-09T22:29:56.175Z] mount_test.go:212: Failing on Windows [2022-03-09T22:29:56.175Z] --- SKIP: TestMountApply (0.00s) [2022-03-09T22:29:56.175Z] PASS [2022-03-09T22:29:56.175Z] coverage: 30.2% of statements [2022-03-09T22:29:56.175Z] ok github.com/docker/docker/layer 0.527s coverage: 30.2% of statements [2022-03-09T22:29:56.680Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-03-09T22:29:56.681Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-03-09T22:29:56.681Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-03-09T22:29:56.681Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-03-09T22:29:56.681Z] === RUN TestSequenceGetAvailableBit [2022-03-09T22:29:56.681Z] --- PASS: TestSequenceGetAvailableBit (0.00s) [2022-03-09T22:29:56.681Z] === RUN TestSequenceEqual [2022-03-09T22:29:56.681Z] --- PASS: TestSequenceEqual (0.00s) [2022-03-09T22:29:56.681Z] === RUN TestSequenceCopy [2022-03-09T22:29:56.681Z] --- PASS: TestSequenceCopy (0.00s) [2022-03-09T22:29:56.681Z] === RUN TestGetFirstAvailable [2022-03-09T22:29:56.681Z] --- PASS: TestGetFirstAvailable (0.00s) [2022-03-09T22:29:56.681Z] === RUN TestFindSequence [2022-03-09T22:29:56.681Z] --- PASS: TestFindSequence (0.00s) [2022-03-09T22:29:56.681Z] === RUN TestCheckIfAvailable [2022-03-09T22:29:56.681Z] --- PASS: TestCheckIfAvailable (0.00s) [2022-03-09T22:29:56.681Z] === RUN TestMergeSequences [2022-03-09T22:29:56.681Z] --- PASS: TestMergeSequences (0.00s) [2022-03-09T22:29:56.681Z] === RUN TestPushReservation [2022-03-09T22:29:56.681Z] --- PASS: TestPushReservation (0.00s) [2022-03-09T22:29:56.681Z] === RUN TestSerializeDeserialize [2022-03-09T22:29:56.681Z] --- PASS: TestSerializeDeserialize (0.00s) [2022-03-09T22:29:56.681Z] === RUN TestSet [2022-03-09T22:29:56.681Z] --- PASS: TestSet (0.00s) [2022-03-09T22:29:56.681Z] === RUN TestSetUnset [2022-03-09T22:29:56.681Z] --- PASS: TestSetUnset (0.00s) [2022-03-09T22:29:56.681Z] === RUN TestOffsetSetUnset [2022-03-09T22:29:56.681Z] --- PASS: TestOffsetSetUnset (0.00s) [2022-03-09T22:29:56.681Z] === RUN TestSetInRange [2022-03-09T22:29:56.681Z] --- PASS: TestSetInRange (0.00s) [2022-03-09T22:29:56.681Z] === RUN TestSetAnyInRange [2022-03-09T22:29:56.681Z] --- PASS: TestSetAnyInRange (0.00s) [2022-03-09T22:29:56.681Z] === RUN TestMethods [2022-03-09T22:29:56.681Z] --- PASS: TestMethods (0.00s) [2022-03-09T22:29:56.681Z] === RUN TestRandomAllocateDeallocate [2022-03-09T22:29:57.328Z] === RUN TestDockerSuite/TestCpToCaseI [2022-03-09T22:29:57.501Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-09T22:29:57.501Z] INFO: Testing against a local daemon [2022-03-09T22:29:57.501Z] === RUN TestBuildWithSession [2022-03-09T22:29:57.501Z] build_session_test.go:25: TODO: BuildKit [2022-03-09T22:29:57.501Z] --- SKIP: TestBuildWithSession (0.00s) [2022-03-09T22:29:57.501Z] === RUN TestBuildSquashParent [2022-03-09T22:29:57.501Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:29:57.501Z] --- SKIP: TestBuildSquashParent (0.00s) [2022-03-09T22:29:57.501Z] === RUN TestBuildWithRemoveAndForceRemove [2022-03-09T22:29:57.501Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-09T22:29:57.501Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-09T22:29:57.501Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-09T22:29:57.501Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-09T22:29:57.501Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-09T22:29:57.501Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-09T22:29:57.501Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-09T22:29:57.501Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-09T22:29:57.501Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-09T22:29:57.501Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-09T22:29:57.501Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-09T22:29:57.501Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-09T22:29:57.501Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-09T22:29:57.501Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-09T22:29:57.501Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-09T22:29:57.501Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-09T22:29:57.894Z] === RUN TestDockerSuite/TestCpToCaseJ [2022-03-09T22:29:59.268Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeDrainPause [2022-03-09T22:29:59.811Z] === RUN TestInvalidConfig [2022-03-09T22:29:59.811Z] --- PASS: TestInvalidConfig (0.00s) [2022-03-09T22:29:59.811Z] === RUN TestConfig [2022-03-09T22:29:59.811Z] --- PASS: TestConfig (0.00s) [2022-03-09T22:29:59.811Z] === RUN TestOptionsLabels [2022-03-09T22:29:59.811Z] --- PASS: TestOptionsLabels (0.00s) [2022-03-09T22:29:59.811Z] === RUN TestValidName [2022-03-09T22:29:59.811Z] --- PASS: TestValidName (0.00s) [2022-03-09T22:29:59.811Z] PASS [2022-03-09T22:29:59.811Z] coverage: 19.7% of statements [2022-03-09T22:29:59.811Z] ok github.com/docker/docker/libnetwork/config 0.124s coverage: 19.7% of statements [2022-03-09T22:29:59.811Z] === RUN TestErrorInterfaces [2022-03-09T22:29:59.811Z] --- PASS: TestErrorInterfaces (0.00s) [2022-03-09T22:29:59.811Z] === RUN TestNetworkMarshalling [2022-03-09T22:29:59.811Z] === RUN TestKey [2022-03-09T22:29:59.811Z] --- PASS: TestKey (0.00s) [2022-03-09T22:29:59.811Z] === RUN TestParseKey [2022-03-09T22:29:59.811Z] --- PASS: TestParseKey (0.00s) [2022-03-09T22:29:59.811Z] === RUN TestInvalidDataStore [2022-03-09T22:29:59.811Z] --- PASS: TestInvalidDataStore (0.00s) [2022-03-09T22:29:59.811Z] === RUN TestKVObjectFlatKey [2022-03-09T22:29:59.811Z] --- PASS: TestKVObjectFlatKey (0.00s) [2022-03-09T22:29:59.811Z] === RUN TestAtomicKVObjectFlatKey [2022-03-09T22:29:59.811Z] --- PASS: TestAtomicKVObjectFlatKey (0.00s) [2022-03-09T22:29:59.811Z] PASS [2022-03-09T22:29:59.811Z] coverage: 21.9% of statements [2022-03-09T22:29:59.811Z] ok github.com/docker/docker/libnetwork/datastore 0.054s coverage: 21.9% of statements [2022-03-09T22:30:00.316Z] --- PASS: TestNetworkMarshalling (0.23s) [2022-03-09T22:30:00.316Z] === RUN TestEndpointMarshalling [2022-03-09T22:30:00.316Z] --- PASS: TestEndpointMarshalling (0.00s) [2022-03-09T22:30:00.316Z] === RUN TestAuxAddresses [2022-03-09T22:30:00.316Z] time="2022-03-09T22:29:59Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-03-09T22:30:00.316Z] --- PASS: TestAuxAddresses (0.02s) [2022-03-09T22:30:00.316Z] === RUN TestSRVServiceQuery [2022-03-09T22:30:00.316Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-03-09T22:30:00.316Z] --- SKIP: TestSRVServiceQuery (0.00s) [2022-03-09T22:30:00.316Z] === RUN TestServiceVIPReuse [2022-03-09T22:30:00.316Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-03-09T22:30:00.316Z] --- SKIP: TestServiceVIPReuse (0.01s) [2022-03-09T22:30:00.316Z] === RUN TestIpamReleaseOnNetDriverFailures [2022-03-09T22:30:00.316Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-03-09T22:30:00.316Z] --- SKIP: TestIpamReleaseOnNetDriverFailures (0.01s) [2022-03-09T22:30:00.316Z] === RUN TestDNSIPQuery [2022-03-09T22:30:00.316Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-03-09T22:30:00.316Z] --- SKIP: TestDNSIPQuery (0.00s) [2022-03-09T22:30:00.316Z] === RUN TestDNSProxyServFail [2022-03-09T22:30:00.316Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-03-09T22:30:00.316Z] --- SKIP: TestDNSProxyServFail (0.00s) [2022-03-09T22:30:00.316Z] === RUN TestSandboxAddEmpty [2022-03-09T22:30:00.316Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-09T22:30:00.316Z] --- SKIP: TestSandboxAddEmpty (0.00s) [2022-03-09T22:30:00.316Z] === RUN TestSandboxAddMultiPrio [2022-03-09T22:30:00.316Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-09T22:30:00.316Z] --- SKIP: TestSandboxAddMultiPrio (0.01s) [2022-03-09T22:30:00.316Z] === RUN TestSandboxAddSamePrio [2022-03-09T22:30:00.316Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-09T22:30:00.316Z] --- SKIP: TestSandboxAddSamePrio (0.00s) [2022-03-09T22:30:00.316Z] === RUN TestCleanupServiceDiscovery [2022-03-09T22:30:00.316Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-03-09T22:30:00.316Z] --- SKIP: TestCleanupServiceDiscovery (0.00s) [2022-03-09T22:30:00.316Z] === RUN TestDNSOptions [2022-03-09T22:30:00.316Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-03-09T22:30:00.316Z] --- SKIP: TestDNSOptions (0.00s) [2022-03-09T22:30:00.316Z] === RUN TestMultipleControllersWithSameStore [2022-03-09T22:30:00.316Z] time="2022-03-09T22:29:59Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-03-09T22:30:00.316Z] time="2022-03-09T22:29:59Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-03-09T22:30:00.316Z] --- PASS: TestMultipleControllersWithSameStore (0.03s) [2022-03-09T22:30:00.316Z] PASS [2022-03-09T22:30:00.316Z] coverage: 8.5% of statements [2022-03-09T22:30:00.316Z] ok github.com/docker/docker/libnetwork 0.422s coverage: 8.5% of statements [2022-03-09T22:30:00.646Z] === RUN TestDockerSuite/TestCpToContainerWithPermissions [2022-03-09T22:30:00.820Z] === RUN TestIPDataMarshalling [2022-03-09T22:30:00.820Z] --- PASS: TestIPDataMarshalling (0.00s) [2022-03-09T22:30:00.820Z] === RUN TestValidateAndIsV6 [2022-03-09T22:30:00.820Z] --- PASS: TestValidateAndIsV6 (0.00s) [2022-03-09T22:30:00.820Z] PASS [2022-03-09T22:30:00.820Z] coverage: 68.9% of statements [2022-03-09T22:30:00.820Z] ok github.com/docker/docker/libnetwork/driverapi 0.061s coverage: 68.9% of statements [2022-03-09T22:30:01.324Z] === RUN TestDriver [2022-03-09T22:30:01.324Z] --- PASS: TestDriver (0.00s) [2022-03-09T22:30:01.324Z] PASS [2022-03-09T22:30:01.324Z] coverage: 34.8% of statements [2022-03-09T22:30:01.324Z] ok github.com/docker/docker/libnetwork/drivers/host 0.058s coverage: 34.8% of statements [2022-03-09T22:30:01.581Z] === RUN TestDockerSuite/TestCpToDot [2022-03-09T22:30:01.581Z] docker_api_swarm_node_test.go:81: [d75d80229e536] joining swarm manager [ddc466935eb23]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-09T22:30:01.829Z] === RUN TestDriver [2022-03-09T22:30:01.829Z] --- PASS: TestDriver (0.00s) [2022-03-09T22:30:01.829Z] PASS [2022-03-09T22:30:01.829Z] coverage: 34.8% of statements [2022-03-09T22:30:01.829Z] ok github.com/docker/docker/libnetwork/drivers/null 0.047s coverage: 34.8% of statements [2022-03-09T22:30:02.147Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2022-03-09T22:30:02.342Z] === RUN TestNetworkAllocateFree [2022-03-09T22:30:02.343Z] --- PASS: TestNetworkAllocateFree (0.00s) [2022-03-09T22:30:02.343Z] === RUN TestNetworkAllocateUserDefinedVNIs [2022-03-09T22:30:02.343Z] --- PASS: TestNetworkAllocateUserDefinedVNIs (0.00s) [2022-03-09T22:30:02.343Z] PASS [2022-03-09T22:30:02.343Z] coverage: 63.6% of statements [2022-03-09T22:30:02.343Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.056s coverage: 63.6% of statements [2022-03-09T22:30:02.846Z] === RUN TestGetEmptyCapabilities [2022-03-09T22:30:02.846Z] --- PASS: TestGetEmptyCapabilities (0.01s) [2022-03-09T22:30:02.846Z] === RUN TestGetExtraCapabilities [2022-03-09T22:30:02.846Z] --- PASS: TestGetExtraCapabilities (0.01s) [2022-03-09T22:30:02.846Z] === RUN TestGetInvalidCapabilities [2022-03-09T22:30:02.846Z] --- PASS: TestGetInvalidCapabilities (0.01s) [2022-03-09T22:30:02.846Z] === RUN TestRemoteDriver [2022-03-09T22:30:02.846Z] --- PASS: TestRemoteDriver (0.01s) [2022-03-09T22:30:02.846Z] === RUN TestDriverError [2022-03-09T22:30:02.846Z] --- PASS: TestDriverError (0.00s) [2022-03-09T22:30:02.846Z] === RUN TestMissingValues [2022-03-09T22:30:02.846Z] --- PASS: TestMissingValues (0.00s) [2022-03-09T22:30:02.846Z] === RUN TestRollback [2022-03-09T22:30:02.846Z] --- PASS: TestRollback (0.01s) [2022-03-09T22:30:02.846Z] PASS [2022-03-09T22:30:02.846Z] coverage: 57.4% of statements [2022-03-09T22:30:02.846Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.104s coverage: 57.4% of statements [2022-03-09T22:30:03.086Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2022-03-09T22:30:03.904Z] === RUN TestNew [2022-03-09T22:30:03.904Z] --- PASS: TestNew (0.00s) [2022-03-09T22:30:03.904Z] === RUN TestAddDriver [2022-03-09T22:30:03.904Z] --- PASS: TestAddDriver (0.00s) [2022-03-09T22:30:03.904Z] === RUN TestAddDuplicateDriver [2022-03-09T22:30:03.904Z] --- PASS: TestAddDuplicateDriver (0.00s) [2022-03-09T22:30:03.904Z] === RUN TestIPAMDefaultAddressSpaces [2022-03-09T22:30:03.904Z] --- PASS: TestIPAMDefaultAddressSpaces (0.00s) [2022-03-09T22:30:03.904Z] === RUN TestDriver [2022-03-09T22:30:03.904Z] --- PASS: TestDriver (0.00s) [2022-03-09T22:30:03.904Z] === RUN TestIPAM [2022-03-09T22:30:03.904Z] --- PASS: TestIPAM (0.00s) [2022-03-09T22:30:03.904Z] === RUN TestWalkIPAMs [2022-03-09T22:30:03.904Z] --- PASS: TestWalkIPAMs (0.00s) [2022-03-09T22:30:03.904Z] === RUN TestWalkDrivers [2022-03-09T22:30:03.904Z] --- PASS: TestWalkDrivers (0.00s) [2022-03-09T22:30:03.904Z] PASS [2022-03-09T22:30:03.904Z] coverage: 82.4% of statements [2022-03-09T22:30:03.904Z] ok github.com/docker/docker/libnetwork/drvregistry 0.093s coverage: 82.4% of statements [2022-03-09T22:30:03.904Z] === RUN TestNAT [2022-03-09T22:30:03.904Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-03-09T22:30:03.904Z] --- SKIP: TestNAT (0.00s) [2022-03-09T22:30:03.904Z] === RUN TestTransparent [2022-03-09T22:30:03.904Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-03-09T22:30:03.904Z] --- SKIP: TestTransparent (0.00s) [2022-03-09T22:30:03.904Z] PASS [2022-03-09T22:30:03.904Z] coverage: 0.0% of statements [2022-03-09T22:30:03.904Z] ok github.com/docker/docker/libnetwork/drivers/windows 0.068s coverage: 0.0% of statements [2022-03-09T22:30:03.904Z] === RUN TestBuildDefault [2022-03-09T22:30:03.904Z] --- PASS: TestBuildDefault (0.00s) [2022-03-09T22:30:03.904Z] === RUN TestBuildHostnameDomainname [2022-03-09T22:30:03.904Z] --- PASS: TestBuildHostnameDomainname (0.00s) [2022-03-09T22:30:03.904Z] === RUN TestBuildHostname [2022-03-09T22:30:03.904Z] --- PASS: TestBuildHostname (0.00s) [2022-03-09T22:30:03.904Z] === RUN TestBuildHostnameFQDN [2022-03-09T22:30:03.904Z] --- PASS: TestBuildHostnameFQDN (0.00s) [2022-03-09T22:30:03.904Z] === RUN TestBuildNoIP [2022-03-09T22:30:03.904Z] --- PASS: TestBuildNoIP (0.00s) [2022-03-09T22:30:03.904Z] === RUN TestUpdate [2022-03-09T22:30:03.904Z] --- PASS: TestUpdate (0.00s) [2022-03-09T22:30:03.904Z] === RUN TestUpdateIgnoresPrefixedHostname [2022-03-09T22:30:03.904Z] --- PASS: TestUpdateIgnoresPrefixedHostname (0.00s) [2022-03-09T22:30:03.904Z] === RUN TestDeleteIgnoresPrefixedHostname [2022-03-09T22:30:03.904Z] --- PASS: TestDeleteIgnoresPrefixedHostname (0.00s) [2022-03-09T22:30:03.904Z] === RUN TestAddEmpty [2022-03-09T22:30:03.904Z] --- PASS: TestAddEmpty (0.00s) [2022-03-09T22:30:03.904Z] === RUN TestAdd [2022-03-09T22:30:03.904Z] --- PASS: TestAdd (0.00s) [2022-03-09T22:30:03.904Z] === RUN TestDeleteEmpty [2022-03-09T22:30:03.904Z] --- PASS: TestDeleteEmpty (0.00s) [2022-03-09T22:30:03.904Z] === RUN TestDeleteNewline [2022-03-09T22:30:03.904Z] --- PASS: TestDeleteNewline (0.00s) [2022-03-09T22:30:03.904Z] === RUN TestDelete [2022-03-09T22:30:03.904Z] --- PASS: TestDelete (0.00s) [2022-03-09T22:30:03.904Z] === RUN TestConcurrentWrites [2022-03-09T22:30:04.411Z] --- PASS: TestConcurrentWrites (0.28s) [2022-03-09T22:30:04.411Z] PASS [2022-03-09T22:30:04.411Z] coverage: 81.2% of statements [2022-03-09T22:30:04.411Z] ok github.com/docker/docker/libnetwork/etchosts 0.355s coverage: 81.2% of statements [2022-03-09T22:30:04.411Z] === RUN TestCaller [2022-03-09T22:30:04.411Z] --- PASS: TestCaller (0.00s) [2022-03-09T22:30:04.411Z] PASS [2022-03-09T22:30:04.411Z] coverage: 100.0% of statements [2022-03-09T22:30:04.411Z] ok github.com/docker/docker/libnetwork/internal/caller 0.057s coverage: 100.0% of statements [2022-03-09T22:30:04.411Z] === RUN TestNew [2022-03-09T22:30:04.411Z] --- PASS: TestNew (0.00s) [2022-03-09T22:30:04.411Z] === RUN TestAllocate [2022-03-09T22:30:04.411Z] --- PASS: TestAllocate (0.00s) [2022-03-09T22:30:04.411Z] === RUN TestUninitialized [2022-03-09T22:30:04.411Z] --- PASS: TestUninitialized (0.00s) [2022-03-09T22:30:04.411Z] === RUN TestAllocateInRange [2022-03-09T22:30:04.411Z] --- PASS: TestAllocateInRange (0.00s) [2022-03-09T22:30:04.411Z] === RUN TestAllocateSerial [2022-03-09T22:30:04.411Z] --- PASS: TestAllocateSerial (0.00s) [2022-03-09T22:30:04.411Z] PASS [2022-03-09T22:30:04.411Z] coverage: 87.5% of statements [2022-03-09T22:30:04.411Z] ok github.com/docker/docker/libnetwork/idm 0.055s coverage: 87.5% of statements [2022-03-09T22:30:04.459Z] === RUN TestDockerSuite/TestCpToStdout [2022-03-09T22:30:04.718Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2022-03-09T22:30:04.919Z] --- PASS: TestRandomAllocateDeallocate (8.16s) [2022-03-09T22:30:04.919Z] === RUN TestAllocateRandomDeallocate [2022-03-09T22:30:05.423Z] === RUN TestSetSerialInsertDelete [2022-03-09T22:30:05.423Z] --- PASS: TestSetSerialInsertDelete (0.00s) [2022-03-09T22:30:05.423Z] === RUN TestSetParallelInsertDelete [2022-03-09T22:30:06.094Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2022-03-09T22:30:06.094Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2022-03-09T22:30:06.481Z] === RUN TestInt2IP2IntConversion [2022-03-09T22:30:06.482Z] --- PASS: TestAllocateRandomDeallocate (1.77s) [2022-03-09T22:30:06.482Z] === RUN TestAllocateRandomDeallocateSerialize [2022-03-09T22:30:06.661Z] === RUN TestDockerSuite/TestCpVolumePath [2022-03-09T22:30:07.539Z] --- PASS: TestInt2IP2IntConversion (0.61s) [2022-03-09T22:30:07.539Z] === RUN TestGetAddressVersion [2022-03-09T22:30:07.539Z] --- PASS: TestGetAddressVersion (0.00s) [2022-03-09T22:30:07.539Z] === RUN TestKeyString [2022-03-09T22:30:07.539Z] --- PASS: TestKeyString (0.00s) [2022-03-09T22:30:07.539Z] === RUN TestPoolDataMarshal [2022-03-09T22:30:07.539Z] --- PASS: TestPoolDataMarshal (0.00s) [2022-03-09T22:30:07.539Z] === RUN TestSubnetsMarshal [2022-03-09T22:30:07.539Z] --- PASS: TestSubnetsMarshal (0.09s) [2022-03-09T22:30:07.539Z] === RUN TestAddSubnets [2022-03-09T22:30:07.539Z] --- PASS: TestAddSubnets (0.08s) [2022-03-09T22:30:07.539Z] === RUN TestDoublePoolRelease [2022-03-09T22:30:07.539Z] --- PASS: TestDoublePoolRelease (0.05s) [2022-03-09T22:30:07.539Z] === RUN TestAddReleasePoolID [2022-03-09T22:30:07.539Z] === RUN TestPoolRequest [2022-03-09T22:30:07.539Z] --- PASS: TestPoolRequest (0.00s) [2022-03-09T22:30:07.539Z] === RUN TestOtherRequests [2022-03-09T22:30:07.539Z] --- PASS: TestOtherRequests (0.00s) [2022-03-09T22:30:07.539Z] PASS [2022-03-09T22:30:07.539Z] coverage: 57.1% of statements [2022-03-09T22:30:07.539Z] ok github.com/docker/docker/libnetwork/ipams/null 0.051s coverage: 57.1% of statements [2022-03-09T22:30:07.539Z] --- PASS: TestAddReleasePoolID (0.10s) [2022-03-09T22:30:07.539Z] === RUN TestPredefinedPool [2022-03-09T22:30:07.539Z] --- PASS: TestPredefinedPool (0.04s) [2022-03-09T22:30:07.539Z] === RUN TestRemoveSubnet [2022-03-09T22:30:07.595Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.94s) [2022-03-09T22:30:07.595Z] === RUN TestCreateServiceSecretFileMode [2022-03-09T22:30:07.595Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2022-03-09T22:30:07.595Z] === RUN TestDockerSuite/TestCreateArgs [2022-03-09T22:30:07.853Z] === RUN TestDockerSuite/TestCreateByImageID [2022-03-09T22:30:08.042Z] --- PASS: TestRemoveSubnet (0.34s) [2022-03-09T22:30:08.042Z] === RUN TestGetSameAddress [2022-03-09T22:30:08.042Z] --- PASS: TestGetSameAddress (0.04s) [2022-03-09T22:30:08.042Z] === RUN TestPoolAllocationReuse [2022-03-09T22:30:08.042Z] --- PASS: TestAllocateRandomDeallocateSerialize (1.48s) [2022-03-09T22:30:08.042Z] === RUN TestRetrieveFromStore [2022-03-09T22:30:08.112Z] === RUN TestDockerSuite/TestCreateEchoStdout [2022-03-09T22:30:09.049Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2022-03-09T22:30:09.049Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2022-03-09T22:30:09.049Z] === RUN TestDockerSuite/TestCreateHostConfig [2022-03-09T22:30:09.049Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2022-03-09T22:30:09.103Z] === RUN TestGetCapabilities [2022-03-09T22:30:09.103Z] --- PASS: TestGetCapabilities (0.01s) [2022-03-09T22:30:09.103Z] === RUN TestGetCapabilitiesFromLegacyDriver [2022-03-09T22:30:09.103Z] --- PASS: TestGetCapabilitiesFromLegacyDriver (0.01s) [2022-03-09T22:30:09.103Z] === RUN TestGetDefaultAddressSpaces [2022-03-09T22:30:09.103Z] --- PASS: TestGetDefaultAddressSpaces (0.01s) [2022-03-09T22:30:09.103Z] === RUN TestRemoteDriver [2022-03-09T22:30:09.103Z] --- PASS: TestRemoteDriver (0.01s) [2022-03-09T22:30:09.103Z] PASS [2022-03-09T22:30:09.103Z] coverage: 47.4% of statements [2022-03-09T22:30:09.103Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.083s coverage: 47.4% of statements [2022-03-09T22:30:09.103Z] --- PASS: TestRetrieveFromStore (0.76s) [2022-03-09T22:30:09.103Z] === RUN TestIsCorrupted [2022-03-09T22:30:09.103Z] --- PASS: TestIsCorrupted (0.02s) [2022-03-09T22:30:09.103Z] === RUN TestSetRollover [2022-03-09T22:30:09.986Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2022-03-09T22:30:10.164Z] === RUN TestWindowsIPAM [2022-03-09T22:30:10.164Z] --- PASS: TestWindowsIPAM (0.00s) [2022-03-09T22:30:10.164Z] PASS [2022-03-09T22:30:10.164Z] coverage: 71.4% of statements [2022-03-09T22:30:10.164Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.055s coverage: 71.4% of statements [2022-03-09T22:30:10.164Z] --- PASS: TestPoolAllocationReuse (2.26s) [2022-03-09T22:30:10.164Z] === RUN TestGetAddressSubPoolEqualPool [2022-03-09T22:30:10.164Z] --- PASS: TestGetAddressSubPoolEqualPool (0.03s) [2022-03-09T22:30:10.164Z] === RUN TestRequestReleaseAddressFromSubPool [2022-03-09T22:30:10.244Z] === RUN TestDockerSuite/TestCreateLabels [2022-03-09T22:30:10.244Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2022-03-09T22:30:10.502Z] === RUN TestDockerSuite/TestCreateRM [2022-03-09T22:30:10.502Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2022-03-09T22:30:10.502Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-03-09T22:30:10.502Z] === RUN TestDockerSuite/TestCreateStopSignal [2022-03-09T22:30:10.502Z] === RUN TestDockerSuite/TestCreateStopTimeout [2022-03-09T22:30:10.669Z] === RUN TestDefaultNetwork [2022-03-09T22:30:10.760Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2022-03-09T22:30:11.173Z] --- PASS: TestSetRollover (2.13s) [2022-03-09T22:30:11.173Z] === RUN TestSetRolloverSerial [2022-03-09T22:30:11.173Z] --- PASS: TestDefaultNetwork (0.31s) [2022-03-09T22:30:11.173Z] === RUN TestConfigGlobalScopeDefaultNetworks [2022-03-09T22:30:11.679Z] --- PASS: TestConfigGlobalScopeDefaultNetworks (0.31s) [2022-03-09T22:30:11.680Z] === RUN TestInitAddressPools [2022-03-09T22:30:11.680Z] --- PASS: TestInitAddressPools (0.00s) [2022-03-09T22:30:11.680Z] PASS [2022-03-09T22:30:11.680Z] coverage: 74.0% of statements [2022-03-09T22:30:11.680Z] ok github.com/docker/docker/libnetwork/ipamutils 0.704s coverage: 74.0% of statements [2022-03-09T22:30:12.133Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2022-03-09T22:30:12.133Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2022-03-09T22:30:12.133Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2022-03-09T22:30:12.183Z] === RUN TestKeyValue [2022-03-09T22:30:12.183Z] --- PASS: TestKeyValue (0.00s) [2022-03-09T22:30:12.183Z] PASS [2022-03-09T22:30:12.183Z] coverage: 60.0% of statements [2022-03-09T22:30:12.183Z] ok github.com/docker/docker/libnetwork/netlabel 0.043s coverage: 60.0% of statements [2022-03-09T22:30:13.857Z] --- PASS: TestSetRolloverSerial (2.53s) [2022-03-09T22:30:13.857Z] === RUN TestGetFirstAvailableFromCurrent [2022-03-09T22:30:13.857Z] --- PASS: TestGetFirstAvailableFromCurrent (0.00s) [2022-03-09T22:30:13.857Z] PASS [2022-03-09T22:30:13.857Z] coverage: 84.4% of statements [2022-03-09T22:30:13.857Z] ok github.com/docker/docker/libnetwork/bitseq 16.953s coverage: 84.4% of statements [2022-03-09T22:30:13.857Z] --- PASS: TestRequestReleaseAddressFromSubPool (3.48s) [2022-03-09T22:30:13.857Z] === RUN TestSerializeRequestReleaseAddressFromSubPool [2022-03-09T22:30:15.418Z] === RUN TestDockerSuite/TestCreateWithPortRange [2022-03-09T22:30:15.418Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2022-03-09T22:30:15.418Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2022-03-09T22:30:15.418Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2022-03-09T22:30:15.418Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2022-03-09T22:30:15.418Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2022-03-09T22:30:15.418Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeRemove [2022-03-09T22:30:15.530Z] === RUN TestNetworkDBSimple [2022-03-09T22:30:15.530Z] --- PASS: TestSetParallelInsertDelete (10.00s) [2022-03-09T22:30:15.530Z] PASS [2022-03-09T22:30:15.530Z] coverage: 100.0% of statements [2022-03-09T22:30:15.530Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.052s coverage: 100.0% of statements [2022-03-09T22:30:15.676Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2022-03-09T22:30:16.033Z] === RUN TestGenerate [2022-03-09T22:30:16.033Z] --- PASS: TestGenerate (0.00s) [2022-03-09T22:30:16.033Z] === RUN TestGeneratePtr [2022-03-09T22:30:16.033Z] --- PASS: TestGeneratePtr (0.00s) [2022-03-09T22:30:16.033Z] === RUN TestGenerateMissingField [2022-03-09T22:30:16.033Z] --- PASS: TestGenerateMissingField (0.00s) [2022-03-09T22:30:16.033Z] === RUN TestFieldCannotBeSet [2022-03-09T22:30:16.033Z] --- PASS: TestFieldCannotBeSet (0.00s) [2022-03-09T22:30:16.033Z] === RUN TestTypeMismatchError [2022-03-09T22:30:16.033Z] --- PASS: TestTypeMismatchError (0.00s) [2022-03-09T22:30:16.033Z] PASS [2022-03-09T22:30:16.033Z] coverage: 100.0% of statements [2022-03-09T22:30:16.033Z] ok github.com/docker/docker/libnetwork/options 0.048s coverage: 100.0% of statements [2022-03-09T22:30:16.537Z] 2022/03/09 22:30:15 Closing DB instances... [2022-03-09T22:30:16.610Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2022-03-09T22:30:17.042Z] --- PASS: TestSerializeRequestReleaseAddressFromSubPool (3.09s) [2022-03-09T22:30:17.042Z] === RUN TestGetAddress [2022-03-09T22:30:17.042Z] testing: warning: no tests to run [2022-03-09T22:30:17.042Z] PASS [2022-03-09T22:30:17.042Z] coverage: 0.0% of statements [2022-03-09T22:30:17.042Z] ok github.com/docker/docker/libnetwork/osl 0.039s coverage: 0.0% of statements [no tests to run] [2022-03-09T22:30:17.177Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2022-03-09T22:30:17.435Z] docker_api_swarm_node_test.go:53: [ddad9bb2f026d] joining swarm manager [de9581d11e6bb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-09T22:30:18.101Z] --- PASS: TestNetworkDBSimple (2.64s) [2022-03-09T22:30:18.101Z] === RUN TestNetworkDBJoinLeaveNetwork [2022-03-09T22:30:18.101Z] === RUN TestRequestNewPort [2022-03-09T22:30:18.101Z] --- PASS: TestRequestNewPort (0.00s) [2022-03-09T22:30:18.101Z] === RUN TestRequestSpecificPort [2022-03-09T22:30:18.101Z] --- PASS: TestRequestSpecificPort (0.00s) [2022-03-09T22:30:18.101Z] === RUN TestReleasePort [2022-03-09T22:30:18.101Z] --- PASS: TestReleasePort (0.00s) [2022-03-09T22:30:18.101Z] === RUN TestReuseReleasedPort [2022-03-09T22:30:18.101Z] --- PASS: TestReuseReleasedPort (0.00s) [2022-03-09T22:30:18.101Z] === RUN TestReleaseUnreadledPort [2022-03-09T22:30:18.101Z] --- PASS: TestReleaseUnreadledPort (0.00s) [2022-03-09T22:30:18.101Z] === RUN TestUnknowProtocol [2022-03-09T22:30:18.101Z] --- PASS: TestUnknowProtocol (0.00s) [2022-03-09T22:30:18.101Z] === RUN TestAllocateAllPorts [2022-03-09T22:30:18.101Z] --- PASS: TestAllocateAllPorts (0.00s) [2022-03-09T22:30:18.101Z] === RUN TestPortAllocation [2022-03-09T22:30:18.101Z] --- PASS: TestPortAllocation (0.00s) [2022-03-09T22:30:18.101Z] === RUN TestPortAllocationWithCustomRange [2022-03-09T22:30:18.101Z] --- PASS: TestPortAllocationWithCustomRange (0.00s) [2022-03-09T22:30:18.101Z] === RUN TestNoDuplicateBPR [2022-03-09T22:30:18.101Z] --- PASS: TestNoDuplicateBPR (0.00s) [2022-03-09T22:30:18.101Z] === RUN TestChangePortRange [2022-03-09T22:30:18.101Z] portallocator_test.go:343: test: port allocate range 65001-65010, setErr=begin out of range, reqPort=0 [2022-03-09T22:30:18.101Z] portallocator_test.go:343: test: port allocate range 59990-59999, setErr=end out of range, reqPort=0 [2022-03-09T22:30:18.101Z] portallocator_test.go:343: test: port allocate range 65000-60000, setErr=out of order, reqPort=0 [2022-03-09T22:30:18.101Z] portallocator_test.go:343: test: port allocate range 60100-65010, setErr=, reqPort=60100 [2022-03-09T22:30:18.101Z] portallocator_test.go:343: test: port allocate range 0-0, setErr=, reqPort=60000 [2022-03-09T22:30:18.101Z] portallocator_test.go:343: test: port allocate range 59900-65000, setErr=, reqPort=60001 [2022-03-09T22:30:18.101Z] --- PASS: TestChangePortRange (0.00s) [2022-03-09T22:30:18.101Z] PASS [2022-03-09T22:30:18.101Z] coverage: 88.6% of statements [2022-03-09T22:30:18.101Z] ok github.com/docker/docker/libnetwork/portallocator 0.052s coverage: 88.6% of statements [2022-03-09T22:30:18.369Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2022-03-09T22:30:18.369Z] docker_api_swarm_node_test.go:54: [db50a4dc969a1] joining swarm manager [de9581d11e6bb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-09T22:30:18.772Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-09T22:30:18.772Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-09T22:30:19.163Z] testing: warning: no tests to run [2022-03-09T22:30:19.163Z] PASS [2022-03-09T22:30:19.163Z] coverage: 0.0% of statements [2022-03-09T22:30:19.163Z] ok github.com/docker/docker/libnetwork/portmapper 0.048s coverage: 0.0% of statements [no tests to run] [2022-03-09T22:30:19.163Z] 2022/03/09 22:30:19 Closing DB instances... [2022-03-09T22:30:19.304Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2022-03-09T22:30:19.562Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2022-03-09T22:30:19.668Z] === RUN TestHashData [2022-03-09T22:30:19.668Z] --- PASS: TestHashData (0.00s) [2022-03-09T22:30:19.669Z] PASS [2022-03-09T22:30:19.669Z] coverage: 2.8% of statements [2022-03-09T22:30:19.669Z] ok github.com/docker/docker/libnetwork/resolvconf 0.051s coverage: 2.8% of statements [2022-03-09T22:30:20.128Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2022-03-09T22:30:20.128Z] === RUN TestDockerSuite/TestDevicePermissions [2022-03-09T22:30:20.173Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-03-09T22:30:20.173Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-03-09T22:30:20.173Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-03-09T22:30:20.173Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-03-09T22:30:20.173Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-03-09T22:30:20.173Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-03-09T22:30:20.173Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-03-09T22:30:20.173Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-03-09T22:30:20.173Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-03-09T22:30:20.173Z] ? github.com/docker/docker/libnetwork/drivers/bridge [no test files] [2022-03-09T22:30:20.173Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-03-09T22:30:20.173Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-03-09T22:30:20.173Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-03-09T22:30:20.173Z] ? github.com/docker/docker/libnetwork/drivers/overlay [no test files] [2022-03-09T22:30:20.173Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-03-09T22:30:20.173Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-03-09T22:30:20.173Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-03-09T22:30:20.678Z] === RUN TestErrorConstructors [2022-03-09T22:30:20.678Z] --- PASS: TestErrorConstructors (0.00s) [2022-03-09T22:30:20.678Z] === RUN TestCompareIPMask [2022-03-09T22:30:20.678Z] --- PASS: TestCompareIPMask (0.00s) [2022-03-09T22:30:20.678Z] === RUN TestUtilGetHostPartIP [2022-03-09T22:30:20.678Z] --- PASS: TestUtilGetHostPartIP (0.00s) [2022-03-09T22:30:20.678Z] === RUN TestUtilGetBroadcastIP [2022-03-09T22:30:20.678Z] --- PASS: TestUtilGetBroadcastIP (0.00s) [2022-03-09T22:30:20.678Z] === RUN TestParseCIDR [2022-03-09T22:30:20.678Z] --- PASS: TestParseCIDR (0.00s) [2022-03-09T22:30:20.678Z] PASS [2022-03-09T22:30:20.678Z] coverage: 37.3% of statements [2022-03-09T22:30:20.678Z] ok github.com/docker/docker/libnetwork/types 0.055s coverage: 37.3% of statements [2022-03-09T22:30:20.678Z] --- PASS: TestNetworkDBJoinLeaveNetwork (2.85s) [2022-03-09T22:30:20.678Z] === RUN TestNetworkDBJoinLeaveNetworks [2022-03-09T22:30:20.694Z] === RUN TestDockerSuite/TestDockerFails [2022-03-09T22:30:20.694Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetwork [2022-03-09T22:30:20.694Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent [2022-03-09T22:30:20.694Z] === RUN TestDockerSuite/TestDockerInspectNetworkWithContainerName [2022-03-09T22:30:20.952Z] --- PASS: TestCreateServiceSecretFileMode (13.33s) [2022-03-09T22:30:20.952Z] === RUN TestCreateServiceConfigFileMode [2022-03-09T22:30:21.183Z] === RUN TestAppendDevicePermissionsFromCgroupRules [2022-03-09T22:30:21.183Z] === RUN TestAppendDevicePermissionsFromCgroupRules/empty_rule [2022-03-09T22:30:21.183Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column [2022-03-09T22:30:21.183Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column [2022-03-09T22:30:21.183Z] === RUN TestAppendDevicePermissionsFromCgroupRules/leading_spaces [2022-03-09T22:30:21.183Z] === RUN TestAppendDevicePermissionsFromCgroupRules/trailing_spaces [2022-03-09T22:30:21.183Z] === RUN TestAppendDevicePermissionsFromCgroupRules/unknown_device_type [2022-03-09T22:30:21.183Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_type [2022-03-09T22:30:21.183Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_colon [2022-03-09T22:30:21.183Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor [2022-03-09T22:30:21.183Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_major_device [2022-03-09T22:30:21.183Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_minor_device [2022-03-09T22:30:21.183Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_permissions [2022-03-09T22:30:21.183Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_permissions [2022-03-09T22:30:21.183Z] === RUN TestAppendDevicePermissionsFromCgroupRules/too_many_permissions [2022-03-09T22:30:21.183Z] === RUN TestAppendDevicePermissionsFromCgroupRules/major_out_of_range [2022-03-09T22:30:21.183Z] === RUN TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range [2022-03-09T22:30:21.183Z] === RUN TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices [2022-03-09T22:30:21.183Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices [2022-03-09T22:30:21.183Z] === RUN TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices [2022-03-09T22:30:21.183Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions [2022-03-09T22:30:21.183Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major [2022-03-09T22:30:21.183Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_minor [2022-03-09T22:30:21.183Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor [2022-03-09T22:30:21.183Z] === RUN TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission [2022-03-09T22:30:21.183Z] === RUN TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission [2022-03-09T22:30:21.183Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission [2022-03-09T22:30:21.183Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission [2022-03-09T22:30:21.183Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s) [2022-03-09T22:30:21.183Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s) [2022-03-09T22:30:21.183Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s) [2022-03-09T22:30:21.183Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s) [2022-03-09T22:30:21.183Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s) [2022-03-09T22:30:21.183Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s) [2022-03-09T22:30:21.183Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s) [2022-03-09T22:30:21.183Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s) [2022-03-09T22:30:21.183Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s) [2022-03-09T22:30:21.183Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s) [2022-03-09T22:30:21.183Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s) [2022-03-09T22:30:21.183Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s) [2022-03-09T22:30:21.183Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s) [2022-03-09T22:30:21.183Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s) [2022-03-09T22:30:21.183Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s) [2022-03-09T22:30:21.183Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s) [2022-03-09T22:30:21.183Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s) [2022-03-09T22:30:21.183Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s) [2022-03-09T22:30:21.183Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s) [2022-03-09T22:30:21.183Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s) [2022-03-09T22:30:21.183Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s) [2022-03-09T22:30:21.183Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s) [2022-03-09T22:30:21.183Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s) [2022-03-09T22:30:21.183Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s) [2022-03-09T22:30:21.183Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s) [2022-03-09T22:30:21.183Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s) [2022-03-09T22:30:21.183Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s) [2022-03-09T22:30:21.183Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s) [2022-03-09T22:30:21.183Z] PASS [2022-03-09T22:30:21.183Z] coverage: 50.0% of statements [2022-03-09T22:30:21.183Z] ok github.com/docker/docker/oci 0.055s coverage: 50.0% of statements [2022-03-09T22:30:21.901Z] === RUN TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange [2022-03-09T22:30:22.159Z] === RUN TestDockerSuite/TestDockerNetworkDeleteMultiple [2022-03-09T22:30:22.246Z] === RUN TestParseVersion [2022-03-09T22:30:22.246Z] --- PASS: TestParseVersion (0.00s) [2022-03-09T22:30:22.246Z] PASS [2022-03-09T22:30:22.246Z] coverage: 52.9% of statements [2022-03-09T22:30:22.246Z] ok github.com/docker/docker/pkg/aaparser 0.053s coverage: 52.9% of statements [2022-03-09T22:30:22.246Z] 2022/03/09 22:30:21 Closing DB instances... [2022-03-09T22:30:22.246Z] === RUN TestAddressPoolOpt [2022-03-09T22:30:22.246Z] --- PASS: TestAddressPoolOpt (0.00s) [2022-03-09T22:30:22.246Z] === RUN TestValidateEnv [2022-03-09T22:30:22.246Z] === RUN TestValidateEnv/a [2022-03-09T22:30:22.246Z] === RUN TestValidateEnv/something [2022-03-09T22:30:22.246Z] === RUN TestValidateEnv/_=a [2022-03-09T22:30:22.246Z] === RUN TestValidateEnv/env1=value1 [2022-03-09T22:30:22.246Z] === RUN TestValidateEnv/_env1=value1 [2022-03-09T22:30:22.246Z] === RUN TestValidateEnv/env2=value2=value3 [2022-03-09T22:30:22.246Z] === RUN TestValidateEnv/env3=abc!qwe [2022-03-09T22:30:22.246Z] === RUN TestValidateEnv/env_4=value_4 [2022-03-09T22:30:22.246Z] === RUN TestValidateEnv/PATH [2022-03-09T22:30:22.246Z] === RUN TestValidateEnv/=a [2022-03-09T22:30:22.246Z] === RUN TestValidateEnv/PATH= [2022-03-09T22:30:22.246Z] === RUN TestValidateEnv/PATH=something [2022-03-09T22:30:22.246Z] === RUN TestValidateEnv/asd!qwe [2022-03-09T22:30:22.246Z] === RUN TestValidateEnv/1asd [2022-03-09T22:30:22.246Z] === RUN TestValidateEnv/123 [2022-03-09T22:30:22.246Z] === RUN TestValidateEnv/some_space [2022-03-09T22:30:22.246Z] === RUN TestValidateEnv/__some_space_before [2022-03-09T22:30:22.246Z] === RUN TestValidateEnv/some_space_after__ [2022-03-09T22:30:22.246Z] === RUN TestValidateEnv/= [2022-03-09T22:30:22.246Z] === RUN TestValidateEnv/PaTh [2022-03-09T22:30:22.246Z] --- PASS: TestValidateEnv (0.00s) [2022-03-09T22:30:22.246Z] --- PASS: TestValidateEnv/a (0.00s) [2022-03-09T22:30:22.246Z] --- PASS: TestValidateEnv/something (0.00s) [2022-03-09T22:30:22.246Z] --- PASS: TestValidateEnv/_=a (0.00s) [2022-03-09T22:30:22.246Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2022-03-09T22:30:22.246Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2022-03-09T22:30:22.246Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2022-03-09T22:30:22.246Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2022-03-09T22:30:22.246Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2022-03-09T22:30:22.246Z] --- PASS: TestValidateEnv/PATH (0.00s) [2022-03-09T22:30:22.246Z] --- PASS: TestValidateEnv/=a (0.00s) [2022-03-09T22:30:22.246Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2022-03-09T22:30:22.246Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2022-03-09T22:30:22.246Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2022-03-09T22:30:22.246Z] --- PASS: TestValidateEnv/1asd (0.00s) [2022-03-09T22:30:22.246Z] --- PASS: TestValidateEnv/123 (0.00s) [2022-03-09T22:30:22.246Z] --- PASS: TestValidateEnv/some_space (0.00s) [2022-03-09T22:30:22.246Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2022-03-09T22:30:22.246Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2022-03-09T22:30:22.246Z] --- PASS: TestValidateEnv/= (0.00s) [2022-03-09T22:30:22.246Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2022-03-09T22:30:22.246Z] === RUN TestParseHost [2022-03-09T22:30:22.246Z] --- PASS: TestParseHost (0.00s) [2022-03-09T22:30:22.246Z] === RUN TestParseDockerDaemonHost [2022-03-09T22:30:22.246Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2022-03-09T22:30:22.246Z] === RUN TestParseTCP [2022-03-09T22:30:22.246Z] --- PASS: TestParseTCP (0.00s) [2022-03-09T22:30:22.246Z] === RUN TestParseInvalidUnixAddrInvalid [2022-03-09T22:30:22.246Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2022-03-09T22:30:22.246Z] === RUN TestValidateExtraHosts [2022-03-09T22:30:22.246Z] --- PASS: TestValidateExtraHosts (0.00s) [2022-03-09T22:30:22.246Z] === RUN TestIpOptString [2022-03-09T22:30:22.246Z] --- PASS: TestIpOptString (0.00s) [2022-03-09T22:30:22.246Z] === RUN TestNewIpOptInvalidDefaultVal [2022-03-09T22:30:22.246Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s) [2022-03-09T22:30:22.246Z] === RUN TestNewIpOptValidDefaultVal [2022-03-09T22:30:22.246Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s) [2022-03-09T22:30:22.246Z] === RUN TestIpOptSetInvalidVal [2022-03-09T22:30:22.246Z] --- PASS: TestIpOptSetInvalidVal (0.00s) [2022-03-09T22:30:22.246Z] === RUN TestValidateIPAddress [2022-03-09T22:30:22.246Z] --- PASS: TestValidateIPAddress (0.00s) [2022-03-09T22:30:22.246Z] === RUN TestMapOpts [2022-03-09T22:30:22.246Z] --- PASS: TestMapOpts (0.00s) [2022-03-09T22:30:22.246Z] === RUN TestListOptsWithoutValidator [2022-03-09T22:30:22.246Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2022-03-09T22:30:22.246Z] === RUN TestListOptsWithValidator [2022-03-09T22:30:22.246Z] --- PASS: TestListOptsWithValidator (0.00s) [2022-03-09T22:30:22.246Z] === RUN TestValidateDNSSearch [2022-03-09T22:30:22.246Z] --- PASS: TestValidateDNSSearch (0.00s) [2022-03-09T22:30:22.246Z] === RUN TestValidateLabel [2022-03-09T22:30:22.246Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2022-03-09T22:30:22.246Z] === RUN TestValidateLabel/label_with_general_format [2022-03-09T22:30:22.246Z] === RUN TestValidateLabel/label_with_more_than_one_= [2022-03-09T22:30:22.246Z] === RUN TestValidateLabel/label_with_one_more [2022-03-09T22:30:22.246Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2022-03-09T22:30:22.246Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2022-03-09T22:30:22.246Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2022-03-09T22:30:22.246Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2022-03-09T22:30:22.246Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2022-03-09T22:30:22.246Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2022-03-09T22:30:22.246Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2022-03-09T22:30:22.246Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2022-03-09T22:30:22.246Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2022-03-09T22:30:22.246Z] --- PASS: TestValidateLabel (0.00s) [2022-03-09T22:30:22.246Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2022-03-09T22:30:22.246Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2022-03-09T22:30:22.246Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2022-03-09T22:30:22.246Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2022-03-09T22:30:22.246Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2022-03-09T22:30:22.246Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2022-03-09T22:30:22.246Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2022-03-09T22:30:22.246Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2022-03-09T22:30:22.246Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2022-03-09T22:30:22.246Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2022-03-09T22:30:22.246Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2022-03-09T22:30:22.246Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2022-03-09T22:30:22.246Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2022-03-09T22:30:22.246Z] === RUN TestNamedListOpts [2022-03-09T22:30:22.246Z] --- PASS: TestNamedListOpts (0.00s) [2022-03-09T22:30:22.246Z] === RUN TestNamedMapOpts [2022-03-09T22:30:22.246Z] --- PASS: TestNamedMapOpts (0.00s) [2022-03-09T22:30:22.246Z] === RUN TestParseLink [2022-03-09T22:30:22.246Z] --- PASS: TestParseLink (0.00s) [2022-03-09T22:30:22.246Z] === RUN TestQuotedStringSetWithQuotes [2022-03-09T22:30:22.246Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s) [2022-03-09T22:30:22.246Z] === RUN TestQuotedStringSetWithMismatchedQuotes [2022-03-09T22:30:22.246Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s) [2022-03-09T22:30:22.246Z] === RUN TestQuotedStringSetWithNoQuotes [2022-03-09T22:30:22.246Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s) [2022-03-09T22:30:22.246Z] === RUN TestQuotedStringEmptyOrSingleCharString [2022-03-09T22:30:22.246Z] --- PASS: TestQuotedStringEmptyOrSingleCharString (0.00s) [2022-03-09T22:30:22.246Z] === RUN TestUlimitOpt [2022-03-09T22:30:22.246Z] --- PASS: TestUlimitOpt (0.00s) [2022-03-09T22:30:22.246Z] PASS [2022-03-09T22:30:22.246Z] coverage: 67.4% of statements [2022-03-09T22:30:22.246Z] ok github.com/docker/docker/opts 0.077s coverage: 67.4% of statements [2022-03-09T22:30:23.534Z] === RUN TestDockerSuite/TestDockerNetworkDeleteNotExists [2022-03-09T22:30:23.534Z] === RUN TestDockerSuite/TestDockerNetworkInspect [2022-03-09T22:30:23.534Z] === RUN TestDockerSuite/TestDockerNetworkInspectWithID [2022-03-09T22:30:23.792Z] === RUN TestDockerSuite/TestDockerNetworkInternalMode [2022-03-09T22:30:23.920Z] --- PASS: TestNetworkDBJoinLeaveNetworks (3.03s) [2022-03-09T22:30:23.920Z] === RUN TestNetworkDBCRUDTableEntry [2022-03-09T22:30:24.425Z] === RUN TestPeerCertificateMarshalJSON [2022-03-09T22:30:24.425Z] === RUN TestIsArchivePathDir [2022-03-09T22:30:24.425Z] --- PASS: TestIsArchivePathDir (0.08s) [2022-03-09T22:30:24.425Z] === RUN TestIsArchivePathInvalidFile [2022-03-09T22:30:24.902Z] Created binary: bundles/cross/linux/ppc64le-daemon/dockerd-dev [2022-03-09T22:30:24.902Z] Building: bundles/cross/linux/ppc64le-daemon/docker-proxy-dev [2022-03-09T22:30:24.903Z] GOOS="linux" GOARCH="ppc64le" GOARM="" [2022-03-09T22:30:24.903Z] Created binary: bundles/cross/linux/ppc64le-daemon/docker-proxy-dev [2022-03-09T22:30:24.903Z] Cross building: bundles/cross/linux/s390x [2022-03-09T22:30:24.903Z] Building: bundles/cross/linux/s390x-daemon/dockerd-dev [2022-03-09T22:30:24.903Z] GOOS="linux" GOARCH="s390x" GOARM="" [2022-03-09T22:30:24.929Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2022-03-09T22:30:24.929Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2022-03-09T22:30:24.929Z] --- PASS: TestPeerCertificateMarshalJSON (0.43s) [2022-03-09T22:30:24.929Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2022-03-09T22:30:24.929Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2022-03-09T22:30:24.929Z] === RUN TestMiddleware [2022-03-09T22:30:24.929Z] --- PASS: TestMiddleware (0.00s) [2022-03-09T22:30:24.929Z] === RUN TestNewResponseModifier [2022-03-09T22:30:24.929Z] --- PASS: TestNewResponseModifier (0.00s) [2022-03-09T22:30:24.929Z] PASS [2022-03-09T22:30:24.929Z] coverage: 26.8% of statements [2022-03-09T22:30:24.929Z] ok github.com/docker/docker/pkg/authorization 0.483s coverage: 26.8% of statements [2022-03-09T22:30:24.929Z] --- PASS: TestIsArchivePathInvalidFile (0.17s) [2022-03-09T22:30:24.929Z] === RUN TestIsArchivePathTar [2022-03-09T22:30:24.929Z] --- PASS: TestIsArchivePathTar (0.20s) [2022-03-09T22:30:24.929Z] === RUN TestDecompressStreamGzip [2022-03-09T22:30:24.929Z] --- PASS: TestDecompressStreamGzip (0.14s) [2022-03-09T22:30:24.929Z] === RUN TestDecompressStreamBzip2 [2022-03-09T22:30:25.433Z] --- PASS: TestDecompressStreamBzip2 (0.12s) [2022-03-09T22:30:25.433Z] === RUN TestDecompressStreamXz [2022-03-09T22:30:25.433Z] archive_test.go:133: Xz not present in msys2 [2022-03-09T22:30:25.433Z] --- SKIP: TestDecompressStreamXz (0.00s) [2022-03-09T22:30:25.433Z] === RUN TestDecompressStreamZstd [2022-03-09T22:30:25.433Z] archive_test.go:140: zstd not installed [2022-03-09T22:30:25.433Z] --- SKIP: TestDecompressStreamZstd (0.02s) [2022-03-09T22:30:25.433Z] === RUN TestCompressStreamXzUnsupported [2022-03-09T22:30:25.433Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2022-03-09T22:30:25.433Z] === RUN TestCompressStreamBzip2Unsupported [2022-03-09T22:30:25.433Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2022-03-09T22:30:25.433Z] === RUN TestCompressStreamInvalid [2022-03-09T22:30:25.433Z] --- PASS: TestCompressStreamInvalid (0.00s) [2022-03-09T22:30:25.433Z] === RUN TestExtensionInvalid [2022-03-09T22:30:25.433Z] --- PASS: TestExtensionInvalid (0.00s) [2022-03-09T22:30:25.433Z] === RUN TestExtensionUncompressed [2022-03-09T22:30:25.433Z] --- PASS: TestExtensionUncompressed (0.00s) [2022-03-09T22:30:25.433Z] === RUN TestExtensionBzip2 [2022-03-09T22:30:25.433Z] --- PASS: TestExtensionBzip2 (0.00s) [2022-03-09T22:30:25.433Z] === RUN TestExtensionGzip [2022-03-09T22:30:25.433Z] --- PASS: TestExtensionGzip (0.00s) [2022-03-09T22:30:25.433Z] === RUN TestExtensionXz [2022-03-09T22:30:25.433Z] --- PASS: TestExtensionXz (0.00s) [2022-03-09T22:30:25.433Z] === RUN TestExtensionZstd [2022-03-09T22:30:25.433Z] --- PASS: TestExtensionZstd (0.00s) [2022-03-09T22:30:25.433Z] === RUN TestCmdStreamLargeStderr [2022-03-09T22:30:25.433Z] --- PASS: TestCmdStreamLargeStderr (0.09s) [2022-03-09T22:30:25.433Z] === RUN TestCmdStreamBad [2022-03-09T22:30:25.433Z] archive_test.go:252: Failing on Windows CI machines [2022-03-09T22:30:25.433Z] --- SKIP: TestCmdStreamBad (0.00s) [2022-03-09T22:30:25.433Z] === RUN TestCmdStreamGood [2022-03-09T22:30:25.433Z] === RUN TestUnbuffered [2022-03-09T22:30:25.433Z] --- PASS: TestUnbuffered (0.00s) [2022-03-09T22:30:25.433Z] === RUN TestRaceUnbuffered [2022-03-09T22:30:25.433Z] --- PASS: TestRaceUnbuffered (0.00s) [2022-03-09T22:30:25.433Z] PASS [2022-03-09T22:30:25.433Z] coverage: 100.0% of statements [2022-03-09T22:30:25.433Z] ok github.com/docker/docker/pkg/broadcaster 0.046s coverage: 100.0% of statements [2022-03-09T22:30:25.433Z] --- PASS: TestCmdStreamGood (0.05s) [2022-03-09T22:30:25.433Z] === RUN TestUntarPathWithInvalidDest [2022-03-09T22:30:25.433Z] --- PASS: TestUntarPathWithInvalidDest (0.08s) [2022-03-09T22:30:25.433Z] === RUN TestUntarPathWithInvalidSrc [2022-03-09T22:30:25.433Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2022-03-09T22:30:25.433Z] === RUN TestUntarPath [2022-03-09T22:30:25.433Z] --- PASS: TestUntarPath (0.07s) [2022-03-09T22:30:25.433Z] === RUN TestUntarPathWithDestinationFile [2022-03-09T22:30:25.433Z] --- PASS: TestUntarPathWithDestinationFile (0.07s) [2022-03-09T22:30:25.433Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2022-03-09T22:30:25.937Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.08s) [2022-03-09T22:30:25.937Z] === RUN TestCopyWithTarInvalidSrc [2022-03-09T22:30:25.937Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2022-03-09T22:30:25.937Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2022-03-09T22:30:25.937Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2022-03-09T22:30:25.937Z] === RUN TestCopyWithTarSrcFile [2022-03-09T22:30:25.937Z] --- PASS: TestCopyWithTarSrcFile (0.01s) [2022-03-09T22:30:25.937Z] === RUN TestCopyWithTarSrcFolder [2022-03-09T22:30:25.937Z] --- PASS: TestCopyWithTarSrcFolder (0.01s) [2022-03-09T22:30:25.937Z] === RUN TestCopyFileWithTarInvalidSrc [2022-03-09T22:30:25.937Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s) [2022-03-09T22:30:25.937Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2022-03-09T22:30:25.937Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.01s) [2022-03-09T22:30:25.937Z] === RUN TestCopyFileWithTarSrcFolder [2022-03-09T22:30:25.937Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s) [2022-03-09T22:30:25.937Z] === RUN TestCopyFileWithTarSrcFile [2022-03-09T22:30:25.937Z] --- PASS: TestCopyFileWithTarSrcFile (0.01s) [2022-03-09T22:30:25.937Z] === RUN TestTarFiles [2022-03-09T22:30:25.937Z] === RUN TestMatch [2022-03-09T22:30:25.937Z] === RUN TestMatch/[[]] [2022-03-09T22:30:25.937Z] === RUN TestMatch/[[foo]] [2022-03-09T22:30:25.937Z] === RUN TestMatch/[[bar]_[foo]] [2022-03-09T22:30:25.937Z] === RUN TestMatch/[[foo_bar]] [2022-03-09T22:30:25.937Z] === RUN TestMatch/[[qux]_[foo]] [2022-03-09T22:30:25.937Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2022-03-09T22:30:25.937Z] === RUN TestMatch/[] [2022-03-09T22:30:25.937Z] === RUN TestMatch/[]#01 [2022-03-09T22:30:25.937Z] === RUN TestMatch/[[qux]] [2022-03-09T22:30:25.937Z] === RUN TestMatch/[[foo_bar_qux]] [2022-03-09T22:30:25.937Z] === RUN TestMatch/[[qux]_[baz]] [2022-03-09T22:30:25.937Z] === RUN TestMatch/[[foo_baz]] [2022-03-09T22:30:25.937Z] --- PASS: TestMatch (0.00s) [2022-03-09T22:30:25.937Z] --- PASS: TestMatch/[[]] (0.00s) [2022-03-09T22:30:25.937Z] --- PASS: TestMatch/[[foo]] (0.00s) [2022-03-09T22:30:25.937Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2022-03-09T22:30:25.937Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2022-03-09T22:30:25.937Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2022-03-09T22:30:25.938Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2022-03-09T22:30:25.938Z] --- PASS: TestMatch/[] (0.00s) [2022-03-09T22:30:25.938Z] --- PASS: TestMatch/[]#01 (0.00s) [2022-03-09T22:30:25.938Z] --- PASS: TestMatch/[[qux]] (0.00s) [2022-03-09T22:30:25.938Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2022-03-09T22:30:25.938Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2022-03-09T22:30:25.938Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2022-03-09T22:30:25.938Z] PASS [2022-03-09T22:30:25.938Z] coverage: 87.5% of statements [2022-03-09T22:30:25.938Z] ok github.com/docker/docker/pkg/capabilities 0.054s coverage: 87.5% of statements [2022-03-09T22:30:26.442Z] 2022/03/09 22:30:26 Closing DB instances... [2022-03-09T22:30:27.501Z] === RUN TestChrootTarUntar [2022-03-09T22:30:27.501Z] archive_test.go:44: os.Getuid() != 0: skipping test that requires root [2022-03-09T22:30:27.501Z] --- SKIP: TestChrootTarUntar (0.00s) [2022-03-09T22:30:27.501Z] === RUN TestChrootUntarWithHugeExcludesList [2022-03-09T22:30:27.501Z] archive_test.go:76: os.Getuid() != 0: skipping test that requires root [2022-03-09T22:30:27.501Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2022-03-09T22:30:27.501Z] === RUN TestChrootUntarEmptyArchive [2022-03-09T22:30:27.501Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2022-03-09T22:30:27.501Z] === RUN TestChrootTarUntarWithSymlink [2022-03-09T22:30:27.501Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-09T22:30:27.501Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2022-03-09T22:30:27.501Z] === RUN TestChrootCopyWithTar [2022-03-09T22:30:27.501Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-09T22:30:27.501Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2022-03-09T22:30:27.501Z] === RUN TestChrootCopyFileWithTar [2022-03-09T22:30:27.501Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2022-03-09T22:30:27.501Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2022-03-09T22:30:27.501Z] === RUN TestChrootUntarPath [2022-03-09T22:30:27.501Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-09T22:30:27.501Z] --- SKIP: TestChrootUntarPath (0.00s) [2022-03-09T22:30:27.501Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2022-03-09T22:30:27.501Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2022-03-09T22:30:27.501Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-03-09T22:30:27.501Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2022-03-09T22:30:27.501Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2022-03-09T22:30:27.501Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-03-09T22:30:27.501Z] === RUN TestChrootApplyDotDotFile [2022-03-09T22:30:27.501Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2022-03-09T22:30:27.501Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2022-03-09T22:30:27.501Z] PASS [2022-03-09T22:30:27.501Z] coverage: 15.1% of statements [2022-03-09T22:30:27.501Z] ok github.com/docker/docker/pkg/chrootarchive 0.109s coverage: 15.1% of statements [2022-03-09T22:30:28.566Z] --- PASS: TestNetworkDBCRUDTableEntry (4.67s) [2022-03-09T22:30:28.566Z] === RUN TestNetworkDBCRUDTableEntries [2022-03-09T22:30:28.566Z] === RUN TestEnsureRemoveAllNotExist [2022-03-09T22:30:28.566Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2022-03-09T22:30:28.566Z] === RUN TestEnsureRemoveAllWithDir [2022-03-09T22:30:28.566Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2022-03-09T22:30:28.566Z] === RUN TestEnsureRemoveAllWithFile [2022-03-09T22:30:28.566Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2022-03-09T22:30:28.566Z] PASS [2022-03-09T22:30:28.566Z] coverage: 0.0% of statements [2022-03-09T22:30:28.566Z] ok github.com/docker/docker/pkg/containerfs 0.053s coverage: 0.0% of statements [2022-03-09T22:30:29.051Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2022-03-09T22:30:29.199Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.03s) [2022-03-09T22:30:29.199Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (20.42s) [2022-03-09T22:30:29.199Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (20.45s) [2022-03-09T22:30:29.199Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (20.82s) [2022-03-09T22:30:29.199Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (21.13s) [2022-03-09T22:30:29.199Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (11.94s) [2022-03-09T22:30:29.199Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (12.90s) [2022-03-09T22:30:29.199Z] === RUN TestBuildMultiStageCopy [2022-03-09T22:30:29.199Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-03-09T22:30:29.627Z] === RUN TestSizeEmpty [2022-03-09T22:30:29.627Z] --- PASS: TestSizeEmpty (0.00s) [2022-03-09T22:30:29.627Z] === RUN TestSizeEmptyFile [2022-03-09T22:30:29.627Z] --- PASS: TestSizeEmptyFile (0.00s) [2022-03-09T22:30:29.627Z] === RUN TestSizeNonemptyFile [2022-03-09T22:30:29.627Z] --- PASS: TestSizeNonemptyFile (0.00s) [2022-03-09T22:30:29.627Z] === RUN TestSizeNestedDirectoryEmpty [2022-03-09T22:30:29.627Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2022-03-09T22:30:29.627Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2022-03-09T22:30:29.627Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.02s) [2022-03-09T22:30:29.627Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2022-03-09T22:30:29.627Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2022-03-09T22:30:29.627Z] === RUN TestMoveToSubdir [2022-03-09T22:30:29.627Z] --- PASS: TestMoveToSubdir (0.01s) [2022-03-09T22:30:29.627Z] === RUN TestSizeNonExistingDirectory [2022-03-09T22:30:29.627Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2022-03-09T22:30:29.627Z] PASS [2022-03-09T22:30:29.627Z] coverage: 80.0% of statements [2022-03-09T22:30:29.627Z] ok github.com/docker/docker/pkg/directory 0.082s coverage: 80.0% of statements [2022-03-09T22:30:30.686Z] 2022/03/09 22:30:30 Closing DB instances... [2022-03-09T22:30:30.686Z] === RUN TestPollerAddRemove [2022-03-09T22:30:30.686Z] --- PASS: TestPollerAddRemove (0.00s) [2022-03-09T22:30:30.686Z] === RUN TestPollerEvent [2022-03-09T22:30:30.686Z] poller_test.go:40: No chmod on Windows [2022-03-09T22:30:30.686Z] --- SKIP: TestPollerEvent (0.00s) [2022-03-09T22:30:30.686Z] === RUN TestPollerClose [2022-03-09T22:30:30.686Z] --- PASS: TestPollerClose (0.00s) [2022-03-09T22:30:30.686Z] PASS [2022-03-09T22:30:30.686Z] coverage: 45.7% of statements [2022-03-09T22:30:30.686Z] ok github.com/docker/docker/pkg/filenotify 0.048s coverage: 45.7% of statements [2022-03-09T22:30:30.951Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2022-03-09T22:30:31.749Z] === RUN TestCopyFileWithInvalidSrc [2022-03-09T22:30:31.749Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2022-03-09T22:30:31.749Z] === RUN TestCopyFileWithInvalidDest [2022-03-09T22:30:31.749Z] --- PASS: TestCopyFileWithInvalidDest (0.00s) [2022-03-09T22:30:31.750Z] === RUN TestCopyFileWithSameSrcAndDest [2022-03-09T22:30:31.750Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2022-03-09T22:30:31.750Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2022-03-09T22:30:31.750Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.01s) [2022-03-09T22:30:32.254Z] === RUN TestCopyFile [2022-03-09T22:30:32.254Z] --- PASS: TestCopyFile (0.01s) [2022-03-09T22:30:32.254Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2022-03-09T22:30:32.254Z] fileutils_test.go:133: Needs porting to Windows [2022-03-09T22:30:32.254Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-03-09T22:30:32.254Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2022-03-09T22:30:32.254Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2022-03-09T22:30:32.254Z] === RUN TestReadSymlinkedDirectoryToFile [2022-03-09T22:30:32.254Z] fileutils_test.go:179: Needs porting to Windows [2022-03-09T22:30:32.254Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2022-03-09T22:30:32.254Z] === RUN TestWildcardMatches [2022-03-09T22:30:32.254Z] --- PASS: TestWildcardMatches (0.00s) [2022-03-09T22:30:32.254Z] === RUN TestPatternMatches [2022-03-09T22:30:32.254Z] --- PASS: TestPatternMatches (0.00s) [2022-03-09T22:30:32.254Z] === RUN TestExclusionPatternMatchesPatternBefore [2022-03-09T22:30:32.254Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2022-03-09T22:30:32.254Z] === RUN TestPatternMatchesFolderExclusions [2022-03-09T22:30:32.254Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2022-03-09T22:30:32.254Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2022-03-09T22:30:32.254Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2022-03-09T22:30:32.254Z] === RUN TestPatternMatchesFolderWildcardExclusions [2022-03-09T22:30:32.254Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2022-03-09T22:30:32.254Z] === RUN TestExclusionPatternMatchesPatternAfter [2022-03-09T22:30:32.254Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2022-03-09T22:30:32.254Z] === RUN TestExclusionPatternMatchesWholeDirectory [2022-03-09T22:30:32.254Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2022-03-09T22:30:32.254Z] === RUN TestSingleExclamationError [2022-03-09T22:30:32.254Z] --- PASS: TestSingleExclamationError (0.00s) [2022-03-09T22:30:32.254Z] === RUN TestMatchesWithNoPatterns [2022-03-09T22:30:32.254Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2022-03-09T22:30:32.254Z] === RUN TestMatchesWithMalformedPatterns [2022-03-09T22:30:32.254Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2022-03-09T22:30:32.254Z] === RUN TestMatches [2022-03-09T22:30:32.254Z] === RUN TestMatches/MatchesOrParentMatches [2022-03-09T22:30:32.254Z] === RUN TestMatches/MatchesUsingParentResult [2022-03-09T22:30:32.254Z] === RUN TestMatches/MatchesUsingParentResults [2022-03-09T22:30:32.254Z] === RUN TestMatches/MatchesUsingParentResultsNoContext [2022-03-09T22:30:32.254Z] --- PASS: TestMatches (0.01s) [2022-03-09T22:30:32.254Z] --- PASS: TestMatches/MatchesOrParentMatches (0.00s) [2022-03-09T22:30:32.254Z] --- PASS: TestMatches/MatchesUsingParentResult (0.00s) [2022-03-09T22:30:32.254Z] --- PASS: TestMatches/MatchesUsingParentResults (0.00s) [2022-03-09T22:30:32.254Z] --- PASS: TestMatches/MatchesUsingParentResultsNoContext (0.00s) [2022-03-09T22:30:32.254Z] === RUN TestCleanPatterns [2022-03-09T22:30:32.254Z] --- PASS: TestCleanPatterns (0.00s) [2022-03-09T22:30:32.254Z] === RUN TestCleanPatternsStripEmptyPatterns [2022-03-09T22:30:32.254Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2022-03-09T22:30:32.254Z] === RUN TestCleanPatternsExceptionFlag [2022-03-09T22:30:32.254Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2022-03-09T22:30:32.254Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2022-03-09T22:30:32.254Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2022-03-09T22:30:32.254Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2022-03-09T22:30:32.254Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2022-03-09T22:30:32.254Z] === RUN TestCleanPatternsErrorSingleException [2022-03-09T22:30:32.254Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2022-03-09T22:30:32.254Z] === RUN TestCreateIfNotExistsDir [2022-03-09T22:30:32.254Z] --- PASS: TestCreateIfNotExistsDir (0.00s) [2022-03-09T22:30:32.254Z] === RUN TestCreateIfNotExistsFile [2022-03-09T22:30:32.254Z] --- PASS: TestCreateIfNotExistsFile (0.01s) [2022-03-09T22:30:32.254Z] === RUN TestMatch [2022-03-09T22:30:32.254Z] --- PASS: TestMatch (0.00s) [2022-03-09T22:30:32.254Z] === RUN TestCompile [2022-03-09T22:30:32.254Z] === RUN TestCompile/slash [2022-03-09T22:30:32.254Z] === RUN TestCompile/backslash [2022-03-09T22:30:32.254Z] --- PASS: TestCompile (0.00s) [2022-03-09T22:30:32.254Z] --- PASS: TestCompile/slash (0.00s) [2022-03-09T22:30:32.254Z] --- PASS: TestCompile/backslash (0.00s) [2022-03-09T22:30:32.254Z] PASS [2022-03-09T22:30:32.254Z] coverage: 84.7% of statements [2022-03-09T22:30:32.254Z] ok github.com/docker/docker/pkg/fileutils 0.103s coverage: 84.7% of statements [2022-03-09T22:30:32.254Z] --- PASS: TestNetworkDBCRUDTableEntries (3.64s) [2022-03-09T22:30:32.254Z] === RUN TestNetworkDBNodeLeave [2022-03-09T22:30:32.325Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2022-03-09T22:30:32.758Z] === RUN TestGet [2022-03-09T22:30:32.758Z] --- PASS: TestGet (0.00s) [2022-03-09T22:30:32.758Z] === RUN TestGetShortcutString [2022-03-09T22:30:32.758Z] --- PASS: TestGetShortcutString (0.00s) [2022-03-09T22:30:32.758Z] PASS [2022-03-09T22:30:32.758Z] coverage: 42.9% of statements [2022-03-09T22:30:32.758Z] ok github.com/docker/docker/pkg/homedir 0.045s coverage: 42.9% of statements [2022-03-09T22:30:33.259Z] === RUN TestDockerSuite/TestEmbeddedDNSInvalidInput [2022-03-09T22:30:33.262Z] --- PASS: TestTarFiles (7.49s) [2022-03-09T22:30:33.262Z] === RUN TestDetectCompressionZstd [2022-03-09T22:30:33.262Z] --- PASS: TestDetectCompressionZstd (0.00s) [2022-03-09T22:30:33.262Z] === RUN TestTarUntar [2022-03-09T22:30:33.262Z] --- PASS: TestTarUntar (0.05s) [2022-03-09T22:30:33.262Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2022-03-09T22:30:33.262Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.01s) [2022-03-09T22:30:33.262Z] === RUN TestTarWithOptions [2022-03-09T22:30:33.262Z] --- PASS: TestTarWithOptions (0.03s) [2022-03-09T22:30:33.262Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2022-03-09T22:30:33.262Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2022-03-09T22:30:33.262Z] === RUN TestUntarUstarGnuConflict [2022-03-09T22:30:33.262Z] --- PASS: TestUntarUstarGnuConflict (0.00s) [2022-03-09T22:30:33.262Z] === RUN TestUntarInvalidFilenames [2022-03-09T22:30:33.517Z] --- PASS: TestCreateServiceConfigFileMode (12.74s) [2022-03-09T22:30:33.517Z] === RUN TestCreateServiceSysctls [2022-03-09T22:30:33.767Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames1812694601\\dest" [2022-03-09T22:30:33.767Z] --- PASS: TestUntarInvalidFilenames (0.22s) [2022-03-09T22:30:33.767Z] === RUN TestUntarHardlinkToSymlink [2022-03-09T22:30:33.767Z] --- PASS: TestUntarHardlinkToSymlink (0.01s) [2022-03-09T22:30:33.767Z] === RUN TestUntarInvalidHardlink [2022-03-09T22:30:33.767Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3105832363\\victim\\hello" -> "../victim/hello" [2022-03-09T22:30:33.767Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1026174543\\victim\\hello" -> "/../victim/hello" [2022-03-09T22:30:33.767Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2246337575\\victim" -> "../victim" [2022-03-09T22:30:33.767Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1720058104\\victim" -> "../victim" [2022-03-09T22:30:33.767Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink4212161837\\victim" -> "../victim" [2022-03-09T22:30:33.767Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink888067427\\victim" -> "../victim" [2022-03-09T22:30:33.767Z] --- PASS: TestUntarInvalidHardlink (0.05s) [2022-03-09T22:30:33.767Z] === RUN TestUntarInvalidSymlink [2022-03-09T22:30:33.767Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1901561252\\dest\\dotdot" -> "../victim/hello" [2022-03-09T22:30:33.767Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2242719530\\dest\\slash-dotdot" -> "/../victim/hello" [2022-03-09T22:30:33.767Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2533903119\\dest\\loophole-victim" -> "../victim" [2022-03-09T22:30:33.767Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3937974856\\dest\\loophole-victim" -> "../victim" [2022-03-09T22:30:33.767Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1331212987\\dest\\loophole-victim" -> "../victim" [2022-03-09T22:30:33.767Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3408146461\\dest\\loophole-victim" -> "../victim" [2022-03-09T22:30:33.767Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink315758172\\dest\\dir\\loophole" -> "../../victim" [2022-03-09T22:30:33.767Z] --- PASS: TestUntarInvalidSymlink (0.06s) [2022-03-09T22:30:33.767Z] === RUN TestTempArchiveCloseMultipleTimes [2022-03-09T22:30:33.767Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2022-03-09T22:30:33.767Z] === RUN TestXGlobalNoParent [2022-03-09T22:30:33.767Z] --- PASS: TestXGlobalNoParent (0.00s) [2022-03-09T22:30:33.767Z] === RUN TestReplaceFileTarWrapper [2022-03-09T22:30:33.767Z] === RUN TestCreateIDMapOrder [2022-03-09T22:30:33.767Z] --- PASS: TestCreateIDMapOrder (0.00s) [2022-03-09T22:30:33.767Z] PASS [2022-03-09T22:30:33.767Z] coverage: 7.2% of statements [2022-03-09T22:30:33.767Z] ok github.com/docker/docker/pkg/idtools 0.048s coverage: 7.2% of statements [2022-03-09T22:30:33.767Z] --- PASS: TestReplaceFileTarWrapper (0.23s) [2022-03-09T22:30:33.767Z] === RUN TestPrefixHeaderReadable [2022-03-09T22:30:33.767Z] --- PASS: TestPrefixHeaderReadable (0.04s) [2022-03-09T22:30:33.767Z] === RUN TestDisablePigz [2022-03-09T22:30:33.767Z] archive_test.go:1372: Test will not check full path when Pigz not installed [2022-03-09T22:30:34.084Z] === RUN TestDockerSuite/TestEventsAttach [2022-03-09T22:30:34.272Z] --- PASS: TestDisablePigz (0.15s) [2022-03-09T22:30:34.272Z] === RUN TestPigz [2022-03-09T22:30:34.272Z] archive_test.go:1401: Tested whether Pigz is not used, as it not installed [2022-03-09T22:30:34.272Z] --- PASS: TestPigz (0.16s) [2022-03-09T22:30:34.272Z] === RUN TestNosysFileInfo [2022-03-09T22:30:34.272Z] --- PASS: TestNosysFileInfo (0.00s) [2022-03-09T22:30:34.272Z] === RUN TestCopyFileWithInvalidDest [2022-03-09T22:30:34.272Z] archive_windows_test.go:16: Currently fails [2022-03-09T22:30:34.272Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2022-03-09T22:30:34.272Z] === RUN TestCanonicalTarNameForPath [2022-03-09T22:30:34.272Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2022-03-09T22:30:34.272Z] === RUN TestCanonicalTarName [2022-03-09T22:30:34.272Z] --- PASS: TestCanonicalTarName (0.00s) [2022-03-09T22:30:34.272Z] === RUN TestChmodTarEntry [2022-03-09T22:30:34.272Z] --- PASS: TestChmodTarEntry (0.00s) [2022-03-09T22:30:34.272Z] === RUN TestHardLinkOrder [2022-03-09T22:30:34.272Z] --- PASS: TestHardLinkOrder (0.16s) [2022-03-09T22:30:34.272Z] === RUN TestChangeString [2022-03-09T22:30:34.272Z] --- PASS: TestChangeString (0.00s) [2022-03-09T22:30:34.272Z] === RUN TestChangesWithNoChanges [2022-03-09T22:30:34.272Z] --- PASS: TestChangesWithNoChanges (0.04s) [2022-03-09T22:30:34.272Z] === RUN TestChangesWithChanges [2022-03-09T22:30:34.650Z] === RUN TestDockerSuite/TestEventsCommit [2022-03-09T22:30:34.776Z] --- PASS: TestChangesWithChanges (0.04s) [2022-03-09T22:30:34.777Z] === RUN TestChangesWithChangesGH13590 [2022-03-09T22:30:34.777Z] changes_test.go:195: needs more investigation [2022-03-09T22:30:34.777Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2022-03-09T22:30:34.777Z] === RUN TestChangesDirsEmpty [2022-03-09T22:30:34.777Z] --- PASS: TestChangesDirsEmpty (0.18s) [2022-03-09T22:30:34.777Z] === RUN TestChangesDirsMutated [2022-03-09T22:30:34.777Z] --- PASS: TestChangesDirsMutated (0.16s) [2022-03-09T22:30:34.777Z] === RUN TestApplyLayer [2022-03-09T22:30:34.777Z] changes_test.go:432: needs further investigation [2022-03-09T22:30:34.777Z] --- SKIP: TestApplyLayer (0.00s) [2022-03-09T22:30:34.777Z] === RUN TestChangesSizeWithHardlinks [2022-03-09T22:30:34.777Z] changes_test.go:468: needs further investigation [2022-03-09T22:30:34.777Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2022-03-09T22:30:34.777Z] === RUN TestChangesSizeWithNoChanges [2022-03-09T22:30:34.777Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2022-03-09T22:30:34.777Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2022-03-09T22:30:34.777Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2022-03-09T22:30:34.777Z] === RUN TestChangesSize [2022-03-09T22:30:34.777Z] --- PASS: TestChangesSize (0.00s) [2022-03-09T22:30:34.777Z] === RUN TestApplyLayerInvalidFilenames [2022-03-09T22:30:34.777Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames1683464819\\dest" [2022-03-09T22:30:34.777Z] --- PASS: TestApplyLayerInvalidFilenames (0.02s) [2022-03-09T22:30:34.777Z] === RUN TestApplyLayerInvalidHardlink [2022-03-09T22:30:34.777Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2041151195\\victim\\hello" -> "../victim/hello" [2022-03-09T22:30:34.777Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink1013629587\\victim\\hello" -> "/../victim/hello" [2022-03-09T22:30:34.777Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink1664564515\\victim" -> "../victim" [2022-03-09T22:30:34.777Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3782910911\\victim" -> "../victim" [2022-03-09T22:30:34.777Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink4237639799\\victim" -> "../victim" [2022-03-09T22:30:34.777Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2968764763\\victim" -> "../victim" [2022-03-09T22:30:34.777Z] --- PASS: TestApplyLayerInvalidHardlink (0.04s) [2022-03-09T22:30:34.777Z] === RUN TestApplyLayerInvalidSymlink [2022-03-09T22:30:34.777Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink4068306572\\dest\\dotdot" -> "../victim/hello" [2022-03-09T22:30:34.777Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink4235474737\\dest\\slash-dotdot" -> "/../victim/hello" [2022-03-09T22:30:34.777Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink4100461542\\dest\\loophole-victim" -> "../victim" [2022-03-09T22:30:34.777Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3430827964\\dest\\loophole-victim" -> "../victim" [2022-03-09T22:30:34.777Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink2213634420\\dest\\loophole-victim" -> "../victim" [2022-03-09T22:30:34.777Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink989080025\\dest\\loophole-victim" -> "../victim" [2022-03-09T22:30:34.777Z] --- PASS: TestApplyLayerInvalidSymlink (0.04s) [2022-03-09T22:30:34.777Z] === RUN TestApplyLayerWhiteouts [2022-03-09T22:30:35.281Z] --- PASS: TestNetworkDBNodeLeave (2.84s) [2022-03-09T22:30:35.281Z] === RUN TestNetworkDBWatch [2022-03-09T22:30:35.281Z] --- PASS: TestApplyLayerWhiteouts (0.10s) [2022-03-09T22:30:35.281Z] === RUN TestGenerateEmptyFile [2022-03-09T22:30:35.281Z] --- PASS: TestGenerateEmptyFile (0.00s) [2022-03-09T22:30:35.281Z] === RUN TestGenerateWithContent [2022-03-09T22:30:35.281Z] --- PASS: TestGenerateWithContent (0.00s) [2022-03-09T22:30:35.281Z] PASS [2022-03-09T22:30:35.281Z] coverage: 63.0% of statements [2022-03-09T22:30:35.281Z] ok github.com/docker/docker/pkg/archive 10.564s coverage: 63.0% of statements [2022-03-09T22:30:35.281Z] === RUN TestFixedBufferCap [2022-03-09T22:30:35.281Z] --- PASS: TestFixedBufferCap (0.00s) [2022-03-09T22:30:35.281Z] === RUN TestFixedBufferLen [2022-03-09T22:30:35.281Z] --- PASS: TestFixedBufferLen (0.00s) [2022-03-09T22:30:35.281Z] === RUN TestFixedBufferString [2022-03-09T22:30:35.281Z] --- PASS: TestFixedBufferString (0.00s) [2022-03-09T22:30:35.281Z] === RUN TestFixedBufferWrite [2022-03-09T22:30:35.281Z] --- PASS: TestFixedBufferWrite (0.00s) [2022-03-09T22:30:35.281Z] === RUN TestFixedBufferRead [2022-03-09T22:30:35.281Z] --- PASS: TestFixedBufferRead (0.00s) [2022-03-09T22:30:35.281Z] === RUN TestBytesPipeRead [2022-03-09T22:30:35.281Z] --- PASS: TestBytesPipeRead (0.00s) [2022-03-09T22:30:35.281Z] === RUN TestBytesPipeWrite [2022-03-09T22:30:35.281Z] --- PASS: TestBytesPipeWrite (0.00s) [2022-03-09T22:30:35.281Z] === RUN TestBytesPipeWriteRandomChunks [2022-03-09T22:30:35.586Z] === RUN TestDockerSuite/TestEventsContainerEvents [2022-03-09T22:30:35.786Z] --- PASS: TestBytesPipeWriteRandomChunks (0.53s) [2022-03-09T22:30:35.786Z] === RUN TestAtomicWriteToFile [2022-03-09T22:30:35.786Z] --- PASS: TestAtomicWriteToFile (0.01s) [2022-03-09T22:30:35.786Z] === RUN TestAtomicWriteSetCommit [2022-03-09T22:30:35.786Z] --- PASS: TestAtomicWriteSetCommit (0.01s) [2022-03-09T22:30:35.786Z] === RUN TestAtomicWriteSetCancel [2022-03-09T22:30:35.786Z] --- PASS: TestAtomicWriteSetCancel (0.01s) [2022-03-09T22:30:35.786Z] === RUN TestReadCloserWrapperClose [2022-03-09T22:30:35.786Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2022-03-09T22:30:35.786Z] === RUN TestReaderErrWrapperReadOnError [2022-03-09T22:30:35.786Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2022-03-09T22:30:35.786Z] === RUN TestReaderErrWrapperRead [2022-03-09T22:30:35.786Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2022-03-09T22:30:35.786Z] === RUN TestCancelReadCloser [2022-03-09T22:30:35.786Z] --- PASS: TestCancelReadCloser (0.10s) [2022-03-09T22:30:35.786Z] === RUN TestWriteCloserWrapperClose [2022-03-09T22:30:35.786Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2022-03-09T22:30:35.786Z] === RUN TestNopWriteCloser [2022-03-09T22:30:35.786Z] --- PASS: TestNopWriteCloser (0.00s) [2022-03-09T22:30:35.786Z] === RUN TestNopWriter [2022-03-09T22:30:35.786Z] --- PASS: TestNopWriter (0.00s) [2022-03-09T22:30:35.786Z] === RUN TestWriteCounter [2022-03-09T22:30:35.786Z] --- PASS: TestWriteCounter (0.00s) [2022-03-09T22:30:35.786Z] PASS [2022-03-09T22:30:35.786Z] coverage: 69.2% of statements [2022-03-09T22:30:35.786Z] ok github.com/docker/docker/pkg/ioutils 0.716s coverage: 69.2% of statements [2022-03-09T22:30:36.151Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2022-03-09T22:30:36.718Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2022-03-09T22:30:36.844Z] 2022/03/09 22:30:36 Closing DB instances... [2022-03-09T22:30:36.844Z] === RUN TestError [2022-03-09T22:30:36.844Z] --- PASS: TestError (0.00s) [2022-03-09T22:30:36.844Z] === RUN TestProgressString [2022-03-09T22:30:36.844Z] === RUN TestProgressString/no_progress [2022-03-09T22:30:36.844Z] === RUN TestProgressString/progress_1 [2022-03-09T22:30:36.844Z] === RUN TestProgressString/some_progress_with_a_start_time [2022-03-09T22:30:36.844Z] === RUN TestProgressString/some_progress_without_a_start_time [2022-03-09T22:30:36.844Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2022-03-09T22:30:36.844Z] === RUN TestProgressString/with_units [2022-03-09T22:30:36.844Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2022-03-09T22:30:36.844Z] === RUN TestProgressString/hide_counts [2022-03-09T22:30:36.844Z] --- PASS: TestProgressString (0.00s) [2022-03-09T22:30:36.844Z] --- PASS: TestProgressString/no_progress (0.00s) [2022-03-09T22:30:36.844Z] --- PASS: TestProgressString/progress_1 (0.00s) [2022-03-09T22:30:36.844Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2022-03-09T22:30:36.844Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2022-03-09T22:30:36.844Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2022-03-09T22:30:36.844Z] --- PASS: TestProgressString/with_units (0.00s) [2022-03-09T22:30:36.844Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2022-03-09T22:30:36.844Z] --- PASS: TestProgressString/hide_counts (0.00s) [2022-03-09T22:30:36.844Z] === RUN TestJSONMessageDisplay [2022-03-09T22:30:36.976Z] --- PASS: TestCreateServiceSysctls (3.49s) [2022-03-09T22:30:36.976Z] === RUN TestCreateServiceCapabilities [2022-03-09T22:30:37.233Z] === RUN TestDockerSuite/TestEventsContainerFilterBeforeCreate [2022-03-09T22:30:37.349Z] --- PASS: TestJSONMessageDisplay (0.21s) [2022-03-09T22:30:37.349Z] === RUN TestJSONMessageDisplayWithJSONError [2022-03-09T22:30:37.349Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2022-03-09T22:30:37.349Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2022-03-09T22:30:37.349Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2022-03-09T22:30:37.349Z] === RUN TestDisplayJSONMessagesStream [2022-03-09T22:30:37.349Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2022-03-09T22:30:37.349Z] PASS [2022-03-09T22:30:37.349Z] coverage: 91.7% of statements [2022-03-09T22:30:37.349Z] ok github.com/docker/docker/pkg/jsonmessage 0.263s coverage: 91.7% of statements [2022-03-09T22:30:37.853Z] === RUN TestStandardLongPath [2022-03-09T22:30:37.853Z] --- PASS: TestStandardLongPath (0.00s) [2022-03-09T22:30:37.853Z] === RUN TestUNCLongPath [2022-03-09T22:30:37.853Z] --- PASS: TestUNCLongPath (0.00s) [2022-03-09T22:30:37.853Z] PASS [2022-03-09T22:30:37.853Z] coverage: 100.0% of statements [2022-03-09T22:30:37.853Z] ok github.com/docker/docker/pkg/longpath 0.055s coverage: 100.0% of statements [2022-03-09T22:30:38.358Z] --- PASS: TestNetworkDBWatch (3.04s) [2022-03-09T22:30:38.358Z] === RUN TestNetworkDBBulkSync [2022-03-09T22:30:38.862Z] === RUN TestNameFormat [2022-03-09T22:30:38.862Z] --- PASS: TestNameFormat (0.00s) [2022-03-09T22:30:38.862Z] === RUN TestNameRetries [2022-03-09T22:30:38.862Z] --- PASS: TestNameRetries (0.00s) [2022-03-09T22:30:38.862Z] PASS [2022-03-09T22:30:38.862Z] coverage: 85.7% of statements [2022-03-09T22:30:38.862Z] ok github.com/docker/docker/pkg/namesgenerator 0.044s coverage: 85.7% of statements [2022-03-09T22:30:39.133Z] === RUN TestDockerSuite/TestEventsContainerFilterByName [2022-03-09T22:30:39.366Z] === RUN TestParseKeyValueOpt [2022-03-09T22:30:39.366Z] --- PASS: TestParseKeyValueOpt (0.00s) [2022-03-09T22:30:39.366Z] === RUN TestParseUintList [2022-03-09T22:30:39.366Z] --- PASS: TestParseUintList (0.00s) [2022-03-09T22:30:39.366Z] === RUN TestParseUintListMaximumLimits [2022-03-09T22:30:39.366Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2022-03-09T22:30:39.366Z] PASS [2022-03-09T22:30:39.366Z] coverage: 97.0% of statements [2022-03-09T22:30:39.366Z] ok github.com/docker/docker/pkg/parsers 0.048s coverage: 97.0% of statements [2022-03-09T22:30:39.366Z] 2022/03/09 22:30:39 Closing DB instances... [2022-03-09T22:30:39.700Z] --- PASS: TestCreateServiceCapabilities (2.72s) [2022-03-09T22:30:39.700Z] === RUN TestInspect [2022-03-09T22:30:40.266Z] === RUN TestDockerSuite/TestEventsContainerRestart [2022-03-09T22:30:40.434Z] === RUN TestNewAndRemove [2022-03-09T22:30:40.434Z] --- PASS: TestNewAndRemove (0.00s) [2022-03-09T22:30:40.434Z] === RUN TestRemoveInvalidPath [2022-03-09T22:30:40.434Z] --- PASS: TestRemoveInvalidPath (0.00s) [2022-03-09T22:30:40.434Z] PASS [2022-03-09T22:30:40.434Z] coverage: 82.6% of statements [2022-03-09T22:30:40.434Z] ok github.com/docker/docker/pkg/pidfile 0.045s coverage: 82.6% of statements [2022-03-09T22:30:40.939Z] --- PASS: TestNetworkDBBulkSync (3.04s) [2022-03-09T22:30:40.939Z] === RUN TestNetworkDBCRUDMediumCluster [2022-03-09T22:30:41.694Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-03-09T22:30:41.694Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-03-09T22:30:41.998Z] === RUN TestFailedConnection [2022-03-09T22:30:42.680Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-03-09T22:30:42.798Z] === RUN TestDockerSuite/TestEventsContainerWithMultiNetwork [2022-03-09T22:30:43.057Z] --- PASS: TestInspect (3.31s) [2022-03-09T22:30:43.057Z] === RUN TestCreateJob [2022-03-09T22:30:43.064Z] --- PASS: TestGetAddress (26.22s) [2022-03-09T22:30:43.064Z] === RUN TestRequestSyntaxCheck [2022-03-09T22:30:43.064Z] --- PASS: TestRequestSyntaxCheck (0.03s) [2022-03-09T22:30:43.064Z] === RUN TestRequest [2022-03-09T22:30:43.064Z] --- PASS: TestFailedConnection (1.01s) [2022-03-09T22:30:43.064Z] === RUN TestFailOnce [2022-03-09T22:30:43.570Z] 2022/03/09 22:30:42 http: panic serving 127.0.0.1:49302: Plugin not ready [2022-03-09T22:30:43.570Z] goroutine 34 [running]: [2022-03-09T22:30:43.570Z] net/http.(*conn).serve.func1() [2022-03-09T22:30:43.571Z] c:/go/src/net/http/server.go:1802 +0xb9 [2022-03-09T22:30:43.571Z] panic({0xf6ca00, 0x10809d0}) [2022-03-09T22:30:43.571Z] c:/go/src/runtime/panic.go:1047 +0x266 [2022-03-09T22:30:43.571Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1({0xffffffffffffffff, 0x907300839fb73f10}, 0xc000229a98) [2022-03-09T22:30:43.571Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x3d [2022-03-09T22:30:43.571Z] net/http.HandlerFunc.ServeHTTP(0x0, {0x108d900, 0xc00023e000}, 0xea1d26) [2022-03-09T22:30:43.571Z] c:/go/src/net/http/server.go:2047 +0x2f [2022-03-09T22:30:43.571Z] net/http.(*ServeMux).ServeHTTP(0x0, {0x108d900, 0xc00023e000}, 0xc000232000) [2022-03-09T22:30:43.571Z] c:/go/src/net/http/server.go:2425 +0x149 [2022-03-09T22:30:43.571Z] net/http.serverHandler.ServeHTTP({0x108bff0}, {0x108d900, 0xc00023e000}, 0xc000232000) [2022-03-09T22:30:43.571Z] c:/go/src/net/http/server.go:2879 +0x43b [2022-03-09T22:30:43.571Z] net/http.(*conn).serve(0xc000220000, {0x108f900, 0xc0002020c0}) [2022-03-09T22:30:43.571Z] c:/go/src/net/http/server.go:1930 +0xb08 [2022-03-09T22:30:43.571Z] created by net/http.(*Server).Serve [2022-03-09T22:30:43.571Z] c:/go/src/net/http/server.go:3034 +0x4e8 [2022-03-09T22:30:43.571Z] time="2022-03-09T22:30:43Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49301/Test.FailOnce: Post \"http://127.0.0.1:49301/Test.FailOnce\": EOF, retrying in 1s" [2022-03-09T22:30:44.075Z] 2022/03/09 22:30:43 Closing DB instances... [2022-03-09T22:30:44.246Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-03-09T22:30:44.578Z] --- PASS: TestFailOnce (1.25s) [2022-03-09T22:30:44.578Z] === RUN TestEchoInputOutput [2022-03-09T22:30:44.578Z] --- PASS: TestEchoInputOutput (0.00s) [2022-03-09T22:30:44.578Z] === RUN TestBackoff [2022-03-09T22:30:44.578Z] --- PASS: TestBackoff (0.00s) [2022-03-09T22:30:44.578Z] === RUN TestAbortRetry [2022-03-09T22:30:44.578Z] --- PASS: TestAbortRetry (0.00s) [2022-03-09T22:30:44.578Z] === RUN TestClientScheme [2022-03-09T22:30:44.578Z] --- PASS: TestClientScheme (0.00s) [2022-03-09T22:30:44.578Z] === RUN TestNewClientWithTimeout [2022-03-09T22:30:44.959Z] === RUN TestDockerSuite/TestEventsCopy [2022-03-09T22:30:45.082Z] time="2022-03-09T22:30:44Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49306/Test.Echo: Post \"http://127.0.0.1:49306/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s" [2022-03-09T22:30:45.817Z] --- PASS: TestBuildMultiStageCopy (17.29s) [2022-03-09T22:30:45.818Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (12.10s) [2022-03-09T22:30:45.818Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.00s) [2022-03-09T22:30:45.818Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.19s) [2022-03-09T22:30:45.818Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.37s) [2022-03-09T22:30:45.818Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.63s) [2022-03-09T22:30:45.818Z] === RUN TestBuildMultiStageParentConfig [2022-03-09T22:30:46.334Z] === RUN TestDockerSuite/TestEventsFilterContainer [2022-03-09T22:30:46.592Z] --- PASS: TestCreateJob (3.43s) [2022-03-09T22:30:46.592Z] === RUN TestReplicatedJob [2022-03-09T22:30:46.752Z] time="2022-03-09T22:30:46Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49306/Test.Echo: Post \"http://127.0.0.1:49306/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s" [2022-03-09T22:30:47.158Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2022-03-09T22:30:47.256Z] --- PASS: TestNetworkDBCRUDMediumCluster (6.14s) [2022-03-09T22:30:47.256Z] === RUN TestNetworkDBNodeJoinLeaveIteration [2022-03-09T22:30:48.315Z] 2022/03/09 22:30:48 Closing DB instances... [2022-03-09T22:30:48.819Z] time="2022-03-09T22:30:48Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49306/Test.Echo: Post \"http://127.0.0.1:49306/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s" [2022-03-09T22:30:49.618Z] --- PASS: TestBuildMultiStageParentConfig (3.26s) [2022-03-09T22:30:49.618Z] === RUN TestBuildLabelWithTargets [2022-03-09T22:30:49.618Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-09T22:30:49.618Z] --- SKIP: TestBuildLabelWithTargets (0.00s) [2022-03-09T22:30:49.618Z] === RUN TestBuildWithEmptyLayers [2022-03-09T22:30:49.875Z] --- PASS: TestNetworkDBNodeJoinLeaveIteration (2.64s) [2022-03-09T22:30:49.876Z] === RUN TestNetworkDBGarbageCollection [2022-03-09T22:30:50.441Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeUpdate [2022-03-09T22:30:50.606Z] --- PASS: TestBuildWithEmptyLayers (1.57s) [2022-03-09T22:30:50.606Z] === RUN TestBuildMultiStageOnBuild [2022-03-09T22:30:51.815Z] --- PASS: TestReplicatedJob (5.43s) [2022-03-09T22:30:51.815Z] === RUN TestUpdateReplicatedJob [2022-03-09T22:30:52.750Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2022-03-09T22:30:53.007Z] === RUN TestDockerSuite/TestEventsFilterImageName [2022-03-09T22:30:53.941Z] === RUN TestDockerSuite/TestEventsFilterLabels [2022-03-09T22:30:53.972Z] time="2022-03-09T22:30:53Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49306/Test.Echo: Post \"http://127.0.0.1:49306/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s" [2022-03-09T22:30:55.314Z] === RUN TestDockerSuite/TestEventsFilterNetworkID [2022-03-09T22:30:55.314Z] === RUN TestDockerSuite/TestEventsFilterType [2022-03-09T22:30:55.314Z] --- PASS: TestUpdateReplicatedJob (3.45s) [2022-03-09T22:30:55.314Z] === RUN TestServiceListWithStatuses [2022-03-09T22:30:55.314Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-03-09T22:30:55.314Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-03-09T22:30:55.314Z] === RUN TestDockerNetworkConnectAlias [2022-03-09T22:30:55.572Z] === RUN TestDockerSuite/TestEventsFilterVolumeAndNetworkType [2022-03-09T22:30:55.831Z] === RUN TestDockerSuite/TestEventsFilterVolumeID [2022-03-09T22:30:55.831Z] === RUN TestDockerSuite/TestEventsFilters [2022-03-09T22:30:56.766Z] === RUN TestDockerSuite/TestEventsFormat [2022-03-09T22:30:56.766Z] === RUN TestDockerSwarmSuite/TestAPISwarmPromoteDemote [2022-03-09T22:30:57.103Z] --- PASS: TestRequest (14.16s) [2022-03-09T22:30:57.103Z] === RUN TestOverlappingRequests [2022-03-09T22:30:58.141Z] === RUN TestDockerSuite/TestEventsFormatBadField [2022-03-09T22:30:58.141Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2022-03-09T22:30:58.141Z] === RUN TestDockerSuite/TestEventsImageImport [2022-03-09T22:30:58.160Z] --- PASS: TestOverlappingRequests (0.67s) [2022-03-09T22:30:58.160Z] === RUN TestRelease [2022-03-09T22:30:59.518Z] docker_api_swarm_test.go:202: [d5d58a72fba24] joining swarm manager [d2e2a7813173a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-09T22:30:59.518Z] === RUN TestDockerSuite/TestEventsImageLoad [2022-03-09T22:30:59.777Z] === RUN TestDockerSuite/TestEventsImagePull [2022-03-09T22:31:00.534Z] === RUN TestParseEmptyInterface [2022-03-09T22:31:00.534Z] --- PASS: TestParseEmptyInterface (0.00s) [2022-03-09T22:31:00.534Z] === RUN TestParseNonInterfaceType [2022-03-09T22:31:00.534Z] --- PASS: TestParseNonInterfaceType (0.00s) [2022-03-09T22:31:00.534Z] === RUN TestParseWithOneFunction [2022-03-09T22:31:00.534Z] --- PASS: TestParseWithOneFunction (0.00s) [2022-03-09T22:31:00.534Z] === RUN TestParseWithMultipleFuncs [2022-03-09T22:31:00.534Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2022-03-09T22:31:00.534Z] === RUN TestParseWithUnnamedReturn [2022-03-09T22:31:00.534Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2022-03-09T22:31:00.534Z] === RUN TestEmbeddedInterface [2022-03-09T22:31:00.534Z] --- PASS: TestEmbeddedInterface (0.00s) [2022-03-09T22:31:00.534Z] === RUN TestParsedImports [2022-03-09T22:31:00.534Z] --- PASS: TestParsedImports (0.00s) [2022-03-09T22:31:00.534Z] === RUN TestAliasedImports [2022-03-09T22:31:00.534Z] --- PASS: TestAliasedImports (0.00s) [2022-03-09T22:31:00.534Z] PASS [2022-03-09T22:31:00.534Z] coverage: 56.8% of statements [2022-03-09T22:31:00.534Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.067s coverage: 56.8% of statements [2022-03-09T22:31:00.534Z] --- PASS: TestRelease (2.72s) [2022-03-09T22:31:00.534Z] === RUN TestAllocateRandomDeallocate [2022-03-09T22:31:00.719Z] === RUN TestDockerSuite/TestEventsImageTag [2022-03-09T22:31:00.978Z] --- PASS: TestDockerNetworkConnectAlias (5.55s) [2022-03-09T22:31:00.978Z] === RUN TestDockerNetworkReConnect [2022-03-09T22:31:01.543Z] === RUN TestDockerSuite/TestEventsImageUntagDelete [2022-03-09T22:31:01.593Z] === RUN TestHTTPTransport [2022-03-09T22:31:01.593Z] --- PASS: TestHTTPTransport (0.00s) [2022-03-09T22:31:01.593Z] PASS [2022-03-09T22:31:01.593Z] coverage: 85.7% of statements [2022-03-09T22:31:01.593Z] ok github.com/docker/docker/pkg/plugins/transport 0.050s coverage: 85.7% of statements [2022-03-09T22:31:01.801Z] === RUN TestDockerSuite/TestEventsOOMDisableFalse [2022-03-09T22:31:01.801Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2022-03-09T22:31:01.801Z] === RUN TestDockerSuite/TestEventsOOMDisableTrue [2022-03-09T22:31:01.801Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2022-03-09T22:31:01.801Z] === RUN TestDockerSuite/TestEventsPluginOps [2022-03-09T22:31:02.110Z] --- PASS: TestNewClientWithTimeout (17.62s) [2022-03-09T22:31:02.110Z] === RUN TestClientStream [2022-03-09T22:31:02.110Z] --- PASS: TestClientStream (0.00s) [2022-03-09T22:31:02.110Z] === RUN TestClientSendFile [2022-03-09T22:31:02.110Z] --- PASS: TestClientSendFile (0.00s) [2022-03-09T22:31:02.110Z] === RUN TestClientWithRequestTimeout [2022-03-09T22:31:02.110Z] --- PASS: TestClientWithRequestTimeout (0.00s) [2022-03-09T22:31:02.110Z] === RUN TestFileSpecPlugin [2022-03-09T22:31:02.110Z] --- PASS: TestFileSpecPlugin (0.02s) [2022-03-09T22:31:02.110Z] === RUN TestFileJSONSpecPlugin [2022-03-09T22:31:02.110Z] --- PASS: TestFileJSONSpecPlugin (0.00s) [2022-03-09T22:31:02.110Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2022-03-09T22:31:02.110Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s) [2022-03-09T22:31:02.110Z] === RUN TestPluginAddHandler [2022-03-09T22:31:02.110Z] --- PASS: TestPluginAddHandler (0.00s) [2022-03-09T22:31:02.110Z] === RUN TestPluginWaitBadPlugin [2022-03-09T22:31:02.110Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2022-03-09T22:31:02.110Z] === RUN TestGet [2022-03-09T22:31:02.110Z] time="2022-03-09T22:31:01Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2022-03-09T22:31:02.614Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2022-03-09T22:31:02.614Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-03-09T22:31:02.614Z] === RUN TestBufioReaderPoolPutAndGet [2022-03-09T22:31:02.614Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2022-03-09T22:31:02.614Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2022-03-09T22:31:02.614Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2022-03-09T22:31:02.614Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2022-03-09T22:31:02.614Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-03-09T22:31:02.614Z] === RUN TestBufioWriterPoolPutAndGet [2022-03-09T22:31:02.614Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2022-03-09T22:31:02.614Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2022-03-09T22:31:02.614Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2022-03-09T22:31:02.614Z] === RUN TestBufferPoolPutAndGet [2022-03-09T22:31:02.614Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2022-03-09T22:31:02.614Z] PASS [2022-03-09T22:31:02.614Z] coverage: 88.2% of statements [2022-03-09T22:31:02.614Z] ok github.com/docker/docker/pkg/pools 0.047s coverage: 88.2% of statements [2022-03-09T22:31:03.118Z] === RUN TestOutputOnPrematureClose [2022-03-09T22:31:03.118Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2022-03-09T22:31:03.118Z] === RUN TestCompleteSilently [2022-03-09T22:31:03.118Z] --- PASS: TestCompleteSilently (0.00s) [2022-03-09T22:31:03.118Z] PASS [2022-03-09T22:31:03.118Z] coverage: 75.9% of statements [2022-03-09T22:31:03.118Z] ok github.com/docker/docker/pkg/progress 0.038s coverage: 75.9% of statements [2022-03-09T22:31:03.118Z] time="2022-03-09T22:31:02Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2022-03-09T22:31:03.628Z] === RUN TestSendToOneSub [2022-03-09T22:31:03.628Z] --- PASS: TestSendToOneSub (0.00s) [2022-03-09T22:31:03.628Z] === RUN TestSendToMultipleSubs [2022-03-09T22:31:03.628Z] --- PASS: TestSendToMultipleSubs (0.00s) [2022-03-09T22:31:03.628Z] === RUN TestEvictOneSub [2022-03-09T22:31:03.628Z] --- PASS: TestEvictOneSub (0.00s) [2022-03-09T22:31:03.628Z] === RUN TestClosePublisher [2022-03-09T22:31:03.628Z] --- PASS: TestClosePublisher (0.00s) [2022-03-09T22:31:03.628Z] === RUN TestPubSubRace [2022-03-09T22:31:04.329Z] --- PASS: TestDockerNetworkReConnect (3.47s) [2022-03-09T22:31:04.329Z] === RUN TestServicePlugin [2022-03-09T22:31:04.698Z] --- PASS: TestPubSubRace (1.08s) [2022-03-09T22:31:04.698Z] PASS [2022-03-09T22:31:04.698Z] coverage: 75.0% of statements [2022-03-09T22:31:04.698Z] ok github.com/docker/docker/pkg/pubsub 1.120s coverage: 75.0% of statements [2022-03-09T22:31:05.203Z] time="2022-03-09T22:31:04Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2022-03-09T22:31:05.708Z] === RUN TestRegister [2022-03-09T22:31:05.708Z] --- PASS: TestRegister (0.00s) [2022-03-09T22:31:05.708Z] === RUN TestCommand [2022-03-09T22:31:05.708Z] --- PASS: TestCommand (0.03s) [2022-03-09T22:31:05.708Z] === RUN TestNaiveSelf [2022-03-09T22:31:05.708Z] --- PASS: TestNaiveSelf (0.04s) [2022-03-09T22:31:05.708Z] PASS [2022-03-09T22:31:05.708Z] coverage: 82.4% of statements [2022-03-09T22:31:05.708Z] ok github.com/docker/docker/pkg/reexec 0.119s coverage: 82.4% of statements [2022-03-09T22:31:06.211Z] === RUN TestDump [2022-03-09T22:31:06.211Z] goroutine 6 [running]: [2022-03-09T22:31:06.211Z] github.com/docker/docker/pkg/stack.dump(0x3cb9d7) [2022-03-09T22:31:06.211Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-03-09T22:31:06.211Z] github.com/docker/docker/pkg/stack.Dump(...) [2022-03-09T22:31:06.211Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:18 [2022-03-09T22:31:06.211Z] github.com/docker/docker/pkg/stack.TestDump(0x0) [2022-03-09T22:31:06.211Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:12 +0x2a [2022-03-09T22:31:06.211Z] testing.tRunner(0xc00015a1a0, 0x53a190) [2022-03-09T22:31:06.211Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-03-09T22:31:06.211Z] created by testing.(*T).Run [2022-03-09T22:31:06.211Z] c:/go/src/testing/testing.go:1306 +0x35a [2022-03-09T22:31:06.211Z] [2022-03-09T22:31:06.211Z] goroutine 1 [chan receive]: [2022-03-09T22:31:06.211Z] testing.(*T).Run(0xc00015a000, {0x52b7b1, 0x3aa733}, 0x53a190) [2022-03-09T22:31:06.211Z] c:/go/src/testing/testing.go:1307 +0x375 [2022-03-09T22:31:06.211Z] testing.runTests.func1(0xc000068840) [2022-03-09T22:31:06.211Z] c:/go/src/testing/testing.go:1598 +0x6e [2022-03-09T22:31:06.211Z] testing.tRunner(0xc00015a000, 0xc000071ce0) [2022-03-09T22:31:06.211Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-03-09T22:31:06.211Z] testing.runTests(0xc000076080, {0x69ec20, 0x3, 0x3}, {0x3cac2d, 0x52d4ab, 0x6a36e0}) [2022-03-09T22:31:06.211Z] c:/go/src/testing/testing.go:1596 +0x43f [2022-03-09T22:31:06.211Z] testing.(*M).Run(0xc000076080) [2022-03-09T22:31:06.211Z] c:/go/src/testing/testing.go:1504 +0x51d [2022-03-09T22:31:06.211Z] main.main() [2022-03-09T22:31:06.211Z] _testmain.go:95 +0x1f5 [2022-03-09T22:31:06.211Z] --- PASS: TestDump (0.00s) [2022-03-09T22:31:06.211Z] === RUN TestDumpToFile [2022-03-09T22:31:06.211Z] --- PASS: TestDumpToFile (0.20s) [2022-03-09T22:31:06.211Z] === RUN TestDumpToFileWithEmptyInput [2022-03-09T22:31:06.211Z] goroutine 8 [running]: [2022-03-09T22:31:06.211Z] github.com/docker/docker/pkg/stack.dump(0x438bb4) [2022-03-09T22:31:06.211Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-03-09T22:31:06.211Z] github.com/docker/docker/pkg/stack.DumpToFile({0x0, 0x438f60}) [2022-03-09T22:31:06.211Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:38 +0x214 [2022-03-09T22:31:06.211Z] github.com/docker/docker/pkg/stack.TestDumpToFileWithEmptyInput(0xc00015a1a0) [2022-03-09T22:31:06.211Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:27 +0x26 [2022-03-09T22:31:06.211Z] testing.tRunner(0xc00015a680, 0x53a180) [2022-03-09T22:31:06.211Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-03-09T22:31:06.211Z] created by testing.(*T).Run [2022-03-09T22:31:06.211Z] c:/go/src/testing/testing.go:1306 +0x35a [2022-03-09T22:31:06.716Z] [2022-03-09T22:31:06.716Z] goroutine 1 [chan receive]: [2022-03-09T22:31:06.716Z] testing.(*T).Run(0xc00015a000, {0x532596, 0x3aa733}, 0x53a180) [2022-03-09T22:31:06.716Z] c:/go/src/testing/testing.go:1307 +0x375 [2022-03-09T22:31:06.716Z] testing.runTests.func1(0xc000068840) [2022-03-09T22:31:06.716Z] c:/go/src/testing/testing.go:1598 +0x6e [2022-03-09T22:31:06.716Z] testing.tRunner(0xc00015a000, 0xc000071ce0) [2022-03-09T22:31:06.716Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-03-09T22:31:06.716Z] testing.runTests(0xc000076080, {0x69ec20, 0x3, 0x3}, {0x3cac2d, 0x52d4ab, 0x6a36e0}) [2022-03-09T22:31:06.716Z] c:/go/src/testing/testing.go:1596 +0x43f [2022-03-09T22:31:06.716Z] testing.(*M).Run(0xc000076080) [2022-03-09T22:31:06.716Z] c:/go/src/testing/testing.go:1504 +0x51d [2022-03-09T22:31:06.716Z] main.main() [2022-03-09T22:31:06.716Z] _testmain.go:95 +0x1f5 [2022-03-09T22:31:06.716Z] --- PASS: TestDumpToFileWithEmptyInput (0.00s) [2022-03-09T22:31:06.716Z] PASS [2022-03-09T22:31:06.716Z] coverage: 90.9% of statements [2022-03-09T22:31:06.716Z] ok github.com/docker/docker/pkg/stack 0.245s coverage: 90.9% of statements [2022-03-09T22:31:07.221Z] === RUN TestNewStdWriter [2022-03-09T22:31:07.221Z] --- PASS: TestNewStdWriter (0.00s) [2022-03-09T22:31:07.221Z] === RUN TestWriteWithUninitializedStdWriter [2022-03-09T22:31:07.221Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2022-03-09T22:31:07.221Z] === RUN TestWriteWithNilBytes [2022-03-09T22:31:07.221Z] --- PASS: TestWriteWithNilBytes (0.00s) [2022-03-09T22:31:07.221Z] === RUN TestWrite [2022-03-09T22:31:07.221Z] --- PASS: TestWrite (0.00s) [2022-03-09T22:31:07.221Z] === RUN TestWriteWithWriterError [2022-03-09T22:31:07.221Z] --- PASS: TestWriteWithWriterError (0.00s) [2022-03-09T22:31:07.221Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2022-03-09T22:31:07.221Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2022-03-09T22:31:07.221Z] === RUN TestStdCopyWriteAndRead [2022-03-09T22:31:07.221Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2022-03-09T22:31:07.221Z] === RUN TestStdCopyReturnsErrorReadingHeader [2022-03-09T22:31:07.221Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2022-03-09T22:31:07.221Z] === RUN TestStdCopyReturnsErrorReadingFrame [2022-03-09T22:31:07.221Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2022-03-09T22:31:07.221Z] === RUN TestStdCopyDetectsCorruptedFrame [2022-03-09T22:31:07.221Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2022-03-09T22:31:07.221Z] === RUN TestStdCopyWithInvalidInputHeader [2022-03-09T22:31:07.221Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2022-03-09T22:31:07.221Z] === RUN TestStdCopyWithCorruptedPrefix [2022-03-09T22:31:07.221Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2022-03-09T22:31:07.221Z] === RUN TestStdCopyReturnsWriteErrors [2022-03-09T22:31:07.221Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2022-03-09T22:31:07.221Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2022-03-09T22:31:07.221Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2022-03-09T22:31:07.221Z] === RUN TestStdCopyReturnsErrorFromSystem [2022-03-09T22:31:07.221Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2022-03-09T22:31:07.221Z] PASS [2022-03-09T22:31:07.221Z] coverage: 100.0% of statements [2022-03-09T22:31:07.221Z] ok github.com/docker/docker/pkg/stdcopy 0.045s coverage: 100.0% of statements [2022-03-09T22:31:07.610Z] === RUN TestDockerSuite/TestEventsRedirectStdout [2022-03-09T22:31:08.175Z] plugin_test.go:61: [df527fb2e23e2] joining swarm manager [d648f1c590a23]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-09T22:31:08.175Z] === RUN TestDockerSuite/TestEventsRename [2022-03-09T22:31:08.279Z] === RUN TestRawProgressFormatterFormatStatus [2022-03-09T22:31:08.279Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2022-03-09T22:31:08.279Z] === RUN TestRawProgressFormatterFormatProgress [2022-03-09T22:31:08.279Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2022-03-09T22:31:08.279Z] === RUN TestFormatStatus [2022-03-09T22:31:08.279Z] --- PASS: TestFormatStatus (0.00s) [2022-03-09T22:31:08.279Z] === RUN TestFormatError [2022-03-09T22:31:08.279Z] --- PASS: TestFormatError (0.00s) [2022-03-09T22:31:08.279Z] === RUN TestFormatJSONError [2022-03-09T22:31:08.279Z] --- PASS: TestFormatJSONError (0.00s) [2022-03-09T22:31:08.279Z] === RUN TestJsonProgressFormatterFormatProgress [2022-03-09T22:31:08.279Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2022-03-09T22:31:08.279Z] === RUN TestJsonProgressFormatterFormatStatus [2022-03-09T22:31:08.279Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2022-03-09T22:31:08.279Z] === RUN TestNewJSONProgressOutput [2022-03-09T22:31:08.279Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2022-03-09T22:31:08.279Z] === RUN TestAuxFormatterEmit [2022-03-09T22:31:08.279Z] --- PASS: TestAuxFormatterEmit (0.00s) [2022-03-09T22:31:08.279Z] === RUN TestStreamWriterStdout [2022-03-09T22:31:08.279Z] --- PASS: TestStreamWriterStdout (0.00s) [2022-03-09T22:31:08.279Z] === RUN TestStreamWriterStderr [2022-03-09T22:31:08.279Z] --- PASS: TestStreamWriterStderr (0.00s) [2022-03-09T22:31:08.279Z] PASS [2022-03-09T22:31:08.279Z] coverage: 66.2% of statements [2022-03-09T22:31:08.279Z] ok github.com/docker/docker/pkg/streamformatter 0.052s coverage: 66.2% of statements [2022-03-09T22:31:08.279Z] --- PASS: TestAllocateRandomDeallocate (7.56s) [2022-03-09T22:31:08.279Z] === RUN TestRetrieveFromStore [2022-03-09T22:31:08.411Z] --- PASS: TestBuildMultiStageOnBuild (17.58s) [2022-03-09T22:31:08.411Z] === RUN TestBuildUncleanTarFilenames [2022-03-09T22:31:08.411Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-09T22:31:08.411Z] --- SKIP: TestBuildUncleanTarFilenames (0.00s) [2022-03-09T22:31:08.411Z] === RUN TestBuildMultiStageLayerLeak [2022-03-09T22:31:08.740Z] === RUN TestDockerSuite/TestEventsResize [2022-03-09T22:31:08.784Z] === RUN TestGenerateRandomID [2022-03-09T22:31:08.784Z] --- PASS: TestGenerateRandomID (0.00s) [2022-03-09T22:31:08.784Z] === RUN TestShortenId [2022-03-09T22:31:08.784Z] --- PASS: TestShortenId (0.00s) [2022-03-09T22:31:08.784Z] === RUN TestShortenSha256Id [2022-03-09T22:31:08.784Z] --- PASS: TestShortenSha256Id (0.00s) [2022-03-09T22:31:08.784Z] === RUN TestShortenIdEmpty [2022-03-09T22:31:08.784Z] --- PASS: TestShortenIdEmpty (0.00s) [2022-03-09T22:31:08.784Z] === RUN TestShortenIdInvalid [2022-03-09T22:31:08.784Z] --- PASS: TestShortenIdInvalid (0.00s) [2022-03-09T22:31:08.784Z] === RUN TestIsShortIDNonHex [2022-03-09T22:31:08.784Z] --- PASS: TestIsShortIDNonHex (0.00s) [2022-03-09T22:31:08.784Z] === RUN TestIsShortIDNotCorrectSize [2022-03-09T22:31:08.784Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2022-03-09T22:31:08.784Z] PASS [2022-03-09T22:31:08.784Z] coverage: 70.6% of statements [2022-03-09T22:31:08.784Z] ok github.com/docker/docker/pkg/stringid 0.046s coverage: 70.6% of statements [2022-03-09T22:31:09.290Z] time="2022-03-09T22:31:08Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2022-03-09T22:31:09.290Z] === RUN TestIsCpusetListAvailable [2022-03-09T22:31:09.290Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2022-03-09T22:31:09.290Z] PASS [2022-03-09T22:31:09.290Z] coverage: 39.4% of statements [2022-03-09T22:31:09.290Z] ok github.com/docker/docker/pkg/sysinfo 0.044s coverage: 39.4% of statements [2022-03-09T22:31:09.306Z] plugin_test.go:64: [d12958fcb2a9c] joining swarm manager [d648f1c590a23]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-09T22:31:09.565Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2022-03-09T22:31:10.965Z] --- PASS: TestRetrieveFromStore (2.58s) [2022-03-09T22:31:10.965Z] === RUN TestRequestReleaseAddressDuplicate [2022-03-09T22:31:10.965Z] --- PASS: TestRequestReleaseAddressDuplicate (0.01s) [2022-03-09T22:31:10.965Z] === RUN TestParallelPredefinedRequest1 [2022-03-09T22:31:10.965Z] === PAUSE TestParallelPredefinedRequest1 [2022-03-09T22:31:10.965Z] === RUN TestParallelPredefinedRequest2 [2022-03-09T22:31:10.965Z] === PAUSE TestParallelPredefinedRequest2 [2022-03-09T22:31:10.965Z] === RUN TestParallelPredefinedRequest3 [2022-03-09T22:31:10.965Z] === PAUSE TestParallelPredefinedRequest3 [2022-03-09T22:31:10.965Z] === RUN TestParallelPredefinedRequest4 [2022-03-09T22:31:10.965Z] === PAUSE TestParallelPredefinedRequest4 [2022-03-09T22:31:10.965Z] === RUN TestParallelPredefinedRequest5 [2022-03-09T22:31:10.965Z] === PAUSE TestParallelPredefinedRequest5 [2022-03-09T22:31:10.965Z] === RUN TestDebug [2022-03-09T22:31:10.965Z] --- PASS: TestDebug (0.00s) [2022-03-09T22:31:10.965Z] === RUN TestRequestPoolParallel [2022-03-09T22:31:10.965Z] === RUN TestChtimes [2022-03-09T22:31:10.965Z] --- PASS: TestChtimes (0.00s) [2022-03-09T22:31:10.965Z] === RUN TestChtimesWindows [2022-03-09T22:31:10.965Z] --- PASS: TestChtimesWindows (0.01s) [2022-03-09T22:31:10.965Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2022-03-09T22:31:10.965Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2022-03-09T22:31:10.965Z] PASS [2022-03-09T22:31:10.965Z] coverage: 12.9% of statements [2022-03-09T22:31:10.965Z] ok github.com/docker/docker/pkg/system 0.060s coverage: 12.9% of statements [2022-03-09T22:31:11.469Z] --- PASS: TestRequestPoolParallel (0.64s) [2022-03-09T22:31:11.469Z] === RUN TestFullAllocateRelease [2022-03-09T22:31:11.973Z] --- PASS: TestFullAllocateRelease (0.48s) [2022-03-09T22:31:11.973Z] === RUN TestOddAllocateRelease [2022-03-09T22:31:11.973Z] === RUN TestTailFile [2022-03-09T22:31:11.973Z] --- PASS: TestTailFile (0.00s) [2022-03-09T22:31:11.973Z] === RUN TestTailFileManyLines [2022-03-09T22:31:11.973Z] --- PASS: TestTailFileManyLines (0.00s) [2022-03-09T22:31:11.973Z] === RUN TestTailEmptyFile [2022-03-09T22:31:11.973Z] --- PASS: TestTailEmptyFile (0.00s) [2022-03-09T22:31:11.973Z] === RUN TestTailNegativeN [2022-03-09T22:31:11.974Z] --- PASS: TestTailNegativeN (0.00s) [2022-03-09T22:31:11.974Z] === RUN TestNewTailReader [2022-03-09T22:31:11.974Z] === PAUSE TestNewTailReader [2022-03-09T22:31:11.974Z] === CONT TestNewTailReader [2022-03-09T22:31:11.974Z] === RUN TestNewTailReader/single_byte_delimiter [2022-03-09T22:31:11.974Z] === PAUSE TestNewTailReader/single_byte_delimiter [2022-03-09T22:31:11.974Z] === RUN TestNewTailReader/2_byte_delimiter [2022-03-09T22:31:11.974Z] === PAUSE TestNewTailReader/2_byte_delimiter [2022-03-09T22:31:11.974Z] === RUN TestNewTailReader/4_byte_delimiter [2022-03-09T22:31:11.974Z] === PAUSE TestNewTailReader/4_byte_delimiter [2022-03-09T22:31:11.974Z] === RUN TestNewTailReader/8_byte_delimiter [2022-03-09T22:31:11.974Z] === PAUSE TestNewTailReader/8_byte_delimiter [2022-03-09T22:31:11.974Z] === RUN TestNewTailReader/12_byte_delimiter [2022-03-09T22:31:11.974Z] === PAUSE TestNewTailReader/12_byte_delimiter [2022-03-09T22:31:11.974Z] === RUN TestNewTailReader/no_delimiter [2022-03-09T22:31:11.974Z] === PAUSE TestNewTailReader/no_delimiter [2022-03-09T22:31:11.974Z] === RUN TestNewTailReader/truncated_last_line [2022-03-09T22:31:11.974Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2022-03-09T22:31:11.974Z] === RUN TestNewTailReader/truncated_last_line#01 [2022-03-09T22:31:11.974Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2022-03-09T22:31:11.974Z] === RUN TestNewTailReader/truncated_last_line#02 [2022-03-09T22:31:11.974Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2022-03-09T22:31:11.974Z] === CONT TestNewTailReader/single_byte_delimiter [2022-03-09T22:31:11.974Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2022-03-09T22:31:11.974Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2022-03-09T22:31:11.974Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2022-03-09T22:31:11.974Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2022-03-09T22:31:11.974Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2022-03-09T22:31:11.974Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2022-03-09T22:31:11.974Z] === CONT TestNewTailReader/8_byte_delimiter [2022-03-09T22:31:11.974Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2022-03-09T22:31:11.974Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2022-03-09T22:31:11.974Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2022-03-09T22:31:11.974Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2022-03-09T22:31:11.974Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2022-03-09T22:31:11.974Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2022-03-09T22:31:11.974Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-09T22:31:11.974Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-09T22:31:11.974Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-09T22:31:11.974Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-09T22:31:11.974Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-03-09T22:31:11.974Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-03-09T22:31:11.974Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-03-09T22:31:11.974Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-03-09T22:31:11.974Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-03-09T22:31:11.974Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-03-09T22:31:11.974Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-03-09T22:31:11.974Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-03-09T22:31:11.974Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-03-09T22:31:11.974Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-03-09T22:31:11.974Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2022-03-09T22:31:11.974Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2022-03-09T22:31:11.974Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-03-09T22:31:11.974Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-03-09T22:31:11.974Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-09T22:31:11.974Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-09T22:31:11.974Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-09T22:31:11.974Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-09T22:31:11.974Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-03-09T22:31:11.974Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-03-09T22:31:11.974Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-03-09T22:31:11.974Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-03-09T22:31:11.974Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-03-09T22:31:11.974Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-03-09T22:31:11.974Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-03-09T22:31:11.974Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-03-09T22:31:11.974Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-03-09T22:31:11.974Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-03-09T22:31:11.974Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2022-03-09T22:31:11.974Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2022-03-09T22:31:11.974Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-03-09T22:31:11.974Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-03-09T22:31:11.974Z] === CONT TestNewTailReader/no_delimiter [2022-03-09T22:31:11.974Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2022-03-09T22:31:11.974Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2022-03-09T22:31:11.974Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2022-03-09T22:31:11.974Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2022-03-09T22:31:11.974Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2022-03-09T22:31:11.974Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2022-03-09T22:31:11.974Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-03-09T22:31:11.974Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-03-09T22:31:11.974Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-03-09T22:31:11.974Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-03-09T22:31:11.974Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-03-09T22:31:11.974Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-03-09T22:31:11.974Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2022-03-09T22:31:11.974Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2022-03-09T22:31:11.974Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2022-03-09T22:31:11.974Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2022-03-09T22:31:11.974Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2022-03-09T22:31:11.974Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2022-03-09T22:31:11.974Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2022-03-09T22:31:11.974Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2022-03-09T22:31:11.974Z] === RUN TestNewTailReader/no_delimiter/no_lines [2022-03-09T22:31:11.974Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2022-03-09T22:31:11.974Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-03-09T22:31:11.974Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-03-09T22:31:11.974Z] === CONT TestNewTailReader/4_byte_delimiter [2022-03-09T22:31:11.974Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2022-03-09T22:31:11.974Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2022-03-09T22:31:11.974Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2022-03-09T22:31:11.974Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2022-03-09T22:31:11.974Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2022-03-09T22:31:11.974Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2022-03-09T22:31:11.974Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-09T22:31:11.974Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-09T22:31:11.974Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-09T22:31:11.974Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-09T22:31:11.974Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-03-09T22:31:11.974Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-03-09T22:31:11.974Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-03-09T22:31:11.974Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-03-09T22:31:11.974Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-03-09T22:31:11.974Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-03-09T22:31:11.974Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-03-09T22:31:11.974Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-03-09T22:31:11.974Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-03-09T22:31:11.974Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-03-09T22:31:11.974Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2022-03-09T22:31:11.974Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2022-03-09T22:31:11.974Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-03-09T22:31:11.974Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-03-09T22:31:11.974Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2022-03-09T22:31:11.974Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-03-09T22:31:11.974Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-03-09T22:31:11.974Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-09T22:31:11.974Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-09T22:31:11.974Z] === CONT TestNewTailReader/2_byte_delimiter [2022-03-09T22:31:11.974Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2022-03-09T22:31:11.974Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2022-03-09T22:31:11.974Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2022-03-09T22:31:11.974Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2022-03-09T22:31:11.974Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2022-03-09T22:31:11.974Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2022-03-09T22:31:11.974Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-09T22:31:11.974Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-09T22:31:11.974Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-09T22:31:11.974Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-09T22:31:11.974Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-03-09T22:31:11.974Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-03-09T22:31:11.974Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-03-09T22:31:11.974Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-03-09T22:31:11.974Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-03-09T22:31:11.974Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-03-09T22:31:11.974Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-03-09T22:31:11.974Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-03-09T22:31:11.974Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-03-09T22:31:11.974Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-03-09T22:31:11.974Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2022-03-09T22:31:11.974Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2022-03-09T22:31:11.974Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-03-09T22:31:11.974Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-03-09T22:31:11.974Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2022-03-09T22:31:11.974Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-03-09T22:31:11.974Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-03-09T22:31:11.974Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-09T22:31:11.974Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-09T22:31:11.974Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2022-03-09T22:31:11.974Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-09T22:31:11.974Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-09T22:31:11.974Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-03-09T22:31:11.974Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-09T22:31:11.974Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-09T22:31:11.974Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-09T22:31:11.974Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-09T22:31:11.974Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-03-09T22:31:11.974Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-03-09T22:31:11.974Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-03-09T22:31:11.974Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-03-09T22:31:11.974Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-03-09T22:31:11.974Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-03-09T22:31:11.974Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-03-09T22:31:11.974Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-03-09T22:31:11.974Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-03-09T22:31:11.974Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-03-09T22:31:11.974Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-03-09T22:31:11.974Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-03-09T22:31:11.974Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-03-09T22:31:11.974Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-03-09T22:31:11.974Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-03-09T22:31:11.974Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-03-09T22:31:11.974Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-03-09T22:31:11.974Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-03-09T22:31:11.974Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-03-09T22:31:11.974Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-03-09T22:31:11.974Z] === CONT TestNewTailReader/12_byte_delimiter [2022-03-09T22:31:11.974Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2022-03-09T22:31:11.974Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2022-03-09T22:31:11.974Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2022-03-09T22:31:11.974Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2022-03-09T22:31:11.974Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2022-03-09T22:31:11.974Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2022-03-09T22:31:11.974Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-09T22:31:11.974Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-03-09T22:31:11.974Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-03-09T22:31:11.974Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-03-09T22:31:11.974Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-03-09T22:31:11.974Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-03-09T22:31:11.974Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-09T22:31:11.974Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-09T22:31:11.974Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-09T22:31:11.974Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-09T22:31:11.974Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-09T22:31:11.974Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-03-09T22:31:11.974Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-03-09T22:31:11.974Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-03-09T22:31:11.974Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-03-09T22:31:11.974Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-03-09T22:31:11.974Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-03-09T22:31:11.974Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-03-09T22:31:11.974Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-03-09T22:31:11.974Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-03-09T22:31:11.974Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-03-09T22:31:11.974Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2022-03-09T22:31:11.974Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2022-03-09T22:31:11.974Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-03-09T22:31:11.974Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-03-09T22:31:11.974Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-09T22:31:11.974Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-09T22:31:11.974Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-03-09T22:31:11.974Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-03-09T22:31:11.974Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-03-09T22:31:11.974Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-03-09T22:31:11.974Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-09T22:31:11.974Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-09T22:31:11.974Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-09T22:31:11.974Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-09T22:31:11.974Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-09T22:31:11.974Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-03-09T22:31:11.974Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-03-09T22:31:11.974Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-09T22:31:11.974Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-09T22:31:11.974Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-09T22:31:11.974Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-09T22:31:11.974Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-09T22:31:11.975Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-09T22:31:11.975Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-09T22:31:11.975Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-09T22:31:11.975Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-09T22:31:11.975Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-09T22:31:11.975Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-09T22:31:11.975Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2022-03-09T22:31:11.975Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-03-09T22:31:11.975Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-03-09T22:31:11.975Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-03-09T22:31:11.975Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-09T22:31:11.975Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-09T22:31:11.975Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2022-03-09T22:31:11.975Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-03-09T22:31:11.975Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-03-09T22:31:11.975Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-03-09T22:31:11.975Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-03-09T22:31:11.975Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-03-09T22:31:11.975Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-03-09T22:31:11.975Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-09T22:31:11.975Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-09T22:31:11.975Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-03-09T22:31:11.975Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-03-09T22:31:11.975Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-03-09T22:31:11.975Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-03-09T22:31:11.975Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-03-09T22:31:11.975Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-03-09T22:31:11.975Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-03-09T22:31:11.975Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-03-09T22:31:11.975Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-03-09T22:31:11.975Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-03-09T22:31:11.975Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-03-09T22:31:11.975Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-03-09T22:31:11.975Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-03-09T22:31:11.975Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-03-09T22:31:11.975Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-03-09T22:31:11.975Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-03-09T22:31:11.975Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-03-09T22:31:11.975Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-09T22:31:11.975Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-09T22:31:11.975Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-09T22:31:11.975Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-03-09T22:31:11.975Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-09T22:31:11.975Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-03-09T22:31:11.975Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-09T22:31:11.975Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-09T22:31:11.975Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-09T22:31:11.975Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-09T22:31:11.975Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-09T22:31:11.975Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-09T22:31:11.975Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-09T22:31:11.975Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-09T22:31:11.975Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-03-09T22:31:11.975Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-09T22:31:11.975Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-03-09T22:31:11.975Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-09T22:31:11.975Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-09T22:31:11.975Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-09T22:31:11.975Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-09T22:31:11.975Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2022-03-09T22:31:11.975Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-09T22:31:11.975Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-09T22:31:11.975Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-09T22:31:11.975Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-03-09T22:31:11.975Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-03-09T22:31:11.975Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-03-09T22:31:11.975Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-03-09T22:31:11.975Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-03-09T22:31:11.975Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-03-09T22:31:11.975Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-03-09T22:31:11.975Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-03-09T22:31:11.975Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-03-09T22:31:11.975Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-03-09T22:31:11.975Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-03-09T22:31:11.975Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-03-09T22:31:11.975Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-03-09T22:31:11.975Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-03-09T22:31:11.975Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-03-09T22:31:11.975Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-03-09T22:31:11.975Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-03-09T22:31:11.975Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-03-09T22:31:11.975Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-03-09T22:31:11.975Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-03-09T22:31:11.975Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-03-09T22:31:11.975Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-09T22:31:11.975Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-09T22:31:11.975Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-09T22:31:11.975Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-09T22:31:11.975Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-09T22:31:11.975Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-09T22:31:11.975Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-09T22:31:11.975Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-09T22:31:11.975Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-09T22:31:11.975Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-09T22:31:11.975Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-09T22:31:11.975Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-09T22:31:11.975Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-09T22:31:11.975Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-09T22:31:11.975Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-09T22:31:11.975Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-09T22:31:11.975Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-03-09T22:31:11.975Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-03-09T22:31:11.975Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-03-09T22:31:11.975Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-09T22:31:11.975Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-09T22:31:11.975Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-03-09T22:31:11.975Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-03-09T22:31:11.975Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-03-09T22:31:11.975Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-09T22:31:11.975Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-09T22:31:11.975Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2022-03-09T22:31:11.975Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-03-09T22:31:11.975Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-03-09T22:31:11.975Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-03-09T22:31:11.975Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-03-09T22:31:11.975Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-03-09T22:31:11.975Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-03-09T22:31:11.975Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-03-09T22:31:11.975Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-03-09T22:31:11.975Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-03-09T22:31:11.975Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-03-09T22:31:11.975Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-03-09T22:31:11.975Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-03-09T22:31:11.975Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-03-09T22:31:11.975Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-03-09T22:31:11.975Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-03-09T22:31:11.975Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-03-09T22:31:11.975Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-03-09T22:31:11.975Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-03-09T22:31:11.975Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2022-03-09T22:31:11.975Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-03-09T22:31:11.975Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-03-09T22:31:11.975Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-03-09T22:31:11.975Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-03-09T22:31:11.975Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-03-09T22:31:11.975Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-03-09T22:31:11.975Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-09T22:31:11.975Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-09T22:31:11.975Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-03-09T22:31:11.975Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-03-09T22:31:11.975Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-09T22:31:11.975Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-09T22:31:11.975Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-09T22:31:11.975Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-09T22:31:11.975Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-09T22:31:11.975Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-09T22:31:11.975Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-09T22:31:11.975Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-09T22:31:11.975Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-09T22:31:11.975Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-09T22:31:11.975Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-09T22:31:11.975Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-09T22:31:11.975Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-09T22:31:11.975Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-09T22:31:11.975Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-09T22:31:11.975Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-09T22:31:11.975Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-09T22:31:11.975Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-09T22:31:11.975Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-09T22:31:11.975Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-09T22:31:11.975Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-09T22:31:11.975Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-09T22:31:11.975Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-09T22:31:11.975Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-09T22:31:11.975Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-09T22:31:11.975Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-09T22:31:11.975Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-09T22:31:11.975Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-09T22:31:11.975Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2022-03-09T22:31:11.975Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-03-09T22:31:11.975Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-03-09T22:31:11.975Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-03-09T22:31:11.975Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-03-09T22:31:11.975Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2022-03-09T22:31:11.975Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-03-09T22:31:11.975Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-03-09T22:31:11.975Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-03-09T22:31:11.975Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-09T22:31:11.975Z] === CONT TestNewTailReader/no_delimiter/no_lines [2022-03-09T22:31:11.975Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-03-09T22:31:11.975Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-03-09T22:31:11.975Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-09T22:31:11.975Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2022-03-09T22:31:11.975Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-03-09T22:31:11.975Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-03-09T22:31:11.975Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-03-09T22:31:11.975Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-03-09T22:31:12.481Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-03-09T22:31:12.481Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-03-09T22:31:12.481Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-03-09T22:31:12.481Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-03-09T22:31:12.481Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-03-09T22:31:12.481Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-03-09T22:31:12.481Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-03-09T22:31:12.481Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-03-09T22:31:12.481Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-03-09T22:31:12.481Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-03-09T22:31:12.481Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-03-09T22:31:12.481Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-03-09T22:31:12.481Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-03-09T22:31:12.481Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-03-09T22:31:12.481Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-03-09T22:31:12.481Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-03-09T22:31:12.481Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-09T22:31:12.481Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-09T22:31:12.481Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-03-09T22:31:12.481Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-03-09T22:31:12.481Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-03-09T22:31:12.481Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-09T22:31:12.481Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-09T22:31:12.481Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2022-03-09T22:31:12.481Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-03-09T22:31:12.481Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-03-09T22:31:12.481Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-09T22:31:12.481Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-09T22:31:12.481Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2022-03-09T22:31:12.481Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-03-09T22:31:12.481Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-03-09T22:31:12.481Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-09T22:31:12.481Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-09T22:31:12.481Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-03-09T22:31:12.481Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-09T22:31:12.481Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-09T22:31:12.481Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-09T22:31:12.481Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-09T22:31:12.481Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-09T22:31:12.481Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-09T22:31:12.481Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-09T22:31:12.481Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-09T22:31:12.481Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-09T22:31:12.481Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-09T22:31:12.481Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-09T22:31:12.481Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-09T22:31:12.481Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-03-09T22:31:12.481Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-09T22:31:12.481Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2022-03-09T22:31:12.481Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-09T22:31:12.481Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-03-09T22:31:12.481Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-09T22:31:12.481Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-03-09T22:31:12.481Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-03-09T22:31:12.481Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-09T22:31:12.481Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-03-09T22:31:12.481Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-09T22:31:12.481Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-09T22:31:12.481Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-03-09T22:31:12.481Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-09T22:31:12.481Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-09T22:31:12.481Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-09T22:31:12.481Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-09T22:31:12.481Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-09T22:31:12.481Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-09T22:31:12.481Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-09T22:31:12.481Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-09T22:31:12.481Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-09T22:31:12.481Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-09T22:31:12.481Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-09T22:31:12.481Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-09T22:31:12.481Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-09T22:31:12.481Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-09T22:31:12.481Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-09T22:31:12.481Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-09T22:31:12.481Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-09T22:31:12.481Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-09T22:31:12.481Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-09T22:31:12.481Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-09T22:31:12.481Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2022-03-09T22:31:12.481Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-03-09T22:31:12.481Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-03-09T22:31:12.481Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-03-09T22:31:12.481Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-03-09T22:31:12.481Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-03-09T22:31:12.481Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-03-09T22:31:12.481Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-03-09T22:31:12.481Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-03-09T22:31:12.481Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2022-03-09T22:31:12.481Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-03-09T22:31:12.481Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-03-09T22:31:12.481Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-03-09T22:31:12.481Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-03-09T22:31:12.481Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-03-09T22:31:12.481Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-03-09T22:31:12.481Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-03-09T22:31:12.481Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-03-09T22:31:12.481Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-03-09T22:31:12.481Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-03-09T22:31:12.481Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-03-09T22:31:12.481Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-03-09T22:31:12.481Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-03-09T22:31:12.481Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-03-09T22:31:12.481Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-03-09T22:31:12.481Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-03-09T22:31:12.481Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-03-09T22:31:12.481Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-03-09T22:31:12.481Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-03-09T22:31:12.481Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-03-09T22:31:12.481Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-03-09T22:31:12.482Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-03-09T22:31:12.482Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-03-09T22:31:12.482Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-09T22:31:12.482Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-09T22:31:12.482Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-09T22:31:12.482Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-09T22:31:12.482Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-09T22:31:12.482Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-09T22:31:12.482Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-09T22:31:12.482Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-09T22:31:12.482Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-09T22:31:12.482Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-09T22:31:12.482Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-09T22:31:12.482Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-09T22:31:12.482Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2022-03-09T22:31:12.482Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-09T22:31:12.482Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-09T22:31:12.482Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-03-09T22:31:12.482Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-03-09T22:31:12.482Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-03-09T22:31:12.482Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-03-09T22:31:12.482Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-03-09T22:31:12.482Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-03-09T22:31:12.482Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-03-09T22:31:12.482Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-03-09T22:31:12.482Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-03-09T22:31:12.482Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-03-09T22:31:12.482Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-03-09T22:31:12.482Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-03-09T22:31:12.482Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-03-09T22:31:12.482Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-03-09T22:31:12.482Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-03-09T22:31:12.482Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-03-09T22:31:12.482Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-03-09T22:31:12.482Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-03-09T22:31:12.482Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-03-09T22:31:12.482Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-03-09T22:31:12.482Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-03-09T22:31:12.482Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-09T22:31:12.482Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-09T22:31:12.482Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-03-09T22:31:12.482Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-09T22:31:12.482Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-09T22:31:12.482Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-09T22:31:12.482Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-09T22:31:12.482Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-03-09T22:31:12.482Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-03-09T22:31:12.482Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-03-09T22:31:12.482Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-09T22:31:12.482Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-09T22:31:12.482Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-03-09T22:31:12.482Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-03-09T22:31:12.482Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-03-09T22:31:12.482Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-09T22:31:12.482Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-09T22:31:12.482Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-03-09T22:31:12.482Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-03-09T22:31:12.482Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-03-09T22:31:12.482Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-03-09T22:31:12.482Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-03-09T22:31:12.482Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-03-09T22:31:12.482Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-03-09T22:31:12.482Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-03-09T22:31:12.482Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-03-09T22:31:12.482Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-09T22:31:12.482Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-09T22:31:12.482Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2022-03-09T22:31:12.482Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-03-09T22:31:12.482Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-03-09T22:31:12.482Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-03-09T22:31:12.482Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-03-09T22:31:12.482Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-03-09T22:31:12.482Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-03-09T22:31:12.482Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-09T22:31:12.482Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-09T22:31:12.482Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-09T22:31:12.482Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-09T22:31:12.482Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-09T22:31:12.482Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-09T22:31:12.482Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-09T22:31:12.482Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-09T22:31:12.482Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-09T22:31:12.482Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-09T22:31:12.482Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-09T22:31:12.482Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-09T22:31:12.482Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-09T22:31:12.482Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-09T22:31:12.482Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-09T22:31:12.482Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-03-09T22:31:12.482Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-03-09T22:31:12.482Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-03-09T22:31:12.482Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-09T22:31:12.482Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-09T22:31:12.482Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2022-03-09T22:31:12.482Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-03-09T22:31:12.482Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-03-09T22:31:12.482Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-03-09T22:31:12.482Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-03-09T22:31:12.482Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-03-09T22:31:12.482Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-03-09T22:31:12.482Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-03-09T22:31:12.482Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-03-09T22:31:12.482Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-03-09T22:31:12.482Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-03-09T22:31:12.482Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-03-09T22:31:12.482Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-03-09T22:31:12.482Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-03-09T22:31:12.482Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-03-09T22:31:12.482Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-03-09T22:31:12.482Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-09T22:31:12.482Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2022-03-09T22:31:12.482Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-03-09T22:31:12.482Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-03-09T22:31:12.482Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-09T22:31:12.482Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-09T22:31:12.482Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-03-09T22:31:12.482Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-09T22:31:12.482Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-03-09T22:31:12.482Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-09T22:31:12.482Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-03-09T22:31:12.482Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-09T22:31:12.482Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-09T22:31:12.482Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-09T22:31:12.482Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-09T22:31:12.482Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-03-09T22:31:12.482Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-03-09T22:31:12.482Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-03-09T22:31:12.482Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-03-09T22:31:12.482Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-09T22:31:12.482Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-09T22:31:12.482Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-09T22:31:12.482Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2022-03-09T22:31:12.482Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-09T22:31:12.482Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-09T22:31:12.482Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-09T22:31:12.482Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-09T22:31:12.482Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-09T22:31:12.482Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-03-09T22:31:12.482Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-09T22:31:12.482Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-03-09T22:31:12.482Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-09T22:31:12.482Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-09T22:31:12.482Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-03-09T22:31:12.482Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-09T22:31:12.482Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-09T22:31:12.482Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-03-09T22:31:12.482Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-09T22:31:12.482Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-03-09T22:31:12.482Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-09T22:31:12.482Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-03-09T22:31:12.482Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-09T22:31:12.482Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-09T22:31:12.482Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-03-09T22:31:12.482Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-09T22:31:12.482Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-03-09T22:31:12.482Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-03-09T22:31:12.482Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-03-09T22:31:12.482Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-09T22:31:12.482Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-09T22:31:12.482Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-03-09T22:31:12.482Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-09T22:31:12.482Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-09T22:31:12.482Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-09T22:31:12.482Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-09T22:31:12.482Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-09T22:31:12.482Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-09T22:31:12.482Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-09T22:31:12.482Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-09T22:31:12.482Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-09T22:31:12.482Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-09T22:31:12.482Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-09T22:31:12.482Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-09T22:31:12.482Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-09T22:31:12.482Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-09T22:31:12.482Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-09T22:31:12.482Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-09T22:31:12.482Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-09T22:31:12.482Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-09T22:31:12.482Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-09T22:31:12.482Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-09T22:31:12.482Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-09T22:31:12.482Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-09T22:31:12.482Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-09T22:31:12.482Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-09T22:31:12.482Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-09T22:31:12.482Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-09T22:31:12.482Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-09T22:31:12.482Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-03-09T22:31:12.482Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-03-09T22:31:12.482Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-03-09T22:31:12.482Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-09T22:31:12.482Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-09T22:31:12.482Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-03-09T22:31:12.482Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-03-09T22:31:12.482Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-03-09T22:31:12.482Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-03-09T22:31:12.482Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-03-09T22:31:12.482Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-03-09T22:31:12.482Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-03-09T22:31:12.482Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-03-09T22:31:12.482Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-03-09T22:31:12.482Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-03-09T22:31:12.482Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-03-09T22:31:12.482Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-03-09T22:31:12.482Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-03-09T22:31:12.482Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-03-09T22:31:12.482Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-03-09T22:31:12.482Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-03-09T22:31:12.482Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-03-09T22:31:12.482Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-09T22:31:12.483Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-09T22:31:12.483Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2022-03-09T22:31:12.483Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-03-09T22:31:12.483Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-03-09T22:31:12.483Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-03-09T22:31:12.483Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-03-09T22:31:12.483Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-03-09T22:31:12.483Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-03-09T22:31:12.483Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-09T22:31:12.483Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-09T22:31:12.483Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-09T22:31:12.483Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-09T22:31:12.483Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-09T22:31:12.483Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-09T22:31:12.483Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-09T22:31:12.483Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-09T22:31:12.483Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-09T22:31:12.483Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-09T22:31:12.483Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-09T22:31:12.483Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-09T22:31:12.483Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-09T22:31:12.483Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-09T22:31:12.483Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-03-09T22:31:12.483Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2022-03-09T22:31:12.483Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-03-09T22:31:12.483Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-03-09T22:31:12.483Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-03-09T22:31:12.483Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-03-09T22:31:12.483Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-03-09T22:31:12.483Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-03-09T22:31:12.483Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-03-09T22:31:12.483Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-03-09T22:31:12.483Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-03-09T22:31:12.483Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-03-09T22:31:12.483Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-03-09T22:31:12.483Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-03-09T22:31:12.483Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-03-09T22:31:12.483Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-03-09T22:31:12.483Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-03-09T22:31:12.483Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-03-09T22:31:12.483Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-03-09T22:31:12.483Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-03-09T22:31:12.483Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-03-09T22:31:12.483Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-03-09T22:31:12.483Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-09T22:31:12.483Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-09T22:31:12.483Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-09T22:31:12.483Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2022-03-09T22:31:12.483Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-03-09T22:31:12.483Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-03-09T22:31:12.483Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-09T22:31:12.483Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-09T22:31:12.483Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-09T22:31:12.483Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-03-09T22:31:12.483Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2022-03-09T22:31:12.483Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-03-09T22:31:12.483Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-03-09T22:31:12.483Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-03-09T22:31:12.483Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-03-09T22:31:12.483Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-03-09T22:31:12.483Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-03-09T22:31:12.483Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-03-09T22:31:12.483Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-03-09T22:31:12.483Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-03-09T22:31:12.483Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-03-09T22:31:12.483Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-03-09T22:31:12.483Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-03-09T22:31:12.483Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-03-09T22:31:12.483Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-03-09T22:31:12.483Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-03-09T22:31:12.483Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-03-09T22:31:12.483Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-03-09T22:31:12.483Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-03-09T22:31:12.483Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-03-09T22:31:12.483Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-03-09T22:31:12.483Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-09T22:31:12.483Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-09T22:31:12.483Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2022-03-09T22:31:12.483Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-03-09T22:31:12.483Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-03-09T22:31:12.483Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-03-09T22:31:12.483Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-03-09T22:31:12.483Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-03-09T22:31:12.483Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-03-09T22:31:12.483Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-09T22:31:12.483Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-09T22:31:12.483Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-03-09T22:31:12.483Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-03-09T22:31:12.483Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-03-09T22:31:12.483Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-03-09T22:31:12.483Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-03-09T22:31:12.483Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-03-09T22:31:12.483Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-03-09T22:31:12.483Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-09T22:31:12.483Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-09T22:31:12.483Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-03-09T22:31:12.483Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-03-09T22:31:12.483Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-03-09T22:31:12.483Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-03-09T22:31:12.483Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-09T22:31:12.483Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-09T22:31:12.483Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-03-09T22:31:12.483Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-03-09T22:31:12.483Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-09T22:31:12.483Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-09T22:31:12.483Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-09T22:31:12.483Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-09T22:31:12.483Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2022-03-09T22:31:12.483Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-09T22:31:12.483Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-09T22:31:12.483Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-09T22:31:12.483Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-09T22:31:12.483Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-09T22:31:12.483Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-09T22:31:12.483Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-09T22:31:12.483Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-09T22:31:12.483Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-09T22:31:12.483Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-09T22:31:12.483Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-09T22:31:12.483Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-09T22:31:12.483Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-09T22:31:12.483Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-09T22:31:12.483Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-09T22:31:12.483Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-03-09T22:31:12.483Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-03-09T22:31:12.483Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-03-09T22:31:12.483Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-09T22:31:12.483Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-09T22:31:12.483Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-03-09T22:31:12.483Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-03-09T22:31:12.483Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-03-09T22:31:12.483Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-03-09T22:31:12.483Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-03-09T22:31:12.483Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-03-09T22:31:12.483Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-03-09T22:31:12.483Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-03-09T22:31:12.483Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-03-09T22:31:12.483Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-03-09T22:31:12.483Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-03-09T22:31:12.483Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-03-09T22:31:12.483Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-03-09T22:31:12.483Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-03-09T22:31:12.483Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-03-09T22:31:12.483Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-03-09T22:31:12.483Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-03-09T22:31:12.483Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-03-09T22:31:12.483Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-03-09T22:31:12.483Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-03-09T22:31:12.483Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-03-09T22:31:12.483Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-09T22:31:12.483Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-09T22:31:12.483Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-03-09T22:31:12.483Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-03-09T22:31:12.483Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-09T22:31:12.483Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-09T22:31:12.483Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-09T22:31:12.483Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-09T22:31:12.483Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-09T22:31:12.483Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-09T22:31:12.483Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-09T22:31:12.483Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-03-09T22:31:12.483Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-09T22:31:12.483Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-09T22:31:12.483Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-09T22:31:12.483Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-09T22:31:12.483Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-09T22:31:12.483Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-09T22:31:12.483Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-09T22:31:12.483Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-03-09T22:31:12.483Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-03-09T22:31:12.483Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-09T22:31:12.483Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-09T22:31:12.483Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-09T22:31:12.483Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-09T22:31:12.483Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-09T22:31:12.483Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-09T22:31:12.483Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-09T22:31:12.483Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-09T22:31:12.483Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-09T22:31:12.483Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-09T22:31:12.483Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-09T22:31:12.483Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-09T22:31:12.483Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-09T22:31:12.483Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-09T22:31:12.483Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-03-09T22:31:12.483Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-09T22:31:12.483Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-09T22:31:12.483Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-09T22:31:12.483Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-09T22:31:12.483Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-09T22:31:12.483Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-09T22:31:12.483Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-09T22:31:12.483Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-03-09T22:31:12.483Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-03-09T22:31:12.483Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-03-09T22:31:12.483Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-03-09T22:31:12.483Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-03-09T22:31:12.483Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-03-09T22:31:12.483Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-03-09T22:31:12.483Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-03-09T22:31:12.483Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-03-09T22:31:12.483Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-09T22:31:12.483Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-03-09T22:31:12.483Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-03-09T22:31:12.483Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-03-09T22:31:12.483Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-03-09T22:31:12.483Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-03-09T22:31:12.483Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-09T22:31:12.483Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-09T22:31:12.483Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-03-09T22:31:12.483Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-03-09T22:31:12.484Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-09T22:31:12.485Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-03-09T22:31:12.485Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-09T22:31:12.485Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-09T22:31:12.485Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-09T22:31:12.485Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-09T22:31:12.485Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-09T22:31:12.485Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-09T22:31:12.485Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-09T22:31:12.485Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-09T22:31:12.485Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-09T22:31:12.485Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-09T22:31:12.485Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-09T22:31:12.485Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-09T22:31:12.485Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-09T22:31:12.485Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-09T22:31:12.485Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-09T22:31:12.485Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-09T22:31:12.485Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-03-09T22:31:12.485Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-03-09T22:31:12.485Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-03-09T22:31:12.485Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-09T22:31:12.485Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-09T22:31:12.485Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-09T22:31:12.485Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-03-09T22:31:12.485Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-03-09T22:31:12.485Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-03-09T22:31:12.485Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-03-09T22:31:12.485Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-03-09T22:31:12.485Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-03-09T22:31:12.485Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-03-09T22:31:12.990Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-03-09T22:31:12.990Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-03-09T22:31:12.990Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-09T22:31:12.990Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-09T22:31:12.990Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-03-09T22:31:12.990Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-03-09T22:31:12.990Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-09T22:31:12.990Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-09T22:31:12.990Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-09T22:31:12.990Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-09T22:31:12.990Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-09T22:31:12.990Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-03-09T22:31:12.990Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-09T22:31:12.990Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-03-09T22:31:12.990Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-03-09T22:31:12.990Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-03-09T22:31:12.990Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-03-09T22:31:12.990Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-03-09T22:31:12.990Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-03-09T22:31:12.990Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-03-09T22:31:12.990Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-03-09T22:31:12.990Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-03-09T22:31:12.990Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-09T22:31:12.990Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-03-09T22:31:12.990Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-09T22:31:12.990Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-09T22:31:12.990Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-03-09T22:31:12.990Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-03-09T22:31:12.990Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-03-09T22:31:12.990Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-03-09T22:31:12.990Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-03-09T22:31:12.990Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-03-09T22:31:12.990Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-03-09T22:31:12.990Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-03-09T22:31:12.990Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-03-09T22:31:12.990Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-03-09T22:31:12.990Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-03-09T22:31:12.990Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-03-09T22:31:12.990Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-03-09T22:31:12.990Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-09T22:31:12.990Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-09T22:31:12.990Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-03-09T22:31:12.990Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-09T22:31:12.990Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-09T22:31:12.990Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-09T22:31:12.990Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-09T22:31:12.990Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-03-09T22:31:12.990Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-03-09T22:31:12.990Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-09T22:31:12.990Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-09T22:31:12.990Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-09T22:31:12.990Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-03-09T22:31:12.990Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-09T22:31:12.990Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-09T22:31:12.990Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-03-09T22:31:12.990Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-09T22:31:12.990Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-03-09T22:31:12.990Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-03-09T22:31:12.990Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-03-09T22:31:12.990Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-03-09T22:31:12.990Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-03-09T22:31:12.990Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-03-09T22:31:12.990Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-03-09T22:31:12.990Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-09T22:31:12.990Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-03-09T22:31:12.990Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-09T22:31:12.990Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-09T22:31:12.990Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-09T22:31:12.990Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-09T22:31:12.990Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-09T22:31:12.990Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-09T22:31:12.990Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-09T22:31:12.990Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-09T22:31:12.990Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-09T22:31:12.990Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-09T22:31:12.990Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-09T22:31:12.990Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-09T22:31:12.990Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-09T22:31:12.990Z] --- PASS: TestNewTailReader (0.00s) [2022-03-09T22:31:12.990Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2022-03-09T22:31:12.990Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2022-03-09T22:31:12.990Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2022-03-09T22:31:12.990Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2022-03-09T22:31:12.990Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2022-03-09T22:31:12.990Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2022-03-09T22:31:12.990Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.00s) [2022-03-09T22:31:12.990Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2022-03-09T22:31:12.990Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-09T22:31:12.990Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-09T22:31:12.990Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2022-03-09T22:31:12.990Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-09T22:31:12.990Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-09T22:31:12.990Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-09T22:31:12.990Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-09T22:31:12.990Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s) [2022-03-09T22:31:12.990Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-09T22:31:12.990Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-09T22:31:12.990Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.01s) [2022-03-09T22:31:12.990Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-09T22:31:12.990Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-09T22:31:12.990Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-09T22:31:12.990Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-09T22:31:12.990Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-09T22:31:12.990Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-09T22:31:12.990Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-09T22:31:12.990Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-09T22:31:12.990Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-09T22:31:12.990Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-09T22:31:12.990Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-09T22:31:12.990Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-09T22:31:12.990Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-09T22:31:12.990Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-09T22:31:12.990Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2022-03-09T22:31:12.990Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-09T22:31:12.990Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-09T22:31:12.990Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-09T22:31:12.990Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-09T22:31:12.990Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-09T22:31:12.990Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-09T22:31:12.990Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-09T22:31:12.990Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-09T22:31:12.990Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-09T22:31:12.990Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s) [2022-03-09T22:31:12.990Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-09T22:31:12.990Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-09T22:31:12.990Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-09T22:31:12.990Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-09T22:31:12.990Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.01s) [2022-03-09T22:31:12.990Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-09T22:31:12.990Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-09T22:31:12.990Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-09T22:31:12.990Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-09T22:31:12.990Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-09T22:31:12.990Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-09T22:31:12.990Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-09T22:31:12.990Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.01s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.01s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.01s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/no_delimiter (0.01s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.01s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.02s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.01s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-09T22:31:12.991Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.01s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.01s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.01s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.01s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.01s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.01s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.01s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-09T22:31:12.992Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-09T22:31:12.992Z] PASS [2022-03-09T22:31:12.992Z] coverage: 88.6% of statements [2022-03-09T22:31:12.992Z] ok github.com/docker/docker/pkg/tailfile 0.298s coverage: 88.6% of statements [2022-03-09T22:31:12.992Z] --- PASS: TestOddAllocateRelease (0.41s) [2022-03-09T22:31:12.992Z] === RUN TestFullAllocateSerialReleaseParallel [2022-03-09T22:31:12.992Z] --- PASS: TestFullAllocateSerialReleaseParallel (0.09s) [2022-03-09T22:31:12.992Z] === RUN TestOddAllocateSerialReleaseParallel [2022-03-09T22:31:12.992Z] --- PASS: TestOddAllocateSerialReleaseParallel (0.05s) [2022-03-09T22:31:12.992Z] === RUN TestEvenAllocateSerialReleaseParallel [2022-03-09T22:31:12.992Z] --- PASS: TestEvenAllocateSerialReleaseParallel (0.06s) [2022-03-09T22:31:12.992Z] === CONT TestParallelPredefinedRequest1 [2022-03-09T22:31:12.992Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-09T22:31:12.992Z] --- SKIP: TestParallelPredefinedRequest1 (0.00s) [2022-03-09T22:31:12.992Z] === CONT TestParallelPredefinedRequest3 [2022-03-09T22:31:12.992Z] === CONT TestParallelPredefinedRequest5 [2022-03-09T22:31:12.992Z] === CONT TestParallelPredefinedRequest3 [2022-03-09T22:31:12.992Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-09T22:31:12.992Z] === CONT TestParallelPredefinedRequest5 [2022-03-09T22:31:12.992Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-09T22:31:12.992Z] --- SKIP: TestParallelPredefinedRequest3 (0.00s) [2022-03-09T22:31:12.992Z] --- SKIP: TestParallelPredefinedRequest5 (0.00s) [2022-03-09T22:31:12.992Z] === CONT TestParallelPredefinedRequest4 [2022-03-09T22:31:12.993Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-09T22:31:12.993Z] --- SKIP: TestParallelPredefinedRequest4 (0.00s) [2022-03-09T22:31:12.993Z] === CONT TestParallelPredefinedRequest2 [2022-03-09T22:31:12.993Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-09T22:31:12.993Z] --- SKIP: TestParallelPredefinedRequest2 (0.00s) [2022-03-09T22:31:12.993Z] PASS [2022-03-09T22:31:12.993Z] coverage: 85.3% of statements [2022-03-09T22:31:12.993Z] ok github.com/docker/docker/libnetwork/ipam 65.996s coverage: 85.3% of statements [2022-03-09T22:31:13.497Z] === RUN TestTarSumRemoveNonExistent [2022-03-09T22:31:13.497Z] --- PASS: TestTarSumRemoveNonExistent (0.00s) [2022-03-09T22:31:13.497Z] === RUN TestTarSumRemove [2022-03-09T22:31:13.498Z] --- PASS: TestTarSumRemove (0.00s) [2022-03-09T22:31:13.498Z] === RUN TestSortFileInfoSums [2022-03-09T22:31:13.498Z] --- PASS: TestSortFileInfoSums (0.00s) [2022-03-09T22:31:13.498Z] === RUN TestNewTarSumForLabelInvalid [2022-03-09T22:31:13.498Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2022-03-09T22:31:13.498Z] === RUN TestNewTarSumForLabel [2022-03-09T22:31:13.498Z] --- PASS: TestNewTarSumForLabel (0.00s) [2022-03-09T22:31:13.498Z] === RUN TestEmptyTar [2022-03-09T22:31:13.498Z] --- PASS: TestEmptyTar (0.00s) [2022-03-09T22:31:13.498Z] === RUN TestTarSumsReadSize [2022-03-09T22:31:13.498Z] --- PASS: TestTarSumsReadSize (0.00s) [2022-03-09T22:31:13.498Z] === RUN TestTarSums [2022-03-09T22:31:13.498Z] --- PASS: TestTarSums (0.08s) [2022-03-09T22:31:13.498Z] === RUN TestIteration [2022-03-09T22:31:13.498Z] --- PASS: TestIteration (0.00s) [2022-03-09T22:31:13.498Z] === RUN TestVersionLabelForChecksum [2022-03-09T22:31:13.498Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2022-03-09T22:31:13.498Z] === RUN TestVersion [2022-03-09T22:31:13.498Z] --- PASS: TestVersion (0.00s) [2022-03-09T22:31:13.498Z] === RUN TestGetVersion [2022-03-09T22:31:13.498Z] --- PASS: TestGetVersion (0.00s) [2022-03-09T22:31:13.498Z] === RUN TestGetVersions [2022-03-09T22:31:13.498Z] --- PASS: TestGetVersions (0.00s) [2022-03-09T22:31:13.498Z] PASS [2022-03-09T22:31:13.498Z] coverage: 89.3% of statements [2022-03-09T22:31:13.498Z] ok github.com/docker/docker/pkg/tarsum 0.136s coverage: 89.3% of statements [2022-03-09T22:31:14.558Z] === RUN TestTruncIndex [2022-03-09T22:31:14.558Z] --- PASS: TestTruncIndex (0.10s) [2022-03-09T22:31:14.558Z] PASS [2022-03-09T22:31:14.558Z] coverage: 91.5% of statements [2022-03-09T22:31:14.558Z] ok github.com/docker/docker/pkg/truncindex 0.143s coverage: 91.5% of statements [2022-03-09T22:31:14.828Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2022-03-09T22:31:15.062Z] === RUN TestIsGIT [2022-03-09T22:31:15.062Z] --- PASS: TestIsGIT (0.00s) [2022-03-09T22:31:15.062Z] === RUN TestIsTransport [2022-03-09T22:31:15.062Z] --- PASS: TestIsTransport (0.00s) [2022-03-09T22:31:15.062Z] PASS [2022-03-09T22:31:15.062Z] coverage: 100.0% of statements [2022-03-09T22:31:15.062Z] ok github.com/docker/docker/pkg/urlutil 0.038s coverage: 100.0% of statements [2022-03-09T22:31:15.566Z] === RUN TestVersionInfo [2022-03-09T22:31:15.566Z] --- PASS: TestVersionInfo (0.00s) [2022-03-09T22:31:15.566Z] === RUN TestAppendVersions [2022-03-09T22:31:15.566Z] --- PASS: TestAppendVersions (0.00s) [2022-03-09T22:31:15.566Z] PASS [2022-03-09T22:31:15.566Z] coverage: 88.9% of statements [2022-03-09T22:31:15.566Z] ok github.com/docker/docker/pkg/useragent 0.035s coverage: 88.9% of statements [2022-03-09T22:31:15.762Z] === RUN TestDockerSuite/TestEventsStreaming [2022-03-09T22:31:16.021Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2022-03-09T22:31:17.244Z] --- PASS: TestGet (15.01s) [2022-03-09T22:31:17.244Z] === RUN TestPluginWithNoManifest [2022-03-09T22:31:17.244Z] --- PASS: TestPluginWithNoManifest (0.00s) [2022-03-09T22:31:17.244Z] === RUN TestGetAll [2022-03-09T22:31:17.244Z] --- PASS: TestGetAll (0.01s) [2022-03-09T22:31:17.244Z] PASS [2022-03-09T22:31:17.244Z] coverage: 73.2% of statements [2022-03-09T22:31:17.244Z] ok github.com/docker/docker/pkg/plugins 34.981s coverage: 73.2% of statements [2022-03-09T22:31:17.244Z] === RUN TestValidatePrivileges [2022-03-09T22:31:17.244Z] --- PASS: TestValidatePrivileges (0.00s) [2022-03-09T22:31:17.244Z] === RUN TestFilterByCapNeg [2022-03-09T22:31:17.244Z] --- PASS: TestFilterByCapNeg (0.00s) [2022-03-09T22:31:17.244Z] === RUN TestFilterByCapPos [2022-03-09T22:31:17.244Z] --- PASS: TestFilterByCapPos (0.00s) [2022-03-09T22:31:17.244Z] === RUN TestStoreGetPluginNotMatchCapRefs [2022-03-09T22:31:17.244Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2022-03-09T22:31:17.244Z] PASS [2022-03-09T22:31:17.244Z] coverage: 12.0% of statements [2022-03-09T22:31:17.244Z] ok github.com/docker/docker/plugin 0.064s coverage: 12.0% of statements [2022-03-09T22:31:18.302Z] === RUN TestNewSettable [2022-03-09T22:31:18.302Z] --- PASS: TestNewSettable (0.00s) [2022-03-09T22:31:18.302Z] === RUN TestIsSettable [2022-03-09T22:31:18.302Z] --- PASS: TestIsSettable (0.00s) [2022-03-09T22:31:18.302Z] === RUN TestUpdateSettingsEnv [2022-03-09T22:31:18.302Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2022-03-09T22:31:18.302Z] PASS [2022-03-09T22:31:18.302Z] coverage: 20.0% of statements [2022-03-09T22:31:18.302Z] ok github.com/docker/docker/plugin/v2 0.052s coverage: 20.0% of statements [2022-03-09T22:31:18.808Z] === RUN TestLoad [2022-03-09T22:31:18.808Z] --- PASS: TestLoad (0.00s) [2022-03-09T22:31:18.808Z] === RUN TestSave [2022-03-09T22:31:18.808Z] --- PASS: TestSave (0.04s) [2022-03-09T22:31:18.808Z] === RUN TestAddDeleteGet [2022-03-09T22:31:18.808Z] --- PASS: TestAddDeleteGet (0.06s) [2022-03-09T22:31:18.808Z] === RUN TestInvalidTags [2022-03-09T22:31:18.808Z] --- PASS: TestInvalidTags (0.01s) [2022-03-09T22:31:18.808Z] PASS [2022-03-09T22:31:18.808Z] coverage: 84.4% of statements [2022-03-09T22:31:18.808Z] ok github.com/docker/docker/reference 0.162s coverage: 84.4% of statements [2022-03-09T22:31:19.307Z] === RUN TestDockerSuite/TestEventsTop [2022-03-09T22:31:19.307Z] === RUN TestDockerSwarmSuite/TestAPISwarmRaftQuorum [2022-03-09T22:31:19.565Z] === RUN TestDockerSuite/TestEventsUntag [2022-03-09T22:31:20.480Z] === RUN TestResumableRequestHeaderSimpleErrors [2022-03-09T22:31:20.480Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.01s) [2022-03-09T22:31:20.480Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2022-03-09T22:31:20.480Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2022-03-09T22:31:20.480Z] === RUN TestResumableRequestHeaderTooMuchFailures [2022-03-09T22:31:20.480Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2022-03-09T22:31:20.480Z] === RUN TestResumableRequestReaderWithReadError [2022-03-09T22:31:20.480Z] time="2022-03-09T22:31:19Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2022-03-09T22:31:20.480Z] --- PASS: TestResumableRequestReaderWithReadError (0.21s) [2022-03-09T22:31:20.480Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2022-03-09T22:31:20.480Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2022-03-09T22:31:20.480Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2022-03-09T22:31:20.480Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2022-03-09T22:31:20.480Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2022-03-09T22:31:20.480Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2022-03-09T22:31:20.480Z] === RUN TestResumableRequestReader [2022-03-09T22:31:20.480Z] --- PASS: TestResumableRequestReader (0.00s) [2022-03-09T22:31:20.480Z] === RUN TestResumableRequestReaderWithInitialResponse [2022-03-09T22:31:20.480Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2022-03-09T22:31:20.480Z] PASS [2022-03-09T22:31:20.480Z] coverage: 100.0% of statements [2022-03-09T22:31:20.480Z] ok github.com/docker/docker/registry/resumable 0.284s coverage: 100.0% of statements [2022-03-09T22:31:20.984Z] === RUN TestResolveAuthConfigIndexServer [2022-03-09T22:31:20.984Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2022-03-09T22:31:20.984Z] === RUN TestResolveAuthConfigFullURL [2022-03-09T22:31:20.984Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2022-03-09T22:31:20.984Z] === RUN TestLoadAllowNondistributableArtifacts [2022-03-09T22:31:20.984Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2022-03-09T22:31:20.984Z] === RUN TestValidateMirror [2022-03-09T22:31:20.984Z] --- PASS: TestValidateMirror (0.00s) [2022-03-09T22:31:20.984Z] === RUN TestLoadInsecureRegistries [2022-03-09T22:31:20.984Z] time="2022-03-09T22:31:20Z" 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-09T22:31:20.984Z] time="2022-03-09T22:31:20Z" 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-09T22:31:20.984Z] time="2022-03-09T22:31:20Z" 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-09T22:31:20.984Z] --- PASS: TestLoadInsecureRegistries (0.22s) [2022-03-09T22:31:20.984Z] === RUN TestNewServiceConfig [2022-03-09T22:31:20.984Z] --- PASS: TestNewServiceConfig (0.00s) [2022-03-09T22:31:20.984Z] === RUN TestValidateIndexName [2022-03-09T22:31:20.984Z] --- PASS: TestValidateIndexName (0.00s) [2022-03-09T22:31:20.984Z] === RUN TestValidateIndexNameWithError [2022-03-09T22:31:20.984Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2022-03-09T22:31:20.984Z] === RUN TestEndpointParse [2022-03-09T22:31:20.984Z] --- PASS: TestEndpointParse (0.00s) [2022-03-09T22:31:20.984Z] === RUN TestEndpointParseInvalid [2022-03-09T22:31:20.984Z] --- PASS: TestEndpointParseInvalid (0.00s) [2022-03-09T22:31:20.984Z] === RUN TestValidateEndpoint [2022-03-09T22:31:20.984Z] --- PASS: TestValidateEndpoint (0.01s) [2022-03-09T22:31:20.984Z] === RUN TestPing [2022-03-09T22:31:20.984Z] --- PASS: TestPing (0.01s) [2022-03-09T22:31:20.984Z] === RUN TestPingRegistryEndpoint [2022-03-09T22:31:20.984Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2022-03-09T22:31:20.984Z] --- SKIP: TestPingRegistryEndpoint (0.01s) [2022-03-09T22:31:20.984Z] === RUN TestEndpoint [2022-03-09T22:31:20.984Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2022-03-09T22:31:20.984Z] --- SKIP: TestEndpoint (0.00s) [2022-03-09T22:31:20.984Z] === RUN TestParseRepositoryInfo [2022-03-09T22:31:20.984Z] --- PASS: TestParseRepositoryInfo (0.00s) [2022-03-09T22:31:20.984Z] === RUN TestNewIndexInfo [2022-03-09T22:31:20.984Z] --- PASS: TestNewIndexInfo (0.00s) [2022-03-09T22:31:20.984Z] === RUN TestMirrorEndpointLookup [2022-03-09T22:31:20.984Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2022-03-09T22:31:20.984Z] --- SKIP: TestMirrorEndpointLookup (0.00s) [2022-03-09T22:31:20.984Z] === RUN TestSearchRepositories [2022-03-09T22:31:20.984Z] registry_test.go:721: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2022-03-09T22:31:20.984Z] Host: 127.0.0.1:49347 [2022-03-09T22:31:20.984Z] User-Agent: docker test client [2022-03-09T22:31:20.984Z] Authorization: Token fake-token [2022-03-09T22:31:20.984Z] X-Docker-Token: true [2022-03-09T22:31:20.984Z] Accept-Encoding: gzip [2022-03-09T22:31:20.984Z] [2022-03-09T22:31:20.984Z] [2022-03-09T22:31:20.984Z] registry_test.go:730: HTTP/1.1 200 OK [2022-03-09T22:31:20.984Z] Connection: close [2022-03-09T22:31:20.984Z] Content-Length: 144 [2022-03-09T22:31:20.984Z] Cache-Control: no-cache [2022-03-09T22:31:20.984Z] Content-Type: application/json [2022-03-09T22:31:20.984Z] Date: Wed, 09 Mar 2022 22:31:20 GMT [2022-03-09T22:31:20.984Z] Expires: -1 [2022-03-09T22:31:20.984Z] Pragma: no-cache [2022-03-09T22:31:20.984Z] Server: docker-tests/mock [2022-03-09T22:31:20.984Z] X-Docker-Registry-Config: mock [2022-03-09T22:31:20.984Z] X-Docker-Registry-Version: 0.0.0 [2022-03-09T22:31:20.984Z] [2022-03-09T22:31:20.984Z] [2022-03-09T22:31:20.984Z] --- PASS: TestSearchRepositories (0.01s) [2022-03-09T22:31:20.984Z] === RUN TestTrustedLocation [2022-03-09T22:31:20.984Z] --- PASS: TestTrustedLocation (0.00s) [2022-03-09T22:31:20.984Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2022-03-09T22:31:20.984Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2022-03-09T22:31:20.984Z] === RUN TestAllowNondistributableArtifacts [2022-03-09T22:31:20.984Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2022-03-09T22:31:20.984Z] === RUN TestIsSecureIndex [2022-03-09T22:31:20.984Z] --- PASS: TestIsSecureIndex (0.00s) [2022-03-09T22:31:20.984Z] PASS [2022-03-09T22:31:20.984Z] coverage: 51.2% of statements [2022-03-09T22:31:20.984Z] ok github.com/docker/docker/registry 0.314s coverage: 51.2% of statements [2022-03-09T22:31:21.464Z] docker_api_swarm_test.go:384: [d22eeff2d5915] joining swarm manager [d71ed240023bb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-09T22:31:21.494Z] === RUN TestRestartManagerTimeout [2022-03-09T22:31:21.494Z] --- PASS: TestRestartManagerTimeout (0.00s) [2022-03-09T22:31:21.494Z] === RUN TestRestartManagerTimeoutReset [2022-03-09T22:31:21.494Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2022-03-09T22:31:21.494Z] PASS [2022-03-09T22:31:21.494Z] coverage: 50.9% of statements [2022-03-09T22:31:21.494Z] ok github.com/docker/docker/restartmanager 0.042s coverage: 50.9% of statements [2022-03-09T22:31:22.008Z] === RUN TestDecodeContainerConfig [2022-03-09T22:31:22.008Z] --- PASS: TestDecodeContainerConfig (0.00s) [2022-03-09T22:31:22.008Z] === RUN TestDecodeContainerConfigIsolation [2022-03-09T22:31:22.008Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2022-03-09T22:31:22.008Z] === RUN TestValidatePrivileged [2022-03-09T22:31:22.008Z] --- PASS: TestValidatePrivileged (0.00s) [2022-03-09T22:31:22.008Z] PASS [2022-03-09T22:31:22.008Z] coverage: 52.6% of statements [2022-03-09T22:31:22.008Z] ok github.com/docker/docker/runconfig 0.045s coverage: 52.6% of statements [2022-03-09T22:31:22.030Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2022-03-09T22:31:22.512Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2022-03-09T22:31:22.512Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2022-03-09T22:31:22.512Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2022-03-09T22:31:22.512Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2022-03-09T22:31:22.512Z] PASS [2022-03-09T22:31:22.512Z] coverage: 62.5% of statements [2022-03-09T22:31:22.512Z] ok github.com/docker/docker/testutil 0.062s coverage: 62.5% of statements [2022-03-09T22:31:22.981Z] docker_api_swarm_test.go:385: [d756aa86acb7a] joining swarm manager [d71ed240023bb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-09T22:31:23.639Z] --- PASS: TestBuildMultiStageLayerLeak (14.19s) [2022-03-09T22:31:23.639Z] === RUN TestBuildWithHugeFile [2022-03-09T22:31:26.520Z] === RUN TestGetDriver [2022-03-09T22:31:26.520Z] --- PASS: TestGetDriver (0.00s) [2022-03-09T22:31:26.520Z] === RUN TestVolumeRequestError [2022-03-09T22:31:26.520Z] --- PASS: TestVolumeRequestError (0.01s) [2022-03-09T22:31:26.520Z] PASS [2022-03-09T22:31:26.520Z] coverage: 36.1% of statements [2022-03-09T22:31:26.520Z] ok github.com/docker/docker/volume/drivers 0.063s coverage: 36.1% of statements [2022-03-09T22:31:26.520Z] === RUN TestGetAddress [2022-03-09T22:31:26.520Z] --- PASS: TestGetAddress (0.00s) [2022-03-09T22:31:26.520Z] === RUN TestRemove [2022-03-09T22:31:26.520Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-03-09T22:31:26.520Z] --- SKIP: TestRemove (0.00s) [2022-03-09T22:31:26.520Z] === RUN TestInitializeWithVolumes [2022-03-09T22:31:26.520Z] --- PASS: TestInitializeWithVolumes (0.01s) [2022-03-09T22:31:26.520Z] === RUN TestCreate [2022-03-09T22:31:26.520Z] --- PASS: TestCreate (0.02s) [2022-03-09T22:31:26.520Z] === RUN TestValidateName [2022-03-09T22:31:26.520Z] --- PASS: TestValidateName (0.00s) [2022-03-09T22:31:26.520Z] === RUN TestCreateWithOpts [2022-03-09T22:31:26.520Z] local_test.go:180: runtime.GOOS == "windows" [2022-03-09T22:31:26.520Z] --- SKIP: TestCreateWithOpts (0.00s) [2022-03-09T22:31:26.520Z] === RUN TestRelaodNoOpts [2022-03-09T22:31:26.520Z] --- PASS: TestRelaodNoOpts (0.02s) [2022-03-09T22:31:26.520Z] PASS [2022-03-09T22:31:26.520Z] coverage: 41.5% of statements [2022-03-09T22:31:26.520Z] ok github.com/docker/docker/volume/local 0.094s coverage: 41.5% of statements [2022-03-09T22:31:28.193Z] === RUN TestLCOWParseMountRaw [2022-03-09T22:31:28.193Z] --- PASS: TestLCOWParseMountRaw (0.00s) [2022-03-09T22:31:28.193Z] === RUN TestLCOWParseMountRawSplit [2022-03-09T22:31:28.193Z] === RUN TestLCOWParseMountRawSplit/0_c:\:/foo [2022-03-09T22:31:28.193Z] === RUN TestLCOWParseMountRawSplit/1_c:\:/foo:ro [2022-03-09T22:31:28.193Z] === RUN TestLCOWParseMountRawSplit/2_c:\:/foo:rw [2022-03-09T22:31:28.193Z] === RUN TestLCOWParseMountRawSplit/3_c:\:/foo:foo [2022-03-09T22:31:28.193Z] === RUN TestLCOWParseMountRawSplit/4_name:/foo:rw [2022-03-09T22:31:28.193Z] === RUN TestLCOWParseMountRawSplit/5_name:/foo [2022-03-09T22:31:28.193Z] === RUN TestLCOWParseMountRawSplit/6_name:/foo:ro [2022-03-09T22:31:28.193Z] === RUN TestLCOWParseMountRawSplit/7_name:/ [2022-03-09T22:31:28.193Z] === RUN TestLCOWParseMountRawSplit/8_driver/name:/ [2022-03-09T22:31:28.193Z] === RUN TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar [2022-03-09T22:31:28.193Z] === RUN TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data [2022-03-09T22:31:28.193Z] === RUN TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo [2022-03-09T22:31:28.193Z] --- PASS: TestLCOWParseMountRawSplit (0.00s) [2022-03-09T22:31:28.193Z] --- PASS: TestLCOWParseMountRawSplit/0_c:\:/foo (0.00s) [2022-03-09T22:31:28.193Z] --- PASS: TestLCOWParseMountRawSplit/1_c:\:/foo:ro (0.00s) [2022-03-09T22:31:28.193Z] --- PASS: TestLCOWParseMountRawSplit/2_c:\:/foo:rw (0.00s) [2022-03-09T22:31:28.193Z] --- PASS: TestLCOWParseMountRawSplit/3_c:\:/foo:foo (0.00s) [2022-03-09T22:31:28.193Z] --- PASS: TestLCOWParseMountRawSplit/4_name:/foo:rw (0.00s) [2022-03-09T22:31:28.193Z] --- PASS: TestLCOWParseMountRawSplit/5_name:/foo (0.00s) [2022-03-09T22:31:28.193Z] --- PASS: TestLCOWParseMountRawSplit/6_name:/foo:ro (0.00s) [2022-03-09T22:31:28.193Z] --- PASS: TestLCOWParseMountRawSplit/7_name:/ (0.00s) [2022-03-09T22:31:28.193Z] --- PASS: TestLCOWParseMountRawSplit/8_driver/name:/ (0.00s) [2022-03-09T22:31:28.193Z] --- PASS: TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-03-09T22:31:28.193Z] --- PASS: TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data (0.00s) [2022-03-09T22:31:28.193Z] --- PASS: TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-03-09T22:31:28.193Z] === RUN TestLinuxParseMountRaw [2022-03-09T22:31:28.193Z] --- PASS: TestLinuxParseMountRaw (0.00s) [2022-03-09T22:31:28.193Z] === RUN TestLinuxParseMountRawSplit [2022-03-09T22:31:28.193Z] === RUN TestLinuxParseMountRawSplit/0_/tmp:/tmp1 [2022-03-09T22:31:28.193Z] === RUN TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro [2022-03-09T22:31:28.193Z] === RUN TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw [2022-03-09T22:31:28.193Z] === RUN TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo [2022-03-09T22:31:28.193Z] === RUN TestLinuxParseMountRawSplit/4_name:/named1 [2022-03-09T22:31:28.193Z] === RUN TestLinuxParseMountRawSplit/5_name:/named2 [2022-03-09T22:31:28.193Z] === RUN TestLinuxParseMountRawSplit/6_name:/named3:ro [2022-03-09T22:31:28.193Z] === RUN TestLinuxParseMountRawSplit/7_local/name:/tmp:rw [2022-03-09T22:31:28.193Z] === RUN TestLinuxParseMountRawSplit/8_/tmp:tmp [2022-03-09T22:31:28.193Z] --- PASS: TestLinuxParseMountRawSplit (0.00s) [2022-03-09T22:31:28.193Z] --- PASS: TestLinuxParseMountRawSplit/0_/tmp:/tmp1 (0.00s) [2022-03-09T22:31:28.193Z] --- PASS: TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro (0.00s) [2022-03-09T22:31:28.193Z] --- PASS: TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw (0.00s) [2022-03-09T22:31:28.193Z] --- PASS: TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo (0.00s) [2022-03-09T22:31:28.193Z] --- PASS: TestLinuxParseMountRawSplit/4_name:/named1 (0.00s) [2022-03-09T22:31:28.193Z] --- PASS: TestLinuxParseMountRawSplit/5_name:/named2 (0.00s) [2022-03-09T22:31:28.193Z] --- PASS: TestLinuxParseMountRawSplit/6_name:/named3:ro (0.00s) [2022-03-09T22:31:28.193Z] --- PASS: TestLinuxParseMountRawSplit/7_local/name:/tmp:rw (0.00s) [2022-03-09T22:31:28.193Z] --- PASS: TestLinuxParseMountRawSplit/8_/tmp:tmp (0.00s) [2022-03-09T22:31:28.193Z] === RUN TestLinuxParseMountSpecBindWithFileinfoError [2022-03-09T22:31:28.193Z] --- PASS: TestLinuxParseMountSpecBindWithFileinfoError (0.00s) [2022-03-09T22:31:28.193Z] === RUN TestConvertTmpfsOptions [2022-03-09T22:31:28.193Z] linux_parser_test.go:209: data="mode=700,size=1m" [2022-03-09T22:31:28.193Z] linux_parser_test.go:209: data="ro" [2022-03-09T22:31:28.193Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2022-03-09T22:31:28.193Z] === RUN TestParseMountSpec [2022-03-09T22:31:28.193Z] parser_test.go:62: case 0 [2022-03-09T22:31:28.193Z] parser_test.go:62: case 1 [2022-03-09T22:31:28.193Z] parser_test.go:62: case 2 [2022-03-09T22:31:28.193Z] parser_test.go:62: case 3 [2022-03-09T22:31:28.193Z] parser_test.go:62: case 4 [2022-03-09T22:31:28.193Z] parser_test.go:62: case 5 [2022-03-09T22:31:28.193Z] --- PASS: TestParseMountSpec (0.00s) [2022-03-09T22:31:28.193Z] === RUN TestValidateMount [2022-03-09T22:31:28.193Z] --- PASS: TestValidateMount (0.00s) [2022-03-09T22:31:28.193Z] === RUN TestWindowsParseMountRaw [2022-03-09T22:31:28.193Z] --- PASS: TestWindowsParseMountRaw (0.00s) [2022-03-09T22:31:28.193Z] === RUN TestWindowsParseMountRawSplit [2022-03-09T22:31:28.193Z] === RUN TestWindowsParseMountRawSplit/0_c:\:d: [2022-03-09T22:31:28.193Z] === RUN TestWindowsParseMountRawSplit/1_c:\:d:\ [2022-03-09T22:31:28.193Z] === RUN TestWindowsParseMountRawSplit/2_c:\:d:\:ro [2022-03-09T22:31:28.193Z] === RUN TestWindowsParseMountRawSplit/3_c:\:d:\:rw [2022-03-09T22:31:28.193Z] === RUN TestWindowsParseMountRawSplit/4_c:\:d:\:foo [2022-03-09T22:31:28.193Z] === RUN TestWindowsParseMountRawSplit/5_name:d::rw [2022-03-09T22:31:28.193Z] === RUN TestWindowsParseMountRawSplit/6_name:d: [2022-03-09T22:31:28.193Z] === RUN TestWindowsParseMountRawSplit/7_name:d::ro [2022-03-09T22:31:28.193Z] === RUN TestWindowsParseMountRawSplit/8_name:c: [2022-03-09T22:31:28.193Z] === RUN TestWindowsParseMountRawSplit/9_driver/name:c: [2022-03-09T22:31:28.193Z] === RUN TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar [2022-03-09T22:31:28.193Z] === RUN TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar [2022-03-09T22:31:28.193Z] === RUN TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo [2022-03-09T22:31:28.193Z] --- PASS: TestWindowsParseMountRawSplit (0.00s) [2022-03-09T22:31:28.193Z] --- PASS: TestWindowsParseMountRawSplit/0_c:\:d: (0.00s) [2022-03-09T22:31:28.193Z] --- PASS: TestWindowsParseMountRawSplit/1_c:\:d:\ (0.00s) [2022-03-09T22:31:28.193Z] --- PASS: TestWindowsParseMountRawSplit/2_c:\:d:\:ro (0.00s) [2022-03-09T22:31:28.193Z] --- PASS: TestWindowsParseMountRawSplit/3_c:\:d:\:rw (0.00s) [2022-03-09T22:31:28.193Z] --- PASS: TestWindowsParseMountRawSplit/4_c:\:d:\:foo (0.00s) [2022-03-09T22:31:28.193Z] --- PASS: TestWindowsParseMountRawSplit/5_name:d::rw (0.00s) [2022-03-09T22:31:28.193Z] --- PASS: TestWindowsParseMountRawSplit/6_name:d: (0.00s) [2022-03-09T22:31:28.193Z] --- PASS: TestWindowsParseMountRawSplit/7_name:d::ro (0.00s) [2022-03-09T22:31:28.193Z] --- PASS: TestWindowsParseMountRawSplit/8_name:c: (0.00s) [2022-03-09T22:31:28.193Z] --- PASS: TestWindowsParseMountRawSplit/9_driver/name:c: (0.00s) [2022-03-09T22:31:28.193Z] --- PASS: TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-03-09T22:31:28.193Z] --- PASS: TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar (0.00s) [2022-03-09T22:31:28.193Z] --- PASS: TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-03-09T22:31:28.193Z] === RUN TestWindowsParseMountSpecBindWithFileinfoError [2022-03-09T22:31:28.193Z] --- PASS: TestWindowsParseMountSpecBindWithFileinfoError (0.00s) [2022-03-09T22:31:28.193Z] PASS [2022-03-09T22:31:28.193Z] coverage: 67.6% of statements [2022-03-09T22:31:28.193Z] ok github.com/docker/docker/volume/mounts 0.062s coverage: 67.6% of statements [2022-03-09T22:31:28.241Z] === RUN TestDockerSuite/TestExec [2022-03-09T22:31:28.806Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2022-03-09T22:31:29.252Z] === RUN TestSetGetMeta [2022-03-09T22:31:29.252Z] === PAUSE TestSetGetMeta [2022-03-09T22:31:29.252Z] === RUN TestRestore [2022-03-09T22:31:29.252Z] === PAUSE TestRestore [2022-03-09T22:31:29.252Z] === RUN TestServiceCreate [2022-03-09T22:31:29.252Z] === PAUSE TestServiceCreate [2022-03-09T22:31:29.252Z] === RUN TestServiceList [2022-03-09T22:31:29.252Z] === PAUSE TestServiceList [2022-03-09T22:31:29.252Z] === RUN TestServiceRemove [2022-03-09T22:31:29.252Z] === PAUSE TestServiceRemove [2022-03-09T22:31:29.252Z] === RUN TestServiceGet [2022-03-09T22:31:29.252Z] === PAUSE TestServiceGet [2022-03-09T22:31:29.252Z] === RUN TestServicePrune [2022-03-09T22:31:29.252Z] === PAUSE TestServicePrune [2022-03-09T22:31:29.252Z] === RUN TestCreate [2022-03-09T22:31:29.252Z] === PAUSE TestCreate [2022-03-09T22:31:29.252Z] === RUN TestRemove [2022-03-09T22:31:29.252Z] === PAUSE TestRemove [2022-03-09T22:31:29.252Z] === RUN TestList [2022-03-09T22:31:29.252Z] === PAUSE TestList [2022-03-09T22:31:29.252Z] === RUN TestFindByDriver [2022-03-09T22:31:29.252Z] === PAUSE TestFindByDriver [2022-03-09T22:31:29.252Z] === RUN TestFindByReferenced [2022-03-09T22:31:29.252Z] === PAUSE TestFindByReferenced [2022-03-09T22:31:29.252Z] === RUN TestDerefMultipleOfSameRef [2022-03-09T22:31:29.252Z] === PAUSE TestDerefMultipleOfSameRef [2022-03-09T22:31:29.252Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2022-03-09T22:31:29.252Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2022-03-09T22:31:29.252Z] === RUN TestDefererencePluginOnCreateError [2022-03-09T22:31:29.252Z] === PAUSE TestDefererencePluginOnCreateError [2022-03-09T22:31:29.252Z] === RUN TestRefDerefRemove [2022-03-09T22:31:29.252Z] === PAUSE TestRefDerefRemove [2022-03-09T22:31:29.252Z] === RUN TestGet [2022-03-09T22:31:29.252Z] === PAUSE TestGet [2022-03-09T22:31:29.252Z] === RUN TestGetWithReference [2022-03-09T22:31:29.252Z] === PAUSE TestGetWithReference [2022-03-09T22:31:29.252Z] === RUN TestFilterFunc [2022-03-09T22:31:29.252Z] === RUN TestFilterFunc/test_nil_list [2022-03-09T22:31:29.252Z] === PAUSE TestFilterFunc/test_nil_list [2022-03-09T22:31:29.252Z] === RUN TestFilterFunc/test_empty_list [2022-03-09T22:31:29.252Z] === PAUSE TestFilterFunc/test_empty_list [2022-03-09T22:31:29.252Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2022-03-09T22:31:29.252Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2022-03-09T22:31:29.252Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-03-09T22:31:29.252Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-03-09T22:31:29.252Z] === RUN TestFilterFunc/test_filter_some [2022-03-09T22:31:29.252Z] === PAUSE TestFilterFunc/test_filter_some [2022-03-09T22:31:29.252Z] === RUN TestFilterFunc/test_filter_middle [2022-03-09T22:31:29.252Z] === PAUSE TestFilterFunc/test_filter_middle [2022-03-09T22:31:29.252Z] === RUN TestFilterFunc/test_filter_middle_and_last [2022-03-09T22:31:29.252Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2022-03-09T22:31:29.252Z] === RUN TestFilterFunc/test_filter_first_and_last [2022-03-09T22:31:29.252Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2022-03-09T22:31:29.252Z] === CONT TestFilterFunc/test_nil_list [2022-03-09T22:31:29.252Z] === CONT TestFilterFunc/test_filter_first_and_last [2022-03-09T22:31:29.252Z] === CONT TestFilterFunc/test_filter_some [2022-03-09T22:31:29.252Z] === CONT TestFilterFunc/test_empty_list [2022-03-09T22:31:29.253Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-03-09T22:31:29.253Z] === CONT TestFilterFunc/test_filter_middle_and_last [2022-03-09T22:31:29.253Z] === CONT TestFilterFunc/test_filter_middle [2022-03-09T22:31:29.253Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2022-03-09T22:31:29.253Z] --- PASS: TestFilterFunc (0.00s) [2022-03-09T22:31:29.253Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2022-03-09T22:31:29.253Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2022-03-09T22:31:29.253Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2022-03-09T22:31:29.253Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2022-03-09T22:31:29.253Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2022-03-09T22:31:29.253Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2022-03-09T22:31:29.253Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2022-03-09T22:31:29.253Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2022-03-09T22:31:29.253Z] === CONT TestSetGetMeta [2022-03-09T22:31:29.253Z] === CONT TestList [2022-03-09T22:31:29.253Z] === CONT TestServiceGet [2022-03-09T22:31:29.253Z] === CONT TestServiceList [2022-03-09T22:31:29.253Z] --- PASS: TestSetGetMeta (0.04s) [2022-03-09T22:31:29.253Z] === CONT TestRemove [2022-03-09T22:31:29.253Z] --- PASS: TestList (0.06s) [2022-03-09T22:31:29.253Z] === CONT TestCreate [2022-03-09T22:31:29.253Z] --- PASS: TestRemove (0.04s) [2022-03-09T22:31:29.253Z] === CONT TestServicePrune [2022-03-09T22:31:29.253Z] --- PASS: TestCreate (0.03s) [2022-03-09T22:31:29.253Z] === CONT TestDefererencePluginOnCreateError [2022-03-09T22:31:29.253Z] --- PASS: TestDefererencePluginOnCreateError (0.03s) [2022-03-09T22:31:29.253Z] === CONT TestGetWithReference [2022-03-09T22:31:29.253Z] --- PASS: TestGetWithReference (0.03s) [2022-03-09T22:31:29.253Z] === CONT TestGet [2022-03-09T22:31:29.253Z] --- PASS: TestGet (0.02s) [2022-03-09T22:31:29.253Z] === CONT TestRefDerefRemove [2022-03-09T22:31:29.253Z] --- PASS: TestRefDerefRemove (0.02s) [2022-03-09T22:31:29.253Z] === CONT TestServiceRemove [2022-03-09T22:31:29.253Z] --- PASS: TestServiceGet (0.26s) [2022-03-09T22:31:29.253Z] === CONT TestDerefMultipleOfSameRef [2022-03-09T22:31:29.253Z] time="2022-03-09T22:31:29Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-09T22:31:29.253Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2022-03-09T22:31:29.253Z] --- PASS: TestServiceRemove (0.07s) [2022-03-09T22:31:29.253Z] time="2022-03-09T22:31:29Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-09T22:31:29.253Z] --- PASS: TestServiceList (0.28s) [2022-03-09T22:31:29.253Z] === CONT TestServiceCreate [2022-03-09T22:31:29.253Z] time="2022-03-09T22:31:29Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-09T22:31:29.253Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.03s) [2022-03-09T22:31:29.253Z] === CONT TestRestore [2022-03-09T22:31:29.253Z] time="2022-03-09T22:31:29Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2022-03-09T22:31:29.253Z] --- PASS: TestDerefMultipleOfSameRef (0.04s) [2022-03-09T22:31:29.253Z] === CONT TestFindByReferenced [2022-03-09T22:31:29.253Z] time="2022-03-09T22:31:29Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-09T22:31:29.253Z] --- PASS: TestServiceCreate (0.05s) [2022-03-09T22:31:29.253Z] === CONT TestFindByDriver [2022-03-09T22:31:29.253Z] --- PASS: TestServicePrune (0.25s) [2022-03-09T22:31:29.253Z] --- PASS: TestFindByReferenced (0.04s) [2022-03-09T22:31:29.372Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2022-03-09T22:31:29.632Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2022-03-09T22:31:29.757Z] --- PASS: TestRestore (0.05s) [2022-03-09T22:31:29.757Z] --- PASS: TestFindByDriver (0.04s) [2022-03-09T22:31:29.757Z] PASS [2022-03-09T22:31:29.757Z] coverage: 69.0% of statements [2022-03-09T22:31:29.757Z] ok github.com/docker/docker/volume/service 0.416s coverage: 69.0% of statements [2022-03-09T22:31:30.197Z] === RUN TestDockerSuite/TestExecAPIStart [2022-03-09T22:31:30.264Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-03-09T22:31:30.265Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-03-09T22:31:30.265Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-03-09T22:31:30.265Z] ? github.com/docker/docker/libnetwork/netutils [no test files] [2022-03-09T22:31:31.130Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2022-03-09T22:31:31.696Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2022-03-09T22:31:32.261Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2022-03-09T22:31:32.519Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2022-03-09T22:31:33.086Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2022-03-09T22:31:33.656Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2022-03-09T22:31:34.224Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2022-03-09T22:31:35.157Z] === RUN TestDockerSuite/TestExecCgroup [2022-03-09T22:31:35.725Z] --- PASS: TestServicePlugin (31.24s) [2022-03-09T22:31:35.725Z] === RUN TestServiceUpdateLabel [2022-03-09T22:31:35.983Z] === RUN TestDockerSuite/TestExecEnv [2022-03-09T22:31:36.917Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2022-03-09T22:31:37.852Z] === RUN TestDockerSuite/TestExecExitStatus [2022-03-09T22:31:38.419Z] --- PASS: TestServiceUpdateLabel (2.59s) [2022-03-09T22:31:38.419Z] === RUN TestServiceUpdateSecrets [2022-03-09T22:31:38.419Z] === RUN TestDockerSuite/TestExecInspectID [2022-03-09T22:31:40.321Z] === RUN TestDockerSuite/TestExecInteractive [2022-03-09T22:31:40.901Z] === RUN TestDockerSuite/TestExecInteractiveStdinClose [2022-03-09T22:31:41.159Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2022-03-09T22:31:41.727Z] === RUN TestDockerSuite/TestExecParseError [2022-03-09T22:31:42.294Z] === RUN TestDockerSuite/TestExecPausedContainer [2022-03-09T22:31:42.860Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2022-03-09T22:31:43.119Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2022-03-09T22:31:43.253Z] 2022/03/09 22:31:42 Closing DB instances... [2022-03-09T22:31:44.053Z] === RUN TestDockerSuite/TestExecSetEnv [2022-03-09T22:31:44.619Z] === RUN TestDockerSuite/TestExecStartFails [2022-03-09T22:31:44.935Z] --- PASS: TestNetworkDBGarbageCollection (54.65s) [2022-03-09T22:31:44.935Z] === RUN TestFindNode [2022-03-09T22:31:44.935Z] 2022/03/09 22:31:44 Closing DB instances... [2022-03-09T22:31:44.935Z] --- PASS: TestFindNode (0.02s) [2022-03-09T22:31:44.935Z] === RUN TestChangeNodeState [2022-03-09T22:31:44.935Z] 2022/03/09 22:31:44 Closing DB instances... [2022-03-09T22:31:44.935Z] --- PASS: TestChangeNodeState (0.02s) [2022-03-09T22:31:44.935Z] === RUN TestNodeReincarnation [2022-03-09T22:31:44.935Z] 2022/03/09 22:31:44 Closing DB instances... [2022-03-09T22:31:45.184Z] === RUN TestDockerSuite/TestExecStateCleanup [2022-03-09T22:31:45.595Z] --- PASS: TestBuildWithHugeFile (124.55s) [2022-03-09T22:31:45.595Z] === RUN TestBuildWCOWSandboxSize [2022-03-09T22:31:45.595Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-09T22:31:45.595Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-03-09T22:31:45.595Z] === RUN TestBuildWithEmptyDockerfile [2022-03-09T22:31:45.595Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-09T22:31:45.595Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-09T22:31:45.595Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-09T22:31:45.595Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-09T22:31:45.595Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-09T22:31:45.595Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-09T22:31:45.595Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-09T22:31:45.595Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-09T22:31:45.595Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-09T22:31:45.595Z] --- PASS: TestBuildWithEmptyDockerfile (0.07s) [2022-03-09T22:31:45.595Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.01s) [2022-03-09T22:31:45.595Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s) [2022-03-09T22:31:45.595Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s) [2022-03-09T22:31:45.595Z] === RUN TestBuildPreserveOwnership [2022-03-09T22:31:45.595Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-09T22:31:45.595Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2022-03-09T22:31:45.595Z] === RUN TestBuildPlatformInvalid [2022-03-09T22:31:45.595Z] --- PASS: TestBuildPlatformInvalid (0.08s) [2022-03-09T22:31:45.595Z] PASS [2022-03-09T22:31:45.595Z] ok github.com/docker/docker/integration/build 204.137s [2022-03-09T22:31:45.595Z] [2022-03-09T22:31:45.595Z] === Skipped [2022-03-09T22:31:45.595Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2022-03-09T22:31:45.595Z] build_session_test.go:25: TODO: BuildKit [2022-03-09T22:31:45.595Z] [2022-03-09T22:31:45.595Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2022-03-09T22:31:45.595Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:31:45.595Z] [2022-03-09T22:31:45.595Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.00s) [2022-03-09T22:31:45.595Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-09T22:31:45.595Z] [2022-03-09T22:31:45.595Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.00s) [2022-03-09T22:31:45.595Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-09T22:31:45.595Z] [2022-03-09T22:31:45.595Z] === SKIP: github.com/docker/docker/integration/build TestBuildWCOWSandboxSize (0.00s) [2022-03-09T22:31:45.595Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-09T22:31:45.595Z] [2022-03-09T22:31:45.595Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2022-03-09T22:31:45.595Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-09T22:31:45.595Z] [2022-03-09T22:31:45.595Z] DONE 29 tests, 6 skipped in 238.298s [2022-03-09T22:31:45.595Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2022-03-09T22:31:45.595Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-09T22:31:45.595Z] INFO: Testing against a local daemon [2022-03-09T22:31:45.595Z] === RUN TestConfigInspect [2022-03-09T22:31:45.595Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:31:45.595Z] --- SKIP: TestConfigInspect (0.00s) [2022-03-09T22:31:45.595Z] === RUN TestConfigList [2022-03-09T22:31:45.595Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:31:45.595Z] --- SKIP: TestConfigList (0.00s) [2022-03-09T22:31:45.595Z] === RUN TestConfigsCreateAndDelete [2022-03-09T22:31:45.595Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:31:45.595Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2022-03-09T22:31:45.595Z] === RUN TestConfigsUpdate [2022-03-09T22:31:45.595Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:31:45.595Z] --- SKIP: TestConfigsUpdate (0.00s) [2022-03-09T22:31:45.595Z] === RUN TestTemplatedConfig [2022-03-09T22:31:45.595Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:31:45.595Z] --- SKIP: TestTemplatedConfig (0.00s) [2022-03-09T22:31:45.595Z] === RUN TestConfigCreateResolve [2022-03-09T22:31:45.595Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T22:31:45.595Z] --- SKIP: TestConfigCreateResolve (0.00s) [2022-03-09T22:31:45.595Z] PASS [2022-03-09T22:31:45.595Z] ok github.com/docker/docker/integration/config 0.112s [2022-03-09T22:31:45.595Z] [2022-03-09T22:31:45.595Z] === Skipped [2022-03-09T22:31:45.595Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2022-03-09T22:31:45.595Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:31:45.595Z] [2022-03-09T22:31:45.595Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2022-03-09T22:31:45.595Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:31:45.595Z] [2022-03-09T22:31:45.595Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2022-03-09T22:31:45.595Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:31:45.595Z] [2022-03-09T22:31:45.595Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2022-03-09T22:31:45.595Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:31:45.595Z] [2022-03-09T22:31:45.595Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2022-03-09T22:31:45.595Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:31:45.595Z] [2022-03-09T22:31:45.595Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2022-03-09T22:31:45.595Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T22:31:45.595Z] [2022-03-09T22:31:45.595Z] DONE 6 tests, 6 skipped in 6.503s [2022-03-09T22:31:45.595Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2022-03-09T22:31:46.468Z] Created binary: bundles/cross/linux/s390x-daemon/dockerd-dev [2022-03-09T22:31:46.469Z] Building: bundles/cross/linux/s390x-daemon/docker-proxy-dev [2022-03-09T22:31:46.469Z] GOOS="linux" GOARCH="s390x" GOARM="" [2022-03-09T22:31:46.469Z] Created binary: bundles/cross/linux/s390x-daemon/docker-proxy-dev [2022-03-09T22:31:46.469Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2022-03-09T22:31:46.800Z] + sudo modprobe ip6table_filter [Pipeline] sh [2022-03-09T22:31:47.083Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43352/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=b92af14a1c47368b8cf1c52e303adf6e11cebc3b -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:b92af14a1c47368b8cf1c52e303adf6e11cebc3b hack/test/unit [2022-03-09T22:31:47.128Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-09T22:31:47.128Z] INFO: Testing against a local daemon [2022-03-09T22:31:47.128Z] === RUN TestCheckpoint [2022-03-09T22:31:47.128Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-09T22:31:47.128Z] --- SKIP: TestCheckpoint (0.00s) [2022-03-09T22:31:47.128Z] === RUN TestContainerInvalidJSON [2022-03-09T22:31:47.128Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-03-09T22:31:47.128Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-03-09T22:31:47.128Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-03-09T22:31:47.128Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-03-09T22:31:47.128Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-03-09T22:31:47.128Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-03-09T22:31:47.128Z] --- PASS: TestContainerInvalidJSON (0.04s) [2022-03-09T22:31:47.128Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2022-03-09T22:31:47.128Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s) [2022-03-09T22:31:47.128Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-03-09T22:31:47.341Z] + BUILDFLAGS=(-tags 'netgo seccomp libdm_no_deferred_remove') [2022-03-09T22:31:47.341Z] + TESTFLAGS+=' -test.timeout=5m' [2022-03-09T22:31:47.341Z] + TESTDIRS=./... [2022-03-09T22:31:47.341Z] + exclude_paths='/vendor/|/integration' [2022-03-09T22:31:47.341Z] ++ grep -vE '(/vendor/|/integration)' [2022-03-09T22:31:47.341Z] ++ go list ./... [2022-03-09T22:31:47.586Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.27s) [2022-03-09T22:31:47.586Z] === RUN TestCopyFromContainerPathIsNotDir [2022-03-09T22:31:47.586Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.27s) [2022-03-09T22:31:47.586Z] === RUN TestCopyToContainerPathDoesNotExist [2022-03-09T22:31:48.047Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.30s) [2022-03-09T22:31:48.047Z] === RUN TestCopyToContainerPathIsNotDir [2022-03-09T22:31:48.279Z] + pkg_list='github.com/docker/docker/api [2022-03-09T22:31:48.279Z] github.com/docker/docker/api/server [2022-03-09T22:31:48.279Z] github.com/docker/docker/api/server/backend/build [2022-03-09T22:31:48.279Z] github.com/docker/docker/api/server/httputils [2022-03-09T22:31:48.279Z] github.com/docker/docker/api/server/middleware [2022-03-09T22:31:48.279Z] github.com/docker/docker/api/server/router [2022-03-09T22:31:48.279Z] github.com/docker/docker/api/server/router/build [2022-03-09T22:31:48.279Z] github.com/docker/docker/api/server/router/checkpoint [2022-03-09T22:31:48.279Z] github.com/docker/docker/api/server/router/container [2022-03-09T22:31:48.279Z] github.com/docker/docker/api/server/router/debug [2022-03-09T22:31:48.279Z] github.com/docker/docker/api/server/router/distribution [2022-03-09T22:31:48.279Z] github.com/docker/docker/api/server/router/grpc [2022-03-09T22:31:48.279Z] github.com/docker/docker/api/server/router/image [2022-03-09T22:31:48.279Z] github.com/docker/docker/api/server/router/network [2022-03-09T22:31:48.279Z] github.com/docker/docker/api/server/router/plugin [2022-03-09T22:31:48.279Z] github.com/docker/docker/api/server/router/session [2022-03-09T22:31:48.279Z] github.com/docker/docker/api/server/router/swarm [2022-03-09T22:31:48.279Z] github.com/docker/docker/api/server/router/system [2022-03-09T22:31:48.279Z] github.com/docker/docker/api/server/router/volume [2022-03-09T22:31:48.279Z] github.com/docker/docker/api/types [2022-03-09T22:31:48.279Z] github.com/docker/docker/api/types/backend [2022-03-09T22:31:48.279Z] github.com/docker/docker/api/types/blkiodev [2022-03-09T22:31:48.279Z] github.com/docker/docker/api/types/container [2022-03-09T22:31:48.279Z] github.com/docker/docker/api/types/events [2022-03-09T22:31:48.279Z] github.com/docker/docker/api/types/filters [2022-03-09T22:31:48.279Z] github.com/docker/docker/api/types/image [2022-03-09T22:31:48.279Z] github.com/docker/docker/api/types/mount [2022-03-09T22:31:48.279Z] github.com/docker/docker/api/types/network [2022-03-09T22:31:48.279Z] github.com/docker/docker/api/types/plugins/logdriver [2022-03-09T22:31:48.279Z] github.com/docker/docker/api/types/registry [2022-03-09T22:31:48.279Z] github.com/docker/docker/api/types/strslice [2022-03-09T22:31:48.279Z] github.com/docker/docker/api/types/swarm [2022-03-09T22:31:48.279Z] github.com/docker/docker/api/types/swarm/runtime [2022-03-09T22:31:48.279Z] github.com/docker/docker/api/types/time [2022-03-09T22:31:48.279Z] github.com/docker/docker/api/types/versions [2022-03-09T22:31:48.279Z] github.com/docker/docker/api/types/versions/v1p19 [2022-03-09T22:31:48.279Z] github.com/docker/docker/api/types/versions/v1p20 [2022-03-09T22:31:48.279Z] github.com/docker/docker/api/types/volume [2022-03-09T22:31:48.279Z] github.com/docker/docker/builder [2022-03-09T22:31:48.279Z] github.com/docker/docker/builder/builder-next [2022-03-09T22:31:48.279Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-03-09T22:31:48.279Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-03-09T22:31:48.279Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-03-09T22:31:48.279Z] github.com/docker/docker/builder/builder-next/exporter [2022-03-09T22:31:48.279Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-03-09T22:31:48.279Z] github.com/docker/docker/builder/builder-next/worker [2022-03-09T22:31:48.279Z] github.com/docker/docker/builder/dockerfile [2022-03-09T22:31:48.279Z] github.com/docker/docker/builder/remotecontext [2022-03-09T22:31:48.279Z] github.com/docker/docker/builder/remotecontext/git [2022-03-09T22:31:48.279Z] github.com/docker/docker/cli [2022-03-09T22:31:48.279Z] github.com/docker/docker/cli/config [2022-03-09T22:31:48.279Z] github.com/docker/docker/cli/debug [2022-03-09T22:31:48.279Z] github.com/docker/docker/client [2022-03-09T22:31:48.279Z] github.com/docker/docker/cmd/docker-proxy [2022-03-09T22:31:48.279Z] github.com/docker/docker/cmd/dockerd [2022-03-09T22:31:48.279Z] github.com/docker/docker/cmd/dockerd/trap [2022-03-09T22:31:48.279Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-03-09T22:31:48.279Z] github.com/docker/docker/container [2022-03-09T22:31:48.279Z] github.com/docker/docker/container/stream [2022-03-09T22:31:48.279Z] github.com/docker/docker/contrib/apparmor [2022-03-09T22:31:48.279Z] github.com/docker/docker/contrib/docker-device-tool [2022-03-09T22:31:48.279Z] github.com/docker/docker/contrib/httpserver [2022-03-09T22:31:48.279Z] github.com/docker/docker/daemon [2022-03-09T22:31:48.279Z] github.com/docker/docker/daemon/cluster [2022-03-09T22:31:48.279Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-03-09T22:31:48.279Z] github.com/docker/docker/daemon/cluster/convert [2022-03-09T22:31:48.279Z] github.com/docker/docker/daemon/cluster/executor [2022-03-09T22:31:48.279Z] github.com/docker/docker/daemon/cluster/executor/container [2022-03-09T22:31:48.279Z] github.com/docker/docker/daemon/cluster/provider [2022-03-09T22:31:48.279Z] github.com/docker/docker/daemon/config [2022-03-09T22:31:48.279Z] github.com/docker/docker/daemon/events [2022-03-09T22:31:48.279Z] github.com/docker/docker/daemon/events/testutils [2022-03-09T22:31:48.279Z] github.com/docker/docker/daemon/exec [2022-03-09T22:31:48.279Z] github.com/docker/docker/daemon/graphdriver [2022-03-09T22:31:48.279Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-03-09T22:31:48.279Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-03-09T22:31:48.280Z] github.com/docker/docker/daemon/graphdriver/copy [2022-03-09T22:31:48.280Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-03-09T22:31:48.280Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-03-09T22:31:48.280Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-03-09T22:31:48.280Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-03-09T22:31:48.280Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-03-09T22:31:48.280Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-03-09T22:31:48.280Z] github.com/docker/docker/daemon/graphdriver/register [2022-03-09T22:31:48.280Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-03-09T22:31:48.280Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-03-09T22:31:48.280Z] github.com/docker/docker/daemon/images [2022-03-09T22:31:48.280Z] github.com/docker/docker/daemon/initlayer [2022-03-09T22:31:48.280Z] github.com/docker/docker/daemon/links [2022-03-09T22:31:48.280Z] github.com/docker/docker/daemon/listeners [2022-03-09T22:31:48.280Z] github.com/docker/docker/daemon/logger [2022-03-09T22:31:48.280Z] github.com/docker/docker/daemon/logger/awslogs [2022-03-09T22:31:48.280Z] github.com/docker/docker/daemon/logger/fluentd [2022-03-09T22:31:48.280Z] github.com/docker/docker/daemon/logger/gcplogs [2022-03-09T22:31:48.280Z] github.com/docker/docker/daemon/logger/gelf [2022-03-09T22:31:48.280Z] github.com/docker/docker/daemon/logger/journald [2022-03-09T22:31:48.280Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-03-09T22:31:48.280Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-03-09T22:31:48.280Z] github.com/docker/docker/daemon/logger/local [2022-03-09T22:31:48.280Z] github.com/docker/docker/daemon/logger/logentries [2022-03-09T22:31:48.280Z] github.com/docker/docker/daemon/logger/loggerutils [2022-03-09T22:31:48.280Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-03-09T22:31:48.280Z] github.com/docker/docker/daemon/logger/splunk [2022-03-09T22:31:48.280Z] github.com/docker/docker/daemon/logger/syslog [2022-03-09T22:31:48.280Z] github.com/docker/docker/daemon/logger/templates [2022-03-09T22:31:48.280Z] github.com/docker/docker/daemon/names [2022-03-09T22:31:48.280Z] github.com/docker/docker/daemon/network [2022-03-09T22:31:48.280Z] github.com/docker/docker/daemon/stats [2022-03-09T22:31:48.280Z] github.com/docker/docker/distribution [2022-03-09T22:31:48.280Z] github.com/docker/docker/distribution/metadata [2022-03-09T22:31:48.280Z] github.com/docker/docker/distribution/utils [2022-03-09T22:31:48.280Z] github.com/docker/docker/distribution/xfer [2022-03-09T22:31:48.280Z] github.com/docker/docker/dockerversion [2022-03-09T22:31:48.280Z] github.com/docker/docker/errdefs [2022-03-09T22:31:48.280Z] github.com/docker/docker/image [2022-03-09T22:31:48.280Z] github.com/docker/docker/image/cache [2022-03-09T22:31:48.280Z] github.com/docker/docker/image/tarexport [2022-03-09T22:31:48.280Z] github.com/docker/docker/image/v1 [2022-03-09T22:31:48.280Z] github.com/docker/docker/internal/test/suite [2022-03-09T22:31:48.280Z] github.com/docker/docker/layer [2022-03-09T22:31:48.280Z] github.com/docker/docker/libcontainerd [2022-03-09T22:31:48.280Z] github.com/docker/docker/libcontainerd/queue [2022-03-09T22:31:48.280Z] github.com/docker/docker/libcontainerd/remote [2022-03-09T22:31:48.280Z] github.com/docker/docker/libcontainerd/supervisor [2022-03-09T22:31:48.280Z] github.com/docker/docker/libcontainerd/types [2022-03-09T22:31:48.280Z] github.com/docker/docker/libnetwork [2022-03-09T22:31:48.280Z] github.com/docker/docker/libnetwork/bitseq [2022-03-09T22:31:48.280Z] github.com/docker/docker/libnetwork/cluster [2022-03-09T22:31:48.280Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-09T22:31:48.280Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-09T22:31:48.280Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-09T22:31:48.280Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-09T22:31:48.280Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-09T22:31:48.280Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-09T22:31:48.280Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-09T22:31:48.280Z] github.com/docker/docker/libnetwork/config [2022-03-09T22:31:48.280Z] github.com/docker/docker/libnetwork/datastore [2022-03-09T22:31:48.280Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-09T22:31:48.280Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-09T22:31:48.280Z] github.com/docker/docker/libnetwork/driverapi [2022-03-09T22:31:48.280Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-09T22:31:48.280Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-09T22:31:48.280Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-09T22:31:48.280Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-09T22:31:48.280Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-09T22:31:48.280Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-09T22:31:48.280Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-09T22:31:48.280Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-09T22:31:48.280Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-09T22:31:48.280Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-09T22:31:48.280Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-09T22:31:48.280Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-09T22:31:48.280Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-09T22:31:48.280Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-09T22:31:48.280Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-09T22:31:48.280Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-09T22:31:48.280Z] github.com/docker/docker/libnetwork/etchosts [2022-03-09T22:31:48.280Z] github.com/docker/docker/libnetwork/idm [2022-03-09T22:31:48.280Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-09T22:31:48.280Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-09T22:31:48.280Z] github.com/docker/docker/libnetwork/ipam [2022-03-09T22:31:48.280Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-09T22:31:48.280Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-09T22:31:48.280Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-09T22:31:48.280Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-09T22:31:48.280Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-09T22:31:48.280Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-09T22:31:48.280Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-09T22:31:48.280Z] github.com/docker/docker/libnetwork/iptables [2022-03-09T22:31:48.280Z] github.com/docker/docker/libnetwork/netlabel [2022-03-09T22:31:48.280Z] github.com/docker/docker/libnetwork/netutils [2022-03-09T22:31:48.280Z] github.com/docker/docker/libnetwork/networkdb [2022-03-09T22:31:48.280Z] github.com/docker/docker/libnetwork/ns [2022-03-09T22:31:48.280Z] github.com/docker/docker/libnetwork/options [2022-03-09T22:31:48.280Z] github.com/docker/docker/libnetwork/osl [2022-03-09T22:31:48.280Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-09T22:31:48.280Z] github.com/docker/docker/libnetwork/portallocator [2022-03-09T22:31:48.280Z] github.com/docker/docker/libnetwork/portmapper [2022-03-09T22:31:48.280Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-09T22:31:48.280Z] github.com/docker/docker/libnetwork/testutils [2022-03-09T22:31:48.280Z] github.com/docker/docker/libnetwork/types [2022-03-09T22:31:48.280Z] github.com/docker/docker/oci [2022-03-09T22:31:48.280Z] github.com/docker/docker/oci/caps [2022-03-09T22:31:48.280Z] github.com/docker/docker/opts [2022-03-09T22:31:48.280Z] github.com/docker/docker/pkg/aaparser [2022-03-09T22:31:48.280Z] github.com/docker/docker/pkg/archive [2022-03-09T22:31:48.280Z] github.com/docker/docker/pkg/authorization [2022-03-09T22:31:48.280Z] github.com/docker/docker/pkg/broadcaster [2022-03-09T22:31:48.280Z] github.com/docker/docker/pkg/capabilities [2022-03-09T22:31:48.280Z] github.com/docker/docker/pkg/chrootarchive [2022-03-09T22:31:48.280Z] github.com/docker/docker/pkg/containerfs [2022-03-09T22:31:48.280Z] github.com/docker/docker/pkg/devicemapper [2022-03-09T22:31:48.280Z] github.com/docker/docker/pkg/directory [2022-03-09T22:31:48.280Z] github.com/docker/docker/pkg/dmesg [2022-03-09T22:31:48.280Z] github.com/docker/docker/pkg/filenotify [2022-03-09T22:31:48.280Z] github.com/docker/docker/pkg/fileutils [2022-03-09T22:31:48.280Z] github.com/docker/docker/pkg/fsutils [2022-03-09T22:31:48.280Z] github.com/docker/docker/pkg/homedir [2022-03-09T22:31:48.280Z] github.com/docker/docker/pkg/idtools [2022-03-09T22:31:48.280Z] github.com/docker/docker/pkg/ioutils [2022-03-09T22:31:48.280Z] github.com/docker/docker/pkg/jsonmessage [2022-03-09T22:31:48.280Z] github.com/docker/docker/pkg/longpath [2022-03-09T22:31:48.280Z] github.com/docker/docker/pkg/loopback [2022-03-09T22:31:48.280Z] github.com/docker/docker/pkg/namesgenerator [2022-03-09T22:31:48.280Z] github.com/docker/docker/pkg/parsers [2022-03-09T22:31:48.280Z] github.com/docker/docker/pkg/parsers/kernel [2022-03-09T22:31:48.280Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-03-09T22:31:48.280Z] github.com/docker/docker/pkg/pidfile [2022-03-09T22:31:48.280Z] github.com/docker/docker/pkg/platform [2022-03-09T22:31:48.280Z] github.com/docker/docker/pkg/plugingetter [2022-03-09T22:31:48.280Z] github.com/docker/docker/pkg/plugins [2022-03-09T22:31:48.280Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-03-09T22:31:48.280Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-03-09T22:31:48.280Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-03-09T22:31:48.280Z] github.com/docker/docker/pkg/plugins/transport [2022-03-09T22:31:48.280Z] github.com/docker/docker/pkg/pools [2022-03-09T22:31:48.280Z] github.com/docker/docker/pkg/progress [2022-03-09T22:31:48.280Z] github.com/docker/docker/pkg/pubsub [2022-03-09T22:31:48.280Z] github.com/docker/docker/pkg/reexec [2022-03-09T22:31:48.280Z] github.com/docker/docker/pkg/signal [2022-03-09T22:31:48.280Z] github.com/docker/docker/pkg/stack [2022-03-09T22:31:48.280Z] github.com/docker/docker/pkg/stdcopy [2022-03-09T22:31:48.280Z] github.com/docker/docker/pkg/streamformatter [2022-03-09T22:31:48.280Z] github.com/docker/docker/pkg/stringid [2022-03-09T22:31:48.280Z] github.com/docker/docker/pkg/sysinfo [2022-03-09T22:31:48.280Z] github.com/docker/docker/pkg/system [2022-03-09T22:31:48.280Z] github.com/docker/docker/pkg/tailfile [2022-03-09T22:31:48.280Z] github.com/docker/docker/pkg/tarsum [2022-03-09T22:31:48.280Z] github.com/docker/docker/pkg/truncindex [2022-03-09T22:31:48.280Z] github.com/docker/docker/pkg/urlutil [2022-03-09T22:31:48.280Z] github.com/docker/docker/pkg/useragent [2022-03-09T22:31:48.280Z] github.com/docker/docker/plugin [2022-03-09T22:31:48.280Z] github.com/docker/docker/plugin/executor/containerd [2022-03-09T22:31:48.280Z] github.com/docker/docker/plugin/v2 [2022-03-09T22:31:48.280Z] github.com/docker/docker/profiles/apparmor [2022-03-09T22:31:48.280Z] github.com/docker/docker/profiles/seccomp [2022-03-09T22:31:48.280Z] github.com/docker/docker/quota [2022-03-09T22:31:48.280Z] github.com/docker/docker/reference [2022-03-09T22:31:48.280Z] github.com/docker/docker/registry [2022-03-09T22:31:48.280Z] github.com/docker/docker/registry/resumable [2022-03-09T22:31:48.280Z] github.com/docker/docker/restartmanager [2022-03-09T22:31:48.280Z] github.com/docker/docker/rootless [2022-03-09T22:31:48.280Z] github.com/docker/docker/rootless/specconv [2022-03-09T22:31:48.280Z] github.com/docker/docker/runconfig [2022-03-09T22:31:48.280Z] github.com/docker/docker/runconfig/opts [2022-03-09T22:31:48.280Z] github.com/docker/docker/testutil [2022-03-09T22:31:48.280Z] github.com/docker/docker/testutil/daemon [2022-03-09T22:31:48.280Z] github.com/docker/docker/testutil/environment [2022-03-09T22:31:48.280Z] github.com/docker/docker/testutil/fakecontext [2022-03-09T22:31:48.280Z] github.com/docker/docker/testutil/fakegit [2022-03-09T22:31:48.280Z] github.com/docker/docker/testutil/fakestorage [2022-03-09T22:31:48.280Z] github.com/docker/docker/testutil/fixtures/load [2022-03-09T22:31:48.280Z] github.com/docker/docker/testutil/fixtures/plugin [2022-03-09T22:31:48.280Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-03-09T22:31:48.280Z] github.com/docker/docker/testutil/registry [2022-03-09T22:31:48.280Z] github.com/docker/docker/testutil/request [2022-03-09T22:31:48.280Z] github.com/docker/docker/volume [2022-03-09T22:31:48.280Z] github.com/docker/docker/volume/drivers [2022-03-09T22:31:48.280Z] github.com/docker/docker/volume/local [2022-03-09T22:31:48.280Z] github.com/docker/docker/volume/mounts [2022-03-09T22:31:48.280Z] github.com/docker/docker/volume/service [2022-03-09T22:31:48.280Z] github.com/docker/docker/volume/service/opts [2022-03-09T22:31:48.280Z] github.com/docker/docker/volume/testutils' [2022-03-09T22:31:48.280Z] ++ grep --fixed-strings -v /libnetwork [2022-03-09T22:31:48.280Z] ++ echo 'github.com/docker/docker/api [2022-03-09T22:31:48.280Z] github.com/docker/docker/api/server [2022-03-09T22:31:48.280Z] github.com/docker/docker/api/server/backend/build [2022-03-09T22:31:48.280Z] github.com/docker/docker/api/server/httputils [2022-03-09T22:31:48.280Z] github.com/docker/docker/api/server/middleware [2022-03-09T22:31:48.280Z] github.com/docker/docker/api/server/router [2022-03-09T22:31:48.280Z] github.com/docker/docker/api/server/router/build [2022-03-09T22:31:48.280Z] github.com/docker/docker/api/server/router/checkpoint [2022-03-09T22:31:48.280Z] github.com/docker/docker/api/server/router/container [2022-03-09T22:31:48.280Z] github.com/docker/docker/api/server/router/debug [2022-03-09T22:31:48.280Z] github.com/docker/docker/api/server/router/distribution [2022-03-09T22:31:48.280Z] github.com/docker/docker/api/server/router/grpc [2022-03-09T22:31:48.280Z] github.com/docker/docker/api/server/router/image [2022-03-09T22:31:48.280Z] github.com/docker/docker/api/server/router/network [2022-03-09T22:31:48.280Z] github.com/docker/docker/api/server/router/plugin [2022-03-09T22:31:48.280Z] github.com/docker/docker/api/server/router/session [2022-03-09T22:31:48.280Z] github.com/docker/docker/api/server/router/swarm [2022-03-09T22:31:48.280Z] github.com/docker/docker/api/server/router/system [2022-03-09T22:31:48.280Z] github.com/docker/docker/api/server/router/volume [2022-03-09T22:31:48.280Z] github.com/docker/docker/api/types [2022-03-09T22:31:48.280Z] github.com/docker/docker/api/types/backend [2022-03-09T22:31:48.280Z] github.com/docker/docker/api/types/blkiodev [2022-03-09T22:31:48.280Z] github.com/docker/docker/api/types/container [2022-03-09T22:31:48.280Z] github.com/docker/docker/api/types/events [2022-03-09T22:31:48.280Z] github.com/docker/docker/api/types/filters [2022-03-09T22:31:48.280Z] github.com/docker/docker/api/types/image [2022-03-09T22:31:48.280Z] github.com/docker/docker/api/types/mount [2022-03-09T22:31:48.280Z] github.com/docker/docker/api/types/network [2022-03-09T22:31:48.280Z] github.com/docker/docker/api/types/plugins/logdriver [2022-03-09T22:31:48.280Z] github.com/docker/docker/api/types/registry [2022-03-09T22:31:48.280Z] github.com/docker/docker/api/types/strslice [2022-03-09T22:31:48.280Z] github.com/docker/docker/api/types/swarm [2022-03-09T22:31:48.280Z] github.com/docker/docker/api/types/swarm/runtime [2022-03-09T22:31:48.280Z] github.com/docker/docker/api/types/time [2022-03-09T22:31:48.280Z] github.com/docker/docker/api/types/versions [2022-03-09T22:31:48.280Z] github.com/docker/docker/api/types/versions/v1p19 [2022-03-09T22:31:48.280Z] github.com/docker/docker/api/types/versions/v1p20 [2022-03-09T22:31:48.280Z] github.com/docker/docker/api/types/volume [2022-03-09T22:31:48.280Z] github.com/docker/docker/builder [2022-03-09T22:31:48.280Z] github.com/docker/docker/builder/builder-next [2022-03-09T22:31:48.280Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-03-09T22:31:48.280Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-03-09T22:31:48.280Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-03-09T22:31:48.280Z] github.com/docker/docker/builder/builder-next/exporter [2022-03-09T22:31:48.280Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-03-09T22:31:48.280Z] github.com/docker/docker/builder/builder-next/worker [2022-03-09T22:31:48.280Z] github.com/docker/docker/builder/dockerfile [2022-03-09T22:31:48.280Z] github.com/docker/docker/builder/remotecontext [2022-03-09T22:31:48.280Z] github.com/docker/docker/builder/remotecontext/git [2022-03-09T22:31:48.280Z] github.com/docker/docker/cli [2022-03-09T22:31:48.280Z] github.com/docker/docker/cli/config [2022-03-09T22:31:48.280Z] github.com/docker/docker/cli/debug [2022-03-09T22:31:48.280Z] github.com/docker/docker/client [2022-03-09T22:31:48.280Z] github.com/docker/docker/cmd/docker-proxy [2022-03-09T22:31:48.280Z] github.com/docker/docker/cmd/dockerd [2022-03-09T22:31:48.280Z] github.com/docker/docker/cmd/dockerd/trap [2022-03-09T22:31:48.280Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-03-09T22:31:48.280Z] github.com/docker/docker/container [2022-03-09T22:31:48.280Z] github.com/docker/docker/container/stream [2022-03-09T22:31:48.280Z] github.com/docker/docker/contrib/apparmor [2022-03-09T22:31:48.280Z] github.com/docker/docker/contrib/docker-device-tool [2022-03-09T22:31:48.280Z] github.com/docker/docker/contrib/httpserver [2022-03-09T22:31:48.280Z] github.com/docker/docker/daemon [2022-03-09T22:31:48.280Z] github.com/docker/docker/daemon/cluster [2022-03-09T22:31:48.280Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-03-09T22:31:48.280Z] github.com/docker/docker/daemon/cluster/convert [2022-03-09T22:31:48.280Z] github.com/docker/docker/daemon/cluster/executor [2022-03-09T22:31:48.280Z] github.com/docker/docker/daemon/cluster/executor/container [2022-03-09T22:31:48.280Z] github.com/docker/docker/daemon/cluster/provider [2022-03-09T22:31:48.280Z] github.com/docker/docker/daemon/config [2022-03-09T22:31:48.280Z] github.com/docker/docker/daemon/events [2022-03-09T22:31:48.280Z] github.com/docker/docker/daemon/events/testutils [2022-03-09T22:31:48.280Z] github.com/docker/docker/daemon/exec [2022-03-09T22:31:48.280Z] github.com/docker/docker/daemon/graphdriver [2022-03-09T22:31:48.280Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-03-09T22:31:48.280Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-03-09T22:31:48.280Z] github.com/docker/docker/daemon/graphdriver/copy [2022-03-09T22:31:48.280Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-03-09T22:31:48.280Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-03-09T22:31:48.280Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-03-09T22:31:48.280Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-03-09T22:31:48.280Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-03-09T22:31:48.280Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-03-09T22:31:48.280Z] github.com/docker/docker/daemon/graphdriver/register [2022-03-09T22:31:48.280Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-03-09T22:31:48.280Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-03-09T22:31:48.280Z] github.com/docker/docker/daemon/images [2022-03-09T22:31:48.280Z] github.com/docker/docker/daemon/initlayer [2022-03-09T22:31:48.280Z] github.com/docker/docker/daemon/links [2022-03-09T22:31:48.280Z] github.com/docker/docker/daemon/listeners [2022-03-09T22:31:48.280Z] github.com/docker/docker/daemon/logger [2022-03-09T22:31:48.280Z] github.com/docker/docker/daemon/logger/awslogs [2022-03-09T22:31:48.280Z] github.com/docker/docker/daemon/logger/fluentd [2022-03-09T22:31:48.280Z] github.com/docker/docker/daemon/logger/gcplogs [2022-03-09T22:31:48.280Z] github.com/docker/docker/daemon/logger/gelf [2022-03-09T22:31:48.280Z] github.com/docker/docker/daemon/logger/journald [2022-03-09T22:31:48.280Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-03-09T22:31:48.280Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-03-09T22:31:48.280Z] github.com/docker/docker/daemon/logger/local [2022-03-09T22:31:48.280Z] github.com/docker/docker/daemon/logger/logentries [2022-03-09T22:31:48.280Z] github.com/docker/docker/daemon/logger/loggerutils [2022-03-09T22:31:48.280Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-03-09T22:31:48.280Z] github.com/docker/docker/daemon/logger/splunk [2022-03-09T22:31:48.280Z] github.com/docker/docker/daemon/logger/syslog [2022-03-09T22:31:48.280Z] github.com/docker/docker/daemon/logger/templates [2022-03-09T22:31:48.280Z] github.com/docker/docker/daemon/names [2022-03-09T22:31:48.280Z] github.com/docker/docker/daemon/network [2022-03-09T22:31:48.280Z] github.com/docker/docker/daemon/stats [2022-03-09T22:31:48.280Z] github.com/docker/docker/distribution [2022-03-09T22:31:48.280Z] github.com/docker/docker/distribution/metadata [2022-03-09T22:31:48.280Z] github.com/docker/docker/distribution/utils [2022-03-09T22:31:48.280Z] github.com/docker/docker/distribution/xfer [2022-03-09T22:31:48.280Z] github.com/docker/docker/dockerversion [2022-03-09T22:31:48.280Z] github.com/docker/docker/errdefs [2022-03-09T22:31:48.280Z] github.com/docker/docker/image [2022-03-09T22:31:48.280Z] github.com/docker/docker/image/cache [2022-03-09T22:31:48.280Z] github.com/docker/docker/image/tarexport [2022-03-09T22:31:48.280Z] github.com/docker/docker/image/v1 [2022-03-09T22:31:48.280Z] github.com/docker/docker/internal/test/suite [2022-03-09T22:31:48.280Z] github.com/docker/docker/layer [2022-03-09T22:31:48.280Z] github.com/docker/docker/libcontainerd [2022-03-09T22:31:48.280Z] github.com/docker/docker/libcontainerd/queue [2022-03-09T22:31:48.280Z] github.com/docker/docker/libcontainerd/remote [2022-03-09T22:31:48.280Z] github.com/docker/docker/libcontainerd/supervisor [2022-03-09T22:31:48.280Z] github.com/docker/docker/libcontainerd/types [2022-03-09T22:31:48.280Z] github.com/docker/docker/libnetwork [2022-03-09T22:31:48.280Z] github.com/docker/docker/libnetwork/bitseq [2022-03-09T22:31:48.280Z] github.com/docker/docker/libnetwork/cluster [2022-03-09T22:31:48.280Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-09T22:31:48.280Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-09T22:31:48.280Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-09T22:31:48.280Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-09T22:31:48.280Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-09T22:31:48.280Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-09T22:31:48.280Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-09T22:31:48.280Z] github.com/docker/docker/libnetwork/config [2022-03-09T22:31:48.280Z] github.com/docker/docker/libnetwork/datastore [2022-03-09T22:31:48.280Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-09T22:31:48.280Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-09T22:31:48.280Z] github.com/docker/docker/libnetwork/driverapi [2022-03-09T22:31:48.280Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-09T22:31:48.280Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-09T22:31:48.280Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-09T22:31:48.280Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-09T22:31:48.280Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-09T22:31:48.280Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-09T22:31:48.280Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-09T22:31:48.280Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-09T22:31:48.280Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-09T22:31:48.280Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-09T22:31:48.280Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-09T22:31:48.280Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-09T22:31:48.280Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-09T22:31:48.280Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-09T22:31:48.280Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-09T22:31:48.280Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-09T22:31:48.281Z] github.com/docker/docker/libnetwork/etchosts [2022-03-09T22:31:48.281Z] github.com/docker/docker/libnetwork/idm [2022-03-09T22:31:48.281Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-09T22:31:48.281Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-09T22:31:48.281Z] github.com/docker/docker/libnetwork/ipam [2022-03-09T22:31:48.281Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-09T22:31:48.281Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-09T22:31:48.281Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-09T22:31:48.281Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-09T22:31:48.281Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-09T22:31:48.281Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-09T22:31:48.281Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-09T22:31:48.281Z] github.com/docker/docker/libnetwork/iptables [2022-03-09T22:31:48.281Z] github.com/docker/docker/libnetwork/netlabel [2022-03-09T22:31:48.281Z] github.com/docker/docker/libnetwork/netutils [2022-03-09T22:31:48.281Z] github.com/docker/docker/libnetwork/networkdb [2022-03-09T22:31:48.281Z] github.com/docker/docker/libnetwork/ns [2022-03-09T22:31:48.281Z] github.com/docker/docker/libnetwork/options [2022-03-09T22:31:48.281Z] github.com/docker/docker/libnetwork/osl [2022-03-09T22:31:48.281Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-09T22:31:48.281Z] github.com/docker/docker/libnetwork/portallocator [2022-03-09T22:31:48.281Z] github.com/docker/docker/libnetwork/portmapper [2022-03-09T22:31:48.281Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-09T22:31:48.281Z] github.com/docker/docker/libnetwork/testutils [2022-03-09T22:31:48.281Z] github.com/docker/docker/libnetwork/types [2022-03-09T22:31:48.281Z] github.com/docker/docker/oci [2022-03-09T22:31:48.281Z] github.com/docker/docker/oci/caps [2022-03-09T22:31:48.281Z] github.com/docker/docker/opts [2022-03-09T22:31:48.281Z] github.com/docker/docker/pkg/aaparser [2022-03-09T22:31:48.281Z] github.com/docker/docker/pkg/archive [2022-03-09T22:31:48.281Z] github.com/docker/docker/pkg/authorization [2022-03-09T22:31:48.281Z] github.com/docker/docker/pkg/broadcaster [2022-03-09T22:31:48.281Z] github.com/docker/docker/pkg/capabilities [2022-03-09T22:31:48.281Z] github.com/docker/docker/pkg/chrootarchive [2022-03-09T22:31:48.281Z] github.com/docker/docker/pkg/containerfs [2022-03-09T22:31:48.281Z] github.com/docker/docker/pkg/devicemapper [2022-03-09T22:31:48.281Z] github.com/docker/docker/pkg/directory [2022-03-09T22:31:48.281Z] github.com/docker/docker/pkg/dmesg [2022-03-09T22:31:48.281Z] github.com/docker/docker/pkg/filenotify [2022-03-09T22:31:48.281Z] github.com/docker/docker/pkg/fileutils [2022-03-09T22:31:48.281Z] github.com/docker/docker/pkg/fsutils [2022-03-09T22:31:48.281Z] github.com/docker/docker/pkg/homedir [2022-03-09T22:31:48.281Z] github.com/docker/docker/pkg/idtools [2022-03-09T22:31:48.281Z] github.com/docker/docker/pkg/ioutils [2022-03-09T22:31:48.281Z] github.com/docker/docker/pkg/jsonmessage [2022-03-09T22:31:48.281Z] github.com/docker/docker/pkg/longpath [2022-03-09T22:31:48.281Z] github.com/docker/docker/pkg/loopback [2022-03-09T22:31:48.281Z] github.com/docker/docker/pkg/namesgenerator [2022-03-09T22:31:48.281Z] github.com/docker/docker/pkg/parsers [2022-03-09T22:31:48.281Z] github.com/docker/docker/pkg/parsers/kernel [2022-03-09T22:31:48.281Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-03-09T22:31:48.281Z] github.com/docker/docker/pkg/pidfile [2022-03-09T22:31:48.281Z] github.com/docker/docker/pkg/platform [2022-03-09T22:31:48.281Z] github.com/docker/docker/pkg/plugingetter [2022-03-09T22:31:48.281Z] github.com/docker/docker/pkg/plugins [2022-03-09T22:31:48.281Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-03-09T22:31:48.281Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-03-09T22:31:48.281Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-03-09T22:31:48.281Z] github.com/docker/docker/pkg/plugins/transport [2022-03-09T22:31:48.281Z] github.com/docker/docker/pkg/pools [2022-03-09T22:31:48.281Z] github.com/docker/docker/pkg/progress [2022-03-09T22:31:48.281Z] github.com/docker/docker/pkg/pubsub [2022-03-09T22:31:48.281Z] github.com/docker/docker/pkg/reexec [2022-03-09T22:31:48.281Z] github.com/docker/docker/pkg/signal [2022-03-09T22:31:48.281Z] github.com/docker/docker/pkg/stack [2022-03-09T22:31:48.281Z] github.com/docker/docker/pkg/stdcopy [2022-03-09T22:31:48.281Z] github.com/docker/docker/pkg/streamformatter [2022-03-09T22:31:48.281Z] github.com/docker/docker/pkg/stringid [2022-03-09T22:31:48.281Z] github.com/docker/docker/pkg/sysinfo [2022-03-09T22:31:48.281Z] github.com/docker/docker/pkg/system [2022-03-09T22:31:48.281Z] github.com/docker/docker/pkg/tailfile [2022-03-09T22:31:48.281Z] github.com/docker/docker/pkg/tarsum [2022-03-09T22:31:48.281Z] github.com/docker/docker/pkg/truncindex [2022-03-09T22:31:48.281Z] github.com/docker/docker/pkg/urlutil [2022-03-09T22:31:48.281Z] github.com/docker/docker/pkg/useragent [2022-03-09T22:31:48.281Z] github.com/docker/docker/plugin [2022-03-09T22:31:48.281Z] github.com/docker/docker/plugin/executor/containerd [2022-03-09T22:31:48.281Z] github.com/docker/docker/plugin/v2 [2022-03-09T22:31:48.281Z] github.com/docker/docker/profiles/apparmor [2022-03-09T22:31:48.281Z] github.com/docker/docker/profiles/seccomp [2022-03-09T22:31:48.281Z] github.com/docker/docker/quota [2022-03-09T22:31:48.281Z] github.com/docker/docker/reference [2022-03-09T22:31:48.281Z] github.com/docker/docker/registry [2022-03-09T22:31:48.281Z] github.com/docker/docker/registry/resumable [2022-03-09T22:31:48.281Z] github.com/docker/docker/restartmanager [2022-03-09T22:31:48.281Z] github.com/docker/docker/rootless [2022-03-09T22:31:48.281Z] github.com/docker/docker/rootless/specconv [2022-03-09T22:31:48.281Z] github.com/docker/docker/runconfig [2022-03-09T22:31:48.281Z] github.com/docker/docker/runconfig/opts [2022-03-09T22:31:48.281Z] github.com/docker/docker/testutil [2022-03-09T22:31:48.281Z] github.com/docker/docker/testutil/daemon [2022-03-09T22:31:48.281Z] github.com/docker/docker/testutil/environment [2022-03-09T22:31:48.281Z] github.com/docker/docker/testutil/fakecontext [2022-03-09T22:31:48.281Z] github.com/docker/docker/testutil/fakegit [2022-03-09T22:31:48.281Z] github.com/docker/docker/testutil/fakestorage [2022-03-09T22:31:48.281Z] github.com/docker/docker/testutil/fixtures/load [2022-03-09T22:31:48.281Z] github.com/docker/docker/testutil/fixtures/plugin [2022-03-09T22:31:48.281Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-03-09T22:31:48.281Z] github.com/docker/docker/testutil/registry [2022-03-09T22:31:48.281Z] github.com/docker/docker/testutil/request [2022-03-09T22:31:48.281Z] github.com/docker/docker/volume [2022-03-09T22:31:48.281Z] github.com/docker/docker/volume/drivers [2022-03-09T22:31:48.281Z] github.com/docker/docker/volume/local [2022-03-09T22:31:48.281Z] github.com/docker/docker/volume/mounts [2022-03-09T22:31:48.281Z] github.com/docker/docker/volume/service [2022-03-09T22:31:48.281Z] github.com/docker/docker/volume/service/opts [2022-03-09T22:31:48.281Z] github.com/docker/docker/volume/testutils' [2022-03-09T22:31:48.281Z] + base_pkg_list='github.com/docker/docker/api [2022-03-09T22:31:48.281Z] github.com/docker/docker/api/server [2022-03-09T22:31:48.281Z] github.com/docker/docker/api/server/backend/build [2022-03-09T22:31:48.281Z] github.com/docker/docker/api/server/httputils [2022-03-09T22:31:48.281Z] github.com/docker/docker/api/server/middleware [2022-03-09T22:31:48.281Z] github.com/docker/docker/api/server/router [2022-03-09T22:31:48.281Z] github.com/docker/docker/api/server/router/build [2022-03-09T22:31:48.281Z] github.com/docker/docker/api/server/router/checkpoint [2022-03-09T22:31:48.281Z] github.com/docker/docker/api/server/router/container [2022-03-09T22:31:48.281Z] github.com/docker/docker/api/server/router/debug [2022-03-09T22:31:48.281Z] github.com/docker/docker/api/server/router/distribution [2022-03-09T22:31:48.281Z] github.com/docker/docker/api/server/router/grpc [2022-03-09T22:31:48.281Z] github.com/docker/docker/api/server/router/image [2022-03-09T22:31:48.281Z] github.com/docker/docker/api/server/router/network [2022-03-09T22:31:48.281Z] github.com/docker/docker/api/server/router/plugin [2022-03-09T22:31:48.281Z] github.com/docker/docker/api/server/router/session [2022-03-09T22:31:48.281Z] github.com/docker/docker/api/server/router/swarm [2022-03-09T22:31:48.281Z] github.com/docker/docker/api/server/router/system [2022-03-09T22:31:48.281Z] github.com/docker/docker/api/server/router/volume [2022-03-09T22:31:48.281Z] github.com/docker/docker/api/types [2022-03-09T22:31:48.281Z] github.com/docker/docker/api/types/backend [2022-03-09T22:31:48.281Z] github.com/docker/docker/api/types/blkiodev [2022-03-09T22:31:48.281Z] github.com/docker/docker/api/types/container [2022-03-09T22:31:48.281Z] github.com/docker/docker/api/types/events [2022-03-09T22:31:48.281Z] github.com/docker/docker/api/types/filters [2022-03-09T22:31:48.281Z] github.com/docker/docker/api/types/image [2022-03-09T22:31:48.281Z] github.com/docker/docker/api/types/mount [2022-03-09T22:31:48.281Z] github.com/docker/docker/api/types/network [2022-03-09T22:31:48.281Z] github.com/docker/docker/api/types/plugins/logdriver [2022-03-09T22:31:48.281Z] github.com/docker/docker/api/types/registry [2022-03-09T22:31:48.281Z] github.com/docker/docker/api/types/strslice [2022-03-09T22:31:48.281Z] github.com/docker/docker/api/types/swarm [2022-03-09T22:31:48.281Z] github.com/docker/docker/api/types/swarm/runtime [2022-03-09T22:31:48.281Z] github.com/docker/docker/api/types/time [2022-03-09T22:31:48.281Z] github.com/docker/docker/api/types/versions [2022-03-09T22:31:48.281Z] github.com/docker/docker/api/types/versions/v1p19 [2022-03-09T22:31:48.281Z] github.com/docker/docker/api/types/versions/v1p20 [2022-03-09T22:31:48.281Z] github.com/docker/docker/api/types/volume [2022-03-09T22:31:48.281Z] github.com/docker/docker/builder [2022-03-09T22:31:48.281Z] github.com/docker/docker/builder/builder-next [2022-03-09T22:31:48.281Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-03-09T22:31:48.281Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-03-09T22:31:48.281Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-03-09T22:31:48.281Z] github.com/docker/docker/builder/builder-next/exporter [2022-03-09T22:31:48.281Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-03-09T22:31:48.281Z] github.com/docker/docker/builder/builder-next/worker [2022-03-09T22:31:48.281Z] github.com/docker/docker/builder/dockerfile [2022-03-09T22:31:48.281Z] github.com/docker/docker/builder/remotecontext [2022-03-09T22:31:48.281Z] github.com/docker/docker/builder/remotecontext/git [2022-03-09T22:31:48.281Z] github.com/docker/docker/cli [2022-03-09T22:31:48.281Z] github.com/docker/docker/cli/config [2022-03-09T22:31:48.281Z] github.com/docker/docker/cli/debug [2022-03-09T22:31:48.281Z] github.com/docker/docker/client [2022-03-09T22:31:48.281Z] github.com/docker/docker/cmd/docker-proxy [2022-03-09T22:31:48.281Z] github.com/docker/docker/cmd/dockerd [2022-03-09T22:31:48.281Z] github.com/docker/docker/cmd/dockerd/trap [2022-03-09T22:31:48.281Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-03-09T22:31:48.281Z] github.com/docker/docker/container [2022-03-09T22:31:48.281Z] github.com/docker/docker/container/stream [2022-03-09T22:31:48.281Z] github.com/docker/docker/contrib/apparmor [2022-03-09T22:31:48.281Z] github.com/docker/docker/contrib/docker-device-tool [2022-03-09T22:31:48.281Z] github.com/docker/docker/contrib/httpserver [2022-03-09T22:31:48.281Z] github.com/docker/docker/daemon [2022-03-09T22:31:48.281Z] github.com/docker/docker/daemon/cluster [2022-03-09T22:31:48.281Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-03-09T22:31:48.281Z] github.com/docker/docker/daemon/cluster/convert [2022-03-09T22:31:48.281Z] github.com/docker/docker/daemon/cluster/executor [2022-03-09T22:31:48.281Z] github.com/docker/docker/daemon/cluster/executor/container [2022-03-09T22:31:48.281Z] github.com/docker/docker/daemon/cluster/provider [2022-03-09T22:31:48.281Z] github.com/docker/docker/daemon/config [2022-03-09T22:31:48.281Z] github.com/docker/docker/daemon/events [2022-03-09T22:31:48.281Z] github.com/docker/docker/daemon/events/testutils [2022-03-09T22:31:48.281Z] github.com/docker/docker/daemon/exec [2022-03-09T22:31:48.281Z] github.com/docker/docker/daemon/graphdriver [2022-03-09T22:31:48.281Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-03-09T22:31:48.281Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-03-09T22:31:48.281Z] github.com/docker/docker/daemon/graphdriver/copy [2022-03-09T22:31:48.281Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-03-09T22:31:48.281Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-03-09T22:31:48.281Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-03-09T22:31:48.281Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-03-09T22:31:48.281Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-03-09T22:31:48.281Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-03-09T22:31:48.281Z] github.com/docker/docker/daemon/graphdriver/register [2022-03-09T22:31:48.281Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-03-09T22:31:48.281Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-03-09T22:31:48.281Z] github.com/docker/docker/daemon/images [2022-03-09T22:31:48.281Z] github.com/docker/docker/daemon/initlayer [2022-03-09T22:31:48.281Z] github.com/docker/docker/daemon/links [2022-03-09T22:31:48.281Z] github.com/docker/docker/daemon/listeners [2022-03-09T22:31:48.281Z] github.com/docker/docker/daemon/logger [2022-03-09T22:31:48.281Z] github.com/docker/docker/daemon/logger/awslogs [2022-03-09T22:31:48.281Z] github.com/docker/docker/daemon/logger/fluentd [2022-03-09T22:31:48.281Z] github.com/docker/docker/daemon/logger/gcplogs [2022-03-09T22:31:48.281Z] github.com/docker/docker/daemon/logger/gelf [2022-03-09T22:31:48.281Z] github.com/docker/docker/daemon/logger/journald [2022-03-09T22:31:48.281Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-03-09T22:31:48.281Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-03-09T22:31:48.281Z] github.com/docker/docker/daemon/logger/local [2022-03-09T22:31:48.281Z] github.com/docker/docker/daemon/logger/logentries [2022-03-09T22:31:48.281Z] github.com/docker/docker/daemon/logger/loggerutils [2022-03-09T22:31:48.281Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-03-09T22:31:48.281Z] github.com/docker/docker/daemon/logger/splunk [2022-03-09T22:31:48.281Z] github.com/docker/docker/daemon/logger/syslog [2022-03-09T22:31:48.281Z] github.com/docker/docker/daemon/logger/templates [2022-03-09T22:31:48.281Z] github.com/docker/docker/daemon/names [2022-03-09T22:31:48.281Z] github.com/docker/docker/daemon/network [2022-03-09T22:31:48.281Z] github.com/docker/docker/daemon/stats [2022-03-09T22:31:48.281Z] github.com/docker/docker/distribution [2022-03-09T22:31:48.281Z] github.com/docker/docker/distribution/metadata [2022-03-09T22:31:48.281Z] github.com/docker/docker/distribution/utils [2022-03-09T22:31:48.281Z] github.com/docker/docker/distribution/xfer [2022-03-09T22:31:48.281Z] github.com/docker/docker/dockerversion [2022-03-09T22:31:48.281Z] github.com/docker/docker/errdefs [2022-03-09T22:31:48.281Z] github.com/docker/docker/image [2022-03-09T22:31:48.281Z] github.com/docker/docker/image/cache [2022-03-09T22:31:48.281Z] github.com/docker/docker/image/tarexport [2022-03-09T22:31:48.281Z] github.com/docker/docker/image/v1 [2022-03-09T22:31:48.281Z] github.com/docker/docker/internal/test/suite [2022-03-09T22:31:48.281Z] github.com/docker/docker/layer [2022-03-09T22:31:48.281Z] github.com/docker/docker/libcontainerd [2022-03-09T22:31:48.281Z] github.com/docker/docker/libcontainerd/queue [2022-03-09T22:31:48.281Z] github.com/docker/docker/libcontainerd/remote [2022-03-09T22:31:48.281Z] github.com/docker/docker/libcontainerd/supervisor [2022-03-09T22:31:48.281Z] github.com/docker/docker/libcontainerd/types [2022-03-09T22:31:48.281Z] github.com/docker/docker/oci [2022-03-09T22:31:48.281Z] github.com/docker/docker/oci/caps [2022-03-09T22:31:48.281Z] github.com/docker/docker/opts [2022-03-09T22:31:48.281Z] github.com/docker/docker/pkg/aaparser [2022-03-09T22:31:48.281Z] github.com/docker/docker/pkg/archive [2022-03-09T22:31:48.281Z] github.com/docker/docker/pkg/authorization [2022-03-09T22:31:48.281Z] github.com/docker/docker/pkg/broadcaster [2022-03-09T22:31:48.281Z] github.com/docker/docker/pkg/capabilities [2022-03-09T22:31:48.281Z] github.com/docker/docker/pkg/chrootarchive [2022-03-09T22:31:48.281Z] github.com/docker/docker/pkg/containerfs [2022-03-09T22:31:48.281Z] github.com/docker/docker/pkg/devicemapper [2022-03-09T22:31:48.281Z] github.com/docker/docker/pkg/directory [2022-03-09T22:31:48.281Z] github.com/docker/docker/pkg/dmesg [2022-03-09T22:31:48.281Z] github.com/docker/docker/pkg/filenotify [2022-03-09T22:31:48.281Z] github.com/docker/docker/pkg/fileutils [2022-03-09T22:31:48.281Z] github.com/docker/docker/pkg/fsutils [2022-03-09T22:31:48.281Z] github.com/docker/docker/pkg/homedir [2022-03-09T22:31:48.281Z] github.com/docker/docker/pkg/idtools [2022-03-09T22:31:48.281Z] github.com/docker/docker/pkg/ioutils [2022-03-09T22:31:48.281Z] github.com/docker/docker/pkg/jsonmessage [2022-03-09T22:31:48.281Z] github.com/docker/docker/pkg/longpath [2022-03-09T22:31:48.281Z] github.com/docker/docker/pkg/loopback [2022-03-09T22:31:48.281Z] github.com/docker/docker/pkg/namesgenerator [2022-03-09T22:31:48.281Z] github.com/docker/docker/pkg/parsers [2022-03-09T22:31:48.281Z] github.com/docker/docker/pkg/parsers/kernel [2022-03-09T22:31:48.281Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-03-09T22:31:48.281Z] github.com/docker/docker/pkg/pidfile [2022-03-09T22:31:48.281Z] github.com/docker/docker/pkg/platform [2022-03-09T22:31:48.281Z] github.com/docker/docker/pkg/plugingetter [2022-03-09T22:31:48.281Z] github.com/docker/docker/pkg/plugins [2022-03-09T22:31:48.281Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-03-09T22:31:48.281Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-03-09T22:31:48.281Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-03-09T22:31:48.281Z] github.com/docker/docker/pkg/plugins/transport [2022-03-09T22:31:48.281Z] github.com/docker/docker/pkg/pools [2022-03-09T22:31:48.281Z] github.com/docker/docker/pkg/progress [2022-03-09T22:31:48.281Z] github.com/docker/docker/pkg/pubsub [2022-03-09T22:31:48.281Z] github.com/docker/docker/pkg/reexec [2022-03-09T22:31:48.281Z] github.com/docker/docker/pkg/signal [2022-03-09T22:31:48.281Z] github.com/docker/docker/pkg/stack [2022-03-09T22:31:48.281Z] github.com/docker/docker/pkg/stdcopy [2022-03-09T22:31:48.281Z] github.com/docker/docker/pkg/streamformatter [2022-03-09T22:31:48.281Z] github.com/docker/docker/pkg/stringid [2022-03-09T22:31:48.281Z] github.com/docker/docker/pkg/sysinfo [2022-03-09T22:31:48.281Z] github.com/docker/docker/pkg/system [2022-03-09T22:31:48.281Z] github.com/docker/docker/pkg/tailfile [2022-03-09T22:31:48.281Z] github.com/docker/docker/pkg/tarsum [2022-03-09T22:31:48.281Z] github.com/docker/docker/pkg/truncindex [2022-03-09T22:31:48.281Z] github.com/docker/docker/pkg/urlutil [2022-03-09T22:31:48.281Z] github.com/docker/docker/pkg/useragent [2022-03-09T22:31:48.281Z] github.com/docker/docker/plugin [2022-03-09T22:31:48.281Z] github.com/docker/docker/plugin/executor/containerd [2022-03-09T22:31:48.281Z] github.com/docker/docker/plugin/v2 [2022-03-09T22:31:48.281Z] github.com/docker/docker/profiles/apparmor [2022-03-09T22:31:48.281Z] github.com/docker/docker/profiles/seccomp [2022-03-09T22:31:48.281Z] github.com/docker/docker/quota [2022-03-09T22:31:48.281Z] github.com/docker/docker/reference [2022-03-09T22:31:48.281Z] github.com/docker/docker/registry [2022-03-09T22:31:48.281Z] github.com/docker/docker/registry/resumable [2022-03-09T22:31:48.281Z] github.com/docker/docker/restartmanager [2022-03-09T22:31:48.281Z] github.com/docker/docker/rootless [2022-03-09T22:31:48.281Z] github.com/docker/docker/rootless/specconv [2022-03-09T22:31:48.281Z] github.com/docker/docker/runconfig [2022-03-09T22:31:48.281Z] github.com/docker/docker/runconfig/opts [2022-03-09T22:31:48.281Z] github.com/docker/docker/testutil [2022-03-09T22:31:48.281Z] github.com/docker/docker/testutil/daemon [2022-03-09T22:31:48.281Z] github.com/docker/docker/testutil/environment [2022-03-09T22:31:48.281Z] github.com/docker/docker/testutil/fakecontext [2022-03-09T22:31:48.281Z] github.com/docker/docker/testutil/fakegit [2022-03-09T22:31:48.281Z] github.com/docker/docker/testutil/fakestorage [2022-03-09T22:31:48.281Z] github.com/docker/docker/testutil/fixtures/load [2022-03-09T22:31:48.281Z] github.com/docker/docker/testutil/fixtures/plugin [2022-03-09T22:31:48.281Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-03-09T22:31:48.281Z] github.com/docker/docker/testutil/registry [2022-03-09T22:31:48.281Z] github.com/docker/docker/testutil/request [2022-03-09T22:31:48.281Z] github.com/docker/docker/volume [2022-03-09T22:31:48.281Z] github.com/docker/docker/volume/drivers [2022-03-09T22:31:48.281Z] github.com/docker/docker/volume/local [2022-03-09T22:31:48.281Z] github.com/docker/docker/volume/mounts [2022-03-09T22:31:48.281Z] github.com/docker/docker/volume/service [2022-03-09T22:31:48.281Z] github.com/docker/docker/volume/service/opts [2022-03-09T22:31:48.281Z] github.com/docker/docker/volume/testutils' [2022-03-09T22:31:48.281Z] ++ echo 'github.com/docker/docker/api [2022-03-09T22:31:48.282Z] github.com/docker/docker/api/server [2022-03-09T22:31:48.282Z] github.com/docker/docker/api/server/backend/build [2022-03-09T22:31:48.282Z] github.com/docker/docker/api/server/httputils [2022-03-09T22:31:48.282Z] github.com/docker/docker/api/server/middleware [2022-03-09T22:31:48.282Z] github.com/docker/docker/api/server/router [2022-03-09T22:31:48.282Z] github.com/docker/docker/api/server/router/build [2022-03-09T22:31:48.282Z] github.com/docker/docker/api/server/router/checkpoint [2022-03-09T22:31:48.282Z] github.com/docker/docker/api/server/router/container [2022-03-09T22:31:48.282Z] github.com/docker/docker/api/server/router/debug [2022-03-09T22:31:48.282Z] github.com/docker/docker/api/server/router/distribution [2022-03-09T22:31:48.282Z] github.com/docker/docker/api/server/router/grpc [2022-03-09T22:31:48.282Z] github.com/docker/docker/api/server/router/image [2022-03-09T22:31:48.282Z] github.com/docker/docker/api/server/router/network [2022-03-09T22:31:48.282Z] github.com/docker/docker/api/server/router/plugin [2022-03-09T22:31:48.282Z] github.com/docker/docker/api/server/router/session [2022-03-09T22:31:48.282Z] github.com/docker/docker/api/server/router/swarm [2022-03-09T22:31:48.282Z] github.com/docker/docker/api/server/router/system [2022-03-09T22:31:48.282Z] github.com/docker/docker/api/server/router/volume [2022-03-09T22:31:48.282Z] github.com/docker/docker/api/types [2022-03-09T22:31:48.282Z] github.com/docker/docker/api/types/backend [2022-03-09T22:31:48.282Z] github.com/docker/docker/api/types/blkiodev [2022-03-09T22:31:48.282Z] github.com/docker/docker/api/types/container [2022-03-09T22:31:48.282Z] github.com/docker/docker/api/types/events [2022-03-09T22:31:48.282Z] github.com/docker/docker/api/types/filters [2022-03-09T22:31:48.282Z] github.com/docker/docker/api/types/image [2022-03-09T22:31:48.282Z] github.com/docker/docker/api/types/mount [2022-03-09T22:31:48.282Z] github.com/docker/docker/api/types/network [2022-03-09T22:31:48.282Z] github.com/docker/docker/api/types/plugins/logdriver [2022-03-09T22:31:48.282Z] github.com/docker/docker/api/types/registry [2022-03-09T22:31:48.282Z] github.com/docker/docker/api/types/strslice [2022-03-09T22:31:48.282Z] github.com/docker/docker/api/types/swarm [2022-03-09T22:31:48.282Z] github.com/docker/docker/api/types/swarm/runtime [2022-03-09T22:31:48.282Z] github.com/docker/docker/api/types/time [2022-03-09T22:31:48.282Z] github.com/docker/docker/api/types/versions [2022-03-09T22:31:48.282Z] github.com/docker/docker/api/types/versions/v1p19 [2022-03-09T22:31:48.282Z] github.com/docker/docker/api/types/versions/v1p20 [2022-03-09T22:31:48.282Z] github.com/docker/docker/api/types/volume [2022-03-09T22:31:48.282Z] github.com/docker/docker/builder [2022-03-09T22:31:48.282Z] github.com/docker/docker/builder/builder-next [2022-03-09T22:31:48.282Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-03-09T22:31:48.282Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-03-09T22:31:48.282Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-03-09T22:31:48.282Z] github.com/docker/docker/builder/builder-next/exporter [2022-03-09T22:31:48.282Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-03-09T22:31:48.282Z] github.com/docker/docker/builder/builder-next/worker [2022-03-09T22:31:48.282Z] github.com/docker/docker/builder/dockerfile [2022-03-09T22:31:48.282Z] github.com/docker/docker/builder/remotecontext [2022-03-09T22:31:48.282Z] github.com/docker/docker/builder/remotecontext/git [2022-03-09T22:31:48.282Z] github.com/docker/docker/cli [2022-03-09T22:31:48.282Z] github.com/docker/docker/cli/config [2022-03-09T22:31:48.282Z] github.com/docker/docker/cli/debug [2022-03-09T22:31:48.282Z] github.com/docker/docker/client [2022-03-09T22:31:48.282Z] github.com/docker/docker/cmd/docker-proxy [2022-03-09T22:31:48.282Z] github.com/docker/docker/cmd/dockerd [2022-03-09T22:31:48.282Z] github.com/docker/docker/cmd/dockerd/trap [2022-03-09T22:31:48.282Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-03-09T22:31:48.282Z] github.com/docker/docker/container [2022-03-09T22:31:48.282Z] github.com/docker/docker/container/stream [2022-03-09T22:31:48.282Z] github.com/docker/docker/contrib/apparmor [2022-03-09T22:31:48.282Z] github.com/docker/docker/contrib/docker-device-tool [2022-03-09T22:31:48.282Z] github.com/docker/docker/contrib/httpserver [2022-03-09T22:31:48.282Z] github.com/docker/docker/daemon [2022-03-09T22:31:48.282Z] github.com/docker/docker/daemon/cluster [2022-03-09T22:31:48.282Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-03-09T22:31:48.282Z] github.com/docker/docker/daemon/cluster/convert [2022-03-09T22:31:48.282Z] github.com/docker/docker/daemon/cluster/executor [2022-03-09T22:31:48.282Z] github.com/docker/docker/daemon/cluster/executor/container [2022-03-09T22:31:48.282Z] github.com/docker/docker/daemon/cluster/provider [2022-03-09T22:31:48.282Z] github.com/docker/docker/daemon/config [2022-03-09T22:31:48.282Z] github.com/docker/docker/daemon/events [2022-03-09T22:31:48.282Z] github.com/docker/docker/daemon/events/testutils [2022-03-09T22:31:48.282Z] github.com/docker/docker/daemon/exec [2022-03-09T22:31:48.282Z] github.com/docker/docker/daemon/graphdriver [2022-03-09T22:31:48.282Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-03-09T22:31:48.282Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-03-09T22:31:48.282Z] github.com/docker/docker/daemon/graphdriver/copy [2022-03-09T22:31:48.282Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-03-09T22:31:48.282Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-03-09T22:31:48.282Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-03-09T22:31:48.282Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-03-09T22:31:48.282Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-03-09T22:31:48.282Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-03-09T22:31:48.282Z] github.com/docker/docker/daemon/graphdriver/register [2022-03-09T22:31:48.282Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-03-09T22:31:48.282Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-03-09T22:31:48.282Z] github.com/docker/docker/daemon/images [2022-03-09T22:31:48.282Z] github.com/docker/docker/daemon/initlayer [2022-03-09T22:31:48.282Z] github.com/docker/docker/daemon/links [2022-03-09T22:31:48.282Z] github.com/docker/docker/daemon/listeners [2022-03-09T22:31:48.282Z] github.com/docker/docker/daemon/logger [2022-03-09T22:31:48.282Z] github.com/docker/docker/daemon/logger/awslogs [2022-03-09T22:31:48.282Z] github.com/docker/docker/daemon/logger/fluentd [2022-03-09T22:31:48.282Z] github.com/docker/docker/daemon/logger/gcplogs [2022-03-09T22:31:48.282Z] github.com/docker/docker/daemon/logger/gelf [2022-03-09T22:31:48.282Z] github.com/docker/docker/daemon/logger/journald [2022-03-09T22:31:48.282Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-03-09T22:31:48.282Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-03-09T22:31:48.282Z] github.com/docker/docker/daemon/logger/local [2022-03-09T22:31:48.282Z] github.com/docker/docker/daemon/logger/logentries [2022-03-09T22:31:48.282Z] github.com/docker/docker/daemon/logger/loggerutils [2022-03-09T22:31:48.282Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-03-09T22:31:48.282Z] github.com/docker/docker/daemon/logger/splunk [2022-03-09T22:31:48.282Z] github.com/docker/docker/daemon/logger/syslog [2022-03-09T22:31:48.282Z] github.com/docker/docker/daemon/logger/templates [2022-03-09T22:31:48.282Z] github.com/docker/docker/daemon/names [2022-03-09T22:31:48.282Z] github.com/docker/docker/daemon/network [2022-03-09T22:31:48.282Z] github.com/docker/docker/daemon/stats [2022-03-09T22:31:48.282Z] github.com/docker/docker/distribution [2022-03-09T22:31:48.282Z] github.com/docker/docker/distribution/metadata [2022-03-09T22:31:48.282Z] github.com/docker/docker/distribution/utils [2022-03-09T22:31:48.282Z] github.com/docker/docker/distribution/xfer [2022-03-09T22:31:48.282Z] github.com/docker/docker/dockerversion [2022-03-09T22:31:48.282Z] github.com/docker/docker/errdefs [2022-03-09T22:31:48.282Z] github.com/docker/docker/image [2022-03-09T22:31:48.282Z] github.com/docker/docker/image/cache [2022-03-09T22:31:48.282Z] github.com/docker/docker/image/tarexport [2022-03-09T22:31:48.282Z] github.com/docker/docker/image/v1 [2022-03-09T22:31:48.282Z] github.com/docker/docker/internal/test/suite [2022-03-09T22:31:48.282Z] github.com/docker/docker/layer [2022-03-09T22:31:48.282Z] github.com/docker/docker/libcontainerd [2022-03-09T22:31:48.282Z] github.com/docker/docker/libcontainerd/queue [2022-03-09T22:31:48.282Z] github.com/docker/docker/libcontainerd/remote [2022-03-09T22:31:48.282Z] github.com/docker/docker/libcontainerd/supervisor [2022-03-09T22:31:48.282Z] github.com/docker/docker/libcontainerd/types [2022-03-09T22:31:48.282Z] github.com/docker/docker/libnetwork [2022-03-09T22:31:48.282Z] github.com/docker/docker/libnetwork/bitseq [2022-03-09T22:31:48.282Z] github.com/docker/docker/libnetwork/cluster [2022-03-09T22:31:48.282Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-09T22:31:48.282Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-09T22:31:48.282Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-09T22:31:48.282Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-09T22:31:48.282Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-09T22:31:48.282Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-09T22:31:48.282Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-09T22:31:48.282Z] github.com/docker/docker/libnetwork/config [2022-03-09T22:31:48.282Z] github.com/docker/docker/libnetwork/datastore [2022-03-09T22:31:48.282Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-09T22:31:48.282Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-09T22:31:48.282Z] github.com/docker/docker/libnetwork/driverapi [2022-03-09T22:31:48.282Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-09T22:31:48.282Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-09T22:31:48.282Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-09T22:31:48.282Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-09T22:31:48.282Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-09T22:31:48.282Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-09T22:31:48.282Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-09T22:31:48.282Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-09T22:31:48.282Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-09T22:31:48.282Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-09T22:31:48.282Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-09T22:31:48.282Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-09T22:31:48.282Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-09T22:31:48.282Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-09T22:31:48.282Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-09T22:31:48.282Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-09T22:31:48.282Z] github.com/docker/docker/libnetwork/etchosts [2022-03-09T22:31:48.282Z] github.com/docker/docker/libnetwork/idm [2022-03-09T22:31:48.282Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-09T22:31:48.282Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-09T22:31:48.282Z] github.com/docker/docker/libnetwork/ipam [2022-03-09T22:31:48.282Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-09T22:31:48.282Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-09T22:31:48.282Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-09T22:31:48.282Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-09T22:31:48.282Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-09T22:31:48.282Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-09T22:31:48.282Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-09T22:31:48.282Z] github.com/docker/docker/libnetwork/iptables [2022-03-09T22:31:48.282Z] github.com/docker/docker/libnetwork/netlabel [2022-03-09T22:31:48.282Z] github.com/docker/docker/libnetwork/netutils [2022-03-09T22:31:48.282Z] github.com/docker/docker/libnetwork/networkdb [2022-03-09T22:31:48.282Z] github.com/docker/docker/libnetwork/ns [2022-03-09T22:31:48.282Z] github.com/docker/docker/libnetwork/options [2022-03-09T22:31:48.282Z] github.com/docker/docker/libnetwork/osl [2022-03-09T22:31:48.282Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-09T22:31:48.282Z] github.com/docker/docker/libnetwork/portallocator [2022-03-09T22:31:48.282Z] github.com/docker/docker/libnetwork/portmapper [2022-03-09T22:31:48.282Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-09T22:31:48.282Z] github.com/docker/docker/libnetwork/testutils [2022-03-09T22:31:48.282Z] github.com/docker/docker/libnetwork/types [2022-03-09T22:31:48.282Z] github.com/docker/docker/oci [2022-03-09T22:31:48.282Z] github.com/docker/docker/oci/caps [2022-03-09T22:31:48.282Z] github.com/docker/docker/opts [2022-03-09T22:31:48.282Z] github.com/docker/docker/pkg/aaparser [2022-03-09T22:31:48.282Z] github.com/docker/docker/pkg/archive [2022-03-09T22:31:48.282Z] github.com/docker/docker/pkg/authorization [2022-03-09T22:31:48.282Z] github.com/docker/docker/pkg/broadcaster [2022-03-09T22:31:48.282Z] github.com/docker/docker/pkg/capabilities [2022-03-09T22:31:48.282Z] github.com/docker/docker/pkg/chrootarchive [2022-03-09T22:31:48.282Z] github.com/docker/docker/pkg/containerfs [2022-03-09T22:31:48.282Z] github.com/docker/docker/pkg/devicemapper [2022-03-09T22:31:48.282Z] github.com/docker/docker/pkg/directory [2022-03-09T22:31:48.282Z] github.com/docker/docker/pkg/dmesg [2022-03-09T22:31:48.282Z] github.com/docker/docker/pkg/filenotify [2022-03-09T22:31:48.282Z] github.com/docker/docker/pkg/fileutils [2022-03-09T22:31:48.282Z] github.com/docker/docker/pkg/fsutils [2022-03-09T22:31:48.282Z] github.com/docker/docker/pkg/homedir [2022-03-09T22:31:48.282Z] github.com/docker/docker/pkg/idtools [2022-03-09T22:31:48.282Z] github.com/docker/docker/pkg/ioutils [2022-03-09T22:31:48.282Z] github.com/docker/docker/pkg/jsonmessage [2022-03-09T22:31:48.282Z] github.com/docker/docker/pkg/longpath [2022-03-09T22:31:48.282Z] github.com/docker/docker/pkg/loopback [2022-03-09T22:31:48.282Z] github.com/docker/docker/pkg/namesgenerator [2022-03-09T22:31:48.282Z] github.com/docker/docker/pkg/parsers [2022-03-09T22:31:48.282Z] github.com/docker/docker/pkg/parsers/kernel [2022-03-09T22:31:48.282Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-03-09T22:31:48.282Z] github.com/docker/docker/pkg/pidfile [2022-03-09T22:31:48.282Z] github.com/docker/docker/pkg/platform [2022-03-09T22:31:48.282Z] github.com/docker/docker/pkg/plugingetter [2022-03-09T22:31:48.282Z] github.com/docker/docker/pkg/plugins [2022-03-09T22:31:48.282Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-03-09T22:31:48.282Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-03-09T22:31:48.282Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-03-09T22:31:48.282Z] github.com/docker/docker/pkg/plugins/transport [2022-03-09T22:31:48.282Z] github.com/docker/docker/pkg/pools [2022-03-09T22:31:48.282Z] github.com/docker/docker/pkg/progress [2022-03-09T22:31:48.282Z] github.com/docker/docker/pkg/pubsub [2022-03-09T22:31:48.282Z] github.com/docker/docker/pkg/reexec [2022-03-09T22:31:48.282Z] github.com/docker/docker/pkg/signal [2022-03-09T22:31:48.282Z] github.com/docker/docker/pkg/stack [2022-03-09T22:31:48.282Z] github.com/docker/docker/pkg/stdcopy [2022-03-09T22:31:48.282Z] github.com/docker/docker/pkg/streamformatter [2022-03-09T22:31:48.282Z] github.com/docker/docker/pkg/stringid [2022-03-09T22:31:48.282Z] github.com/docker/docker/pkg/sysinfo [2022-03-09T22:31:48.282Z] github.com/docker/docker/pkg/system [2022-03-09T22:31:48.282Z] github.com/docker/docker/pkg/tailfile [2022-03-09T22:31:48.282Z] github.com/docker/docker/pkg/tarsum [2022-03-09T22:31:48.282Z] github.com/docker/docker/pkg/truncindex [2022-03-09T22:31:48.282Z] github.com/docker/docker/pkg/urlutil [2022-03-09T22:31:48.282Z] github.com/docker/docker/pkg/useragent [2022-03-09T22:31:48.282Z] github.com/docker/docker/plugin [2022-03-09T22:31:48.282Z] github.com/docker/docker/plugin/executor/containerd [2022-03-09T22:31:48.282Z] github.com/docker/docker/plugin/v2 [2022-03-09T22:31:48.282Z] github.com/docker/docker/profiles/apparmor [2022-03-09T22:31:48.282Z] github.com/docker/docker/profiles/seccomp [2022-03-09T22:31:48.282Z] github.com/docker/docker/quota [2022-03-09T22:31:48.282Z] github.com/docker/docker/reference [2022-03-09T22:31:48.282Z] github.com/docker/docker/registry [2022-03-09T22:31:48.282Z] github.com/docker/docker/registry/resumable [2022-03-09T22:31:48.282Z] github.com/docker/docker/restartmanager [2022-03-09T22:31:48.282Z] github.com/docker/docker/rootless [2022-03-09T22:31:48.282Z] github.com/docker/docker/rootless/specconv [2022-03-09T22:31:48.282Z] github.com/docker/docker/runconfig [2022-03-09T22:31:48.282Z] github.com/docker/docker/runconfig/opts [2022-03-09T22:31:48.282Z] github.com/docker/docker/testutil [2022-03-09T22:31:48.282Z] github.com/docker/docker/testutil/daemon [2022-03-09T22:31:48.282Z] github.com/docker/docker/testutil/environment [2022-03-09T22:31:48.282Z] github.com/docker/docker/testutil/fakecontext [2022-03-09T22:31:48.282Z] github.com/docker/docker/testutil/fakegit [2022-03-09T22:31:48.282Z] github.com/docker/docker/testutil/fakestorage [2022-03-09T22:31:48.282Z] github.com/docker/docker/testutil/fixtures/load [2022-03-09T22:31:48.282Z] github.com/docker/docker/testutil/fixtures/plugin [2022-03-09T22:31:48.282Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-03-09T22:31:48.282Z] github.com/docker/docker/testutil/registry [2022-03-09T22:31:48.282Z] github.com/docker/docker/testutil/request [2022-03-09T22:31:48.282Z] github.com/docker/docker/volume [2022-03-09T22:31:48.282Z] github.com/docker/docker/volume/drivers [2022-03-09T22:31:48.282Z] github.com/docker/docker/volume/local [2022-03-09T22:31:48.282Z] github.com/docker/docker/volume/mounts [2022-03-09T22:31:48.282Z] github.com/docker/docker/volume/service [2022-03-09T22:31:48.282Z] github.com/docker/docker/volume/service/opts [2022-03-09T22:31:48.282Z] github.com/docker/docker/volume/testutils' [2022-03-09T22:31:48.282Z] ++ grep --fixed-strings /libnetwork [2022-03-09T22:31:48.282Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork [2022-03-09T22:31:48.283Z] github.com/docker/docker/libnetwork/bitseq [2022-03-09T22:31:48.283Z] github.com/docker/docker/libnetwork/cluster [2022-03-09T22:31:48.283Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-09T22:31:48.283Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-09T22:31:48.283Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-09T22:31:48.283Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-09T22:31:48.283Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-09T22:31:48.283Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-09T22:31:48.283Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-09T22:31:48.283Z] github.com/docker/docker/libnetwork/config [2022-03-09T22:31:48.283Z] github.com/docker/docker/libnetwork/datastore [2022-03-09T22:31:48.283Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-09T22:31:48.283Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-09T22:31:48.283Z] github.com/docker/docker/libnetwork/driverapi [2022-03-09T22:31:48.283Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-09T22:31:48.283Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-09T22:31:48.283Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-09T22:31:48.283Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-09T22:31:48.283Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-09T22:31:48.283Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-09T22:31:48.283Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-09T22:31:48.283Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-09T22:31:48.283Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-09T22:31:48.283Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-09T22:31:48.283Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-09T22:31:48.283Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-09T22:31:48.283Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-09T22:31:48.283Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-09T22:31:48.283Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-09T22:31:48.283Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-09T22:31:48.283Z] github.com/docker/docker/libnetwork/etchosts [2022-03-09T22:31:48.283Z] github.com/docker/docker/libnetwork/idm [2022-03-09T22:31:48.283Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-09T22:31:48.283Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-09T22:31:48.283Z] github.com/docker/docker/libnetwork/ipam [2022-03-09T22:31:48.283Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-09T22:31:48.283Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-09T22:31:48.283Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-09T22:31:48.283Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-09T22:31:48.283Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-09T22:31:48.283Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-09T22:31:48.283Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-09T22:31:48.283Z] github.com/docker/docker/libnetwork/iptables [2022-03-09T22:31:48.283Z] github.com/docker/docker/libnetwork/netlabel [2022-03-09T22:31:48.283Z] github.com/docker/docker/libnetwork/netutils [2022-03-09T22:31:48.283Z] github.com/docker/docker/libnetwork/networkdb [2022-03-09T22:31:48.283Z] github.com/docker/docker/libnetwork/ns [2022-03-09T22:31:48.283Z] github.com/docker/docker/libnetwork/options [2022-03-09T22:31:48.283Z] github.com/docker/docker/libnetwork/osl [2022-03-09T22:31:48.283Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-09T22:31:48.283Z] github.com/docker/docker/libnetwork/portallocator [2022-03-09T22:31:48.283Z] github.com/docker/docker/libnetwork/portmapper [2022-03-09T22:31:48.283Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-09T22:31:48.283Z] github.com/docker/docker/libnetwork/testutils [2022-03-09T22:31:48.283Z] github.com/docker/docker/libnetwork/types' [2022-03-09T22:31:48.283Z] + grep --fixed-strings libnetwork/drivers/bridge [2022-03-09T22:31:48.283Z] + echo 'github.com/docker/docker/libnetwork [2022-03-09T22:31:48.283Z] github.com/docker/docker/libnetwork/bitseq [2022-03-09T22:31:48.283Z] github.com/docker/docker/libnetwork/cluster [2022-03-09T22:31:48.283Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-09T22:31:48.283Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-09T22:31:48.283Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-09T22:31:48.283Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-09T22:31:48.283Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-09T22:31:48.283Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-09T22:31:48.283Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-09T22:31:48.283Z] github.com/docker/docker/libnetwork/config [2022-03-09T22:31:48.283Z] github.com/docker/docker/libnetwork/datastore [2022-03-09T22:31:48.283Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-09T22:31:48.283Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-09T22:31:48.283Z] github.com/docker/docker/libnetwork/driverapi [2022-03-09T22:31:48.283Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-09T22:31:48.283Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-09T22:31:48.283Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-09T22:31:48.283Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-09T22:31:48.283Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-09T22:31:48.283Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-09T22:31:48.283Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-09T22:31:48.283Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-09T22:31:48.283Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-09T22:31:48.283Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-09T22:31:48.283Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-09T22:31:48.283Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-09T22:31:48.283Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-09T22:31:48.283Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-09T22:31:48.283Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-09T22:31:48.283Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-09T22:31:48.283Z] github.com/docker/docker/libnetwork/etchosts [2022-03-09T22:31:48.283Z] github.com/docker/docker/libnetwork/idm [2022-03-09T22:31:48.283Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-09T22:31:48.283Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-09T22:31:48.283Z] github.com/docker/docker/libnetwork/ipam [2022-03-09T22:31:48.283Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-09T22:31:48.283Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-09T22:31:48.283Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-09T22:31:48.283Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-09T22:31:48.283Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-09T22:31:48.283Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-09T22:31:48.283Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-09T22:31:48.283Z] github.com/docker/docker/libnetwork/iptables [2022-03-09T22:31:48.283Z] github.com/docker/docker/libnetwork/netlabel [2022-03-09T22:31:48.283Z] github.com/docker/docker/libnetwork/netutils [2022-03-09T22:31:48.283Z] github.com/docker/docker/libnetwork/networkdb [2022-03-09T22:31:48.283Z] github.com/docker/docker/libnetwork/ns [2022-03-09T22:31:48.283Z] github.com/docker/docker/libnetwork/options [2022-03-09T22:31:48.283Z] github.com/docker/docker/libnetwork/osl [2022-03-09T22:31:48.283Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-09T22:31:48.283Z] github.com/docker/docker/libnetwork/portallocator [2022-03-09T22:31:48.283Z] github.com/docker/docker/libnetwork/portmapper [2022-03-09T22:31:48.283Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-09T22:31:48.283Z] github.com/docker/docker/libnetwork/testutils [2022-03-09T22:31:48.283Z] github.com/docker/docker/libnetwork/types' [2022-03-09T22:31:48.283Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-09T22:31:48.283Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-09T22:31:48.283Z] + type docker-proxy [2022-03-09T22:31:48.283Z] hack/test/unit: line 25: type: docker-proxy: not found [2022-03-09T22:31:48.283Z] + hack/make.sh binary-proxy install-proxy [2022-03-09T22:31:48.283Z] [2022-03-09T22:31:48.283Z] Removing bundles/ [2022-03-09T22:31:48.283Z] [2022-03-09T22:31:48.283Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy) [2022-03-09T22:31:48.283Z] Building: bundles/binary-proxy/docker-proxy-dev [2022-03-09T22:31:48.283Z] GOOS="" GOARCH="" GOARM="" [2022-03-09T22:31:48.504Z] --- PASS: TestCopyToContainerPathIsNotDir (0.29s) [2022-03-09T22:31:48.504Z] === RUN TestCopyFromContainer [2022-03-09T22:31:48.504Z] copy_test.go:81: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:31:48.504Z] --- SKIP: TestCopyFromContainer (0.00s) [2022-03-09T22:31:48.504Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-03-09T22:31:48.504Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-09T22:31:48.504Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-09T22:31:48.504Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-09T22:31:48.504Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-09T22:31:48.504Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-09T22:31:48.504Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-09T22:31:48.504Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-09T22:31:48.504Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-09T22:31:48.504Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-09T22:31:48.504Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2022-03-09T22:31:48.504Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-03-09T22:31:48.504Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-03-09T22:31:48.504Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-03-09T22:31:48.504Z] === RUN TestCreateLinkToNonExistingContainer [2022-03-09T22:31:48.504Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-03-09T22:31:48.504Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2022-03-09T22:31:48.504Z] === RUN TestCreateWithInvalidEnv [2022-03-09T22:31:48.504Z] === RUN TestCreateWithInvalidEnv/0 [2022-03-09T22:31:48.504Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-03-09T22:31:48.504Z] === RUN TestCreateWithInvalidEnv/1 [2022-03-09T22:31:48.504Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-03-09T22:31:48.504Z] === RUN TestCreateWithInvalidEnv/2 [2022-03-09T22:31:48.504Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-03-09T22:31:48.504Z] === CONT TestCreateWithInvalidEnv/0 [2022-03-09T22:31:48.504Z] === CONT TestCreateWithInvalidEnv/2 [2022-03-09T22:31:48.504Z] === CONT TestCreateWithInvalidEnv/1 [2022-03-09T22:31:48.504Z] --- PASS: TestCreateWithInvalidEnv (0.03s) [2022-03-09T22:31:48.504Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-03-09T22:31:48.504Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-03-09T22:31:48.504Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-03-09T22:31:48.504Z] === RUN TestCreateTmpfsMountsTarget [2022-03-09T22:31:48.505Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:31:48.505Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2022-03-09T22:31:48.505Z] === RUN TestCreateWithCustomMaskedPaths [2022-03-09T22:31:48.505Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T22:31:48.505Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2022-03-09T22:31:48.505Z] === RUN TestCreateWithCustomReadonlyPaths [2022-03-09T22:31:48.505Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T22:31:48.505Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2022-03-09T22:31:48.505Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-03-09T22:31:48.505Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-09T22:31:48.505Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-09T22:31:48.505Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-09T22:31:48.505Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-09T22:31:48.505Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-09T22:31:48.505Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-09T22:31:48.505Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-09T22:31:48.505Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-09T22:31:48.505Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-09T22:31:48.505Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-09T22:31:48.505Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-09T22:31:48.505Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-09T22:31:48.505Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-09T22:31:48.505Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-09T22:31:48.505Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-09T22:31:48.505Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) [2022-03-09T22:31:48.505Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.00s) [2022-03-09T22:31:48.505Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-03-09T22:31:48.505Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-03-09T22:31:48.505Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2022-03-09T22:31:48.505Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-03-09T22:31:48.505Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-03-09T22:31:48.505Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-03-09T22:31:48.505Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-03-09T22:31:48.505Z] === RUN TestCreateDifferentPlatform [2022-03-09T22:31:48.505Z] === RUN TestCreateDifferentPlatform/different_os [2022-03-09T22:31:48.505Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-03-09T22:31:48.505Z] --- PASS: TestCreateDifferentPlatform (0.06s) [2022-03-09T22:31:48.505Z] --- PASS: TestCreateDifferentPlatform/different_os (0.01s) [2022-03-09T22:31:48.505Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-03-09T22:31:48.505Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-03-09T22:31:48.505Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.14s) [2022-03-09T22:31:48.505Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-03-09T22:31:48.961Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-03-09T22:31:48.961Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2022-03-09T22:31:48.961Z] === RUN TestContainerKillOnDaemonStart [2022-03-09T22:31:48.961Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:31:48.961Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2022-03-09T22:31:48.961Z] === RUN TestDiff [2022-03-09T22:31:48.961Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-03-09T22:31:48.961Z] --- SKIP: TestDiff (0.00s) [2022-03-09T22:31:48.961Z] === RUN TestExecWithCloseStdin [2022-03-09T22:31:49.951Z] time="2022-03-09T22:31:49Z" level=error msg="failed to send node leave: timed out broadcasting node event" [2022-03-09T22:31:49.951Z] --- PASS: TestNodeReincarnation (5.02s) [2022-03-09T22:31:49.951Z] === RUN TestParallelCreate [2022-03-09T22:31:49.951Z] 2022/03/09 22:31:49 Closing DB instances... [2022-03-09T22:31:49.951Z] --- PASS: TestParallelCreate (0.02s) [2022-03-09T22:31:49.951Z] === RUN TestParallelDelete [2022-03-09T22:31:49.951Z] 2022/03/09 22:31:49 Closing DB instances... [2022-03-09T22:31:49.951Z] --- PASS: TestParallelDelete (0.02s) [2022-03-09T22:31:49.951Z] === RUN TestNetworkDBIslands [2022-03-09T22:31:49.951Z] time="2022-03-09T22:31:49Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:e73488645a0e with config:&{NodeID:e73488645a0e 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-09T22:31:49.951Z] time="2022-03-09T22:31:49Z" level=info msg="Node e73488645a0e/172.28.182.126, joined gossip cluster" [2022-03-09T22:31:49.951Z] time="2022-03-09T22:31:49Z" level=info msg="Node e73488645a0e/172.28.182.126, added to nodes list" [2022-03-09T22:31:49.951Z] time="2022-03-09T22:31:49Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:a813e09a6122 with config:&{NodeID:a813e09a6122 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-09T22:31:49.951Z] time="2022-03-09T22:31:49Z" level=info msg="Node a813e09a6122/172.28.182.126, joined gossip cluster" [2022-03-09T22:31:49.951Z] time="2022-03-09T22:31:49Z" level=info msg="Node a813e09a6122/172.28.182.126, added to nodes list" [2022-03-09T22:31:49.951Z] time="2022-03-09T22:31:49Z" level=info msg="The new bootstrap node list is:[localhost:10033]" [2022-03-09T22:31:49.951Z] time="2022-03-09T22:31:49Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10033" [2022-03-09T22:31:49.951Z] time="2022-03-09T22:31:49Z" level=debug msg="memberlist: Stream connection from=[::1]:49363" [2022-03-09T22:31:49.951Z] time="2022-03-09T22:31:49Z" level=info msg="Node a813e09a6122/172.28.182.126, joined gossip cluster" [2022-03-09T22:31:49.951Z] time="2022-03-09T22:31:49Z" level=info msg="Node a813e09a6122/172.28.182.126, added to nodes list" [2022-03-09T22:31:49.951Z] time="2022-03-09T22:31:49Z" level=info msg="Node e73488645a0e/172.28.182.126, joined gossip cluster" [2022-03-09T22:31:49.951Z] time="2022-03-09T22:31:49Z" level=info msg="Node e73488645a0e/172.28.182.126, added to nodes list" [2022-03-09T22:31:49.951Z] time="2022-03-09T22:31:49Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49364" [2022-03-09T22:31:49.951Z] time="2022-03-09T22:31:49Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10033" [2022-03-09T22:31:50.456Z] time="2022-03-09T22:31:50Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:b68e41b3dff0 with config:&{NodeID:b68e41b3dff0 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-09T22:31:50.456Z] time="2022-03-09T22:31:50Z" level=info msg="Node b68e41b3dff0/172.28.182.126, joined gossip cluster" [2022-03-09T22:31:50.456Z] time="2022-03-09T22:31:50Z" level=info msg="Node b68e41b3dff0/172.28.182.126, added to nodes list" [2022-03-09T22:31:50.456Z] time="2022-03-09T22:31:50Z" level=info msg="The new bootstrap node list is:[localhost:10034]" [2022-03-09T22:31:50.456Z] time="2022-03-09T22:31:50Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10034" [2022-03-09T22:31:50.456Z] time="2022-03-09T22:31:50Z" level=debug msg="memberlist: Stream connection from=[::1]:49365" [2022-03-09T22:31:50.456Z] time="2022-03-09T22:31:50Z" level=info msg="Node b68e41b3dff0/172.28.182.126, joined gossip cluster" [2022-03-09T22:31:50.456Z] time="2022-03-09T22:31:50Z" level=info msg="Node b68e41b3dff0/172.28.182.126, added to nodes list" [2022-03-09T22:31:50.456Z] time="2022-03-09T22:31:50Z" level=info msg="Node e73488645a0e/172.28.182.126, joined gossip cluster" [2022-03-09T22:31:50.456Z] time="2022-03-09T22:31:50Z" level=info msg="Node e73488645a0e/172.28.182.126, added to nodes list" [2022-03-09T22:31:50.456Z] time="2022-03-09T22:31:50Z" level=info msg="Node a813e09a6122/172.28.182.126, joined gossip cluster" [2022-03-09T22:31:50.456Z] time="2022-03-09T22:31:50Z" level=info msg="Node a813e09a6122/172.28.182.126, added to nodes list" [2022-03-09T22:31:50.456Z] time="2022-03-09T22:31:50Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10034" [2022-03-09T22:31:50.456Z] time="2022-03-09T22:31:50Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49366" [2022-03-09T22:31:50.456Z] time="2022-03-09T22:31:50Z" level=info msg="Node b68e41b3dff0/172.28.182.126, joined gossip cluster" [2022-03-09T22:31:50.456Z] time="2022-03-09T22:31:50Z" level=info msg="Node b68e41b3dff0/172.28.182.126, added to nodes list" [2022-03-09T22:31:50.960Z] time="2022-03-09T22:31:50Z" level=info msg="New memberlist node - Node:node4 will use memberlist nodeID:02d8df665954 with config:&{NodeID:02d8df665954 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-09T22:31:50.960Z] time="2022-03-09T22:31:50Z" level=info msg="Node 02d8df665954/172.28.182.126, joined gossip cluster" [2022-03-09T22:31:50.960Z] time="2022-03-09T22:31:50Z" level=info msg="Node 02d8df665954/172.28.182.126, added to nodes list" [2022-03-09T22:31:50.960Z] time="2022-03-09T22:31:50Z" level=info msg="The new bootstrap node list is:[localhost:10035]" [2022-03-09T22:31:50.960Z] time="2022-03-09T22:31:50Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10035" [2022-03-09T22:31:50.960Z] time="2022-03-09T22:31:50Z" level=debug msg="memberlist: Stream connection from=[::1]:49367" [2022-03-09T22:31:50.960Z] time="2022-03-09T22:31:50Z" level=info msg="Node 02d8df665954/172.28.182.126, joined gossip cluster" [2022-03-09T22:31:50.960Z] time="2022-03-09T22:31:50Z" level=info msg="Node 02d8df665954/172.28.182.126, added to nodes list" [2022-03-09T22:31:50.960Z] time="2022-03-09T22:31:50Z" level=info msg="Node e73488645a0e/172.28.182.126, joined gossip cluster" [2022-03-09T22:31:50.960Z] time="2022-03-09T22:31:50Z" level=info msg="Node e73488645a0e/172.28.182.126, added to nodes list" [2022-03-09T22:31:50.960Z] time="2022-03-09T22:31:50Z" level=info msg="Node a813e09a6122/172.28.182.126, joined gossip cluster" [2022-03-09T22:31:50.960Z] time="2022-03-09T22:31:50Z" level=info msg="Node a813e09a6122/172.28.182.126, added to nodes list" [2022-03-09T22:31:50.960Z] time="2022-03-09T22:31:50Z" level=info msg="Node b68e41b3dff0/172.28.182.126, joined gossip cluster" [2022-03-09T22:31:50.960Z] time="2022-03-09T22:31:50Z" level=info msg="Node b68e41b3dff0/172.28.182.126, added to nodes list" [2022-03-09T22:31:50.960Z] time="2022-03-09T22:31:50Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10035" [2022-03-09T22:31:50.960Z] time="2022-03-09T22:31:50Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49368" [2022-03-09T22:31:50.960Z] time="2022-03-09T22:31:50Z" level=info msg="Node 02d8df665954/172.28.182.126, joined gossip cluster" [2022-03-09T22:31:50.960Z] time="2022-03-09T22:31:50Z" level=info msg="Node 02d8df665954/172.28.182.126, added to nodes list" [2022-03-09T22:31:50.960Z] time="2022-03-09T22:31:50Z" level=info msg="Node 02d8df665954/172.28.182.126, joined gossip cluster" [2022-03-09T22:31:50.960Z] time="2022-03-09T22:31:50Z" level=info msg="Node 02d8df665954/172.28.182.126, added to nodes list" [2022-03-09T22:31:51.464Z] time="2022-03-09T22:31:51Z" level=info msg="New memberlist node - Node:node5 will use memberlist nodeID:067eb8849251 with config:&{NodeID:067eb8849251 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-09T22:31:51.464Z] time="2022-03-09T22:31:51Z" level=info msg="Node 067eb8849251/172.28.182.126, joined gossip cluster" [2022-03-09T22:31:51.464Z] time="2022-03-09T22:31:51Z" level=info msg="Node 067eb8849251/172.28.182.126, added to nodes list" [2022-03-09T22:31:51.464Z] time="2022-03-09T22:31:51Z" level=info msg="The new bootstrap node list is:[localhost:10036]" [2022-03-09T22:31:51.464Z] time="2022-03-09T22:31:51Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10036" [2022-03-09T22:31:51.464Z] time="2022-03-09T22:31:51Z" level=debug msg="memberlist: Stream connection from=[::1]:49369" [2022-03-09T22:31:51.464Z] time="2022-03-09T22:31:51Z" level=info msg="Node 067eb8849251/172.28.182.126, joined gossip cluster" [2022-03-09T22:31:51.464Z] time="2022-03-09T22:31:51Z" level=info msg="Node 067eb8849251/172.28.182.126, added to nodes list" [2022-03-09T22:31:51.464Z] time="2022-03-09T22:31:51Z" level=info msg="Node e73488645a0e/172.28.182.126, joined gossip cluster" [2022-03-09T22:31:51.464Z] time="2022-03-09T22:31:51Z" level=info msg="Node e73488645a0e/172.28.182.126, added to nodes list" [2022-03-09T22:31:51.464Z] time="2022-03-09T22:31:51Z" level=info msg="Node a813e09a6122/172.28.182.126, joined gossip cluster" [2022-03-09T22:31:51.464Z] time="2022-03-09T22:31:51Z" level=info msg="Node a813e09a6122/172.28.182.126, added to nodes list" [2022-03-09T22:31:51.464Z] time="2022-03-09T22:31:51Z" level=info msg="Node b68e41b3dff0/172.28.182.126, joined gossip cluster" [2022-03-09T22:31:51.464Z] time="2022-03-09T22:31:51Z" level=info msg="Node b68e41b3dff0/172.28.182.126, added to nodes list" [2022-03-09T22:31:51.464Z] time="2022-03-09T22:31:51Z" level=info msg="Node 02d8df665954/172.28.182.126, joined gossip cluster" [2022-03-09T22:31:51.464Z] time="2022-03-09T22:31:51Z" level=info msg="Node 02d8df665954/172.28.182.126, added to nodes list" [2022-03-09T22:31:51.464Z] time="2022-03-09T22:31:51Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10036" [2022-03-09T22:31:51.464Z] time="2022-03-09T22:31:51Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49370" [2022-03-09T22:31:51.464Z] time="2022-03-09T22:31:51Z" level=info msg="Node 067eb8849251/172.28.182.126, joined gossip cluster" [2022-03-09T22:31:51.464Z] time="2022-03-09T22:31:51Z" level=info msg="Node 067eb8849251/172.28.182.126, added to nodes list" [2022-03-09T22:31:51.464Z] time="2022-03-09T22:31:51Z" level=info msg="Node 067eb8849251/172.28.182.126, joined gossip cluster" [2022-03-09T22:31:51.464Z] time="2022-03-09T22:31:51Z" level=info msg="Node 067eb8849251/172.28.182.126, added to nodes list" [2022-03-09T22:31:51.464Z] time="2022-03-09T22:31:51Z" level=info msg="Node 067eb8849251/172.28.182.126, joined gossip cluster" [2022-03-09T22:31:51.464Z] time="2022-03-09T22:31:51Z" level=info msg="Node 067eb8849251/172.28.182.126, added to nodes list" [2022-03-09T22:31:51.855Z] --- PASS: TestExecWithCloseStdin (2.85s) [2022-03-09T22:31:51.855Z] === RUN TestExec [2022-03-09T22:31:51.968Z] networkdb_test.go:835: Re-joining: 3 [2022-03-09T22:31:51.969Z] time="2022-03-09T22:31:51Z" level=info msg="The new bootstrap node list is:[172.28.182.126:10033 172.28.182.126:10034 172.28.182.126:10035]" [2022-03-09T22:31:51.969Z] time="2022-03-09T22:31:51Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.28.182.126:10033" [2022-03-09T22:31:51.969Z] time="2022-03-09T22:31:51Z" level=debug msg="memberlist: Stream connection from=172.28.182.126:49371" [2022-03-09T22:31:51.969Z] time="2022-03-09T22:31:51Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.28.182.126:10034" [2022-03-09T22:31:51.969Z] time="2022-03-09T22:31:51Z" level=debug msg="memberlist: Stream connection from=172.28.182.126:49372" [2022-03-09T22:31:51.969Z] time="2022-03-09T22:31:51Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.28.182.126:10035" [2022-03-09T22:31:51.969Z] time="2022-03-09T22:31:51Z" level=debug msg="memberlist: Stream connection from=172.28.182.126:49373" [2022-03-09T22:31:51.969Z] networkdb_test.go:835: Re-joining: 4 [2022-03-09T22:31:51.969Z] time="2022-03-09T22:31:51Z" level=info msg="The new bootstrap node list is:[172.28.182.126:10033 172.28.182.126:10034 172.28.182.126:10035]" [2022-03-09T22:31:51.969Z] time="2022-03-09T22:31:51Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.28.182.126:10033" [2022-03-09T22:31:51.969Z] time="2022-03-09T22:31:51Z" level=debug msg="memberlist: Stream connection from=172.28.182.126:49374" [2022-03-09T22:31:51.969Z] time="2022-03-09T22:31:51Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.28.182.126:10034" [2022-03-09T22:31:51.969Z] time="2022-03-09T22:31:51Z" level=debug msg="memberlist: Stream connection from=172.28.182.126:49375" [2022-03-09T22:31:51.969Z] time="2022-03-09T22:31:51Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.28.182.126:10035" [2022-03-09T22:31:51.969Z] time="2022-03-09T22:31:51Z" level=debug msg="memberlist: Stream connection from=172.28.182.126:49376" [2022-03-09T22:31:51.969Z] time="2022-03-09T22:31:51Z" level=info msg="node 0 leaving" [2022-03-09T22:31:52.474Z] time="2022-03-09T22:31:52Z" level=info msg="Node e73488645a0e change state NodeActive --> NodeLeft" [2022-03-09T22:31:52.474Z] time="2022-03-09T22:31:52Z" level=info msg="node5(067eb8849251): Node leave event for e73488645a0e/172.28.182.126" [2022-03-09T22:31:52.474Z] time="2022-03-09T22:31:52Z" level=info msg="Node e73488645a0e change state NodeActive --> NodeLeft" [2022-03-09T22:31:52.474Z] time="2022-03-09T22:31:52Z" level=info msg="node3(b68e41b3dff0): Node leave event for e73488645a0e/172.28.182.126" [2022-03-09T22:31:52.474Z] time="2022-03-09T22:31:52Z" level=info msg="Node e73488645a0e change state NodeActive --> NodeLeft" [2022-03-09T22:31:52.474Z] time="2022-03-09T22:31:52Z" level=info msg="node2(a813e09a6122): Node leave event for e73488645a0e/172.28.182.126" [2022-03-09T22:31:52.474Z] time="2022-03-09T22:31:52Z" level=info msg="Node e73488645a0e change state NodeActive --> NodeLeft" [2022-03-09T22:31:52.474Z] time="2022-03-09T22:31:52Z" level=info msg="node4(02d8df665954): Node leave event for e73488645a0e/172.28.182.126" [2022-03-09T22:31:52.474Z] time="2022-03-09T22:31:52Z" level=info msg="Node e73488645a0e change state NodeActive --> NodeLeft" [2022-03-09T22:31:52.474Z] time="2022-03-09T22:31:52Z" level=info msg="node1(e73488645a0e): Node leave event for e73488645a0e/172.28.182.126" [2022-03-09T22:31:52.474Z] time="2022-03-09T22:31:52Z" level=info msg="Node e73488645a0e/172.28.182.126, left gossip cluster" [2022-03-09T22:31:52.474Z] time="2022-03-09T22:31:52Z" level=info msg="Node e73488645a0e/172.28.182.126, left gossip cluster" [2022-03-09T22:31:52.474Z] time="2022-03-09T22:31:52Z" level=info msg="Node e73488645a0e/172.28.182.126, left gossip cluster" [2022-03-09T22:31:52.474Z] time="2022-03-09T22:31:52Z" level=info msg="Node e73488645a0e/172.28.182.126, left gossip cluster" [2022-03-09T22:31:52.474Z] time="2022-03-09T22:31:52Z" level=info msg="Node e73488645a0e/172.28.182.126, left gossip cluster" [2022-03-09T22:31:52.474Z] time="2022-03-09T22:31:52Z" level=info msg="node 1 leaving" [2022-03-09T22:31:52.474Z] time="2022-03-09T22:31:52Z" level=info msg="Node a813e09a6122 change state NodeActive --> NodeLeft" [2022-03-09T22:31:52.474Z] time="2022-03-09T22:31:52Z" level=info msg="node5(067eb8849251): Node leave event for a813e09a6122/172.28.182.126" [2022-03-09T22:31:52.474Z] time="2022-03-09T22:31:52Z" level=info msg="Node a813e09a6122/172.28.182.126, left gossip cluster" [2022-03-09T22:31:52.474Z] time="2022-03-09T22:31:52Z" level=info msg="Node a813e09a6122 change state NodeActive --> NodeFailed" [2022-03-09T22:31:52.474Z] time="2022-03-09T22:31:52Z" level=info msg="Node a813e09a6122 change state NodeActive --> NodeLeft" [2022-03-09T22:31:52.474Z] time="2022-03-09T22:31:52Z" level=info msg="node3(b68e41b3dff0): Node leave event for a813e09a6122/172.28.182.126" [2022-03-09T22:31:52.474Z] time="2022-03-09T22:31:52Z" level=info msg="Node a813e09a6122 change state NodeActive --> NodeLeft" [2022-03-09T22:31:52.474Z] time="2022-03-09T22:31:52Z" level=info msg="Node a813e09a6122/172.28.182.126, added to failed nodes list" [2022-03-09T22:31:52.474Z] time="2022-03-09T22:31:52Z" level=info msg="node4(02d8df665954): Node leave event for a813e09a6122/172.28.182.126" [2022-03-09T22:31:52.980Z] time="2022-03-09T22:31:52Z" level=error msg="node: a813e09a6122 is unknown to memberlist" [2022-03-09T22:31:52.980Z] time="2022-03-09T22:31:52Z" level=info msg="Node a813e09a6122/172.28.182.126, left gossip cluster" [2022-03-09T22:31:52.980Z] time="2022-03-09T22:31:52Z" level=info msg="Node a813e09a6122/172.28.182.126, left gossip cluster" [2022-03-09T22:31:52.980Z] time="2022-03-09T22:31:52Z" level=info msg="Node a813e09a6122/172.28.182.126, left gossip cluster" [2022-03-09T22:31:52.980Z] time="2022-03-09T22:31:52Z" level=info msg="node 2 leaving" [2022-03-09T22:31:52.980Z] time="2022-03-09T22:31:52Z" level=info msg="Node b68e41b3dff0 change state NodeActive --> NodeLeft" [2022-03-09T22:31:52.980Z] time="2022-03-09T22:31:52Z" level=info msg="node4(02d8df665954): Node leave event for b68e41b3dff0/172.28.182.126" [2022-03-09T22:31:52.980Z] time="2022-03-09T22:31:52Z" level=info msg="Node b68e41b3dff0 change state NodeActive --> NodeLeft" [2022-03-09T22:31:52.980Z] time="2022-03-09T22:31:52Z" level=info msg="node5(067eb8849251): Node leave event for b68e41b3dff0/172.28.182.126" [2022-03-09T22:31:52.980Z] time="2022-03-09T22:31:52Z" level=info msg="Node b68e41b3dff0 change state NodeActive --> NodeLeft" [2022-03-09T22:31:52.980Z] time="2022-03-09T22:31:52Z" level=info msg="node3(b68e41b3dff0): Node leave event for b68e41b3dff0/172.28.182.126" [2022-03-09T22:31:53.287Z] --- PASS: TestServiceUpdateSecrets (14.44s) [2022-03-09T22:31:53.287Z] === RUN TestServiceUpdateConfigs [2022-03-09T22:31:53.485Z] time="2022-03-09T22:31:53Z" level=info msg="Node b68e41b3dff0/172.28.182.126, left gossip cluster" [2022-03-09T22:31:53.485Z] time="2022-03-09T22:31:53Z" level=info msg="Node b68e41b3dff0/172.28.182.126, left gossip cluster" [2022-03-09T22:31:53.485Z] time="2022-03-09T22:31:53Z" level=info msg="Node b68e41b3dff0/172.28.182.126, left gossip cluster" [2022-03-09T22:31:53.485Z] networkdb_test.go:867: node4: OK [2022-03-09T22:31:53.485Z] networkdb_test.go:867: node5: OK [2022-03-09T22:31:53.486Z] time="2022-03-09T22:31:53Z" level=info msg="node 0 coming back" [2022-03-09T22:31:53.486Z] time="2022-03-09T22:31:53Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:08deea34beff with config:&{NodeID:08deea34beff 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-09T22:31:53.486Z] time="2022-03-09T22:31:53Z" level=info msg="Node 08deea34beff/172.28.182.126, joined gossip cluster" [2022-03-09T22:31:53.486Z] time="2022-03-09T22:31:53Z" level=info msg="Node 08deea34beff/172.28.182.126, added to nodes list" [2022-03-09T22:31:53.486Z] time="2022-03-09T22:31:53Z" level=info msg="node 1 coming back" [2022-03-09T22:31:53.486Z] time="2022-03-09T22:31:53Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:a4d4cee6a070 with config:&{NodeID:a4d4cee6a070 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-09T22:31:53.486Z] time="2022-03-09T22:31:53Z" level=info msg="Node a4d4cee6a070/172.28.182.126, joined gossip cluster" [2022-03-09T22:31:53.486Z] time="2022-03-09T22:31:53Z" level=info msg="Node a4d4cee6a070/172.28.182.126, added to nodes list" [2022-03-09T22:31:53.486Z] time="2022-03-09T22:31:53Z" level=info msg="node 2 coming back" [2022-03-09T22:31:53.486Z] time="2022-03-09T22:31:53Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:840dd92bbfba with config:&{NodeID:840dd92bbfba 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-09T22:31:53.486Z] time="2022-03-09T22:31:53Z" level=info msg="Node 840dd92bbfba/172.28.182.126, joined gossip cluster" [2022-03-09T22:31:53.486Z] time="2022-03-09T22:31:53Z" level=info msg="Node 840dd92bbfba/172.28.182.126, added to nodes list" [2022-03-09T22:31:53.989Z] time="2022-03-09T22:31:53Z" level=debug msg="memberlist: Failed ping: 02d8df665954 (timeout reached)" [2022-03-09T22:31:53.989Z] time="2022-03-09T22:31:53Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10035->172.28.182.126:10037: use of closed network connection" [2022-03-09T22:31:53.989Z] time="2022-03-09T22:31:53Z" level=debug msg="memberlist: Stream connection from=172.28.182.126:49378" [2022-03-09T22:31:54.493Z] time="2022-03-09T22:31:54Z" level=warning msg="memberlist: Was able to connect to 02d8df665954 but other probes failed, network may be misconfigured" [2022-03-09T22:31:54.751Z] --- PASS: TestExec (2.75s) [2022-03-09T22:31:54.751Z] === RUN TestExecUser [2022-03-09T22:31:54.751Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-03-09T22:31:54.751Z] --- SKIP: TestExecUser (0.00s) [2022-03-09T22:31:54.751Z] === RUN TestExportContainerAndImportImage [2022-03-09T22:31:54.751Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:31:54.751Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2022-03-09T22:31:54.751Z] === RUN TestExportContainerAfterDaemonRestart [2022-03-09T22:31:54.751Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:31:54.751Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2022-03-09T22:31:54.751Z] === RUN TestHealthCheckWorkdir [2022-03-09T22:31:54.751Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-03-09T22:31:54.751Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2022-03-09T22:31:54.751Z] === RUN TestHealthKillContainer [2022-03-09T22:31:54.751Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-03-09T22:31:54.751Z] --- SKIP: TestHealthKillContainer (0.00s) [2022-03-09T22:31:54.751Z] === RUN TestInspectCpusetInConfigPre120 [2022-03-09T22:31:54.751Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-03-09T22:31:54.751Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2022-03-09T22:31:54.751Z] === RUN TestKillContainerInvalidSignal [2022-03-09T22:31:54.869Z] Created binary: bundles/binary-proxy/docker-proxy-dev [2022-03-09T22:31:54.869Z] [2022-03-09T22:31:54.869Z] ---> Making bundle: install-proxy (in bundles/install-proxy) [2022-03-09T22:31:54.869Z] Installing docker-proxy to /usr/local/bin/ [2022-03-09T22:31:54.869Z] [2022-03-09T22:31:54.869Z] + mkdir -p bundles [2022-03-09T22:31:54.869Z] + '[' -n 'github.com/docker/docker/api [2022-03-09T22:31:54.869Z] github.com/docker/docker/api/server [2022-03-09T22:31:54.869Z] github.com/docker/docker/api/server/backend/build [2022-03-09T22:31:54.869Z] github.com/docker/docker/api/server/httputils [2022-03-09T22:31:54.869Z] github.com/docker/docker/api/server/middleware [2022-03-09T22:31:54.869Z] github.com/docker/docker/api/server/router [2022-03-09T22:31:54.869Z] github.com/docker/docker/api/server/router/build [2022-03-09T22:31:54.869Z] github.com/docker/docker/api/server/router/checkpoint [2022-03-09T22:31:54.869Z] github.com/docker/docker/api/server/router/container [2022-03-09T22:31:54.869Z] github.com/docker/docker/api/server/router/debug [2022-03-09T22:31:54.869Z] github.com/docker/docker/api/server/router/distribution [2022-03-09T22:31:54.869Z] github.com/docker/docker/api/server/router/grpc [2022-03-09T22:31:54.869Z] github.com/docker/docker/api/server/router/image [2022-03-09T22:31:54.869Z] github.com/docker/docker/api/server/router/network [2022-03-09T22:31:54.869Z] github.com/docker/docker/api/server/router/plugin [2022-03-09T22:31:54.869Z] github.com/docker/docker/api/server/router/session [2022-03-09T22:31:54.869Z] github.com/docker/docker/api/server/router/swarm [2022-03-09T22:31:54.869Z] github.com/docker/docker/api/server/router/system [2022-03-09T22:31:54.869Z] github.com/docker/docker/api/server/router/volume [2022-03-09T22:31:54.869Z] github.com/docker/docker/api/types [2022-03-09T22:31:54.869Z] github.com/docker/docker/api/types/backend [2022-03-09T22:31:54.869Z] github.com/docker/docker/api/types/blkiodev [2022-03-09T22:31:54.869Z] github.com/docker/docker/api/types/container [2022-03-09T22:31:54.869Z] github.com/docker/docker/api/types/events [2022-03-09T22:31:54.869Z] github.com/docker/docker/api/types/filters [2022-03-09T22:31:54.869Z] github.com/docker/docker/api/types/image [2022-03-09T22:31:54.869Z] github.com/docker/docker/api/types/mount [2022-03-09T22:31:54.869Z] github.com/docker/docker/api/types/network [2022-03-09T22:31:54.869Z] github.com/docker/docker/api/types/plugins/logdriver [2022-03-09T22:31:54.869Z] github.com/docker/docker/api/types/registry [2022-03-09T22:31:54.869Z] github.com/docker/docker/api/types/strslice [2022-03-09T22:31:54.869Z] github.com/docker/docker/api/types/swarm [2022-03-09T22:31:54.869Z] github.com/docker/docker/api/types/swarm/runtime [2022-03-09T22:31:54.869Z] github.com/docker/docker/api/types/time [2022-03-09T22:31:54.869Z] github.com/docker/docker/api/types/versions [2022-03-09T22:31:54.869Z] github.com/docker/docker/api/types/versions/v1p19 [2022-03-09T22:31:54.869Z] github.com/docker/docker/api/types/versions/v1p20 [2022-03-09T22:31:54.869Z] github.com/docker/docker/api/types/volume [2022-03-09T22:31:54.869Z] github.com/docker/docker/builder [2022-03-09T22:31:54.869Z] github.com/docker/docker/builder/builder-next [2022-03-09T22:31:54.869Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-03-09T22:31:54.869Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-03-09T22:31:54.869Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-03-09T22:31:54.869Z] github.com/docker/docker/builder/builder-next/exporter [2022-03-09T22:31:54.869Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-03-09T22:31:54.869Z] github.com/docker/docker/builder/builder-next/worker [2022-03-09T22:31:54.869Z] github.com/docker/docker/builder/dockerfile [2022-03-09T22:31:54.869Z] github.com/docker/docker/builder/remotecontext [2022-03-09T22:31:54.869Z] github.com/docker/docker/builder/remotecontext/git [2022-03-09T22:31:54.869Z] github.com/docker/docker/cli [2022-03-09T22:31:54.869Z] github.com/docker/docker/cli/config [2022-03-09T22:31:54.869Z] github.com/docker/docker/cli/debug [2022-03-09T22:31:54.869Z] github.com/docker/docker/client [2022-03-09T22:31:54.869Z] github.com/docker/docker/cmd/docker-proxy [2022-03-09T22:31:54.869Z] github.com/docker/docker/cmd/dockerd [2022-03-09T22:31:54.869Z] github.com/docker/docker/cmd/dockerd/trap [2022-03-09T22:31:54.869Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-03-09T22:31:54.869Z] github.com/docker/docker/container [2022-03-09T22:31:54.869Z] github.com/docker/docker/container/stream [2022-03-09T22:31:54.869Z] github.com/docker/docker/contrib/apparmor [2022-03-09T22:31:54.869Z] github.com/docker/docker/contrib/docker-device-tool [2022-03-09T22:31:54.869Z] github.com/docker/docker/contrib/httpserver [2022-03-09T22:31:54.869Z] github.com/docker/docker/daemon [2022-03-09T22:31:54.869Z] github.com/docker/docker/daemon/cluster [2022-03-09T22:31:54.869Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-03-09T22:31:54.869Z] github.com/docker/docker/daemon/cluster/convert [2022-03-09T22:31:54.869Z] github.com/docker/docker/daemon/cluster/executor [2022-03-09T22:31:54.869Z] github.com/docker/docker/daemon/cluster/executor/container [2022-03-09T22:31:54.869Z] github.com/docker/docker/daemon/cluster/provider [2022-03-09T22:31:54.869Z] github.com/docker/docker/daemon/config [2022-03-09T22:31:54.869Z] github.com/docker/docker/daemon/events [2022-03-09T22:31:54.869Z] github.com/docker/docker/daemon/events/testutils [2022-03-09T22:31:54.869Z] github.com/docker/docker/daemon/exec [2022-03-09T22:31:54.869Z] github.com/docker/docker/daemon/graphdriver [2022-03-09T22:31:54.869Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-03-09T22:31:54.869Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-03-09T22:31:54.869Z] github.com/docker/docker/daemon/graphdriver/copy [2022-03-09T22:31:54.869Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-03-09T22:31:54.869Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-03-09T22:31:54.869Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-03-09T22:31:54.869Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-03-09T22:31:54.869Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-03-09T22:31:54.869Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-03-09T22:31:54.869Z] github.com/docker/docker/daemon/graphdriver/register [2022-03-09T22:31:54.869Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-03-09T22:31:54.869Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-03-09T22:31:54.869Z] github.com/docker/docker/daemon/images [2022-03-09T22:31:54.869Z] github.com/docker/docker/daemon/initlayer [2022-03-09T22:31:54.869Z] github.com/docker/docker/daemon/links [2022-03-09T22:31:54.869Z] github.com/docker/docker/daemon/listeners [2022-03-09T22:31:54.869Z] github.com/docker/docker/daemon/logger [2022-03-09T22:31:54.869Z] github.com/docker/docker/daemon/logger/awslogs [2022-03-09T22:31:54.869Z] github.com/docker/docker/daemon/logger/fluentd [2022-03-09T22:31:54.869Z] github.com/docker/docker/daemon/logger/gcplogs [2022-03-09T22:31:54.869Z] github.com/docker/docker/daemon/logger/gelf [2022-03-09T22:31:54.869Z] github.com/docker/docker/daemon/logger/journald [2022-03-09T22:31:54.869Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-03-09T22:31:54.869Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-03-09T22:31:54.869Z] github.com/docker/docker/daemon/logger/local [2022-03-09T22:31:54.869Z] github.com/docker/docker/daemon/logger/logentries [2022-03-09T22:31:54.869Z] github.com/docker/docker/daemon/logger/loggerutils [2022-03-09T22:31:54.869Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-03-09T22:31:54.869Z] github.com/docker/docker/daemon/logger/splunk [2022-03-09T22:31:54.869Z] github.com/docker/docker/daemon/logger/syslog [2022-03-09T22:31:54.869Z] github.com/docker/docker/daemon/logger/templates [2022-03-09T22:31:54.869Z] github.com/docker/docker/daemon/names [2022-03-09T22:31:54.869Z] github.com/docker/docker/daemon/network [2022-03-09T22:31:54.869Z] github.com/docker/docker/daemon/stats [2022-03-09T22:31:54.869Z] github.com/docker/docker/distribution [2022-03-09T22:31:54.869Z] github.com/docker/docker/distribution/metadata [2022-03-09T22:31:54.869Z] github.com/docker/docker/distribution/utils [2022-03-09T22:31:54.869Z] github.com/docker/docker/distribution/xfer [2022-03-09T22:31:54.869Z] github.com/docker/docker/dockerversion [2022-03-09T22:31:54.869Z] github.com/docker/docker/errdefs [2022-03-09T22:31:54.869Z] github.com/docker/docker/image [2022-03-09T22:31:54.869Z] github.com/docker/docker/image/cache [2022-03-09T22:31:54.869Z] github.com/docker/docker/image/tarexport [2022-03-09T22:31:54.869Z] github.com/docker/docker/image/v1 [2022-03-09T22:31:54.869Z] github.com/docker/docker/internal/test/suite [2022-03-09T22:31:54.869Z] github.com/docker/docker/layer [2022-03-09T22:31:54.869Z] github.com/docker/docker/libcontainerd [2022-03-09T22:31:54.869Z] github.com/docker/docker/libcontainerd/queue [2022-03-09T22:31:54.869Z] github.com/docker/docker/libcontainerd/remote [2022-03-09T22:31:54.869Z] github.com/docker/docker/libcontainerd/supervisor [2022-03-09T22:31:54.869Z] github.com/docker/docker/libcontainerd/types [2022-03-09T22:31:54.869Z] github.com/docker/docker/oci [2022-03-09T22:31:54.869Z] github.com/docker/docker/oci/caps [2022-03-09T22:31:54.869Z] github.com/docker/docker/opts [2022-03-09T22:31:54.869Z] github.com/docker/docker/pkg/aaparser [2022-03-09T22:31:54.869Z] github.com/docker/docker/pkg/archive [2022-03-09T22:31:54.869Z] github.com/docker/docker/pkg/authorization [2022-03-09T22:31:54.869Z] github.com/docker/docker/pkg/broadcaster [2022-03-09T22:31:54.869Z] github.com/docker/docker/pkg/capabilities [2022-03-09T22:31:54.869Z] github.com/docker/docker/pkg/chrootarchive [2022-03-09T22:31:54.869Z] github.com/docker/docker/pkg/containerfs [2022-03-09T22:31:54.869Z] github.com/docker/docker/pkg/devicemapper [2022-03-09T22:31:54.869Z] github.com/docker/docker/pkg/directory [2022-03-09T22:31:54.869Z] github.com/docker/docker/pkg/dmesg [2022-03-09T22:31:54.869Z] github.com/docker/docker/pkg/filenotify [2022-03-09T22:31:54.869Z] github.com/docker/docker/pkg/fileutils [2022-03-09T22:31:54.869Z] github.com/docker/docker/pkg/fsutils [2022-03-09T22:31:54.869Z] github.com/docker/docker/pkg/homedir [2022-03-09T22:31:54.869Z] github.com/docker/docker/pkg/idtools [2022-03-09T22:31:54.869Z] github.com/docker/docker/pkg/ioutils [2022-03-09T22:31:54.869Z] github.com/docker/docker/pkg/jsonmessage [2022-03-09T22:31:54.869Z] github.com/docker/docker/pkg/longpath [2022-03-09T22:31:54.869Z] github.com/docker/docker/pkg/loopback [2022-03-09T22:31:54.869Z] github.com/docker/docker/pkg/namesgenerator [2022-03-09T22:31:54.869Z] github.com/docker/docker/pkg/parsers [2022-03-09T22:31:54.869Z] github.com/docker/docker/pkg/parsers/kernel [2022-03-09T22:31:54.869Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-03-09T22:31:54.869Z] github.com/docker/docker/pkg/pidfile [2022-03-09T22:31:54.869Z] github.com/docker/docker/pkg/platform [2022-03-09T22:31:54.869Z] github.com/docker/docker/pkg/plugingetter [2022-03-09T22:31:54.869Z] github.com/docker/docker/pkg/plugins [2022-03-09T22:31:54.869Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-03-09T22:31:54.869Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-03-09T22:31:54.869Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-03-09T22:31:54.869Z] github.com/docker/docker/pkg/plugins/transport [2022-03-09T22:31:54.869Z] github.com/docker/docker/pkg/pools [2022-03-09T22:31:54.869Z] github.com/docker/docker/pkg/progress [2022-03-09T22:31:54.869Z] github.com/docker/docker/pkg/pubsub [2022-03-09T22:31:54.869Z] github.com/docker/docker/pkg/reexec [2022-03-09T22:31:54.869Z] github.com/docker/docker/pkg/signal [2022-03-09T22:31:54.869Z] github.com/docker/docker/pkg/stack [2022-03-09T22:31:54.869Z] github.com/docker/docker/pkg/stdcopy [2022-03-09T22:31:54.869Z] github.com/docker/docker/pkg/streamformatter [2022-03-09T22:31:54.869Z] github.com/docker/docker/pkg/stringid [2022-03-09T22:31:54.869Z] github.com/docker/docker/pkg/sysinfo [2022-03-09T22:31:54.869Z] github.com/docker/docker/pkg/system [2022-03-09T22:31:54.869Z] github.com/docker/docker/pkg/tailfile [2022-03-09T22:31:54.869Z] github.com/docker/docker/pkg/tarsum [2022-03-09T22:31:54.869Z] github.com/docker/docker/pkg/truncindex [2022-03-09T22:31:54.869Z] github.com/docker/docker/pkg/urlutil [2022-03-09T22:31:54.869Z] github.com/docker/docker/pkg/useragent [2022-03-09T22:31:54.869Z] github.com/docker/docker/plugin [2022-03-09T22:31:54.869Z] github.com/docker/docker/plugin/executor/containerd [2022-03-09T22:31:54.869Z] github.com/docker/docker/plugin/v2 [2022-03-09T22:31:54.869Z] github.com/docker/docker/profiles/apparmor [2022-03-09T22:31:54.869Z] github.com/docker/docker/profiles/seccomp [2022-03-09T22:31:54.869Z] github.com/docker/docker/quota [2022-03-09T22:31:54.869Z] github.com/docker/docker/reference [2022-03-09T22:31:54.869Z] github.com/docker/docker/registry [2022-03-09T22:31:54.869Z] github.com/docker/docker/registry/resumable [2022-03-09T22:31:54.869Z] github.com/docker/docker/restartmanager [2022-03-09T22:31:54.870Z] github.com/docker/docker/rootless [2022-03-09T22:31:54.870Z] github.com/docker/docker/rootless/specconv [2022-03-09T22:31:54.870Z] github.com/docker/docker/runconfig [2022-03-09T22:31:54.870Z] github.com/docker/docker/runconfig/opts [2022-03-09T22:31:54.870Z] github.com/docker/docker/testutil [2022-03-09T22:31:54.870Z] github.com/docker/docker/testutil/daemon [2022-03-09T22:31:54.870Z] github.com/docker/docker/testutil/environment [2022-03-09T22:31:54.870Z] github.com/docker/docker/testutil/fakecontext [2022-03-09T22:31:54.870Z] github.com/docker/docker/testutil/fakegit [2022-03-09T22:31:54.870Z] github.com/docker/docker/testutil/fakestorage [2022-03-09T22:31:54.870Z] github.com/docker/docker/testutil/fixtures/load [2022-03-09T22:31:54.870Z] github.com/docker/docker/testutil/fixtures/plugin [2022-03-09T22:31:54.870Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-03-09T22:31:54.870Z] github.com/docker/docker/testutil/registry [2022-03-09T22:31:54.870Z] github.com/docker/docker/testutil/request [2022-03-09T22:31:54.870Z] github.com/docker/docker/volume [2022-03-09T22:31:54.870Z] github.com/docker/docker/volume/drivers [2022-03-09T22:31:54.870Z] github.com/docker/docker/volume/local [2022-03-09T22:31:54.870Z] github.com/docker/docker/volume/mounts [2022-03-09T22:31:54.870Z] github.com/docker/docker/volume/service [2022-03-09T22:31:54.870Z] github.com/docker/docker/volume/service/opts [2022-03-09T22:31:54.870Z] github.com/docker/docker/volume/testutils' ']' [2022-03-09T22:31:54.870Z] + 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-09T22:31:55.804Z] ? github.com/docker/docker/api [no test files] [2022-03-09T22:31:55.815Z] === RUN TestDockerSuite/TestExecStopNotHanging [2022-03-09T22:31:56.382Z] === RUN TestDockerSuite/TestExecTTY [2022-03-09T22:31:56.639Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2022-03-09T22:31:56.848Z] time="2022-03-09T22:31:56Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.28.182.126:10033 172.28.182.126:10034 172.28.182.126:10035]" [2022-03-09T22:31:56.920Z] --- PASS: TestKillContainerInvalidSignal (2.53s) [2022-03-09T22:31:56.920Z] === RUN TestKillContainer [2022-03-09T22:31:56.920Z] === RUN TestKillContainer/no_signal [2022-03-09T22:31:57.206Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2022-03-09T22:31:57.351Z] time="2022-03-09T22:31:57Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.28.182.126:10033 172.28.182.126:10034 172.28.182.126:10035]" [2022-03-09T22:31:57.772Z] === RUN TestDockerSuite/TestExecUlimits [2022-03-09T22:31:57.855Z] time="2022-03-09T22:31:57Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.28.182.126:10033" [2022-03-09T22:31:57.855Z] time="2022-03-09T22:31:57Z" level=debug msg="memberlist: Stream connection from=172.28.182.126:49379" [2022-03-09T22:31:57.855Z] time="2022-03-09T22:31:57Z" level=info msg="Node 08deea34beff/172.28.182.126, joined gossip cluster" [2022-03-09T22:31:57.855Z] time="2022-03-09T22:31:57Z" level=info msg="Node 08deea34beff/172.28.182.126, is the new incarnation of the shutdown node e73488645a0e/172.28.182.126" [2022-03-09T22:31:57.855Z] time="2022-03-09T22:31:57Z" level=info msg="Node 08deea34beff/172.28.182.126, added to nodes list" [2022-03-09T22:31:57.855Z] time="2022-03-09T22:31:57Z" level=info msg="Node 02d8df665954/172.28.182.126, joined gossip cluster" [2022-03-09T22:31:57.855Z] time="2022-03-09T22:31:57Z" level=info msg="Node 02d8df665954/172.28.182.126, added to nodes list" [2022-03-09T22:31:57.855Z] time="2022-03-09T22:31:57Z" level=info msg="Node 067eb8849251/172.28.182.126, joined gossip cluster" [2022-03-09T22:31:57.855Z] time="2022-03-09T22:31:57Z" level=info msg="Node 067eb8849251/172.28.182.126, added to nodes list" [2022-03-09T22:31:57.855Z] time="2022-03-09T22:31:57Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.28.182.126:10034" [2022-03-09T22:31:57.855Z] time="2022-03-09T22:31:57Z" level=debug msg="memberlist: Stream connection from=172.28.182.126:49380" [2022-03-09T22:31:57.855Z] time="2022-03-09T22:31:57Z" level=info msg="Node 08deea34beff/172.28.182.126, joined gossip cluster" [2022-03-09T22:31:57.855Z] time="2022-03-09T22:31:57Z" level=info msg="Node 08deea34beff/172.28.182.126, added to nodes list" [2022-03-09T22:31:57.855Z] time="2022-03-09T22:31:57Z" level=info msg="Node 02d8df665954/172.28.182.126, joined gossip cluster" [2022-03-09T22:31:57.855Z] time="2022-03-09T22:31:57Z" level=info msg="Node 02d8df665954/172.28.182.126, added to nodes list" [2022-03-09T22:31:57.855Z] time="2022-03-09T22:31:57Z" level=info msg="Node 067eb8849251/172.28.182.126, joined gossip cluster" [2022-03-09T22:31:57.855Z] time="2022-03-09T22:31:57Z" level=info msg="Node 067eb8849251/172.28.182.126, added to nodes list" [2022-03-09T22:31:57.855Z] time="2022-03-09T22:31:57Z" level=info msg="Node a4d4cee6a070/172.28.182.126, joined gossip cluster" [2022-03-09T22:31:57.855Z] time="2022-03-09T22:31:57Z" level=info msg="Node a4d4cee6a070/172.28.182.126, is the new incarnation of the shutdown node a813e09a6122/172.28.182.126" [2022-03-09T22:31:57.855Z] time="2022-03-09T22:31:57Z" level=info msg="Node a4d4cee6a070/172.28.182.126, added to nodes list" [2022-03-09T22:31:57.855Z] time="2022-03-09T22:31:57Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.28.182.126:10035" [2022-03-09T22:31:57.855Z] time="2022-03-09T22:31:57Z" level=debug msg="memberlist: Stream connection from=172.28.182.126:49381" [2022-03-09T22:31:57.855Z] time="2022-03-09T22:31:57Z" level=info msg="Node 08deea34beff/172.28.182.126, joined gossip cluster" [2022-03-09T22:31:57.855Z] time="2022-03-09T22:31:57Z" level=info msg="Node 08deea34beff/172.28.182.126, added to nodes list" [2022-03-09T22:31:57.855Z] time="2022-03-09T22:31:57Z" level=info msg="Node 02d8df665954/172.28.182.126, joined gossip cluster" [2022-03-09T22:31:57.855Z] time="2022-03-09T22:31:57Z" level=info msg="Node 02d8df665954/172.28.182.126, added to nodes list" [2022-03-09T22:31:57.855Z] time="2022-03-09T22:31:57Z" level=info msg="Node a4d4cee6a070/172.28.182.126, joined gossip cluster" [2022-03-09T22:31:57.855Z] time="2022-03-09T22:31:57Z" level=info msg="Node a4d4cee6a070/172.28.182.126, added to nodes list" [2022-03-09T22:31:57.855Z] time="2022-03-09T22:31:57Z" level=info msg="Node 840dd92bbfba/172.28.182.126, joined gossip cluster" [2022-03-09T22:31:57.855Z] time="2022-03-09T22:31:57Z" level=info msg="Node 840dd92bbfba/172.28.182.126, is the new incarnation of the shutdown node b68e41b3dff0/172.28.182.126" [2022-03-09T22:31:57.855Z] time="2022-03-09T22:31:57Z" level=info msg="Node 840dd92bbfba/172.28.182.126, added to nodes list" [2022-03-09T22:31:57.855Z] time="2022-03-09T22:31:57Z" level=info msg="Node 067eb8849251/172.28.182.126, joined gossip cluster" [2022-03-09T22:31:57.855Z] time="2022-03-09T22:31:57Z" level=info msg="Node 067eb8849251/172.28.182.126, added to nodes list" [2022-03-09T22:31:57.855Z] time="2022-03-09T22:31:57Z" level=info msg="Node a4d4cee6a070/172.28.182.126, joined gossip cluster" [2022-03-09T22:31:57.855Z] time="2022-03-09T22:31:57Z" level=info msg="Node a4d4cee6a070/172.28.182.126, is the new incarnation of the shutdown node a813e09a6122/172.28.182.126" [2022-03-09T22:31:57.855Z] time="2022-03-09T22:31:57Z" level=info msg="Node a4d4cee6a070/172.28.182.126, added to nodes list" [2022-03-09T22:31:57.855Z] time="2022-03-09T22:31:57Z" level=info msg="Node 08deea34beff/172.28.182.126, joined gossip cluster" [2022-03-09T22:31:57.855Z] time="2022-03-09T22:31:57Z" level=info msg="Node 08deea34beff/172.28.182.126, is the new incarnation of the shutdown node e73488645a0e/172.28.182.126" [2022-03-09T22:31:57.855Z] time="2022-03-09T22:31:57Z" level=info msg="Node 08deea34beff/172.28.182.126, added to nodes list" [2022-03-09T22:31:57.855Z] time="2022-03-09T22:31:57Z" level=info msg="Node a4d4cee6a070/172.28.182.126, joined gossip cluster" [2022-03-09T22:31:57.855Z] time="2022-03-09T22:31:57Z" level=info msg="Node a4d4cee6a070/172.28.182.126, added to nodes list" [2022-03-09T22:31:57.855Z] time="2022-03-09T22:31:57Z" level=info msg="Node 840dd92bbfba/172.28.182.126, joined gossip cluster" [2022-03-09T22:31:57.855Z] time="2022-03-09T22:31:57Z" level=info msg="Node 840dd92bbfba/172.28.182.126, is the new incarnation of the shutdown node b68e41b3dff0/172.28.182.126" [2022-03-09T22:31:57.855Z] time="2022-03-09T22:31:57Z" level=info msg="Node 840dd92bbfba/172.28.182.126, added to nodes list" [2022-03-09T22:31:57.855Z] time="2022-03-09T22:31:57Z" level=info msg="Node 840dd92bbfba/172.28.182.126, joined gossip cluster" [2022-03-09T22:31:57.855Z] time="2022-03-09T22:31:57Z" level=info msg="Node 840dd92bbfba/172.28.182.126, added to nodes list" [2022-03-09T22:31:58.338Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2022-03-09T22:31:58.338Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2022-03-09T22:31:58.338Z] === RUN TestDockerSuite/TestExecWithImageUser [2022-03-09T22:31:58.360Z] time="2022-03-09T22:31:57Z" level=info msg="Node 840dd92bbfba/172.28.182.126, joined gossip cluster" [2022-03-09T22:31:58.360Z] time="2022-03-09T22:31:57Z" level=info msg="Node 840dd92bbfba/172.28.182.126, added to nodes list" [2022-03-09T22:31:58.360Z] time="2022-03-09T22:31:58Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.28.182.126:10033" [2022-03-09T22:31:58.360Z] time="2022-03-09T22:31:58Z" level=debug msg="memberlist: Stream connection from=172.28.182.126:49382" [2022-03-09T22:31:58.360Z] time="2022-03-09T22:31:58Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.28.182.126:10034" [2022-03-09T22:31:58.360Z] time="2022-03-09T22:31:58Z" level=debug msg="memberlist: Stream connection from=172.28.182.126:49383" [2022-03-09T22:31:58.360Z] time="2022-03-09T22:31:58Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.28.182.126:10035" [2022-03-09T22:31:58.360Z] time="2022-03-09T22:31:58Z" level=debug msg="memberlist: Stream connection from=172.28.182.126:49384" [2022-03-09T22:31:58.360Z] 2022/03/09 22:31:58 Closing DB instances... [2022-03-09T22:31:58.864Z] time="2022-03-09T22:31:58Z" level=info msg="Node 08deea34beff change state NodeActive --> NodeLeft" [2022-03-09T22:31:58.864Z] time="2022-03-09T22:31:58Z" level=info msg="node2(a4d4cee6a070): Node leave event for 08deea34beff/172.28.182.126" [2022-03-09T22:31:58.864Z] time="2022-03-09T22:31:58Z" level=info msg="Node 08deea34beff change state NodeActive --> NodeLeft" [2022-03-09T22:31:58.864Z] time="2022-03-09T22:31:58Z" level=info msg="node4(02d8df665954): Node leave event for 08deea34beff/172.28.182.126" [2022-03-09T22:31:58.864Z] time="2022-03-09T22:31:58Z" level=info msg="Node 08deea34beff change state NodeActive --> NodeLeft" [2022-03-09T22:31:58.864Z] time="2022-03-09T22:31:58Z" level=info msg="node5(067eb8849251): Node leave event for 08deea34beff/172.28.182.126" [2022-03-09T22:31:58.864Z] time="2022-03-09T22:31:58Z" level=info msg="Node 08deea34beff change state NodeActive --> NodeLeft" [2022-03-09T22:31:58.864Z] time="2022-03-09T22:31:58Z" level=info msg="node1(08deea34beff): Node leave event for 08deea34beff/172.28.182.126" [2022-03-09T22:31:58.864Z] time="2022-03-09T22:31:58Z" level=info msg="Node 08deea34beff change state NodeActive --> NodeLeft" [2022-03-09T22:31:58.864Z] time="2022-03-09T22:31:58Z" level=info msg="node3(840dd92bbfba): Node leave event for 08deea34beff/172.28.182.126" [2022-03-09T22:31:58.864Z] time="2022-03-09T22:31:58Z" level=info msg="Node 08deea34beff/172.28.182.126, left gossip cluster" [2022-03-09T22:31:58.864Z] time="2022-03-09T22:31:58Z" level=info msg="Node 08deea34beff/172.28.182.126, left gossip cluster" [2022-03-09T22:31:58.864Z] time="2022-03-09T22:31:58Z" level=info msg="Node 08deea34beff/172.28.182.126, left gossip cluster" [2022-03-09T22:31:58.864Z] time="2022-03-09T22:31:58Z" level=info msg="Node 08deea34beff/172.28.182.126, left gossip cluster" [2022-03-09T22:31:58.864Z] time="2022-03-09T22:31:58Z" level=info msg="Node 08deea34beff/172.28.182.126, left gossip cluster" [2022-03-09T22:31:59.368Z] time="2022-03-09T22:31:58Z" level=info msg="Node a4d4cee6a070 change state NodeActive --> NodeLeft" [2022-03-09T22:31:59.368Z] time="2022-03-09T22:31:58Z" level=info msg="node4(02d8df665954): Node leave event for a4d4cee6a070/172.28.182.126" [2022-03-09T22:31:59.368Z] time="2022-03-09T22:31:58Z" level=info msg="Node a4d4cee6a070 change state NodeActive --> NodeLeft" [2022-03-09T22:31:59.368Z] time="2022-03-09T22:31:58Z" level=info msg="Node a4d4cee6a070 change state NodeActive --> NodeLeft" [2022-03-09T22:31:59.368Z] time="2022-03-09T22:31:58Z" level=info msg="node5(067eb8849251): Node leave event for a4d4cee6a070/172.28.182.126" [2022-03-09T22:31:59.368Z] time="2022-03-09T22:31:58Z" level=info msg="node3(840dd92bbfba): Node leave event for a4d4cee6a070/172.28.182.126" [2022-03-09T22:31:59.368Z] time="2022-03-09T22:31:58Z" level=info msg="Node a4d4cee6a070 change state NodeActive --> NodeLeft" [2022-03-09T22:31:59.368Z] time="2022-03-09T22:31:58Z" level=info msg="node2(a4d4cee6a070): Node leave event for a4d4cee6a070/172.28.182.126" [2022-03-09T22:31:59.368Z] time="2022-03-09T22:31:59Z" level=info msg="Node a4d4cee6a070/172.28.182.126, left gossip cluster" [2022-03-09T22:31:59.368Z] time="2022-03-09T22:31:59Z" level=info msg="Node a4d4cee6a070/172.28.182.126, left gossip cluster" [2022-03-09T22:31:59.368Z] time="2022-03-09T22:31:59Z" level=info msg="Node a4d4cee6a070/172.28.182.126, left gossip cluster" [2022-03-09T22:31:59.368Z] time="2022-03-09T22:31:59Z" level=info msg="Node a4d4cee6a070/172.28.182.126, left gossip cluster" [2022-03-09T22:31:59.368Z] time="2022-03-09T22:31:59Z" level=info msg="Node 840dd92bbfba change state NodeActive --> NodeLeft" [2022-03-09T22:31:59.368Z] time="2022-03-09T22:31:59Z" level=info msg="node4(02d8df665954): Node leave event for 840dd92bbfba/172.28.182.126" [2022-03-09T22:31:59.368Z] time="2022-03-09T22:31:59Z" level=info msg="Node 840dd92bbfba change state NodeActive --> NodeLeft" [2022-03-09T22:31:59.368Z] time="2022-03-09T22:31:59Z" level=info msg="node5(067eb8849251): Node leave event for 840dd92bbfba/172.28.182.126" [2022-03-09T22:31:59.712Z] === RUN TestDockerSuite/TestExecWithNoTERM [2022-03-09T22:31:59.857Z] === RUN TestKillContainer/non_killing_signal [2022-03-09T22:31:59.857Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-03-09T22:31:59.857Z] === RUN TestKillContainer/killing_signal [2022-03-09T22:31:59.872Z] time="2022-03-09T22:31:59Z" level=info msg="Node 840dd92bbfba change state NodeActive --> NodeLeft" [2022-03-09T22:31:59.872Z] time="2022-03-09T22:31:59Z" level=info msg="node3(840dd92bbfba): Node leave event for 840dd92bbfba/172.28.182.126" [2022-03-09T22:31:59.872Z] time="2022-03-09T22:31:59Z" level=info msg="Node 840dd92bbfba/172.28.182.126, left gossip cluster" [2022-03-09T22:31:59.872Z] time="2022-03-09T22:31:59Z" level=info msg="Node 840dd92bbfba/172.28.182.126, left gossip cluster" [2022-03-09T22:31:59.873Z] time="2022-03-09T22:31:59Z" level=info msg="Node 840dd92bbfba/172.28.182.126, left gossip cluster" [2022-03-09T22:31:59.873Z] time="2022-03-09T22:31:59Z" level=debug msg="memberlist: Failed ping: 067eb8849251 (timeout reached)" [2022-03-09T22:31:59.873Z] time="2022-03-09T22:31:59Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.28.182.126:10035: use of closed network connection" [2022-03-09T22:31:59.873Z] time="2022-03-09T22:31:59Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.28.182.126:10036: use of closed network connection" [2022-03-09T22:31:59.873Z] time="2022-03-09T22:31:59Z" level=debug msg="memberlist: Stream connection from=172.28.182.126:49385" [2022-03-09T22:31:59.970Z] === RUN TestDockerSuite/TestExecWithPrivileged [2022-03-09T22:32:00.381Z] time="2022-03-09T22:32:00Z" level=info msg="Node 02d8df665954 change state NodeActive --> NodeLeft" [2022-03-09T22:32:00.381Z] time="2022-03-09T22:32:00Z" level=info msg="node5(067eb8849251): Node leave event for 02d8df665954/172.28.182.126" [2022-03-09T22:32:00.381Z] time="2022-03-09T22:32:00Z" level=info msg="Node 02d8df665954 change state NodeActive --> NodeLeft" [2022-03-09T22:32:00.381Z] time="2022-03-09T22:32:00Z" level=info msg="node4(02d8df665954): Node leave event for 02d8df665954/172.28.182.126" [2022-03-09T22:32:00.381Z] time="2022-03-09T22:32:00Z" level=warning msg="memberlist: Was able to connect to 067eb8849251 but other probes failed, network may be misconfigured" [2022-03-09T22:32:00.537Z] === RUN TestDockerSuite/TestExecWithTERM [2022-03-09T22:32:00.885Z] time="2022-03-09T22:32:00Z" level=info msg="Node 02d8df665954/172.28.182.126, left gossip cluster" [2022-03-09T22:32:00.886Z] time="2022-03-09T22:32:00Z" level=info msg="Node 02d8df665954/172.28.182.126, left gossip cluster" [2022-03-09T22:32:01.391Z] time="2022-03-09T22:32:01Z" level=info msg="Node 067eb8849251/172.28.182.126, left gossip cluster" [2022-03-09T22:32:01.391Z] time="2022-03-09T22:32:01Z" level=info msg="Node 067eb8849251 change state NodeActive --> NodeFailed" [2022-03-09T22:32:01.391Z] time="2022-03-09T22:32:01Z" level=info msg="Node 067eb8849251/172.28.182.126, added to failed nodes list" [2022-03-09T22:32:01.391Z] --- PASS: TestNetworkDBIslands (11.69s) [2022-03-09T22:32:01.391Z] PASS [2022-03-09T22:32:01.391Z] coverage: 60.0% of statements [2022-03-09T22:32:01.391Z] ok github.com/docker/docker/libnetwork/networkdb 106.047s coverage: 60.0% of statements [2022-03-09T22:32:01.391Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-03-09T22:32:01.391Z] ? github.com/docker/docker/libnetwork/osl/kernel [no test files] [2022-03-09T22:32:01.391Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-03-09T22:32:01.391Z] ? github.com/docker/docker/oci/caps [no test files] [2022-03-09T22:32:01.391Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-03-09T22:32:01.391Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2022-03-09T22:32:01.391Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2022-03-09T22:32:01.391Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-03-09T22:32:01.391Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-03-09T22:32:01.391Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-03-09T22:32:01.391Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-03-09T22:32:01.391Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-03-09T22:32:01.391Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-03-09T22:32:01.391Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2022-03-09T22:32:01.391Z] ? github.com/docker/docker/quota [no test files] [2022-03-09T22:32:01.391Z] ? github.com/docker/docker/rootless [no test files] [2022-03-09T22:32:01.391Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-03-09T22:32:01.391Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-03-09T22:32:01.391Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-03-09T22:32:01.391Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-03-09T22:32:01.391Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-03-09T22:32:01.391Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-03-09T22:32:01.391Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-03-09T22:32:01.391Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-03-09T22:32:01.391Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-03-09T22:32:01.391Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-03-09T22:32:01.391Z] ? github.com/docker/docker/testutil/request [no test files] [2022-03-09T22:32:01.391Z] ? github.com/docker/docker/volume [no test files] [2022-03-09T22:32:01.391Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-03-09T22:32:01.391Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-03-09T22:32:01.475Z] === RUN TestDockerSuite/TestExecWithUser [2022-03-09T22:32:02.044Z] === RUN TestDockerSuite/TestGetContainerStats [2022-03-09T22:32:02.751Z] --- PASS: TestKillContainer (5.56s) [2022-03-09T22:32:02.751Z] --- PASS: TestKillContainer/no_signal (2.48s) [2022-03-09T22:32:02.751Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-03-09T22:32:02.751Z] --- PASS: TestKillContainer/killing_signal (3.01s) [2022-03-09T22:32:02.751Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-03-09T22:32:02.751Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-09T22:32:02.751Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-03-09T22:32:02.751Z] === RUN TestKillStoppedContainer [2022-03-09T22:32:02.751Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-09T22:32:02.751Z] --- SKIP: TestKillStoppedContainer (0.00s) [2022-03-09T22:32:02.751Z] === RUN TestKillStoppedContainerAPIPre120 [2022-03-09T22:32:02.751Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-09T22:32:02.751Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2022-03-09T22:32:02.751Z] === RUN TestKillDifferentUserContainer [2022-03-09T22:32:02.751Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-03-09T22:32:02.751Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2022-03-09T22:32:02.751Z] === RUN TestInspectOomKilledTrue [2022-03-09T22:32:02.751Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:32:02.751Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-03-09T22:32:02.751Z] === RUN TestInspectOomKilledFalse [2022-03-09T22:32:02.751Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-09T22:32:02.751Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-03-09T22:32:02.751Z] === RUN TestLogsFollowTailEmpty [2022-03-09T22:32:04.526Z] [2022-03-09T22:32:04.526Z] === Skipped [2022-03-09T22:32:04.526Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2022-03-09T22:32:04.526Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-03-09T22:32:04.526Z] [2022-03-09T22:32:04.526Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2022-03-09T22:32:04.526Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-09T22:32:04.526Z] [2022-03-09T22:32:04.526Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.01s) [2022-03-09T22:32:04.526Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-09T22:32:04.526Z] [2022-03-09T22:32:04.526Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.01s) [2022-03-09T22:32:04.526Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-09T22:32:04.526Z] [2022-03-09T22:32:04.526Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.06s) [2022-03-09T22:32:04.526Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-09T22:32:04.526Z] [2022-03-09T22:32:04.526Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2022-03-09T22:32:04.526Z] client_test.go:23: runtime.GOOS == "windows" [2022-03-09T22:32:04.526Z] [2022-03-09T22:32:04.526Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-03-09T22:32:04.526Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-03-09T22:32:04.526Z] [2022-03-09T22:32:04.526Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-03-09T22:32:04.526Z] network_proxy_test.go:208: No support for dual stack yet [2022-03-09T22:32:04.526Z] [2022-03-09T22:32:04.526Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-03-09T22:32:04.526Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-03-09T22:32:04.526Z] [2022-03-09T22:32:04.526Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP4Proxy (0.01s) [2022-03-09T22:32:04.526Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-03-09T22:32:04.526Z] [2022-03-09T22:32:04.526Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-03-09T22:32:04.526Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-03-09T22:32:04.526Z] [2022-03-09T22:32:04.526Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2022-03-09T22:32:04.526Z] daemon_test.go:145: root required [2022-03-09T22:32:04.526Z] [2022-03-09T22:32:04.526Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-03-09T22:32:04.526Z] reload_test.go:342: root required [2022-03-09T22:32:04.526Z] [2022-03-09T22:32:04.526Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s) [2022-03-09T22:32:04.526Z] config_test.go:447: os.Getuid() != 0: skipping test that requires root [2022-03-09T22:32:04.526Z] [2022-03-09T22:32:04.526Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2022-03-09T22:32:04.526Z] pull_v2_test.go:82: Needs fixing on Windows [2022-03-09T22:32:04.526Z] [2022-03-09T22:32:04.526Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2022-03-09T22:32:04.526Z] pull_v2_test.go:127: Needs fixing on Windows [2022-03-09T22:32:04.526Z] [2022-03-09T22:32:04.526Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2022-03-09T22:32:04.526Z] download_test.go:267: Needs fixing on Windows [2022-03-09T22:32:04.526Z] [2022-03-09T22:32:04.526Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2022-03-09T22:32:04.526Z] layer_test.go:291: Failing on Windows [2022-03-09T22:32:04.526Z] [2022-03-09T22:32:04.526Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2022-03-09T22:32:04.526Z] layer_test.go:340: Failing on Windows [2022-03-09T22:32:04.526Z] [2022-03-09T22:32:04.526Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2022-03-09T22:32:04.526Z] layer_test.go:455: Failing on Windows [2022-03-09T22:32:04.526Z] [2022-03-09T22:32:04.526Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2022-03-09T22:32:04.526Z] layer_test.go:684: Failing on Windows [2022-03-09T22:32:04.526Z] [2022-03-09T22:32:04.526Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2022-03-09T22:32:04.526Z] migration_test.go:45: Failing on Windows [2022-03-09T22:32:04.526Z] [2022-03-09T22:32:04.526Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2022-03-09T22:32:04.526Z] migration_test.go:181: Failing on Windows [2022-03-09T22:32:04.526Z] [2022-03-09T22:32:04.526Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2022-03-09T22:32:04.526Z] mount_test.go:17: Failing on Windows [2022-03-09T22:32:04.526Z] [2022-03-09T22:32:04.526Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2022-03-09T22:32:04.526Z] mount_test.go:76: Failing on Windows [2022-03-09T22:32:04.526Z] [2022-03-09T22:32:04.526Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2022-03-09T22:32:04.526Z] mount_test.go:125: Failing on Windows [2022-03-09T22:32:04.526Z] [2022-03-09T22:32:04.526Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2022-03-09T22:32:04.526Z] mount_test.go:212: Failing on Windows [2022-03-09T22:32:04.526Z] [2022-03-09T22:32:04.526Z] === SKIP: github.com/docker/docker/libnetwork TestSRVServiceQuery (0.00s) [2022-03-09T22:32:04.526Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-03-09T22:32:04.526Z] [2022-03-09T22:32:04.526Z] === SKIP: github.com/docker/docker/libnetwork TestServiceVIPReuse (0.01s) [2022-03-09T22:32:04.526Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-03-09T22:32:04.526Z] [2022-03-09T22:32:04.526Z] === SKIP: github.com/docker/docker/libnetwork TestIpamReleaseOnNetDriverFailures (0.01s) [2022-03-09T22:32:04.526Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-03-09T22:32:04.526Z] [2022-03-09T22:32:04.526Z] === SKIP: github.com/docker/docker/libnetwork TestDNSIPQuery (0.00s) [2022-03-09T22:32:04.526Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-03-09T22:32:04.526Z] [2022-03-09T22:32:04.526Z] === SKIP: github.com/docker/docker/libnetwork TestDNSProxyServFail (0.00s) [2022-03-09T22:32:04.526Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-03-09T22:32:04.526Z] [2022-03-09T22:32:04.526Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddEmpty (0.00s) [2022-03-09T22:32:04.526Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-09T22:32:04.526Z] [2022-03-09T22:32:04.526Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddMultiPrio (0.01s) [2022-03-09T22:32:04.526Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-09T22:32:04.526Z] [2022-03-09T22:32:04.526Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddSamePrio (0.00s) [2022-03-09T22:32:04.526Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-09T22:32:04.526Z] [2022-03-09T22:32:04.526Z] === SKIP: github.com/docker/docker/libnetwork TestCleanupServiceDiscovery (0.00s) [2022-03-09T22:32:04.526Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-03-09T22:32:04.526Z] [2022-03-09T22:32:04.526Z] === SKIP: github.com/docker/docker/libnetwork TestDNSOptions (0.00s) [2022-03-09T22:32:04.526Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-03-09T22:32:04.526Z] [2022-03-09T22:32:04.526Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestNAT (0.00s) [2022-03-09T22:32:04.526Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-03-09T22:32:04.526Z] [2022-03-09T22:32:04.526Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestTransparent (0.00s) [2022-03-09T22:32:04.526Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-03-09T22:32:04.526Z] [2022-03-09T22:32:04.526Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-03-09T22:32:04.526Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-09T22:32:04.526Z] [2022-03-09T22:32:04.526Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-03-09T22:32:04.526Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-09T22:32:04.526Z] [2022-03-09T22:32:04.526Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-03-09T22:32:04.526Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-09T22:32:04.526Z] [2022-03-09T22:32:04.526Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-03-09T22:32:04.526Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-09T22:32:04.526Z] [2022-03-09T22:32:04.526Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-03-09T22:32:04.526Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-09T22:32:04.526Z] [2022-03-09T22:32:04.526Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2022-03-09T22:32:04.526Z] archive_test.go:133: Xz not present in msys2 [2022-03-09T22:32:04.526Z] [2022-03-09T22:32:04.526Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamZstd (0.02s) [2022-03-09T22:32:04.526Z] archive_test.go:140: zstd not installed [2022-03-09T22:32:04.526Z] [2022-03-09T22:32:04.526Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2022-03-09T22:32:04.526Z] archive_test.go:252: Failing on Windows CI machines [2022-03-09T22:32:04.526Z] [2022-03-09T22:32:04.526Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2022-03-09T22:32:04.526Z] archive_windows_test.go:16: Currently fails [2022-03-09T22:32:04.526Z] [2022-03-09T22:32:04.526Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2022-03-09T22:32:04.526Z] changes_test.go:195: needs more investigation [2022-03-09T22:32:04.526Z] [2022-03-09T22:32:04.526Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2022-03-09T22:32:04.526Z] changes_test.go:432: needs further investigation [2022-03-09T22:32:04.526Z] [2022-03-09T22:32:04.526Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2022-03-09T22:32:04.526Z] changes_test.go:468: needs further investigation [2022-03-09T22:32:04.526Z] [2022-03-09T22:32:04.526Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2022-03-09T22:32:04.526Z] archive_test.go:44: os.Getuid() != 0: skipping test that requires root [2022-03-09T22:32:04.526Z] [2022-03-09T22:32:04.526Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2022-03-09T22:32:04.526Z] archive_test.go:76: os.Getuid() != 0: skipping test that requires root [2022-03-09T22:32:04.526Z] [2022-03-09T22:32:04.526Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2022-03-09T22:32:04.526Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-09T22:32:04.526Z] [2022-03-09T22:32:04.526Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2022-03-09T22:32:04.526Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-09T22:32:04.526Z] [2022-03-09T22:32:04.526Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2022-03-09T22:32:04.526Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2022-03-09T22:32:04.526Z] [2022-03-09T22:32:04.526Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2022-03-09T22:32:04.526Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-09T22:32:04.526Z] [2022-03-09T22:32:04.526Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-03-09T22:32:04.526Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2022-03-09T22:32:04.526Z] [2022-03-09T22:32:04.527Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-03-09T22:32:04.527Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2022-03-09T22:32:04.527Z] [2022-03-09T22:32:04.527Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2022-03-09T22:32:04.527Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2022-03-09T22:32:04.527Z] [2022-03-09T22:32:04.527Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2022-03-09T22:32:04.527Z] poller_test.go:40: No chmod on Windows [2022-03-09T22:32:04.527Z] [2022-03-09T22:32:04.527Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-03-09T22:32:04.527Z] fileutils_test.go:133: Needs porting to Windows [2022-03-09T22:32:04.527Z] [2022-03-09T22:32:04.527Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2022-03-09T22:32:04.527Z] fileutils_test.go:179: Needs porting to Windows [2022-03-09T22:32:04.527Z] [2022-03-09T22:32:04.527Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.01s) [2022-03-09T22:32:04.527Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2022-03-09T22:32:04.527Z] [2022-03-09T22:32:04.527Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s) [2022-03-09T22:32:04.527Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2022-03-09T22:32:04.527Z] [2022-03-09T22:32:04.527Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s) [2022-03-09T22:32:04.527Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2022-03-09T22:32:04.527Z] [2022-03-09T22:32:04.527Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2022-03-09T22:32:04.527Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-03-09T22:32:04.527Z] [2022-03-09T22:32:04.527Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2022-03-09T22:32:04.527Z] local_test.go:180: runtime.GOOS == "windows" [2022-03-09T22:32:04.527Z] [2022-03-09T22:32:04.527Z] DONE 2077 tests, 68 skipped in 302.159s [2022-03-09T22:32:04.527Z] INFO: make.ps1 ended at 03/09/2022 22:32:04 [2022-03-09T22:32:04.921Z] --- PASS: TestLogsFollowTailEmpty (2.41s) [2022-03-09T22:32:04.921Z] === RUN TestNetworkNat [2022-03-09T22:32:04.921Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-03-09T22:32:04.921Z] --- SKIP: TestNetworkNat (0.00s) [2022-03-09T22:32:04.921Z] === RUN TestNetworkLocalhostTCPNat [2022-03-09T22:32:06.896Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2022-03-09T22:32:06.896Z] INFO: Unit tests ended at 03/09/2022 22:32:06. Duration:00:05:22.9655642 [2022-03-09T22:32:06.896Z] INFO: Building busybox [2022-03-09T22:32:06.896Z] Sending build context to Docker daemon 5.12kB [2022-03-09T22:32:06.896Z] [2022-03-09T22:32:06.896Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2022-03-09T22:32:06.896Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2022-03-09T22:32:06.896Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2022-03-09T22:32:06.896Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2022-03-09T22:32:06.896Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2022-03-09T22:32:06.896Z] ---> 6a11116086a4 [2022-03-09T22:32:06.896Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2022-03-09T22:32:06.896Z] ---> Running in 0b3a18e205ef [2022-03-09T22:32:07.303Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2022-03-09T22:32:07.303Z] --- PASS: TestServiceUpdateConfigs (14.46s) [2022-03-09T22:32:07.303Z] === RUN TestServiceUpdateNetwork [2022-03-09T22:32:07.816Z] --- PASS: TestNetworkLocalhostTCPNat (2.78s) [2022-03-09T22:32:07.816Z] === RUN TestNetworkLoopbackNat [2022-03-09T22:32:07.816Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-03-09T22:32:07.816Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2022-03-09T22:32:07.816Z] === RUN TestPause [2022-03-09T22:32:07.816Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-03-09T22:32:07.816Z] --- SKIP: TestPause (0.00s) [2022-03-09T22:32:07.816Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-03-09T22:32:09.986Z] --- PASS: TestPauseFailsOnWindowsServerContainers (2.47s) [2022-03-09T22:32:09.986Z] === RUN TestPauseStopPausedContainer [2022-03-09T22:32:09.986Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:32:09.986Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2022-03-09T22:32:09.986Z] === RUN TestPsFilter [2022-03-09T22:32:10.443Z] --- PASS: TestPsFilter (0.39s) [2022-03-09T22:32:10.443Z] === RUN TestRemoveContainerWithRemovedVolume [2022-03-09T22:32:10.678Z] ok github.com/docker/docker/api/server 0.018s coverage: 9.0% of statements [2022-03-09T22:32:11.485Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2022-03-09T22:32:12.418Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2022-03-09T22:32:14.166Z] --- PASS: TestRemoveContainerWithRemovedVolume (3.18s) [2022-03-09T22:32:14.166Z] === RUN TestRemoveContainerWithVolume [2022-03-09T22:32:17.061Z] --- PASS: TestRemoveContainerWithVolume (3.09s) [2022-03-09T22:32:17.061Z] === RUN TestRemoveContainerRunning [2022-03-09T22:32:17.678Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2022-03-09T22:32:17.678Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2022-03-09T22:32:17.678Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2022-03-09T22:32:17.678Z] === RUN TestDockerSuite/TestHealth [2022-03-09T22:32:19.239Z] --- PASS: TestRemoveContainerRunning (2.66s) [2022-03-09T22:32:19.239Z] === RUN TestRemoveContainerForceRemoveRunning [2022-03-09T22:32:20.205Z] --- PASS: TestServiceUpdateNetwork (12.80s) [2022-03-09T22:32:20.205Z] === RUN TestServiceUpdatePidsLimit [2022-03-09T22:32:20.463Z] check_test.go:379: [d756aa86acb7a] daemon is not started [2022-03-09T22:32:20.463Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestartCluster [2022-03-09T22:32:21.397Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2022-03-09T22:32:21.964Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2022-03-09T22:32:22.136Z] --- PASS: TestRemoveContainerForceRemoveRunning (2.55s) [2022-03-09T22:32:22.136Z] === RUN TestRemoveInvalidContainer [2022-03-09T22:32:22.136Z] --- PASS: TestRemoveInvalidContainer (0.04s) [2022-03-09T22:32:22.136Z] === RUN TestRenameLinkedContainer [2022-03-09T22:32:22.136Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-03-09T22:32:22.136Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2022-03-09T22:32:22.136Z] === RUN TestRenameStoppedContainer [2022-03-09T22:32:22.531Z] docker_api_swarm_test.go:802: [dddf054aa93f7] joining swarm manager [d3e941c921f3d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-09T22:32:23.905Z] docker_api_swarm_test.go:802: [da771ca747a27] joining swarm manager [d3e941c921f3d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-09T22:32:25.307Z] docker_api_swarm_test.go:802: [d3521394c5e75] joining swarm manager [d3e941c921f3d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2022-03-09T22:32:25.872Z] --- PASS: TestRenameStoppedContainer (3.25s) [2022-03-09T22:32:25.872Z] === RUN TestRenameRunningContainerAndReuse [2022-03-09T22:32:26.240Z] docker_api_swarm_test.go:802: [d91ef5f6a6150] joining swarm manager [d3e941c921f3d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2022-03-09T22:32:27.614Z] docker_api_swarm_test.go:810: [d77856f70af3c] joining swarm manager [d3e941c921f3d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482 [2022-03-09T22:32:28.590Z] Removing intermediate container 0b3a18e205ef [2022-03-09T22:32:28.590Z] ---> 082e034be2a5 [2022-03-09T22:32:28.590Z] Step 7/13 : ARG BUSYBOX_VERSION [2022-03-09T22:32:28.590Z] ---> Running in e0f97b4e620c [2022-03-09T22:32:28.590Z] Removing intermediate container e0f97b4e620c [2022-03-09T22:32:28.590Z] ---> e1972c7bae2e [2022-03-09T22:32:28.590Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2022-03-09T22:32:28.590Z] ---> Running in 5965467a6267 [2022-03-09T22:32:28.986Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2022-03-09T22:32:29.048Z] Removing intermediate container 5965467a6267 [2022-03-09T22:32:29.048Z] ---> c70a141923c4 [2022-03-09T22:32:29.048Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2022-03-09T22:32:30.549Z] --- PASS: TestRenameRunningContainerAndReuse (5.06s) [2022-03-09T22:32:30.549Z] === RUN TestRenameInvalidName [2022-03-09T22:32:30.582Z] [2022-03-09T22:32:31.547Z] ---> 57ecdaf767ab [2022-03-09T22:32:31.548Z] 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-09T22:32:31.548Z] ---> Running in 23c5d76d54b5 [2022-03-09T22:32:32.718Z] --- PASS: TestRenameInvalidName (2.50s) [2022-03-09T22:32:32.718Z] === RUN TestRenameAnonymousContainer [2022-03-09T22:32:37.094Z] --- PASS: TestServiceUpdatePidsLimit (16.31s) [2022-03-09T22:32:37.094Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.62s) [2022-03-09T22:32:37.094Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.00s) [2022-03-09T22:32:37.094Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.79s) [2022-03-09T22:32:37.094Z] PASS [2022-03-09T22:32:37.094Z] [2022-03-09T22:32:37.094Z] === Skipped [2022-03-09T22:32:37.094Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2022-03-09T22:32:37.094Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-03-09T22:32:37.094Z] [2022-03-09T22:32:37.094Z] DONE 27 tests, 1 skipped in 194.989s [2022-03-09T22:32:37.094Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2022-03-09T22:32:37.094Z] ++ 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-09T22:32:37.094Z] ++ set -e [2022-03-09T22:32:37.094Z] ++ '[' -n 0 ']' [2022-03-09T22:32:37.094Z] ++ set -x [2022-03-09T22:32:37.094Z] ++ 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-09T22:32:37.094Z] === RUN TestDockerSuite/TestHistoryExistentImage [2022-03-09T22:32:37.094Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2022-03-09T22:32:37.094Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2022-03-09T22:32:37.094Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2022-03-09T22:32:37.094Z] INFO: Testing against a local daemon [2022-03-09T22:32:37.094Z] === RUN TestSessionCreate [2022-03-09T22:32:37.094Z] --- PASS: TestSessionCreate (0.02s) [2022-03-09T22:32:37.094Z] === RUN TestSessionCreateWithBadUpgrade [2022-03-09T22:32:37.094Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2022-03-09T22:32:37.094Z] PASS [2022-03-09T22:32:37.094Z] [2022-03-09T22:32:37.094Z] DONE 2 tests in 0.149s [2022-03-09T22:32:37.094Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2022-03-09T22:32:37.094Z] ++ 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-09T22:32:37.094Z] ++ set -e [2022-03-09T22:32:37.094Z] ++ '[' -n 0 ']' [2022-03-09T22:32:37.094Z] ++ set -x [2022-03-09T22:32:37.094Z] ++ 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-09T22:32:37.094Z] INFO: Testing against a local daemon [2022-03-09T22:32:37.094Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-03-09T22:32:37.094Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-03-09T22:32:37.094Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-09T22:32:37.094Z] === RUN TestDiskUsage [2022-03-09T22:32:37.094Z] === PAUSE TestDiskUsage [2022-03-09T22:32:37.094Z] === RUN TestEventsExecDie [2022-03-09T22:32:37.094Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2022-03-09T22:32:37.094Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2022-03-09T22:32:37.094Z] --- PASS: TestEventsExecDie (0.64s) [2022-03-09T22:32:37.094Z] === RUN TestEventsBackwardsCompatible [2022-03-09T22:32:37.352Z] --- PASS: TestEventsBackwardsCompatible (0.08s) [2022-03-09T22:32:37.352Z] === RUN TestEventsVolumeCreate [2022-03-09T22:32:37.352Z] --- PASS: TestEventsVolumeCreate (0.05s) [2022-03-09T22:32:37.352Z] === RUN TestInfoBinaryCommits [2022-03-09T22:32:37.352Z] --- PASS: TestInfoBinaryCommits (0.01s) [2022-03-09T22:32:37.352Z] === RUN TestInfoAPIVersioned [2022-03-09T22:32:37.352Z] --- PASS: TestInfoAPIVersioned (0.00s) [2022-03-09T22:32:37.352Z] === RUN TestInfoAPI [2022-03-09T22:32:37.352Z] --- PASS: TestInfoAPI (0.04s) [2022-03-09T22:32:37.352Z] === RUN TestInfoAPIWarnings [2022-03-09T22:32:37.610Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2022-03-09T22:32:37.610Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2022-03-09T22:32:37.610Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2022-03-09T22:32:37.869Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2022-03-09T22:32:37.869Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2022-03-09T22:32:38.127Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2022-03-09T22:32:38.385Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2022-03-09T22:32:38.385Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2022-03-09T22:32:38.951Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2022-03-09T22:32:38.951Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2022-03-09T22:32:39.885Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2022-03-09T22:32:40.144Z] === RUN TestDockerSuite/TestImagesFormat [2022-03-09T22:32:40.402Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2022-03-09T22:32:40.972Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2022-03-09T22:32:43.500Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2022-03-09T22:32:43.500Z] === RUN TestDockerSuite/TestImportBadURL [2022-03-09T22:32:43.500Z] === RUN TestDockerSuite/TestImportDisplay [2022-03-09T22:32:44.434Z] === RUN TestDockerSuite/TestImportFile [2022-03-09T22:32:45.071Z] --- PASS: TestRenameAnonymousContainer (11.37s) [2022-03-09T22:32:45.071Z] === RUN TestRenameContainerWithSameName [2022-03-09T22:32:45.807Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2022-03-09T22:32:45.807Z] === RUN TestDockerSuite/TestImportFileWithMessage [2022-03-09T22:32:46.760Z] === RUN TestDockerSuite/TestImportGzipped [2022-03-09T22:32:47.240Z] --- PASS: TestRenameContainerWithSameName (2.62s) [2022-03-09T22:32:47.240Z] === RUN TestRenameContainerWithLinkedContainer [2022-03-09T22:32:47.240Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-03-09T22:32:47.240Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2022-03-09T22:32:47.240Z] === RUN TestResize [2022-03-09T22:32:48.135Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2022-03-09T22:32:49.072Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2022-03-09T22:32:49.446Z] --- PASS: TestResize (2.44s) [2022-03-09T22:32:49.446Z] === RUN TestResizeWithInvalidSize [2022-03-09T22:32:49.641Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2022-03-09T22:32:50.208Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2022-03-09T22:32:50.774Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2022-03-09T22:32:50.774Z] === RUN TestDockerSuite/TestInfoSecurityOptions [2022-03-09T22:32:50.774Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2022-03-09T22:32:51.033Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2022-03-09T22:32:51.599Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2022-03-09T22:32:52.166Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2022-03-09T22:32:52.342Z] --- PASS: TestResizeWithInvalidSize (2.65s) [2022-03-09T22:32:52.342Z] === RUN TestResizeWhenContainerNotStarted [2022-03-09T22:32:52.425Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2022-03-09T22:32:52.992Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2022-03-09T22:32:53.559Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2022-03-09T22:32:53.559Z] === RUN TestDockerSuite/TestInspectAPIMultipleNetworks [2022-03-09T22:32:53.818Z] --- PASS: TestInfoAPIWarnings (16.36s) [2022-03-09T22:32:53.818Z] === RUN TestInfoDebug [2022-03-09T22:32:54.383Z] --- PASS: TestInfoDebug (0.52s) [2022-03-09T22:32:54.383Z] === RUN TestInfoInsecureRegistries [2022-03-09T22:32:54.644Z] === RUN TestDockerSuite/TestInspectAmpersand [2022-03-09T22:32:54.902Z] --- PASS: TestInfoInsecureRegistries (0.53s) [2022-03-09T22:32:54.903Z] === RUN TestInfoRegistryMirrors [2022-03-09T22:32:55.161Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2022-03-09T22:32:55.238Z] --- PASS: TestResizeWhenContainerNotStarted (3.03s) [2022-03-09T22:32:55.238Z] === RUN TestDaemonRestartKillContainers [2022-03-09T22:32:55.238Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:32:55.238Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2022-03-09T22:32:55.238Z] === RUN TestStats [2022-03-09T22:32:55.238Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-03-09T22:32:55.238Z] --- SKIP: TestStats (0.00s) [2022-03-09T22:32:55.238Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-03-09T22:32:55.420Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2022-03-09T22:32:55.420Z] === RUN TestLoginFailsWithBadCredentials [2022-03-09T22:32:55.420Z] --- PASS: TestLoginFailsWithBadCredentials (0.10s) [2022-03-09T22:32:55.420Z] === RUN TestPingCacheHeaders [2022-03-09T22:32:55.420Z] --- PASS: TestPingCacheHeaders (0.04s) [2022-03-09T22:32:55.420Z] === RUN TestPingGet [2022-03-09T22:32:55.420Z] --- PASS: TestPingGet (0.02s) [2022-03-09T22:32:55.420Z] === RUN TestPingHead [2022-03-09T22:32:55.420Z] --- PASS: TestPingHead (0.03s) [2022-03-09T22:32:55.420Z] === RUN TestVersion [2022-03-09T22:32:55.420Z] --- PASS: TestVersion (0.02s) [2022-03-09T22:32:55.420Z] === CONT TestDiskUsage [2022-03-09T22:32:55.678Z] === RUN TestDockerSuite/TestInspectByPrefix [2022-03-09T22:32:55.678Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2022-03-09T22:32:55.936Z] === RUN TestDiskUsage/empty [2022-03-09T22:32:55.936Z] === RUN TestDiskUsage/empty/container_types [2022-03-09T22:32:55.936Z] === RUN TestDiskUsage/empty/image_types [2022-03-09T22:32:55.936Z] === RUN TestDiskUsage/empty/volume_types [2022-03-09T22:32:55.936Z] === RUN TestDiskUsage/empty/build-cache_types [2022-03-09T22:32:55.936Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-03-09T22:32:55.936Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-03-09T22:32:56.194Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-03-09T22:32:56.194Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-03-09T22:32:56.194Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-03-09T22:32:56.194Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-03-09T22:32:56.194Z] === RUN TestDiskUsage/after_LoadBusybox [2022-03-09T22:32:56.194Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2022-03-09T22:32:56.194Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2022-03-09T22:32:56.194Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2022-03-09T22:32:56.194Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-03-09T22:32:56.194Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-03-09T22:32:56.194Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-03-09T22:32:56.194Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-03-09T22:32:56.194Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-03-09T22:32:56.194Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-03-09T22:32:56.194Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-03-09T22:32:56.194Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-03-09T22:32:56.194Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-03-09T22:32:56.194Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-03-09T22:32:56.194Z] === RUN TestDiskUsage/after_container.Run [2022-03-09T22:32:56.753Z] Removing intermediate container 23c5d76d54b5 [2022-03-09T22:32:56.753Z] ---> 8cafedfb1f43 [2022-03-09T22:32:56.753Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2022-03-09T22:32:56.753Z] ---> Running in 609ff9930cac [2022-03-09T22:32:56.762Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-03-09T22:32:56.763Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-03-09T22:32:56.763Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-03-09T22:32:56.763Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-03-09T22:32:56.763Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-03-09T22:32:56.763Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-03-09T22:32:56.763Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-03-09T22:32:56.763Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-03-09T22:32:56.763Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-03-09T22:32:56.763Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-03-09T22:32:57.021Z] --- PASS: TestDiskUsage (1.51s) [2022-03-09T22:32:57.021Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-03-09T22:32:57.021Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-03-09T22:32:57.021Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-03-09T22:32:57.021Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-03-09T22:32:57.021Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-03-09T22:32:57.021Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-03-09T22:32:57.021Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-03-09T22:32:57.021Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-03-09T22:32:57.021Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-03-09T22:32:57.021Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-03-09T22:32:57.021Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-03-09T22:32:57.021Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.25s) [2022-03-09T22:32:57.021Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-03-09T22:32:57.021Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-03-09T22:32:57.021Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-03-09T22:32:57.021Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-03-09T22:32:57.021Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-03-09T22:32:57.021Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-03-09T22:32:57.021Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-03-09T22:32:57.021Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-03-09T22:32:57.021Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-03-09T22:32:57.021Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-03-09T22:32:57.021Z] --- PASS: TestDiskUsage/after_container.Run (0.52s) [2022-03-09T22:32:57.021Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2022-03-09T22:32:57.021Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-03-09T22:32:57.021Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-03-09T22:32:57.021Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-03-09T22:32:57.021Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2022-03-09T22:32:57.021Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-03-09T22:32:57.021Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2022-03-09T22:32:57.021Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-03-09T22:32:57.021Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2022-03-09T22:32:57.021Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2022-03-09T22:32:57.021Z] PASS [2022-03-09T22:32:57.021Z] [2022-03-09T22:32:57.021Z] === Skipped [2022-03-09T22:32:57.021Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-09T22:32:57.021Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-03-09T22:32:57.021Z] [2022-03-09T22:32:57.021Z] DONE 50 tests, 1 skipped in 20.618s [2022-03-09T22:32:57.021Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2022-03-09T22:32:57.021Z] ++ 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-09T22:32:57.021Z] ++ set -e [2022-03-09T22:32:57.021Z] ++ '[' -n 0 ']' [2022-03-09T22:32:57.021Z] ++ set -x [2022-03-09T22:32:57.021Z] ++ 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-09T22:32:57.279Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2022-03-09T22:32:57.279Z] INFO: Testing against a local daemon [2022-03-09T22:32:57.279Z] === RUN TestVolumesCreateAndList [2022-03-09T22:32:57.279Z] --- PASS: TestVolumesCreateAndList (0.03s) [2022-03-09T22:32:57.279Z] === RUN TestVolumesRemove [2022-03-09T22:32:57.279Z] --- PASS: TestVolumesRemove (0.07s) [2022-03-09T22:32:57.279Z] === RUN TestVolumesInspect [2022-03-09T22:32:57.279Z] --- PASS: TestVolumesInspect (0.03s) [2022-03-09T22:32:57.279Z] === RUN TestVolumesInvalidJSON [2022-03-09T22:32:57.279Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-03-09T22:32:57.279Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-03-09T22:32:57.279Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-03-09T22:32:57.279Z] --- PASS: TestVolumesInvalidJSON (0.04s) [2022-03-09T22:32:57.279Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2022-03-09T22:32:57.279Z] PASS [2022-03-09T22:32:57.279Z] [2022-03-09T22:32:57.279Z] DONE 5 tests in 0.261s [2022-03-09T22:32:57.279Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-03-09T22:32:57.538Z] ++++ cat bundles/test-integration/docker.pid [2022-03-09T22:32:57.538Z] +++ kill 6107 [2022-03-09T22:32:57.719Z] [2022-03-09T22:32:57.719Z] SUCCESS: Specified value was saved. [2022-03-09T22:32:57.797Z] +++ /etc/init.d/apparmor stop [2022-03-09T22:32:57.797Z] Leaving: AppArmorNo profiles have been unloaded. [2022-03-09T22:32:57.797Z] [2022-03-09T22:32:57.797Z] Unloading profiles will leave already running processes permanently [2022-03-09T22:32:57.797Z] unconfined, which can lead to unexpected situations. [2022-03-09T22:32:57.797Z] [2022-03-09T22:32:57.797Z] To set a process to complain mode, use the command line tool [2022-03-09T22:32:57.797Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-03-09T22:32:57.797Z] +++ true [2022-03-09T22:32:57.797Z] exiting test-integration [2022-03-09T22:32:57.797Z] ++ exit 0 [2022-03-09T22:32:57.797Z] [2022-03-09T22:32:57.797Z] === RUN TestDockerSuite/TestInspectDefault [2022-03-09T22:32:58.363Z] + for job in $(jobs -p) [2022-03-09T22:32:58.363Z] + wait 7604 [2022-03-09T22:32:58.621Z] === RUN TestDockerSuite/TestInspectHistory [2022-03-09T22:32:59.186Z] === RUN TestDockerSuite/TestInspectImage [2022-03-09T22:32:59.187Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2022-03-09T22:32:59.187Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2022-03-09T22:32:59.187Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2022-03-09T22:32:59.187Z] === RUN TestDockerSuite/TestInspectInt64 [2022-03-09T22:32:59.751Z] === RUN TestDockerSuite/TestInspectJSONFields [2022-03-09T22:33:00.010Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2022-03-09T22:33:00.267Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2022-03-09T22:33:00.526Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2022-03-09T22:33:00.616Z] Removing intermediate container 609ff9930cac [2022-03-09T22:33:00.616Z] ---> 5e6537142716 [2022-03-09T22:33:00.617Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2022-03-09T22:33:00.617Z] ---> Running in 6850c8b6d1d3 [2022-03-09T22:33:01.110Z] === RUN TestDockerSuite/TestInspectPlugin [2022-03-09T22:33:03.014Z] === RUN TestDockerSuite/TestInspectRootFS [2022-03-09T22:33:03.014Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2022-03-09T22:33:03.579Z] === RUN TestDockerSuite/TestInspectStatus [2022-03-09T22:33:04.144Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2022-03-09T22:33:05.078Z] === RUN TestDockerSuite/TestInspectTemplateError [2022-03-09T22:33:05.336Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2022-03-09T22:33:05.539Z] --- PASS: TestStopContainerWithRestartPolicyAlways (9.76s) [2022-03-09T22:33:05.539Z] === RUN TestStopContainerWithTimeout [2022-03-09T22:33:05.539Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2022-03-09T22:33:05.539Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2022-03-09T22:33:05.539Z] === RUN TestUpdateRestartPolicy [2022-03-09T22:33:05.904Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2022-03-09T22:33:06.473Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2022-03-09T22:33:06.731Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2022-03-09T22:33:07.299Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2022-03-09T22:33:07.559Z] === RUN TestDockerSuite/TestInspectUnknownObject [2022-03-09T22:33:07.559Z] === RUN TestDockerSuite/TestLegacyRunNoNewPrivSetuid [2022-03-09T22:33:07.680Z] Cannot create a file when that file already exists. [2022-03-09T22:33:09.460Z] === RUN TestDockerSuite/TestLinkShortDefinition [2022-03-09T22:33:10.026Z] === RUN TestDockerSuite/TestLinksEnvs [2022-03-09T22:33:10.959Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2022-03-09T22:33:11.219Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2022-03-09T22:33:12.153Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2022-03-09T22:33:13.462Z] Removing intermediate container 6850c8b6d1d3 [2022-03-09T22:33:13.462Z] ---> 57b2a1d76f32 [2022-03-09T22:33:13.462Z] Step 13/13 : CMD ["sh"] [2022-03-09T22:33:13.462Z] ---> Running in 3e0f64efc6b4 [2022-03-09T22:33:13.526Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2022-03-09T22:33:13.920Z] Removing intermediate container 3e0f64efc6b4 [2022-03-09T22:33:13.920Z] ---> e18206684968 [2022-03-09T22:33:13.920Z] Successfully built e18206684968 [2022-03-09T22:33:13.920Z] Successfully tagged busybox:latest [2022-03-09T22:33:13.920Z] INFO: Docker images of the daemon under test [2022-03-09T22:33:13.920Z] [2022-03-09T22:33:13.920Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-03-09T22:33:13.920Z] busybox latest e18206684968 Less than a second ago 5.78GB [2022-03-09T22:33:13.920Z] microsoft/windowsservercore latest 6a11116086a4 6 days ago 5.75GB [2022-03-09T22:33:13.920Z] mcr.microsoft.com/windows/servercore ltsc2019 6a11116086a4 6 days ago 5.75GB [2022-03-09T22:33:13.920Z] [2022-03-09T22:33:13.920Z] INFO: Running integration tests at 03/09/2022 22:33:13... [2022-03-09T22:33:13.920Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2022-03-09T22:33:13.920Z] INFO: Integration API tests being run from the host: [2022-03-09T22:33:13.920Z] INFO: make.ps1 starting at 03/09/2022 22:33:13 [2022-03-09T22:33:15.427Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2022-03-09T22:33:15.427Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2022-03-09T22:33:15.454Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2022-03-09T22:33:16.800Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2022-03-09T22:33:16.800Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2022-03-09T22:33:17.366Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2022-03-09T22:33:19.300Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin [2022-03-09T22:33:24.570Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2022-03-09T22:33:25.503Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2022-03-09T22:33:26.436Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2022-03-09T22:33:27.003Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2022-03-09T22:33:28.380Z] === RUN TestDockerSuite/TestLoadNoStdinFail [2022-03-09T22:33:28.380Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2022-03-09T22:33:28.638Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2022-03-09T22:33:28.638Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2022-03-09T22:33:28.638Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2022-03-09T22:33:29.204Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2022-03-09T22:33:29.463Z] === RUN TestDockerSuite/TestLogsAPIUntil [2022-03-09T22:33:30.651Z] --- PASS: TestUpdateRestartPolicy (24.26s) [2022-03-09T22:33:30.651Z] === RUN TestUpdateRestartWithAutoRemove [2022-03-09T22:33:31.614Z] --- PASS: TestUpdateRestartWithAutoRemove (2.61s) [2022-03-09T22:33:31.614Z] === RUN TestWaitNonBlocked [2022-03-09T22:33:31.614Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-09T22:33:31.614Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-09T22:33:31.614Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-09T22:33:31.614Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-09T22:33:31.614Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-09T22:33:31.614Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-09T22:33:32.102Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-03-09T22:33:32.102Z] ok github.com/docker/docker/api/server/httputils 0.004s coverage: 14.7% of statements [2022-03-09T22:33:32.102Z] ok github.com/docker/docker/api/server/middleware 0.007s coverage: 37.7% of statements [2022-03-09T22:33:32.102Z] ? github.com/docker/docker/api/server/router [no test files] [2022-03-09T22:33:32.102Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-03-09T22:33:32.102Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-03-09T22:33:32.102Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-03-09T22:33:32.102Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-03-09T22:33:32.102Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-03-09T22:33:32.102Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-03-09T22:33:32.102Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-03-09T22:33:32.102Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-03-09T22:33:32.102Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-03-09T22:33:32.102Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-03-09T22:33:32.102Z] ok github.com/docker/docker/api/server/router/swarm 0.004s coverage: 5.7% of statements [2022-03-09T22:33:32.102Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-03-09T22:33:32.102Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2022-03-09T22:33:32.102Z] ? github.com/docker/docker/api/types [no test files] [2022-03-09T22:33:32.102Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-03-09T22:33:32.102Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-03-09T22:33:32.102Z] ? github.com/docker/docker/api/types/container [no test files] [2022-03-09T22:33:32.102Z] ? github.com/docker/docker/api/types/events [no test files] [2022-03-09T22:33:32.102Z] ok github.com/docker/docker/api/types/strslice 0.004s coverage: 90.0% of statements [2022-03-09T22:33:32.102Z] ok github.com/docker/docker/api/types/filters 0.005s coverage: 92.2% of statements [2022-03-09T22:33:32.102Z] ? github.com/docker/docker/api/types/image [no test files] [2022-03-09T22:33:32.102Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-03-09T22:33:32.102Z] ? github.com/docker/docker/api/types/network [no test files] [2022-03-09T22:33:32.102Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-03-09T22:33:32.102Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-03-09T22:33:32.102Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-03-09T22:33:32.102Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-03-09T22:33:32.102Z] ok github.com/docker/docker/api/types/versions 0.004s coverage: 77.3% of statements [2022-03-09T22:33:32.102Z] ok github.com/docker/docker/api/types/time 0.012s coverage: 100.0% of statements [2022-03-09T22:33:32.102Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-03-09T22:33:32.102Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-03-09T22:33:32.102Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-03-09T22:33:32.102Z] ? github.com/docker/docker/builder [no test files] [2022-03-09T22:33:32.102Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-03-09T22:33:32.102Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-03-09T22:33:32.102Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-03-09T22:33:32.102Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-03-09T22:33:32.102Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-03-09T22:33:32.102Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-03-09T22:33:32.102Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-03-09T22:33:32.102Z] ok github.com/docker/docker/builder/remotecontext 0.108s coverage: 13.7% of statements [2022-03-09T22:33:32.102Z] ok github.com/docker/docker/builder/dockerfile 0.420s coverage: 49.3% of statements [2022-03-09T22:33:32.102Z] ok github.com/docker/docker/cli/debug 0.003s coverage: 100.0% of statements [2022-03-09T22:33:32.102Z] ok github.com/docker/docker/builder/remotecontext/git 1.352s coverage: 86.3% of statements [2022-03-09T22:33:32.102Z] ? github.com/docker/docker/cli [no test files] [2022-03-09T22:33:32.102Z] ? github.com/docker/docker/cli/config [no test files] [2022-03-09T22:33:32.102Z] ok github.com/docker/docker/cmd/docker-proxy 0.119s coverage: 67.6% of statements [2022-03-09T22:33:33.642Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2022-03-09T22:33:33.642Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2022-03-09T22:33:34.003Z] ok github.com/docker/docker/client 0.129s coverage: 75.7% of statements [2022-03-09T22:33:35.689Z] --- PASS: TestBuildWithHugeFile (132.31s) [2022-03-09T22:33:35.689Z] === RUN TestBuildWCOWSandboxSize [2022-03-09T22:33:35.689Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-09T22:33:35.689Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-03-09T22:33:35.689Z] === RUN TestBuildWithEmptyDockerfile [2022-03-09T22:33:35.689Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-09T22:33:35.689Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-09T22:33:35.689Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-09T22:33:35.689Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-09T22:33:35.689Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-09T22:33:35.689Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-09T22:33:35.689Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-09T22:33:35.689Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-09T22:33:35.689Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-09T22:33:35.689Z] --- PASS: TestBuildWithEmptyDockerfile (0.08s) [2022-03-09T22:33:35.689Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.01s) [2022-03-09T22:33:35.689Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s) [2022-03-09T22:33:35.689Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s) [2022-03-09T22:33:35.689Z] === RUN TestBuildPreserveOwnership [2022-03-09T22:33:35.689Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-09T22:33:35.689Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2022-03-09T22:33:35.689Z] === RUN TestBuildPlatformInvalid [2022-03-09T22:33:35.689Z] --- PASS: TestBuildPlatformInvalid (0.09s) [2022-03-09T22:33:35.689Z] PASS [2022-03-09T22:33:35.689Z] ok github.com/docker/docker/integration/build 219.833s [2022-03-09T22:33:35.689Z] [2022-03-09T22:33:35.689Z] === Skipped [2022-03-09T22:33:35.689Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2022-03-09T22:33:35.689Z] build_session_test.go:25: TODO: BuildKit [2022-03-09T22:33:35.689Z] [2022-03-09T22:33:35.689Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2022-03-09T22:33:35.689Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:33:35.689Z] [2022-03-09T22:33:35.689Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.00s) [2022-03-09T22:33:35.689Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-09T22:33:35.689Z] [2022-03-09T22:33:35.689Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.00s) [2022-03-09T22:33:35.689Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-09T22:33:35.689Z] [2022-03-09T22:33:35.689Z] === SKIP: github.com/docker/docker/integration/build TestBuildWCOWSandboxSize (0.00s) [2022-03-09T22:33:35.689Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-09T22:33:35.689Z] [2022-03-09T22:33:35.689Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2022-03-09T22:33:35.689Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-09T22:33:35.689Z] [2022-03-09T22:33:35.689Z] DONE 29 tests, 6 skipped in 253.658s [2022-03-09T22:33:35.689Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2022-03-09T22:33:36.291Z] --- PASS: TestWaitNonBlocked (0.03s) [2022-03-09T22:33:36.291Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (3.87s) [2022-03-09T22:33:36.291Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (3.98s) [2022-03-09T22:33:36.291Z] === RUN TestWaitBlocked [2022-03-09T22:33:36.291Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T22:33:36.291Z] --- SKIP: TestWaitBlocked (0.00s) [2022-03-09T22:33:36.291Z] PASS [2022-03-09T22:33:36.291Z] ok github.com/docker/docker/integration/container 108.464s [2022-03-09T22:33:36.291Z] [2022-03-09T22:33:36.291Z] === Skipped [2022-03-09T22:33:36.291Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2022-03-09T22:33:36.291Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-09T22:33:36.291Z] [2022-03-09T22:33:36.291Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2022-03-09T22:33:36.291Z] copy_test.go:81: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:33:36.291Z] [2022-03-09T22:33:36.291Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2022-03-09T22:33:36.291Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-03-09T22:33:36.291Z] [2022-03-09T22:33:36.291Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2022-03-09T22:33:36.291Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:33:36.291Z] [2022-03-09T22:33:36.291Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2022-03-09T22:33:36.291Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T22:33:36.291Z] [2022-03-09T22:33:36.291Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2022-03-09T22:33:36.291Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T22:33:36.291Z] [2022-03-09T22:33:36.291Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-03-09T22:33:36.291Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-03-09T22:33:36.291Z] [2022-03-09T22:33:36.291Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.04s) [2022-03-09T22:33:36.291Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-03-09T22:33:36.291Z] [2022-03-09T22:33:36.291Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2022-03-09T22:33:36.291Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:33:36.291Z] [2022-03-09T22:33:36.291Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2022-03-09T22:33:36.291Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-03-09T22:33:36.291Z] [2022-03-09T22:33:36.291Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2022-03-09T22:33:36.291Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-03-09T22:33:36.291Z] [2022-03-09T22:33:36.291Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2022-03-09T22:33:36.291Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:33:36.291Z] [2022-03-09T22:33:36.291Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2022-03-09T22:33:36.291Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:33:36.291Z] [2022-03-09T22:33:36.291Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2022-03-09T22:33:36.291Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-03-09T22:33:36.291Z] [2022-03-09T22:33:36.291Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2022-03-09T22:33:36.291Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-03-09T22:33:36.291Z] [2022-03-09T22:33:36.291Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2022-03-09T22:33:36.291Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-03-09T22:33:36.291Z] [2022-03-09T22:33:36.291Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2022-03-09T22:33:36.291Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-03-09T22:33:36.291Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-03-09T22:33:36.291Z] [2022-03-09T22:33:36.291Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-03-09T22:33:36.291Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-09T22:33:36.291Z] [2022-03-09T22:33:36.291Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2022-03-09T22:33:36.291Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-09T22:33:36.291Z] [2022-03-09T22:33:36.291Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2022-03-09T22:33:36.291Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-09T22:33:36.291Z] [2022-03-09T22:33:36.291Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2022-03-09T22:33:36.291Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-03-09T22:33:36.291Z] [2022-03-09T22:33:36.291Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2022-03-09T22:33:36.291Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:33:36.291Z] [2022-03-09T22:33:36.291Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2022-03-09T22:33:36.291Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-09T22:33:36.291Z] [2022-03-09T22:33:36.291Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2022-03-09T22:33:36.291Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-03-09T22:33:36.291Z] [2022-03-09T22:33:36.291Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2022-03-09T22:33:36.291Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-03-09T22:33:36.291Z] [2022-03-09T22:33:36.291Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2022-03-09T22:33:36.291Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-03-09T22:33:36.291Z] [2022-03-09T22:33:36.291Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2022-03-09T22:33:36.291Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:33:36.291Z] [2022-03-09T22:33:36.291Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2022-03-09T22:33:36.291Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-03-09T22:33:36.291Z] [2022-03-09T22:33:36.291Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2022-03-09T22:33:36.291Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-03-09T22:33:36.291Z] [2022-03-09T22:33:36.292Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2022-03-09T22:33:36.292Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:33:36.292Z] [2022-03-09T22:33:36.292Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2022-03-09T22:33:36.292Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-03-09T22:33:36.292Z] [2022-03-09T22:33:36.292Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2022-03-09T22:33:36.292Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2022-03-09T22:33:36.292Z] [2022-03-09T22:33:36.292Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2022-03-09T22:33:36.292Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T22:33:36.292Z] [2022-03-09T22:33:36.292Z] DONE 87 tests, 33 skipped in 111.416s [2022-03-09T22:33:36.292Z] Running D:\gopath\src\github.com\docker\docker\integration\daemon [2022-03-09T22:33:37.822Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2022-03-09T22:33:37.863Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-09T22:33:37.863Z] INFO: Testing against a local daemon [2022-03-09T22:33:37.863Z] === RUN TestConfigInspect [2022-03-09T22:33:37.863Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:33:37.863Z] --- SKIP: TestConfigInspect (0.00s) [2022-03-09T22:33:37.863Z] === RUN TestConfigList [2022-03-09T22:33:37.863Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:33:37.863Z] --- SKIP: TestConfigList (0.00s) [2022-03-09T22:33:37.863Z] === RUN TestConfigsCreateAndDelete [2022-03-09T22:33:37.863Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:33:37.863Z] --- SKIP: TestConfigsCreateAndDelete (0.01s) [2022-03-09T22:33:37.863Z] === RUN TestConfigsUpdate [2022-03-09T22:33:37.863Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:33:37.863Z] --- SKIP: TestConfigsUpdate (0.00s) [2022-03-09T22:33:37.863Z] === RUN TestTemplatedConfig [2022-03-09T22:33:37.863Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:33:37.863Z] --- SKIP: TestTemplatedConfig (0.00s) [2022-03-09T22:33:37.863Z] === RUN TestConfigCreateResolve [2022-03-09T22:33:37.863Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T22:33:37.863Z] --- SKIP: TestConfigCreateResolve (0.00s) [2022-03-09T22:33:37.863Z] PASS [2022-03-09T22:33:37.863Z] ok github.com/docker/docker/integration/config 0.115s [2022-03-09T22:33:38.387Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2022-03-09T22:33:38.387Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2022-03-09T22:33:38.868Z] [2022-03-09T22:33:38.868Z] === Skipped [2022-03-09T22:33:38.868Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2022-03-09T22:33:38.868Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:33:38.868Z] [2022-03-09T22:33:38.868Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2022-03-09T22:33:38.868Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:33:38.868Z] [2022-03-09T22:33:38.868Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.01s) [2022-03-09T22:33:38.868Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:33:38.868Z] [2022-03-09T22:33:38.868Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2022-03-09T22:33:38.868Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:33:38.868Z] [2022-03-09T22:33:38.868Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2022-03-09T22:33:38.868Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:33:38.868Z] [2022-03-09T22:33:38.868Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2022-03-09T22:33:38.868Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T22:33:38.868Z] [2022-03-09T22:33:38.868Z] DONE 6 tests, 6 skipped in 3.053s [2022-03-09T22:33:38.868Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2022-03-09T22:33:39.323Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2022-03-09T22:33:39.910Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2022-03-09T22:33:40.846Z] === RUN TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate [2022-03-09T22:33:40.846Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2022-03-09T22:33:41.779Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2022-03-09T22:33:41.853Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-09T22:33:41.853Z] INFO: Testing against a local daemon [2022-03-09T22:33:41.853Z] === RUN TestCheckpoint [2022-03-09T22:33:41.853Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-09T22:33:41.853Z] --- SKIP: TestCheckpoint (0.00s) [2022-03-09T22:33:41.853Z] === RUN TestContainerInvalidJSON [2022-03-09T22:33:41.853Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-03-09T22:33:41.853Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-03-09T22:33:41.853Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-03-09T22:33:41.853Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-03-09T22:33:41.853Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-03-09T22:33:41.853Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-03-09T22:33:41.853Z] --- PASS: TestContainerInvalidJSON (0.04s) [2022-03-09T22:33:41.853Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2022-03-09T22:33:41.853Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s) [2022-03-09T22:33:41.853Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-03-09T22:33:41.853Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.27s) [2022-03-09T22:33:41.853Z] === RUN TestCopyFromContainerPathIsNotDir [2022-03-09T22:33:42.310Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.28s) [2022-03-09T22:33:42.310Z] === RUN TestCopyToContainerPathDoesNotExist [2022-03-09T22:33:42.310Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.25s) [2022-03-09T22:33:42.310Z] === RUN TestCopyToContainerPathIsNotDir [2022-03-09T22:33:42.714Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2022-03-09T22:33:42.766Z] --- PASS: TestCopyToContainerPathIsNotDir (0.26s) [2022-03-09T22:33:42.766Z] === RUN TestCopyFromContainer [2022-03-09T22:33:42.766Z] copy_test.go:81: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:33:42.766Z] --- SKIP: TestCopyFromContainer (0.00s) [2022-03-09T22:33:42.766Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-03-09T22:33:42.766Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-09T22:33:42.766Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-09T22:33:42.766Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-09T22:33:42.766Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-09T22:33:42.766Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-09T22:33:42.766Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-09T22:33:42.766Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-09T22:33:42.766Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-09T22:33:42.766Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-09T22:33:42.766Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.04s) [2022-03-09T22:33:42.766Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-03-09T22:33:42.766Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-03-09T22:33:42.766Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-03-09T22:33:42.766Z] === RUN TestCreateLinkToNonExistingContainer [2022-03-09T22:33:42.766Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-03-09T22:33:42.766Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2022-03-09T22:33:42.766Z] === RUN TestCreateWithInvalidEnv [2022-03-09T22:33:42.766Z] === RUN TestCreateWithInvalidEnv/0 [2022-03-09T22:33:42.766Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-03-09T22:33:42.766Z] === RUN TestCreateWithInvalidEnv/1 [2022-03-09T22:33:42.766Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-03-09T22:33:42.766Z] === RUN TestCreateWithInvalidEnv/2 [2022-03-09T22:33:42.766Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-03-09T22:33:42.766Z] === CONT TestCreateWithInvalidEnv/0 [2022-03-09T22:33:42.766Z] === CONT TestCreateWithInvalidEnv/1 [2022-03-09T22:33:42.766Z] === CONT TestCreateWithInvalidEnv/2 [2022-03-09T22:33:42.766Z] --- PASS: TestCreateWithInvalidEnv (0.03s) [2022-03-09T22:33:42.766Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-03-09T22:33:42.766Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-03-09T22:33:42.766Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-03-09T22:33:42.766Z] === RUN TestCreateTmpfsMountsTarget [2022-03-09T22:33:42.766Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:33:42.766Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2022-03-09T22:33:42.766Z] === RUN TestCreateWithCustomMaskedPaths [2022-03-09T22:33:42.766Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T22:33:42.766Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2022-03-09T22:33:42.766Z] === RUN TestCreateWithCustomReadonlyPaths [2022-03-09T22:33:42.766Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T22:33:42.766Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2022-03-09T22:33:42.766Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-03-09T22:33:42.766Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-09T22:33:42.766Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-09T22:33:42.766Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-09T22:33:42.766Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-09T22:33:42.766Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-09T22:33:42.766Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-09T22:33:42.766Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-09T22:33:42.766Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-09T22:33:42.766Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-09T22:33:42.766Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-09T22:33:42.766Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-09T22:33:42.766Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-09T22:33:42.766Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-09T22:33:42.766Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-09T22:33:42.766Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-09T22:33:42.766Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) [2022-03-09T22:33:42.766Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-03-09T22:33:42.766Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-03-09T22:33:42.766Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-03-09T22:33:42.766Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-03-09T22:33:42.766Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2022-03-09T22:33:42.766Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-03-09T22:33:42.766Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-03-09T22:33:42.766Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-03-09T22:33:42.766Z] === RUN TestCreateDifferentPlatform [2022-03-09T22:33:42.766Z] === RUN TestCreateDifferentPlatform/different_os [2022-03-09T22:33:42.766Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-03-09T22:33:42.766Z] --- PASS: TestCreateDifferentPlatform (0.04s) [2022-03-09T22:33:42.766Z] --- PASS: TestCreateDifferentPlatform/different_os (0.01s) [2022-03-09T22:33:42.766Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-03-09T22:33:42.766Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-03-09T22:33:43.222Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.16s) [2022-03-09T22:33:43.222Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-03-09T22:33:43.222Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-03-09T22:33:43.222Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2022-03-09T22:33:43.222Z] === RUN TestContainerKillOnDaemonStart [2022-03-09T22:33:43.222Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:33:43.222Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2022-03-09T22:33:43.222Z] === RUN TestDiff [2022-03-09T22:33:43.222Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-03-09T22:33:43.222Z] --- SKIP: TestDiff (0.00s) [2022-03-09T22:33:43.222Z] === RUN TestExecWithCloseStdin [2022-03-09T22:33:43.222Z] exec_test.go:20: testEnv.RuntimeIsWindowsContainerd(): FIXME. Hang on Windows + containerd combination [2022-03-09T22:33:43.222Z] --- SKIP: TestExecWithCloseStdin (0.00s) [2022-03-09T22:33:43.222Z] === RUN TestExec [2022-03-09T22:33:45.248Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2022-03-09T22:33:45.248Z] === RUN TestDockerSuite/TestLogsFollowStopped [2022-03-09T22:33:45.815Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2022-03-09T22:33:46.073Z] === RUN TestDockerSuite/TestLogsSince [2022-03-09T22:33:47.011Z] docker_api_swarm_service_test.go:395: [da8814107ad2a] joining swarm manager [db5fc2f6843f2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-09T22:33:47.893Z] --- PASS: TestExec (4.79s) [2022-03-09T22:33:47.893Z] === RUN TestExecUser [2022-03-09T22:33:47.893Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-03-09T22:33:47.893Z] --- SKIP: TestExecUser (0.00s) [2022-03-09T22:33:47.893Z] === RUN TestExportContainerAndImportImage [2022-03-09T22:33:47.893Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:33:47.893Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2022-03-09T22:33:47.893Z] === RUN TestExportContainerAfterDaemonRestart [2022-03-09T22:33:47.893Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:33:47.893Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2022-03-09T22:33:47.893Z] === RUN TestHealthCheckWorkdir [2022-03-09T22:33:47.893Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-03-09T22:33:47.893Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2022-03-09T22:33:47.893Z] === RUN TestHealthKillContainer [2022-03-09T22:33:47.893Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-03-09T22:33:47.893Z] --- SKIP: TestHealthKillContainer (0.00s) [2022-03-09T22:33:47.893Z] === RUN TestInspectCpusetInConfigPre120 [2022-03-09T22:33:47.893Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-03-09T22:33:47.893Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2022-03-09T22:33:47.893Z] === RUN TestKillContainerInvalidSignal [2022-03-09T22:33:47.946Z] docker_api_swarm_service_test.go:395: [db77212c66d15] joining swarm manager [db5fc2f6843f2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-09T22:33:51.619Z] --- PASS: TestKillContainerInvalidSignal (3.66s) [2022-03-09T22:33:51.619Z] === RUN TestKillContainer [2022-03-09T22:33:51.619Z] === RUN TestKillContainer/no_signal [2022-03-09T22:33:53.206Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2022-03-09T22:33:55.335Z] === RUN TestKillContainer/non_killing_signal [2022-03-09T22:33:55.335Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-03-09T22:33:55.335Z] === RUN TestKillContainer/killing_signal [2022-03-09T22:33:58.020Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-09T22:33:58.020Z] INFO: Testing against a local daemon [2022-03-09T22:33:58.020Z] === RUN TestBuildWithSession [2022-03-09T22:33:58.020Z] build_session_test.go:25: TODO: BuildKit [2022-03-09T22:33:58.020Z] --- SKIP: TestBuildWithSession (0.00s) [2022-03-09T22:33:58.020Z] === RUN TestBuildSquashParent [2022-03-09T22:33:58.020Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:33:58.020Z] --- SKIP: TestBuildSquashParent (0.00s) [2022-03-09T22:33:58.020Z] === RUN TestBuildWithRemoveAndForceRemove [2022-03-09T22:33:58.020Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-09T22:33:58.020Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-09T22:33:58.020Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-09T22:33:58.020Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-09T22:33:58.020Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-09T22:33:58.020Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-09T22:33:58.020Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-09T22:33:58.020Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-09T22:33:58.020Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-09T22:33:58.020Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-09T22:33:58.020Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-09T22:33:58.020Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-09T22:33:58.020Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-09T22:33:58.020Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-09T22:33:58.020Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-09T22:33:58.020Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-09T22:33:58.464Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2022-03-09T22:33:58.722Z] === RUN TestDockerSuite/TestLogsTail [2022-03-09T22:33:59.077Z] --- PASS: TestKillContainer (7.31s) [2022-03-09T22:33:59.077Z] --- PASS: TestKillContainer/no_signal (3.64s) [2022-03-09T22:33:59.077Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-03-09T22:33:59.077Z] --- PASS: TestKillContainer/killing_signal (3.61s) [2022-03-09T22:33:59.077Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-03-09T22:33:59.077Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-09T22:33:59.077Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-03-09T22:33:59.077Z] === RUN TestKillStoppedContainer [2022-03-09T22:33:59.077Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-09T22:33:59.077Z] --- SKIP: TestKillStoppedContainer (0.00s) [2022-03-09T22:33:59.077Z] === RUN TestKillStoppedContainerAPIPre120 [2022-03-09T22:33:59.077Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-09T22:33:59.077Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2022-03-09T22:33:59.077Z] === RUN TestKillDifferentUserContainer [2022-03-09T22:33:59.077Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-03-09T22:33:59.077Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2022-03-09T22:33:59.077Z] === RUN TestInspectOomKilledTrue [2022-03-09T22:33:59.077Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:33:59.077Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-03-09T22:33:59.077Z] === RUN TestInspectOomKilledFalse [2022-03-09T22:33:59.077Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-09T22:33:59.077Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-03-09T22:33:59.077Z] === RUN TestLogsFollowTailEmpty [2022-03-09T22:33:59.288Z] === RUN TestDockerSuite/TestLogsTimestamps [2022-03-09T22:33:59.546Z] === RUN TestDockerSuite/TestLogsWithDetails [2022-03-09T22:34:00.112Z] === RUN TestDockerSuite/TestMountIntoProc [2022-03-09T22:34:00.370Z] === RUN TestDockerSuite/TestMountIntoSys [2022-03-09T22:34:00.629Z] === RUN TestDockerSuite/TestNetHostname [2022-03-09T22:34:01.483Z] === RUN TestConfigDaemonLibtrustID [2022-03-09T22:34:01.483Z] daemon_test.go:26: runtime.GOOS == "windows" [2022-03-09T22:34:01.483Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2022-03-09T22:34:01.483Z] === RUN TestDaemonConfigValidation [2022-03-09T22:34:01.483Z] daemon_test.go:45: runtime.GOOS == "windows" [2022-03-09T22:34:01.483Z] --- SKIP: TestDaemonConfigValidation (0.00s) [2022-03-09T22:34:01.483Z] === RUN TestConfigDaemonSeccompProfiles [2022-03-09T22:34:01.483Z] daemon_test.go:111: runtime.GOOS == "windows" [2022-03-09T22:34:01.483Z] --- SKIP: TestConfigDaemonSeccompProfiles (0.00s) [2022-03-09T22:34:01.483Z] === RUN TestDaemonProxy [2022-03-09T22:34:01.483Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-03-09T22:34:01.483Z] --- SKIP: TestDaemonProxy (0.00s) [2022-03-09T22:34:01.483Z] PASS [2022-03-09T22:34:01.483Z] ok github.com/docker/docker/integration/daemon 0.149s [2022-03-09T22:34:01.483Z] [2022-03-09T22:34:01.483Z] === Skipped [2022-03-09T22:34:01.483Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonLibtrustID (0.00s) [2022-03-09T22:34:01.483Z] daemon_test.go:26: runtime.GOOS == "windows" [2022-03-09T22:34:01.483Z] [2022-03-09T22:34:01.483Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonConfigValidation (0.00s) [2022-03-09T22:34:01.483Z] daemon_test.go:45: runtime.GOOS == "windows" [2022-03-09T22:34:01.483Z] [2022-03-09T22:34:01.483Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonSeccompProfiles (0.00s) [2022-03-09T22:34:01.483Z] daemon_test.go:111: runtime.GOOS == "windows" [2022-03-09T22:34:01.483Z] [2022-03-09T22:34:01.483Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonProxy (0.00s) [2022-03-09T22:34:01.483Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-03-09T22:34:01.483Z] [2022-03-09T22:34:01.483Z] DONE 4 tests, 4 skipped in 25.587s [2022-03-09T22:34:01.483Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2022-03-09T22:34:02.011Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2022-03-09T22:34:02.268Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole [2022-03-09T22:34:02.268Z] === RUN TestDockerSuite/TestNetworkEvents [2022-03-09T22:34:02.820Z] --- PASS: TestLogsFollowTailEmpty (3.68s) [2022-03-09T22:34:02.820Z] === RUN TestNetworkNat [2022-03-09T22:34:02.820Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-03-09T22:34:02.820Z] --- SKIP: TestNetworkNat (0.00s) [2022-03-09T22:34:02.820Z] === RUN TestNetworkLocalhostTCPNat [2022-03-09T22:34:04.167Z] docker_api_swarm_service_test.go:343: [ddaa82cebaafb] joining swarm manager [d9a0336bbbd36]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-09T22:34:05.100Z] docker_api_swarm_service_test.go:343: [d74dcb82453b2] joining swarm manager [d9a0336bbbd36]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-09T22:34:06.171Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-09T22:34:06.171Z] INFO: Testing against a local daemon [2022-03-09T22:34:06.171Z] === RUN TestCommitInheritsEnv [2022-03-09T22:34:06.171Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-09T22:34:06.171Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2022-03-09T22:34:06.171Z] === RUN TestImportExtremelyLargeImageWorks [2022-03-09T22:34:06.171Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-03-09T22:34:06.171Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2022-03-09T22:34:06.171Z] === RUN TestImportWithCustomPlatform [2022-03-09T22:34:06.171Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-03-09T22:34:06.171Z] --- SKIP: TestImportWithCustomPlatform (0.00s) [2022-03-09T22:34:06.171Z] === RUN TestImagesFilterMultiReference [2022-03-09T22:34:06.171Z] --- PASS: TestImagesFilterMultiReference (0.10s) [2022-03-09T22:34:06.171Z] === RUN TestImagePullPlatformInvalid [2022-03-09T22:34:06.619Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-09T22:34:06.620Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-09T22:34:06.628Z] --- PASS: TestImagePullPlatformInvalid (0.04s) [2022-03-09T22:34:06.628Z] === RUN TestRemoveImageOrphaning [2022-03-09T22:34:07.518Z] --- PASS: TestNetworkLocalhostTCPNat (4.75s) [2022-03-09T22:34:07.518Z] === RUN TestNetworkLoopbackNat [2022-03-09T22:34:07.518Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-03-09T22:34:07.518Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2022-03-09T22:34:07.518Z] === RUN TestPause [2022-03-09T22:34:07.518Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-03-09T22:34:07.518Z] --- SKIP: TestPause (0.00s) [2022-03-09T22:34:07.518Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-03-09T22:34:07.590Z] --- PASS: TestRemoveImageOrphaning (1.24s) [2022-03-09T22:34:07.590Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-03-09T22:34:07.590Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.06s) [2022-03-09T22:34:07.590Z] === RUN TestTagInvalidReference [2022-03-09T22:34:07.590Z] --- PASS: TestTagInvalidReference (0.03s) [2022-03-09T22:34:07.590Z] === RUN TestTagValidPrefixedRepo [2022-03-09T22:34:07.590Z] --- PASS: TestTagValidPrefixedRepo (0.07s) [2022-03-09T22:34:07.590Z] === RUN TestTagExistedNameWithoutForce [2022-03-09T22:34:08.047Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2022-03-09T22:34:08.047Z] === RUN TestTagOfficialNames [2022-03-09T22:34:08.047Z] --- PASS: TestTagOfficialNames (0.09s) [2022-03-09T22:34:08.047Z] === RUN TestTagMatchesDigest [2022-03-09T22:34:08.047Z] --- PASS: TestTagMatchesDigest (0.03s) [2022-03-09T22:34:08.047Z] PASS [2022-03-09T22:34:08.047Z] ok github.com/docker/docker/integration/image 1.799s [2022-03-09T22:34:08.047Z] [2022-03-09T22:34:08.047Z] === Skipped [2022-03-09T22:34:08.047Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2022-03-09T22:34:08.047Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-09T22:34:08.047Z] [2022-03-09T22:34:08.047Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2022-03-09T22:34:08.047Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-03-09T22:34:08.047Z] [2022-03-09T22:34:08.047Z] === SKIP: github.com/docker/docker/integration/image TestImportWithCustomPlatform (0.00s) [2022-03-09T22:34:08.047Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-03-09T22:34:08.047Z] [2022-03-09T22:34:08.047Z] DONE 12 tests, 3 skipped in 6.534s [2022-03-09T22:34:08.382Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2022-03-09T22:34:08.504Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2022-03-09T22:34:09.316Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2022-03-09T22:34:09.886Z] === RUN TestDockerSuite/TestPluginActive [2022-03-09T22:34:10.680Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-09T22:34:10.680Z] INFO: Testing against a local daemon [2022-03-09T22:34:10.680Z] === RUN TestNetworkCreateDelete [2022-03-09T22:34:10.680Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T22:34:10.680Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2022-03-09T22:34:10.680Z] === RUN TestDockerNetworkDeletePreferID [2022-03-09T22:34:10.680Z] 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-09T22:34:10.680Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2022-03-09T22:34:10.680Z] === RUN TestDaemonDNSFallback [2022-03-09T22:34:10.680Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T22:34:10.680Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2022-03-09T22:34:10.680Z] === RUN TestInspectNetwork [2022-03-09T22:34:10.680Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-03-09T22:34:10.680Z] --- SKIP: TestInspectNetwork (0.00s) [2022-03-09T22:34:10.680Z] === RUN TestRunContainerWithBridgeNone [2022-03-09T22:34:10.680Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T22:34:10.680Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2022-03-09T22:34:10.680Z] === RUN TestNetworkInvalidJSON [2022-03-09T22:34:10.680Z] === RUN TestNetworkInvalidJSON//networks/create [2022-03-09T22:34:10.680Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-03-09T22:34:10.680Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-03-09T22:34:10.680Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-03-09T22:34:10.680Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-09T22:34:10.680Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-09T22:34:10.680Z] === CONT TestNetworkInvalidJSON//networks/create [2022-03-09T22:34:10.680Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-09T22:34:10.680Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-03-09T22:34:10.681Z] --- PASS: TestNetworkInvalidJSON (0.05s) [2022-03-09T22:34:10.681Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.01s) [2022-03-09T22:34:10.681Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.01s) [2022-03-09T22:34:10.681Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s) [2022-03-09T22:34:10.681Z] === RUN TestNetworkList [2022-03-09T22:34:10.681Z] === RUN TestNetworkList//networks [2022-03-09T22:34:10.681Z] === PAUSE TestNetworkList//networks [2022-03-09T22:34:10.681Z] === RUN TestNetworkList//networks/ [2022-03-09T22:34:10.681Z] === PAUSE TestNetworkList//networks/ [2022-03-09T22:34:10.681Z] === CONT TestNetworkList//networks [2022-03-09T22:34:10.681Z] === CONT TestNetworkList//networks/ [2022-03-09T22:34:10.681Z] --- PASS: TestNetworkList (0.04s) [2022-03-09T22:34:10.681Z] --- PASS: TestNetworkList//networks (0.00s) [2022-03-09T22:34:10.681Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-03-09T22:34:10.681Z] === RUN TestHostIPv4BridgeLabel [2022-03-09T22:34:10.681Z] network_test.go:128: testEnv.OSType == "windows" [2022-03-09T22:34:10.681Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2022-03-09T22:34:10.681Z] === RUN TestDaemonRestartWithLiveRestore [2022-03-09T22:34:10.681Z] service_test.go:30: testEnv.OSType == "windows" [2022-03-09T22:34:10.681Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2022-03-09T22:34:10.681Z] === RUN TestDaemonDefaultNetworkPools [2022-03-09T22:34:10.681Z] service_test.go:59: testEnv.OSType == "windows" [2022-03-09T22:34:10.681Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2022-03-09T22:34:10.681Z] === RUN TestDaemonRestartWithExistingNetwork [2022-03-09T22:34:10.681Z] service_test.go:103: testEnv.OSType == "windows" [2022-03-09T22:34:10.681Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2022-03-09T22:34:10.681Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-03-09T22:34:10.681Z] service_test.go:137: testEnv.OSType == "windows" [2022-03-09T22:34:10.681Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-03-09T22:34:10.681Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-03-09T22:34:10.681Z] service_test.go:188: testEnv.OSType == "windows" [2022-03-09T22:34:10.681Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-03-09T22:34:10.681Z] === RUN TestServiceWithPredefinedNetwork [2022-03-09T22:34:10.681Z] service_test.go:213: testEnv.OSType == "windows" [2022-03-09T22:34:10.681Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2022-03-09T22:34:10.681Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-03-09T22:34:10.681Z] service_test.go:243: FLAKY_TEST [2022-03-09T22:34:10.681Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-09T22:34:10.681Z] === RUN TestServiceWithDataPathPortInit [2022-03-09T22:34:10.681Z] service_test.go:334: testEnv.OSType == "windows" [2022-03-09T22:34:10.681Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2022-03-09T22:34:10.681Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-03-09T22:34:10.681Z] service_test.go:402: testEnv.OSType == "windows" [2022-03-09T22:34:10.681Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2022-03-09T22:34:10.681Z] PASS [2022-03-09T22:34:10.681Z] ok github.com/docker/docker/integration/network 0.195s [2022-03-09T22:34:11.137Z] [2022-03-09T22:34:11.137Z] === Skipped [2022-03-09T22:34:11.137Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2022-03-09T22:34:11.137Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T22:34:11.137Z] [2022-03-09T22:34:11.137Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2022-03-09T22:34:11.137Z] 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-09T22:34:11.137Z] [2022-03-09T22:34:11.137Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2022-03-09T22:34:11.137Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T22:34:11.137Z] [2022-03-09T22:34:11.137Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2022-03-09T22:34:11.137Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-03-09T22:34:11.137Z] [2022-03-09T22:34:11.137Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2022-03-09T22:34:11.137Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T22:34:11.137Z] [2022-03-09T22:34:11.137Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2022-03-09T22:34:11.137Z] network_test.go:128: testEnv.OSType == "windows" [2022-03-09T22:34:11.137Z] [2022-03-09T22:34:11.137Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2022-03-09T22:34:11.137Z] service_test.go:30: testEnv.OSType == "windows" [2022-03-09T22:34:11.137Z] [2022-03-09T22:34:11.137Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2022-03-09T22:34:11.137Z] service_test.go:59: testEnv.OSType == "windows" [2022-03-09T22:34:11.137Z] [2022-03-09T22:34:11.137Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2022-03-09T22:34:11.137Z] service_test.go:103: testEnv.OSType == "windows" [2022-03-09T22:34:11.137Z] [2022-03-09T22:34:11.137Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-03-09T22:34:11.137Z] service_test.go:137: testEnv.OSType == "windows" [2022-03-09T22:34:11.137Z] [2022-03-09T22:34:11.137Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-03-09T22:34:11.137Z] service_test.go:188: testEnv.OSType == "windows" [2022-03-09T22:34:11.137Z] [2022-03-09T22:34:11.137Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2022-03-09T22:34:11.137Z] service_test.go:213: testEnv.OSType == "windows" [2022-03-09T22:34:11.137Z] [2022-03-09T22:34:11.137Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-09T22:34:11.137Z] service_test.go:243: FLAKY_TEST [2022-03-09T22:34:11.137Z] [2022-03-09T22:34:11.137Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2022-03-09T22:34:11.137Z] service_test.go:334: testEnv.OSType == "windows" [2022-03-09T22:34:11.137Z] [2022-03-09T22:34:11.137Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2022-03-09T22:34:11.137Z] service_test.go:402: testEnv.OSType == "windows" [2022-03-09T22:34:11.137Z] [2022-03-09T22:34:11.137Z] DONE 22 tests, 15 skipped in 2.706s [2022-03-09T22:34:11.137Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2022-03-09T22:34:11.340Z] --- PASS: TestPauseFailsOnWindowsServerContainers (3.73s) [2022-03-09T22:34:11.340Z] === RUN TestPauseStopPausedContainer [2022-03-09T22:34:11.340Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:34:11.340Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2022-03-09T22:34:11.340Z] === RUN TestPsFilter [2022-03-09T22:34:11.340Z] --- PASS: TestPsFilter (0.38s) [2022-03-09T22:34:11.340Z] === RUN TestRemoveContainerWithRemovedVolume [2022-03-09T22:34:11.784Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2022-03-09T22:34:12.101Z] testing: warning: no tests to run [2022-03-09T22:34:12.101Z] PASS [2022-03-09T22:34:12.101Z] ok github.com/docker/docker/integration/network/ipvlan 0.090s [2022-03-09T22:34:12.101Z] [2022-03-09T22:34:12.101Z] DONE 0 tests in 0.839s [2022-03-09T22:34:12.101Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2022-03-09T22:34:12.706Z] ok github.com/docker/docker/cmd/dockerd 0.046s coverage: 29.3% of statements [2022-03-09T22:34:12.706Z] ok github.com/docker/docker/container 0.116s coverage: 34.8% of statements [2022-03-09T22:34:12.706Z] ok github.com/docker/docker/cmd/dockerd/trap 2.511s coverage: 0.0% of statements [2022-03-09T22:34:12.706Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-03-09T22:34:12.706Z] ? github.com/docker/docker/container/stream [no test files] [2022-03-09T22:34:12.706Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-03-09T22:34:12.706Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-03-09T22:34:12.706Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-03-09T22:34:13.064Z] testing: warning: no tests to run [2022-03-09T22:34:13.064Z] PASS [2022-03-09T22:34:13.064Z] ok github.com/docker/docker/integration/network/macvlan 0.090s [2022-03-09T22:34:13.064Z] [2022-03-09T22:34:13.064Z] DONE 0 tests in 0.806s [2022-03-09T22:34:13.064Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2022-03-09T22:34:14.027Z] testing: warning: no tests to run [2022-03-09T22:34:14.027Z] PASS [2022-03-09T22:34:14.027Z] ok github.com/docker/docker/integration/plugin 0.093s [2022-03-09T22:34:14.027Z] [2022-03-09T22:34:14.027Z] DONE 0 tests in 0.849s [2022-03-09T22:34:14.027Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2022-03-09T22:34:15.001Z] testing: warning: no tests to run [2022-03-09T22:34:15.001Z] PASS [2022-03-09T22:34:15.001Z] ok github.com/docker/docker/integration/plugin/authz 0.092s [2022-03-09T22:34:15.001Z] [2022-03-09T22:34:15.001Z] DONE 0 tests in 0.855s [2022-03-09T22:34:15.001Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2022-03-09T22:34:15.129Z] --- PASS: TestRemoveContainerWithRemovedVolume (3.69s) [2022-03-09T22:34:15.129Z] === RUN TestRemoveContainerWithVolume [2022-03-09T22:34:17.048Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2022-03-09T22:34:17.048Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2022-03-09T22:34:17.048Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2022-03-09T22:34:17.121Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.03s) [2022-03-09T22:34:17.121Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (13.58s) [2022-03-09T22:34:17.121Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (14.14s) [2022-03-09T22:34:17.121Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (14.24s) [2022-03-09T22:34:17.121Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (17.98s) [2022-03-09T22:34:17.121Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (10.40s) [2022-03-09T22:34:17.121Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (9.97s) [2022-03-09T22:34:17.121Z] === RUN TestBuildMultiStageCopy [2022-03-09T22:34:17.121Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-03-09T22:34:18.460Z] === RUN TestDockerSuite/TestPluginLogDriver [2022-03-09T22:34:18.460Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2022-03-09T22:34:19.064Z] --- PASS: TestRemoveContainerWithVolume (3.84s) [2022-03-09T22:34:19.065Z] === RUN TestRemoveContainerRunning [2022-03-09T22:34:19.267Z] ok github.com/docker/docker/daemon/cluster 0.048s coverage: 0.5% of statements [2022-03-09T22:34:20.360Z] docker_api_swarm_service_test.go:490: [dfa24ddce861b] joining swarm manager [d24a96df30494]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-09T22:34:20.642Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.014s coverage: 65.3% of statements [2022-03-09T22:34:20.965Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-09T22:34:20.965Z] INFO: Testing against a local daemon [2022-03-09T22:34:20.965Z] === RUN TestPluginInvalidJSON [2022-03-09T22:34:20.965Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-03-09T22:34:20.965Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-03-09T22:34:20.965Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-03-09T22:34:20.965Z] --- PASS: TestPluginInvalidJSON (0.04s) [2022-03-09T22:34:20.965Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.01s) [2022-03-09T22:34:20.965Z] === RUN TestPluginInstall [2022-03-09T22:34:20.965Z] plugin_test.go:63: testEnv.OSType == "windows" [2022-03-09T22:34:20.965Z] --- SKIP: TestPluginInstall (0.00s) [2022-03-09T22:34:20.965Z] === RUN TestPluginsWithRuntimes [2022-03-09T22:34:20.965Z] plugin_test.go:172: testEnv.OSType == "windows" [2022-03-09T22:34:20.965Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2022-03-09T22:34:20.965Z] === RUN TestPluginBackCompatMediaTypes [2022-03-09T22:34:20.965Z] plugin_test.go:234: testEnv.OSType == "windows" [2022-03-09T22:34:20.965Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2022-03-09T22:34:20.965Z] PASS [2022-03-09T22:34:20.965Z] ok github.com/docker/docker/integration/plugin/common 0.133s [2022-03-09T22:34:20.965Z] [2022-03-09T22:34:20.965Z] === Skipped [2022-03-09T22:34:20.965Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2022-03-09T22:34:20.965Z] plugin_test.go:63: testEnv.OSType == "windows" [2022-03-09T22:34:20.965Z] [2022-03-09T22:34:20.965Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s) [2022-03-09T22:34:20.965Z] plugin_test.go:172: testEnv.OSType == "windows" [2022-03-09T22:34:20.965Z] [2022-03-09T22:34:20.965Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s) [2022-03-09T22:34:20.965Z] plugin_test.go:234: testEnv.OSType == "windows" [2022-03-09T22:34:20.965Z] [2022-03-09T22:34:20.965Z] DONE 5 tests, 3 skipped in 5.477s [2022-03-09T22:34:20.965Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2022-03-09T22:34:21.296Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2022-03-09T22:34:21.296Z] docker_api_swarm_service_test.go:490: [de4b4e506bc2c] joining swarm manager [d24a96df30494]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-09T22:34:21.576Z] ok github.com/docker/docker/daemon/cluster/convert 0.009s coverage: 35.9% of statements [2022-03-09T22:34:22.859Z] --- PASS: TestRemoveContainerRunning (3.75s) [2022-03-09T22:34:22.859Z] === RUN TestRemoveContainerForceRemoveRunning [2022-03-09T22:34:23.198Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2022-03-09T22:34:23.911Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-09T22:34:23.911Z] INFO: Testing against a local daemon [2022-03-09T22:34:23.911Z] === RUN TestExternalGraphDriver [2022-03-09T22:34:23.911Z] external_test.go:47: runtime.GOOS == "windows" [2022-03-09T22:34:23.911Z] --- SKIP: TestExternalGraphDriver (0.00s) [2022-03-09T22:34:23.911Z] === RUN TestGraphdriverPluginV2 [2022-03-09T22:34:23.911Z] external_test.go:407: runtime.GOOS == "windows" [2022-03-09T22:34:23.911Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2022-03-09T22:34:23.911Z] PASS [2022-03-09T22:34:23.911Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.126s [2022-03-09T22:34:23.911Z] [2022-03-09T22:34:23.911Z] === Skipped [2022-03-09T22:34:23.911Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2022-03-09T22:34:23.911Z] external_test.go:47: runtime.GOOS == "windows" [2022-03-09T22:34:23.911Z] [2022-03-09T22:34:23.911Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2022-03-09T22:34:23.911Z] external_test.go:407: runtime.GOOS == "windows" [2022-03-09T22:34:23.911Z] [2022-03-09T22:34:23.911Z] DONE 2 tests, 2 skipped in 3.118s [2022-03-09T22:34:23.911Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2022-03-09T22:34:25.724Z] === RUN TestDockerSuite/TestPluginUpgrade [2022-03-09T22:34:26.648Z] --- PASS: TestRemoveContainerForceRemoveRunning (3.82s) [2022-03-09T22:34:26.648Z] === RUN TestRemoveInvalidContainer [2022-03-09T22:34:26.648Z] --- PASS: TestRemoveInvalidContainer (0.03s) [2022-03-09T22:34:26.648Z] === RUN TestRenameLinkedContainer [2022-03-09T22:34:26.648Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-03-09T22:34:26.648Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2022-03-09T22:34:26.648Z] === RUN TestRenameStoppedContainer [2022-03-09T22:34:26.814Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-09T22:34:26.814Z] INFO: Testing against a local daemon [2022-03-09T22:34:26.814Z] === RUN TestReadPluginNoRead [2022-03-09T22:34:26.814Z] read_test.go:21: no unix domain sockets on Windows [2022-03-09T22:34:26.814Z] --- SKIP: TestReadPluginNoRead (0.00s) [2022-03-09T22:34:26.814Z] PASS [2022-03-09T22:34:26.814Z] ok github.com/docker/docker/integration/plugin/logging 0.117s [2022-03-09T22:34:26.814Z] [2022-03-09T22:34:26.814Z] === Skipped [2022-03-09T22:34:26.814Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2022-03-09T22:34:26.814Z] read_test.go:21: no unix domain sockets on Windows [2022-03-09T22:34:26.814Z] [2022-03-09T22:34:26.814Z] DONE 1 tests, 1 skipped in 2.729s [2022-03-09T22:34:26.814Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2022-03-09T22:34:27.732Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-03-09T22:34:27.732Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-03-09T22:34:28.356Z] testing: warning: no tests to run [2022-03-09T22:34:28.356Z] PASS [2022-03-09T22:34:28.356Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.099s [2022-03-09T22:34:28.356Z] [2022-03-09T22:34:28.356Z] DONE 0 tests in 1.446s [2022-03-09T22:34:28.356Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2022-03-09T22:34:29.309Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-03-09T22:34:29.717Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.436s coverage: 13.8% of statements [2022-03-09T22:34:29.717Z] ok github.com/docker/docker/daemon/config 0.025s coverage: 81.0% of statements [2022-03-09T22:34:29.717Z] ok github.com/docker/docker/daemon/events 0.056s coverage: 50.0% of statements [2022-03-09T22:34:30.286Z] ok github.com/docker/docker/daemon/graphdriver 0.005s coverage: 2.2% of statements [2022-03-09T22:34:30.359Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-03-09T22:34:30.442Z] --- PASS: TestRenameStoppedContainer (3.77s) [2022-03-09T22:34:30.442Z] === RUN TestRenameRunningContainerAndReuse [2022-03-09T22:34:30.994Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2022-03-09T22:34:31.222Z] ok github.com/docker/docker/daemon 10.157s coverage: 17.2% of statements [2022-03-09T22:34:31.222Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-03-09T22:34:31.222Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-03-09T22:34:31.222Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-03-09T22:34:31.222Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-03-09T22:34:31.259Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-09T22:34:31.259Z] INFO: Testing against a local daemon [2022-03-09T22:34:31.259Z] === RUN TestPluginWithDevMounts [2022-03-09T22:34:31.259Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:34:31.259Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2022-03-09T22:34:31.259Z] PASS [2022-03-09T22:34:31.259Z] ok github.com/docker/docker/integration/plugin/volumes 0.125s [2022-03-09T22:34:31.259Z] [2022-03-09T22:34:31.259Z] === Skipped [2022-03-09T22:34:31.259Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2022-03-09T22:34:31.259Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:34:31.259Z] [2022-03-09T22:34:31.259Z] DONE 1 tests, 1 skipped in 2.705s [2022-03-09T22:34:31.259Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2022-03-09T22:34:31.563Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2022-03-09T22:34:31.789Z] ok github.com/docker/docker/daemon/graphdriver/aufs 0.734s coverage: 74.6% of statements [2022-03-09T22:34:31.939Z] --- PASS: TestBuildMultiStageCopy (15.87s) [2022-03-09T22:34:31.939Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (10.68s) [2022-03-09T22:34:31.939Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.00s) [2022-03-09T22:34:31.939Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.17s) [2022-03-09T22:34:31.939Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.39s) [2022-03-09T22:34:31.939Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.63s) [2022-03-09T22:34:31.939Z] === RUN TestBuildMultiStageParentConfig [2022-03-09T22:34:32.500Z] === RUN TestDockerSuite/TestPortHostBinding [2022-03-09T22:34:32.723Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.388s coverage: 56.2% of statements [2022-03-09T22:34:33.432Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-09T22:34:33.432Z] INFO: Testing against a local daemon [2022-03-09T22:34:33.432Z] === RUN TestSecretInspect [2022-03-09T22:34:33.432Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:34:33.432Z] --- SKIP: TestSecretInspect (0.01s) [2022-03-09T22:34:33.432Z] === RUN TestSecretList [2022-03-09T22:34:33.432Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:34:33.432Z] --- SKIP: TestSecretList (0.00s) [2022-03-09T22:34:33.432Z] === RUN TestSecretsCreateAndDelete [2022-03-09T22:34:33.432Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:34:33.432Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2022-03-09T22:34:33.432Z] === RUN TestSecretsUpdate [2022-03-09T22:34:33.432Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:34:33.432Z] --- SKIP: TestSecretsUpdate (0.00s) [2022-03-09T22:34:33.432Z] === RUN TestTemplatedSecret [2022-03-09T22:34:33.432Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:34:33.432Z] --- SKIP: TestTemplatedSecret (0.00s) [2022-03-09T22:34:33.432Z] === RUN TestSecretCreateResolve [2022-03-09T22:34:33.432Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T22:34:33.432Z] --- SKIP: TestSecretCreateResolve (0.00s) [2022-03-09T22:34:33.432Z] PASS [2022-03-09T22:34:33.432Z] ok github.com/docker/docker/integration/secret 0.136s [2022-03-09T22:34:33.432Z] [2022-03-09T22:34:33.432Z] === Skipped [2022-03-09T22:34:33.432Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.01s) [2022-03-09T22:34:33.432Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:34:33.432Z] [2022-03-09T22:34:33.432Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2022-03-09T22:34:33.432Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:34:33.432Z] [2022-03-09T22:34:33.432Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2022-03-09T22:34:33.432Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:34:33.432Z] [2022-03-09T22:34:33.432Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2022-03-09T22:34:33.432Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:34:33.432Z] [2022-03-09T22:34:33.432Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2022-03-09T22:34:33.432Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:34:33.432Z] [2022-03-09T22:34:33.432Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2022-03-09T22:34:33.432Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T22:34:33.432Z] [2022-03-09T22:34:33.432Z] DONE 6 tests, 6 skipped in 2.379s [2022-03-09T22:34:33.434Z] === RUN TestDockerSuite/TestPortList [2022-03-09T22:34:33.657Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.027s coverage: 3.0% of statements [2022-03-09T22:34:33.691Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreate [2022-03-09T22:34:33.891Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2022-03-09T22:34:35.031Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.012s coverage: 1.8% of statements [2022-03-09T22:34:35.759Z] --- PASS: TestBuildMultiStageParentConfig (3.28s) [2022-03-09T22:34:35.759Z] === RUN TestBuildLabelWithTargets [2022-03-09T22:34:35.759Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-09T22:34:35.759Z] --- SKIP: TestBuildLabelWithTargets (0.01s) [2022-03-09T22:34:35.759Z] === RUN TestBuildWithEmptyLayers [2022-03-09T22:34:36.405Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.297s coverage: 50.5% of statements [2022-03-09T22:34:36.802Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-09T22:34:36.802Z] INFO: Testing against a local daemon [2022-03-09T22:34:36.802Z] === RUN TestServiceCreateInit [2022-03-09T22:34:36.802Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-03-09T22:34:36.802Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:34:36.802Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-03-09T22:34:36.802Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:34:36.802Z] --- PASS: TestServiceCreateInit (0.04s) [2022-03-09T22:34:36.802Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-09T22:34:36.802Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-09T22:34:36.802Z] === RUN TestCreateServiceMultipleTimes [2022-03-09T22:34:36.802Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:34:36.802Z] --- SKIP: TestCreateServiceMultipleTimes (0.01s) [2022-03-09T22:34:36.802Z] === RUN TestCreateServiceConflict [2022-03-09T22:34:36.802Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:34:36.802Z] --- SKIP: TestCreateServiceConflict (0.00s) [2022-03-09T22:34:36.802Z] === RUN TestCreateServiceMaxReplicas [2022-03-09T22:34:36.802Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:34:36.802Z] --- SKIP: TestCreateServiceMaxReplicas (0.05s) [2022-03-09T22:34:36.802Z] === RUN TestCreateWithDuplicateNetworkNames [2022-03-09T22:34:36.802Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:34:36.802Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2022-03-09T22:34:36.802Z] === RUN TestCreateServiceSecretFileMode [2022-03-09T22:34:36.802Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:34:36.802Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2022-03-09T22:34:36.802Z] === RUN TestCreateServiceConfigFileMode [2022-03-09T22:34:36.802Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:34:36.802Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2022-03-09T22:34:36.802Z] === RUN TestCreateServiceSysctls [2022-03-09T22:34:36.802Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:34:36.802Z] --- SKIP: TestCreateServiceSysctls (0.06s) [2022-03-09T22:34:36.802Z] === RUN TestCreateServiceCapabilities [2022-03-09T22:34:36.802Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:34:36.802Z] --- SKIP: TestCreateServiceCapabilities (0.05s) [2022-03-09T22:34:36.802Z] === RUN TestInspect [2022-03-09T22:34:36.802Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:34:36.802Z] --- SKIP: TestInspect (0.00s) [2022-03-09T22:34:36.802Z] === RUN TestCreateJob [2022-03-09T22:34:36.802Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:34:36.802Z] --- SKIP: TestCreateJob (0.00s) [2022-03-09T22:34:36.802Z] === RUN TestReplicatedJob [2022-03-09T22:34:36.802Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:34:36.802Z] --- SKIP: TestReplicatedJob (0.00s) [2022-03-09T22:34:36.802Z] === RUN TestUpdateReplicatedJob [2022-03-09T22:34:36.802Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:34:36.802Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2022-03-09T22:34:36.802Z] === RUN TestServiceListWithStatuses [2022-03-09T22:34:36.802Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:34:36.802Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-03-09T22:34:36.802Z] === RUN TestDockerNetworkConnectAlias [2022-03-09T22:34:36.802Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:34:36.802Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2022-03-09T22:34:36.802Z] === RUN TestDockerNetworkReConnect [2022-03-09T22:34:36.802Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:34:36.802Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2022-03-09T22:34:36.802Z] === RUN TestServicePlugin [2022-03-09T22:34:36.802Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:34:36.802Z] --- SKIP: TestServicePlugin (0.00s) [2022-03-09T22:34:36.802Z] === RUN TestServiceUpdateLabel [2022-03-09T22:34:36.802Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T22:34:36.802Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2022-03-09T22:34:36.802Z] === RUN TestServiceUpdateSecrets [2022-03-09T22:34:36.802Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T22:34:36.802Z] --- SKIP: TestServiceUpdateSecrets (0.01s) [2022-03-09T22:34:36.802Z] === RUN TestServiceUpdateConfigs [2022-03-09T22:34:36.802Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T22:34:36.802Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2022-03-09T22:34:36.802Z] === RUN TestServiceUpdateNetwork [2022-03-09T22:34:36.802Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T22:34:36.802Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2022-03-09T22:34:36.802Z] === RUN TestServiceUpdatePidsLimit [2022-03-09T22:34:36.802Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T22:34:36.802Z] --- SKIP: TestServiceUpdatePidsLimit (0.00s) [2022-03-09T22:34:36.802Z] PASS [2022-03-09T22:34:36.802Z] ok github.com/docker/docker/integration/service 0.309s [2022-03-09T22:34:36.975Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.114s coverage: 45.9% of statements [2022-03-09T22:34:36.975Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-03-09T22:34:37.195Z] --- PASS: TestBuildWithEmptyLayers (1.77s) [2022-03-09T22:34:37.195Z] === RUN TestBuildMultiStageOnBuild [2022-03-09T22:34:37.259Z] [2022-03-09T22:34:37.259Z] === Skipped [2022-03-09T22:34:37.259Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-09T22:34:37.259Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:34:37.259Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-09T22:34:37.259Z] [2022-03-09T22:34:37.259Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-09T22:34:37.259Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:34:37.259Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-09T22:34:37.259Z] [2022-03-09T22:34:37.259Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.01s) [2022-03-09T22:34:37.259Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:34:37.259Z] [2022-03-09T22:34:37.259Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2022-03-09T22:34:37.259Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:34:37.259Z] [2022-03-09T22:34:37.259Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.05s) [2022-03-09T22:34:37.259Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:34:37.259Z] [2022-03-09T22:34:37.259Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2022-03-09T22:34:37.259Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:34:37.259Z] [2022-03-09T22:34:37.259Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2022-03-09T22:34:37.259Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:34:37.259Z] [2022-03-09T22:34:37.259Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2022-03-09T22:34:37.259Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:34:37.259Z] [2022-03-09T22:34:37.259Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.06s) [2022-03-09T22:34:37.259Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:34:37.259Z] [2022-03-09T22:34:37.259Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.05s) [2022-03-09T22:34:37.259Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:34:37.259Z] [2022-03-09T22:34:37.259Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2022-03-09T22:34:37.259Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:34:37.259Z] [2022-03-09T22:34:37.259Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2022-03-09T22:34:37.259Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:34:37.259Z] [2022-03-09T22:34:37.259Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2022-03-09T22:34:37.259Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:34:37.259Z] [2022-03-09T22:34:37.259Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2022-03-09T22:34:37.259Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:34:37.259Z] [2022-03-09T22:34:37.259Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2022-03-09T22:34:37.259Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:34:37.259Z] [2022-03-09T22:34:37.259Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2022-03-09T22:34:37.259Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:34:37.259Z] [2022-03-09T22:34:37.259Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2022-03-09T22:34:37.259Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:34:37.259Z] [2022-03-09T22:34:37.259Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2022-03-09T22:34:37.259Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:34:37.259Z] [2022-03-09T22:34:37.259Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2022-03-09T22:34:37.259Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T22:34:37.259Z] [2022-03-09T22:34:37.259Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.01s) [2022-03-09T22:34:37.259Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T22:34:37.259Z] [2022-03-09T22:34:37.259Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2022-03-09T22:34:37.259Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T22:34:37.259Z] [2022-03-09T22:34:37.259Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2022-03-09T22:34:37.259Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T22:34:37.259Z] [2022-03-09T22:34:37.259Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.00s) [2022-03-09T22:34:37.259Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T22:34:37.259Z] [2022-03-09T22:34:37.259Z] DONE 24 tests, 23 skipped in 3.294s [2022-03-09T22:34:37.259Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2022-03-09T22:34:37.596Z] --- PASS: TestRenameRunningContainerAndReuse (7.41s) [2022-03-09T22:34:37.596Z] === RUN TestRenameInvalidName [2022-03-09T22:34:38.351Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.008s coverage: 58.8% of statements [2022-03-09T22:34:38.351Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.756s coverage: 58.0% of statements [2022-03-09T22:34:38.351Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2022-03-09T22:34:38.351Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-03-09T22:34:39.429Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-09T22:34:39.429Z] INFO: Testing against a local daemon [2022-03-09T22:34:39.429Z] === RUN TestSessionCreate [2022-03-09T22:34:39.429Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-03-09T22:34:39.429Z] --- SKIP: TestSessionCreate (0.00s) [2022-03-09T22:34:39.429Z] === RUN TestSessionCreateWithBadUpgrade [2022-03-09T22:34:39.429Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-03-09T22:34:39.429Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2022-03-09T22:34:39.429Z] PASS [2022-03-09T22:34:39.429Z] ok github.com/docker/docker/integration/session 0.119s [2022-03-09T22:34:39.429Z] [2022-03-09T22:34:39.429Z] === Skipped [2022-03-09T22:34:39.429Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2022-03-09T22:34:39.429Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-03-09T22:34:39.429Z] [2022-03-09T22:34:39.429Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2022-03-09T22:34:39.429Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-03-09T22:34:39.429Z] [2022-03-09T22:34:39.429Z] DONE 2 tests, 2 skipped in 2.169s [2022-03-09T22:34:39.429Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2022-03-09T22:34:39.727Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.010s coverage: 2.9% of statements [2022-03-09T22:34:39.985Z] ok github.com/docker/docker/daemon/links 0.016s coverage: 93.0% of statements [2022-03-09T22:34:40.256Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2022-03-09T22:34:40.553Z] ok github.com/docker/docker/daemon/images 0.020s coverage: 6.8% of statements [2022-03-09T22:34:40.553Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-03-09T22:34:40.553Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-03-09T22:34:40.824Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2022-03-09T22:34:41.388Z] --- PASS: TestRenameInvalidName (3.86s) [2022-03-09T22:34:41.388Z] === RUN TestRenameAnonymousContainer [2022-03-09T22:34:41.489Z] ok github.com/docker/docker/daemon/logger 0.230s coverage: 43.0% of statements [2022-03-09T22:34:41.758Z] docker_api_swarm_service_test.go:128: [df981796cc73e] joining swarm manager [d39e58b04d0d2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-09T22:34:42.015Z] === RUN TestDockerSuite/TestPostContainersAttach [2022-03-09T22:34:42.056Z] ok github.com/docker/docker/daemon/logger/awslogs 0.158s coverage: 80.2% of statements [2022-03-09T22:34:42.056Z] ok github.com/docker/docker/daemon/logger/fluentd 0.006s coverage: 33.6% of statements [2022-03-09T22:34:42.056Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-03-09T22:34:42.324Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-09T22:34:42.324Z] INFO: Testing against a local daemon [2022-03-09T22:34:42.324Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-03-09T22:34:42.324Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:34:42.324Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-09T22:34:42.324Z] === RUN TestDiskUsage [2022-03-09T22:34:42.324Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2022-03-09T22:34:42.324Z] --- SKIP: TestDiskUsage (0.00s) [2022-03-09T22:34:42.324Z] === RUN TestEventsExecDie [2022-03-09T22:34:42.324Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-03-09T22:34:42.324Z] --- SKIP: TestEventsExecDie (0.00s) [2022-03-09T22:34:42.324Z] === RUN TestEventsBackwardsCompatible [2022-03-09T22:34:42.324Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-03-09T22:34:42.324Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2022-03-09T22:34:42.324Z] === RUN TestEventsVolumeCreate [2022-03-09T22:34:42.324Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-03-09T22:34:42.324Z] --- SKIP: TestEventsVolumeCreate (0.00s) [2022-03-09T22:34:42.324Z] === RUN TestInfoAPI [2022-03-09T22:34:42.324Z] --- PASS: TestInfoAPI (0.05s) [2022-03-09T22:34:42.324Z] === RUN TestInfoAPIWarnings [2022-03-09T22:34:42.324Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-09T22:34:42.324Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2022-03-09T22:34:42.324Z] === RUN TestInfoDebug [2022-03-09T22:34:42.324Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-09T22:34:42.324Z] --- SKIP: TestInfoDebug (0.00s) [2022-03-09T22:34:42.324Z] === RUN TestInfoInsecureRegistries [2022-03-09T22:34:42.324Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-09T22:34:42.324Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2022-03-09T22:34:42.324Z] === RUN TestInfoRegistryMirrors [2022-03-09T22:34:42.324Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-09T22:34:42.324Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2022-03-09T22:34:42.324Z] === RUN TestLoginFailsWithBadCredentials [2022-03-09T22:34:42.582Z] docker_api_swarm_service_test.go:129: [db68cab9a20ec] joining swarm manager [d39e58b04d0d2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-09T22:34:42.781Z] --- PASS: TestLoginFailsWithBadCredentials (1.04s) [2022-03-09T22:34:42.781Z] === RUN TestPingCacheHeaders [2022-03-09T22:34:42.781Z] --- PASS: TestPingCacheHeaders (0.04s) [2022-03-09T22:34:42.781Z] === RUN TestPingGet [2022-03-09T22:34:42.781Z] --- PASS: TestPingGet (0.04s) [2022-03-09T22:34:42.781Z] === RUN TestPingHead [2022-03-09T22:34:42.781Z] --- PASS: TestPingHead (0.04s) [2022-03-09T22:34:42.781Z] === RUN TestVersion [2022-03-09T22:34:42.781Z] --- PASS: TestVersion (0.04s) [2022-03-09T22:34:42.991Z] ok github.com/docker/docker/daemon/logger/gelf 0.013s coverage: 67.0% of statements [2022-03-09T22:34:42.991Z] ok github.com/docker/docker/daemon/logger/journald 0.005s coverage: 23.9% of statements [2022-03-09T22:34:43.237Z] PASS [2022-03-09T22:34:43.237Z] ok github.com/docker/docker/integration/system 1.312s [2022-03-09T22:34:43.237Z] [2022-03-09T22:34:43.237Z] === Skipped [2022-03-09T22:34:43.237Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-09T22:34:43.237Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:34:43.237Z] [2022-03-09T22:34:43.237Z] === SKIP: github.com/docker/docker/integration/system TestDiskUsage (0.00s) [2022-03-09T22:34:43.237Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2022-03-09T22:34:43.237Z] [2022-03-09T22:34:43.237Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2022-03-09T22:34:43.237Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-03-09T22:34:43.237Z] [2022-03-09T22:34:43.237Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2022-03-09T22:34:43.237Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-03-09T22:34:43.237Z] [2022-03-09T22:34:43.237Z] === SKIP: github.com/docker/docker/integration/system TestEventsVolumeCreate (0.00s) [2022-03-09T22:34:43.237Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-03-09T22:34:43.237Z] [2022-03-09T22:34:43.238Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2022-03-09T22:34:43.238Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-09T22:34:43.238Z] [2022-03-09T22:34:43.238Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2022-03-09T22:34:43.238Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-09T22:34:43.238Z] [2022-03-09T22:34:43.238Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2022-03-09T22:34:43.238Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-09T22:34:43.238Z] [2022-03-09T22:34:43.238Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2022-03-09T22:34:43.238Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-09T22:34:43.238Z] [2022-03-09T22:34:43.238Z] DONE 15 tests, 9 skipped in 3.601s [2022-03-09T22:34:43.238Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2022-03-09T22:34:43.250Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.010s coverage: 87.2% of statements [2022-03-09T22:34:43.508Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.008s coverage: 69.9% of statements [2022-03-09T22:34:44.075Z] ok github.com/docker/docker/daemon/logger/local 0.037s coverage: 78.7% of statements [2022-03-09T22:34:44.075Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-03-09T22:34:44.483Z] docker_api_swarm_service_test.go:137: [d0604783368b0] joining swarm manager [d39e58b04d0d2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2022-03-09T22:34:44.642Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.062s coverage: 58.2% of statements [2022-03-09T22:34:44.900Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.062s coverage: 31.5% of statements [2022-03-09T22:34:45.425Z] docker_api_swarm_service_test.go:138: [dc533192ccebf] joining swarm manager [d39e58b04d0d2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2022-03-09T22:34:45.835Z] ok github.com/docker/docker/daemon/logger/syslog 0.012s coverage: 46.8% of statements [2022-03-09T22:34:46.093Z] ok github.com/docker/docker/daemon/logger/templates 0.002s coverage: 8.3% of statements [2022-03-09T22:34:46.135Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-09T22:34:46.135Z] INFO: Testing against a local daemon [2022-03-09T22:34:46.135Z] === RUN TestVolumesCreateAndList [2022-03-09T22:34:46.135Z] --- PASS: TestVolumesCreateAndList (0.06s) [2022-03-09T22:34:46.135Z] === RUN TestVolumesRemove [2022-03-09T22:34:46.135Z] --- PASS: TestVolumesRemove (0.19s) [2022-03-09T22:34:46.135Z] === RUN TestVolumesInspect [2022-03-09T22:34:46.135Z] --- PASS: TestVolumesInspect (0.06s) [2022-03-09T22:34:46.135Z] === RUN TestVolumesInvalidJSON [2022-03-09T22:34:46.135Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-03-09T22:34:46.135Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-03-09T22:34:46.135Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-03-09T22:34:46.135Z] --- PASS: TestVolumesInvalidJSON (0.04s) [2022-03-09T22:34:46.135Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2022-03-09T22:34:46.135Z] PASS [2022-03-09T22:34:46.135Z] ok github.com/docker/docker/integration/volume 0.414s [2022-03-09T22:34:46.135Z] [2022-03-09T22:34:46.135Z] DONE 5 tests in 2.904s [2022-03-09T22:34:46.135Z] INFO: make.ps1 ended at 03/09/2022 22:34:46 [2022-03-09T22:34:46.135Z] INFO: Integration CLI tests being run from the host: [2022-03-09T22:34:46.135Z] 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-09T22:34:46.661Z] ok github.com/docker/docker/daemon/network 0.004s coverage: 63.8% of statements [2022-03-09T22:34:47.229Z] ok github.com/docker/docker/daemon/logger/splunk 1.619s coverage: 82.5% of statements [2022-03-09T22:34:47.229Z] ? github.com/docker/docker/daemon/names [no test files] [2022-03-09T22:34:47.229Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-03-09T22:34:48.164Z] ok github.com/docker/docker/distribution/metadata 0.022s coverage: 48.2% of statements [2022-03-09T22:34:48.705Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2022-03-09T22:34:48.705Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2022-03-09T22:34:48.705Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2022-03-09T22:34:48.705Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2022-03-09T22:34:48.705Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2022-03-09T22:34:48.730Z] ok github.com/docker/docker/distribution 0.622s coverage: 28.4% of statements [2022-03-09T22:34:48.730Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-03-09T22:34:49.221Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2022-03-09T22:34:49.221Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2022-03-09T22:34:49.300Z] ok github.com/docker/docker/errdefs 0.005s coverage: 53.1% of statements [2022-03-09T22:34:49.479Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2022-03-09T22:34:49.479Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2022-03-09T22:34:49.867Z] ok github.com/docker/docker/image 0.028s coverage: 86.9% of statements [2022-03-09T22:34:50.414Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2022-03-09T22:34:50.414Z] === RUN TestDockerSuite/TestPruneContainerLabel [2022-03-09T22:34:50.433Z] ok github.com/docker/docker/image/cache 0.006s coverage: 19.2% of statements [2022-03-09T22:34:50.999Z] ok github.com/docker/docker/image/tarexport 0.010s coverage: 0.7% of statements [2022-03-09T22:34:50.999Z] ok github.com/docker/docker/distribution/xfer 1.916s coverage: 84.9% of statements [2022-03-09T22:34:50.999Z] ? github.com/docker/docker/dockerversion [no test files] [2022-03-09T22:34:51.257Z] ok github.com/docker/docker/image/v1 0.014s coverage: 25.0% of statements [2022-03-09T22:34:51.257Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-03-09T22:34:51.823Z] ok github.com/docker/docker/libcontainerd/queue 0.033s coverage: 100.0% of statements [2022-03-09T22:34:52.319Z] === RUN TestDockerSuite/TestPruneContainerUntil [2022-03-09T22:34:52.757Z] ok github.com/docker/docker/oci 0.013s coverage: 43.3% of statements [2022-03-09T22:34:53.253Z] === RUN TestDockerSuite/TestPruneNetworkLabel [2022-03-09T22:34:53.323Z] ok github.com/docker/docker/opts 0.019s coverage: 67.4% of statements [2022-03-09T22:34:53.323Z] ok github.com/docker/docker/pkg/aaparser 0.002s coverage: 52.9% of statements [2022-03-09T22:34:53.819Z] === RUN TestDockerSuite/TestPruneVolumeLabel [2022-03-09T22:34:53.819Z] === RUN TestDockerSuite/TestPsByOrder [2022-03-09T22:34:55.223Z] ok github.com/docker/docker/pkg/archive 0.310s coverage: 82.5% of statements [2022-03-09T22:34:55.481Z] ok github.com/docker/docker/pkg/authorization 0.153s coverage: 68.3% of statements [2022-03-09T22:34:55.719Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2022-03-09T22:34:55.739Z] ok github.com/docker/docker/pkg/broadcaster 0.002s coverage: 100.0% of statements [2022-03-09T22:34:55.739Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2022-03-09T22:34:56.285Z] === RUN TestDockerSuite/TestPsListContainersBase [2022-03-09T22:34:56.335Z] --- PASS: TestRenameAnonymousContainer (14.09s) [2022-03-09T22:34:56.335Z] === RUN TestRenameContainerWithSameName [2022-03-09T22:34:58.185Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2022-03-09T22:34:58.526Z] --- PASS: TestBuildMultiStageOnBuild (20.02s) [2022-03-09T22:34:58.526Z] === RUN TestBuildUncleanTarFilenames [2022-03-09T22:34:58.526Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-09T22:34:58.526Z] --- SKIP: TestBuildUncleanTarFilenames (0.01s) [2022-03-09T22:34:58.526Z] === RUN TestBuildMultiStageLayerLeak [2022-03-09T22:34:58.538Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-09T22:34:58.538Z] INFO: Testing against a local daemon [2022-03-09T22:34:58.538Z] === RUN TestDockerSuite [2022-03-09T22:34:58.538Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2022-03-09T22:34:58.538Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2022-03-09T22:34:58.538Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-03-09T22:34:58.538Z] === RUN TestDockerSuite/TestAPIErrorJSON [2022-03-09T22:34:58.538Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2022-03-09T22:34:58.538Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2022-03-09T22:34:58.538Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2022-03-09T22:34:58.538Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-03-09T22:34:58.538Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2022-03-09T22:34:58.538Z] === RUN TestDockerSuite/TestAPIImagesDelete [2022-03-09T22:34:59.018Z] ok github.com/docker/docker/pkg/chrootarchive 2.474s coverage: 43.5% of statements [2022-03-09T22:34:59.018Z] ok github.com/docker/docker/pkg/containerfs 0.004s coverage: 6.7% of statements [2022-03-09T22:34:59.276Z] ok github.com/docker/docker/pkg/directory 0.003s coverage: 80.0% of statements [2022-03-09T22:34:59.276Z] ok github.com/docker/docker/pkg/dmesg 0.004s coverage: 83.3% of statements [2022-03-09T22:34:59.503Z] === RUN TestDockerSuite/TestAPIImagesFilter [2022-03-09T22:34:59.842Z] ok github.com/docker/docker/layer 7.079s coverage: 69.0% of statements [2022-03-09T22:34:59.842Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-03-09T22:34:59.842Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-03-09T22:34:59.842Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-03-09T22:34:59.842Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-03-09T22:34:59.842Z] ? github.com/docker/docker/oci/caps [no test files] [2022-03-09T22:34:59.842Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-03-09T22:34:59.960Z] === RUN TestDockerSuite/TestAPIImagesHistory [2022-03-09T22:35:00.100Z] ok github.com/docker/docker/pkg/filenotify 0.603s coverage: 67.0% of statements [2022-03-09T22:35:00.128Z] --- PASS: TestRenameContainerWithSameName (4.05s) [2022-03-09T22:35:00.129Z] === RUN TestRenameContainerWithLinkedContainer [2022-03-09T22:35:00.129Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-03-09T22:35:00.129Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2022-03-09T22:35:00.129Z] === RUN TestResize [2022-03-09T22:35:00.359Z] ok github.com/docker/docker/pkg/fileutils 0.018s coverage: 87.2% of statements [2022-03-09T22:35:00.617Z] ok github.com/docker/docker/pkg/homedir 0.003s coverage: 11.4% of statements [2022-03-09T22:35:00.617Z] ok github.com/docker/docker/pkg/fsutils 0.135s coverage: 85.1% of statements [2022-03-09T22:35:00.927Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2022-03-09T22:35:01.385Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2022-03-09T22:35:01.469Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2022-03-09T22:35:01.469Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2022-03-09T22:35:01.993Z] ok github.com/docker/docker/pkg/idtools 0.505s coverage: 69.5% of statements [2022-03-09T22:35:01.993Z] ok github.com/docker/docker/pkg/ioutils 0.442s coverage: 70.1% of statements [2022-03-09T22:35:02.251Z] ok github.com/docker/docker/pkg/longpath 0.011s coverage: 100.0% of statements [2022-03-09T22:35:02.251Z] ok github.com/docker/docker/pkg/jsonmessage 0.006s coverage: 91.7% of statements [2022-03-09T22:35:02.251Z] ? github.com/docker/docker/pkg/loopback [no test files] [2022-03-09T22:35:02.509Z] ok github.com/docker/docker/pkg/namesgenerator 0.002s coverage: 85.7% of statements [2022-03-09T22:35:02.509Z] ok github.com/docker/docker/pkg/parsers 0.002s coverage: 97.0% of statements [2022-03-09T22:35:02.767Z] ok github.com/docker/docker/pkg/parsers/kernel 0.005s coverage: 60.0% of statements [2022-03-09T22:35:02.767Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.009s coverage: 86.7% of statements [2022-03-09T22:35:03.025Z] ok github.com/docker/docker/pkg/pidfile 0.003s coverage: 82.4% of statements [2022-03-09T22:35:03.025Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-03-09T22:35:03.025Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-03-09T22:35:03.592Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.008s coverage: 56.8% of statements [2022-03-09T22:35:03.922Z] --- PASS: TestResize (4.00s) [2022-03-09T22:35:03.922Z] === RUN TestResizeWithInvalidSize [2022-03-09T22:35:03.999Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2022-03-09T22:35:04.159Z] ok github.com/docker/docker/pkg/plugins/transport 0.003s coverage: 85.7% of statements [2022-03-09T22:35:04.159Z] ok github.com/docker/docker/pkg/pools 0.003s coverage: 88.2% of statements [2022-03-09T22:35:04.417Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2022-03-09T22:35:05.788Z] ok github.com/docker/docker/pkg/pubsub 1.037s coverage: 75.0% of statements [2022-03-09T22:35:05.789Z] ok github.com/docker/docker/pkg/reexec 0.008s coverage: 82.4% of statements [2022-03-09T22:35:06.047Z] ok github.com/docker/docker/pkg/stack 0.004s coverage: 90.9% of statements [2022-03-09T22:35:06.047Z] ok github.com/docker/docker/pkg/stdcopy 0.003s coverage: 100.0% of statements [2022-03-09T22:35:06.306Z] ok github.com/docker/docker/pkg/streamformatter 0.003s coverage: 66.2% of statements [2022-03-09T22:35:06.564Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2022-03-09T22:35:07.130Z] ok github.com/docker/docker/pkg/sysinfo 0.005s coverage: 53.8% of statements [2022-03-09T22:35:07.295Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesEmptyList [2022-03-09T22:35:07.389Z] ok github.com/docker/docker/pkg/system 0.003s coverage: 42.3% of statements [2022-03-09T22:35:07.647Z] ok github.com/docker/docker/pkg/tailfile 0.056s coverage: 88.6% of statements [2022-03-09T22:35:07.723Z] --- PASS: TestResizeWithInvalidSize (3.60s) [2022-03-09T22:35:07.723Z] === RUN TestResizeWhenContainerNotStarted [2022-03-09T22:35:08.214Z] ok github.com/docker/docker/pkg/tarsum 0.039s coverage: 89.3% of statements [2022-03-09T22:35:08.482Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2022-03-09T22:35:08.482Z] ok github.com/docker/docker/pkg/urlutil 0.002s coverage: 100.0% of statements [2022-03-09T22:35:08.758Z] ok github.com/docker/docker/pkg/useragent 0.002s coverage: 88.9% of statements [2022-03-09T22:35:09.195Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2022-03-09T22:35:10.130Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2022-03-09T22:35:10.656Z] ok github.com/docker/docker/plugin 0.515s coverage: 23.2% of statements [2022-03-09T22:35:10.657Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.4% of statements [2022-03-09T22:35:10.677Z] --- PASS: TestResizeWhenContainerNotStarted (3.59s) [2022-03-09T22:35:10.677Z] === RUN TestDaemonRestartKillContainers [2022-03-09T22:35:10.677Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:35:10.677Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2022-03-09T22:35:10.677Z] === RUN TestStats [2022-03-09T22:35:10.677Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-03-09T22:35:10.677Z] --- SKIP: TestStats (0.00s) [2022-03-09T22:35:10.677Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-03-09T22:35:10.915Z] ok github.com/docker/docker/profiles/seccomp 0.012s coverage: 86.0% of statements [2022-03-09T22:35:11.063Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2022-03-09T22:35:11.630Z] docker_api_swarm_service_test.go:304: [d594016c8c4b4] joining swarm manager [d43909c474016]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-09T22:35:12.290Z] ok github.com/docker/docker/quota 0.262s coverage: 71.4% of statements [2022-03-09T22:35:12.290Z] ok github.com/docker/docker/reference 0.006s coverage: 83.7% of statements [2022-03-09T22:35:12.565Z] docker_api_swarm_service_test.go:304: [d42684cb12437] joining swarm manager [d43909c474016]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-09T22:35:12.824Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2022-03-09T22:35:13.226Z] ok github.com/docker/docker/registry 0.050s coverage: 58.3% of statements [2022-03-09T22:35:13.484Z] ok github.com/docker/docker/registry/resumable 0.016s coverage: 100.0% of statements [2022-03-09T22:35:13.742Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 45.3% of statements [2022-03-09T22:35:14.200Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2022-03-09T22:35:14.308Z] ok github.com/docker/docker/runconfig 0.007s coverage: 65.7% of statements [2022-03-09T22:35:14.308Z] ok github.com/docker/docker/testutil 0.003s coverage: 62.5% of statements [2022-03-09T22:35:15.133Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2022-03-09T22:35:16.439Z] --- PASS: TestBuildMultiStageLayerLeak (17.75s) [2022-03-09T22:35:16.439Z] === RUN TestBuildWithHugeFile [2022-03-09T22:35:16.837Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2022-03-09T22:35:17.032Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2022-03-09T22:35:17.403Z] ok github.com/docker/docker/volume/local 0.111s coverage: 76.4% of statements [2022-03-09T22:35:17.970Z] ok github.com/docker/docker/volume/mounts 0.009s coverage: 67.7% of statements [2022-03-09T22:35:18.405Z] === RUN TestDockerSuite/TestPsListContainersSize [2022-03-09T22:35:18.902Z] ok github.com/docker/docker/volume/service 0.015s coverage: 72.3% of statements [2022-03-09T22:35:18.972Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2022-03-09T22:35:18.972Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2022-03-09T22:35:19.538Z] === RUN TestDockerSuite/TestPsRightTagName [2022-03-09T22:35:21.109Z] --- PASS: TestStopContainerWithRestartPolicyAlways (9.58s) [2022-03-09T22:35:21.109Z] === RUN TestStopContainerWithTimeout [2022-03-09T22:35:21.109Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2022-03-09T22:35:21.109Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2022-03-09T22:35:21.109Z] === RUN TestUpdateRestartPolicy [2022-03-09T22:35:21.439Z] === RUN TestDockerSuite/TestPsShowMounts [2022-03-09T22:35:23.346Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2022-03-09T22:35:23.346Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2022-03-09T22:35:23.346Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2022-03-09T22:35:23.346Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2022-03-09T22:35:23.620Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2022-03-09T22:35:23.889Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2022-03-09T22:35:23.889Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2022-03-09T22:35:24.147Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2022-03-09T22:35:25.082Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2022-03-09T22:35:26.018Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2022-03-09T22:35:26.585Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2022-03-09T22:35:31.852Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2022-03-09T22:35:32.110Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2022-03-09T22:35:33.048Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2022-03-09T22:35:33.985Z] docker_api_swarm_service_test.go:100: [da6dff53d4a7a] joining swarm manager [d7b092b9f026c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-09T22:35:34.921Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2022-03-09T22:35:34.921Z] === RUN TestDockerSuite/TestRestartPolicyNO [2022-03-09T22:35:34.921Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2022-03-09T22:35:34.921Z] docker_api_swarm_service_test.go:101: [db419a2d6c36e] joining swarm manager [d7b092b9f026c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-09T22:35:35.180Z] === RUN TestDockerSuite/TestRestartRunningContainer [2022-03-09T22:35:37.711Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2022-03-09T22:35:39.089Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2022-03-09T22:35:40.816Z] ok github.com/docker/docker/pkg/plugins 33.639s coverage: 76.3% of statements [2022-03-09T22:35:40.816Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-03-09T22:35:40.816Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-03-09T22:35:40.816Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-03-09T22:35:40.816Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-03-09T22:35:40.816Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2022-03-09T22:35:40.816Z] ? github.com/docker/docker/rootless [no test files] [2022-03-09T22:35:40.816Z] ? github.com/docker/docker/rootless/specconv [no test files] [2022-03-09T22:35:40.816Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-03-09T22:35:40.816Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-03-09T22:35:40.816Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-03-09T22:35:40.816Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-03-09T22:35:40.816Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-03-09T22:35:40.816Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-03-09T22:35:40.816Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-03-09T22:35:40.816Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-03-09T22:35:40.816Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-03-09T22:35:40.816Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-03-09T22:35:40.816Z] ? github.com/docker/docker/testutil/request [no test files] [2022-03-09T22:35:40.816Z] ? github.com/docker/docker/volume [no test files] [2022-03-09T22:35:40.816Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-03-09T22:35:40.816Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-03-09T22:35:40.816Z] [2022-03-09T22:35:40.816Z] === Skipped [2022-03-09T22:35:40.816Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-03-09T22:35:40.816Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-03-09T22:35:40.816Z] [2022-03-09T22:35:40.816Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-03-09T22:35:40.816Z] network_proxy_test.go:208: No support for dual stack yet [2022-03-09T22:35:40.816Z] [2022-03-09T22:35:40.816Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-03-09T22:35:40.816Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-03-09T22:35:40.816Z] [2022-03-09T22:35:40.816Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-03-09T22:35:40.816Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-03-09T22:35:40.816Z] [2022-03-09T22:35:40.816Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2022-03-09T22:35:40.816Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-09T22:35:40.816Z] graphtest_unix.go:44: Driver btrfs not supported [2022-03-09T22:35:40.816Z] [2022-03-09T22:35:40.816Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2022-03-09T22:35:40.816Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-09T22:35:40.816Z] graphtest_unix.go:44: Driver btrfs not supported [2022-03-09T22:35:40.816Z] [2022-03-09T22:35:40.816Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2022-03-09T22:35:40.816Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-09T22:35:40.816Z] graphtest_unix.go:44: Driver btrfs not supported [2022-03-09T22:35:40.816Z] [2022-03-09T22:35:40.816Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2022-03-09T22:35:40.816Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-09T22:35:40.816Z] graphtest_unix.go:44: Driver btrfs not supported [2022-03-09T22:35:40.816Z] [2022-03-09T22:35:40.816Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2022-03-09T22:35:40.816Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-09T22:35:40.816Z] graphtest_unix.go:44: Driver btrfs not supported [2022-03-09T22:35:40.816Z] [2022-03-09T22:35:40.816Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2022-03-09T22:35:40.816Z] graphtest_unix.go:71: No driver to put! [2022-03-09T22:35:40.816Z] [2022-03-09T22:35:40.816Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2022-03-09T22:35:40.816Z] time="2022-03-09T22:34:34Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-03-09T22:35:40.816Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-03-09T22:35:40.816Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-03-09T22:35:40.816Z] [2022-03-09T22:35:40.816Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2022-03-09T22:35:40.816Z] time="2022-03-09T22:34:34Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-03-09T22:35:40.816Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-03-09T22:35:40.816Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-03-09T22:35:40.816Z] [2022-03-09T22:35:40.816Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2022-03-09T22:35:40.816Z] time="2022-03-09T22:34:34Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-03-09T22:35:40.816Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-03-09T22:35:40.816Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-03-09T22:35:40.816Z] [2022-03-09T22:35:40.816Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2022-03-09T22:35:40.816Z] time="2022-03-09T22:34:34Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-03-09T22:35:40.816Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-03-09T22:35:40.816Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-03-09T22:35:40.816Z] [2022-03-09T22:35:40.816Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2022-03-09T22:35:40.816Z] time="2022-03-09T22:34:34Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-03-09T22:35:40.816Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-03-09T22:35:40.816Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-03-09T22:35:40.816Z] [2022-03-09T22:35:40.816Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2022-03-09T22:35:40.816Z] graphtest_unix.go:71: No driver to put! [2022-03-09T22:35:40.816Z] [2022-03-09T22:35:40.816Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2022-03-09T22:35:40.816Z] overlay_test.go:45: Fails to compute changes after apply intermittently [2022-03-09T22:35:40.816Z] [2022-03-09T22:35:40.816Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2022-03-09T22:35:40.816Z] overlay_test.go:50: Fails to compute changes intermittently [2022-03-09T22:35:40.816Z] [2022-03-09T22:35:40.816Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2022-03-09T22:35:40.816Z] overlay_test.go:65: Cannot run test with naive change algorithm [2022-03-09T22:35:40.816Z] [2022-03-09T22:35:40.816Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2022-03-09T22:35:40.816Z] graphtest_unix.go:314: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2022-03-09T22:35:40.816Z] [2022-03-09T22:35:40.816Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2022-03-09T22:35:40.816Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-09T22:35:40.816Z] graphtest_unix.go:44: Driver zfs not supported [2022-03-09T22:35:40.816Z] [2022-03-09T22:35:40.816Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2022-03-09T22:35:40.816Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-09T22:35:40.816Z] graphtest_unix.go:44: Driver zfs not supported [2022-03-09T22:35:40.816Z] [2022-03-09T22:35:40.816Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2022-03-09T22:35:40.816Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-09T22:35:40.816Z] graphtest_unix.go:44: Driver zfs not supported [2022-03-09T22:35:40.816Z] [2022-03-09T22:35:40.816Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2022-03-09T22:35:40.816Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-09T22:35:40.816Z] graphtest_unix.go:44: Driver zfs not supported [2022-03-09T22:35:40.816Z] [2022-03-09T22:35:40.816Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2022-03-09T22:35:40.816Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-09T22:35:40.816Z] graphtest_unix.go:44: Driver zfs not supported [2022-03-09T22:35:40.816Z] [2022-03-09T22:35:40.816Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2022-03-09T22:35:40.816Z] graphtest_unix.go:71: No driver to put! [2022-03-09T22:35:40.816Z] [2022-03-09T22:35:40.816Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2022-03-09T22:35:40.816Z] sysinfo_linux_test.go:87: AppArmor Must be Disabled [2022-03-09T22:35:40.816Z] [2022-03-09T22:35:40.816Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2022-03-09T22:35:40.816Z] sysinfo_linux_test.go:107: cgroup namespaces must be disabled [2022-03-09T22:35:40.816Z] [2022-03-09T22:35:40.816Z] DONE 2323 tests, 28 skipped in 222.663s [2022-03-09T22:35:40.816Z] + '[' -n 'github.com/docker/docker/libnetwork [2022-03-09T22:35:40.816Z] github.com/docker/docker/libnetwork/bitseq [2022-03-09T22:35:40.816Z] github.com/docker/docker/libnetwork/cluster [2022-03-09T22:35:40.816Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-09T22:35:40.816Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-09T22:35:40.816Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-09T22:35:40.816Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-09T22:35:40.816Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-09T22:35:40.816Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-09T22:35:40.816Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-09T22:35:40.816Z] github.com/docker/docker/libnetwork/config [2022-03-09T22:35:40.816Z] github.com/docker/docker/libnetwork/datastore [2022-03-09T22:35:40.816Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-09T22:35:40.816Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-09T22:35:40.816Z] github.com/docker/docker/libnetwork/driverapi [2022-03-09T22:35:40.816Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-09T22:35:40.816Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-09T22:35:40.816Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-09T22:35:40.816Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-09T22:35:40.816Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-09T22:35:40.816Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-09T22:35:40.816Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-09T22:35:40.816Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-09T22:35:40.816Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-09T22:35:40.816Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-09T22:35:40.816Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-09T22:35:40.816Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-09T22:35:40.816Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-09T22:35:40.816Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-09T22:35:40.816Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-09T22:35:40.816Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-09T22:35:40.816Z] github.com/docker/docker/libnetwork/etchosts [2022-03-09T22:35:40.816Z] github.com/docker/docker/libnetwork/idm [2022-03-09T22:35:40.816Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-09T22:35:40.816Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-09T22:35:40.816Z] github.com/docker/docker/libnetwork/ipam [2022-03-09T22:35:40.816Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-09T22:35:40.816Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-09T22:35:40.816Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-09T22:35:40.816Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-09T22:35:40.816Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-09T22:35:40.816Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-09T22:35:40.816Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-09T22:35:40.816Z] github.com/docker/docker/libnetwork/iptables [2022-03-09T22:35:40.816Z] github.com/docker/docker/libnetwork/netlabel [2022-03-09T22:35:40.816Z] github.com/docker/docker/libnetwork/netutils [2022-03-09T22:35:40.816Z] github.com/docker/docker/libnetwork/networkdb [2022-03-09T22:35:40.816Z] github.com/docker/docker/libnetwork/ns [2022-03-09T22:35:40.816Z] github.com/docker/docker/libnetwork/options [2022-03-09T22:35:40.816Z] github.com/docker/docker/libnetwork/osl [2022-03-09T22:35:40.816Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-09T22:35:40.816Z] github.com/docker/docker/libnetwork/portallocator [2022-03-09T22:35:40.816Z] github.com/docker/docker/libnetwork/portmapper [2022-03-09T22:35:40.816Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-09T22:35:40.816Z] github.com/docker/docker/libnetwork/testutils [2022-03-09T22:35:40.816Z] github.com/docker/docker/libnetwork/types' ']' [2022-03-09T22:35:40.816Z] + 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-09T22:35:40.988Z] === RUN TestDockerSuite/TestRestartWithVolumes [2022-03-09T22:35:41.923Z] === RUN TestDockerSuite/TestRmiBlank [2022-03-09T22:35:41.923Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2022-03-09T22:35:41.923Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2022-03-09T22:35:44.469Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2022-03-09T22:35:44.726Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2022-03-09T22:35:44.984Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2022-03-09T22:35:46.358Z] === RUN TestDockerSuite/TestRmiImgIDForce [2022-03-09T22:35:46.924Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2022-03-09T22:35:47.860Z] === RUN TestDockerSuite/TestRmiParentImageFail [2022-03-09T22:35:48.427Z] === RUN TestDockerSuite/TestRmiTag [2022-03-09T22:35:48.686Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2022-03-09T22:35:49.253Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2022-03-09T22:35:51.371Z] --- PASS: TestUpdateRestartPolicy (27.41s) [2022-03-09T22:35:51.371Z] === RUN TestUpdateRestartWithAutoRemove [2022-03-09T22:35:51.828Z] --- PASS: TestUpdateRestartWithAutoRemove (3.72s) [2022-03-09T22:35:51.828Z] === RUN TestWaitNonBlocked [2022-03-09T22:35:51.828Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-09T22:35:51.828Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-09T22:35:51.828Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-09T22:35:51.828Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-09T22:35:51.828Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-09T22:35:51.828Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-09T22:35:52.537Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2022-03-09T22:35:53.473Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2022-03-09T22:35:53.473Z] check_test.go:379: [da6dff53d4a7a] daemon is not started [2022-03-09T22:35:54.039Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2022-03-09T22:35:54.297Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2022-03-09T22:35:55.232Z] === RUN TestDockerSuite/TestRunAddHost [2022-03-09T22:35:55.798Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2022-03-09T22:35:55.798Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2022-03-09T22:35:56.367Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2022-03-09T22:35:56.367Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2022-03-09T22:35:56.932Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2022-03-09T22:35:57.598Z] --- PASS: TestWaitNonBlocked (0.04s) [2022-03-09T22:35:57.598Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (4.61s) [2022-03-09T22:35:57.598Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (5.30s) [2022-03-09T22:35:57.598Z] === RUN TestWaitBlocked [2022-03-09T22:35:57.598Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T22:35:57.598Z] --- SKIP: TestWaitBlocked (0.00s) [2022-03-09T22:35:57.598Z] PASS [2022-03-09T22:35:57.598Z] ok github.com/docker/docker/integration/container 135.417s [2022-03-09T22:35:57.598Z] [2022-03-09T22:35:57.598Z] === Skipped [2022-03-09T22:35:57.598Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2022-03-09T22:35:57.598Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-09T22:35:57.598Z] [2022-03-09T22:35:57.598Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2022-03-09T22:35:57.598Z] copy_test.go:81: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:35:57.598Z] [2022-03-09T22:35:57.598Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2022-03-09T22:35:57.598Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-03-09T22:35:57.598Z] [2022-03-09T22:35:57.598Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2022-03-09T22:35:57.598Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:35:57.598Z] [2022-03-09T22:35:57.598Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2022-03-09T22:35:57.598Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T22:35:57.598Z] [2022-03-09T22:35:57.598Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2022-03-09T22:35:57.598Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T22:35:57.598Z] [2022-03-09T22:35:57.598Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-03-09T22:35:57.598Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-03-09T22:35:57.598Z] [2022-03-09T22:35:57.598Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.04s) [2022-03-09T22:35:57.598Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-03-09T22:35:57.598Z] [2022-03-09T22:35:57.598Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2022-03-09T22:35:57.598Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:35:57.598Z] [2022-03-09T22:35:57.598Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2022-03-09T22:35:57.598Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-03-09T22:35:57.598Z] [2022-03-09T22:35:57.598Z] === SKIP: github.com/docker/docker/integration/container TestExecWithCloseStdin (0.00s) [2022-03-09T22:35:57.598Z] exec_test.go:20: testEnv.RuntimeIsWindowsContainerd(): FIXME. Hang on Windows + containerd combination [2022-03-09T22:35:57.598Z] [2022-03-09T22:35:57.598Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2022-03-09T22:35:57.598Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-03-09T22:35:57.598Z] [2022-03-09T22:35:57.598Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2022-03-09T22:35:57.598Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:35:57.598Z] [2022-03-09T22:35:57.598Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2022-03-09T22:35:57.598Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:35:57.598Z] [2022-03-09T22:35:57.598Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2022-03-09T22:35:57.598Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-03-09T22:35:57.598Z] [2022-03-09T22:35:57.598Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2022-03-09T22:35:57.598Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-03-09T22:35:57.598Z] [2022-03-09T22:35:57.598Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2022-03-09T22:35:57.598Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-03-09T22:35:57.598Z] [2022-03-09T22:35:57.598Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2022-03-09T22:35:57.598Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-03-09T22:35:57.598Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-03-09T22:35:57.598Z] [2022-03-09T22:35:57.598Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-03-09T22:35:57.598Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-09T22:35:57.598Z] [2022-03-09T22:35:57.598Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2022-03-09T22:35:57.598Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-09T22:35:57.598Z] [2022-03-09T22:35:57.598Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2022-03-09T22:35:57.598Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-09T22:35:57.598Z] [2022-03-09T22:35:57.598Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2022-03-09T22:35:57.598Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-03-09T22:35:57.598Z] [2022-03-09T22:35:57.598Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2022-03-09T22:35:57.598Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:35:57.598Z] [2022-03-09T22:35:57.598Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2022-03-09T22:35:57.598Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-09T22:35:57.598Z] [2022-03-09T22:35:57.598Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2022-03-09T22:35:57.598Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-03-09T22:35:57.598Z] [2022-03-09T22:35:57.598Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2022-03-09T22:35:57.598Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-03-09T22:35:57.598Z] [2022-03-09T22:35:57.598Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2022-03-09T22:35:57.598Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-03-09T22:35:57.598Z] [2022-03-09T22:35:57.598Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2022-03-09T22:35:57.598Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:35:57.598Z] [2022-03-09T22:35:57.598Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2022-03-09T22:35:57.598Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-03-09T22:35:57.598Z] [2022-03-09T22:35:57.598Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2022-03-09T22:35:57.598Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-03-09T22:35:57.598Z] [2022-03-09T22:35:57.598Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2022-03-09T22:35:57.598Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:35:57.598Z] [2022-03-09T22:35:57.598Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2022-03-09T22:35:57.598Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-03-09T22:35:57.598Z] [2022-03-09T22:35:57.598Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2022-03-09T22:35:57.598Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2022-03-09T22:35:57.598Z] [2022-03-09T22:35:57.598Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2022-03-09T22:35:57.598Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T22:35:57.598Z] [2022-03-09T22:35:57.598Z] DONE 87 tests, 34 skipped in 138.249s [2022-03-09T22:35:57.598Z] Running D:\gopath\src\github.com\docker\docker\integration\daemon [2022-03-09T22:35:57.866Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2022-03-09T22:35:58.124Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2022-03-09T22:35:58.690Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2022-03-09T22:35:58.948Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesStateReporting [2022-03-09T22:35:59.514Z] === RUN TestDockerSuite/TestRunApparmorProcDirectory [2022-03-09T22:36:00.450Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2022-03-09T22:36:01.025Z] docker_api_swarm_service_test.go:533: [db769baff77e2] joining swarm manager [ddd58be9ec301]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-09T22:36:01.591Z] === RUN TestDockerSuite/TestRunAttachDetach [2022-03-09T22:36:02.157Z] === RUN TestDockerSuite/TestRunAttachDetachFromConfig [2022-03-09T22:36:02.415Z] docker_api_swarm_service_test.go:534: [d2bd0359148df] joining swarm manager [ddd58be9ec301]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-09T22:36:02.981Z] === RUN TestDockerSuite/TestRunAttachDetachFromFlag [2022-03-09T22:36:03.547Z] === RUN TestDockerSuite/TestRunAttachDetachFromInvalidFlag [2022-03-09T22:36:04.115Z] === RUN TestDockerSuite/TestRunAttachDetachKeysOverrideConfig [2022-03-09T22:36:05.051Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2022-03-09T22:36:06.431Z] === RUN TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved [2022-03-09T22:36:07.365Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2022-03-09T22:36:07.624Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2022-03-09T22:36:08.192Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2022-03-09T22:36:08.759Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2022-03-09T22:36:08.759Z] === RUN TestDockerSuite/TestRunBindMounts [2022-03-09T22:36:10.134Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2022-03-09T22:36:10.701Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2022-03-09T22:36:11.266Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2022-03-09T22:36:11.524Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2022-03-09T22:36:12.091Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2022-03-09T22:36:12.091Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2022-03-09T22:36:12.349Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2022-03-09T22:36:12.917Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2022-03-09T22:36:13.485Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2022-03-09T22:36:13.743Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2022-03-09T22:36:14.311Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2022-03-09T22:36:14.311Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2022-03-09T22:36:14.876Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2022-03-09T22:36:14.876Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2022-03-09T22:36:15.442Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2022-03-09T22:36:16.029Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2022-03-09T22:36:16.600Z] === RUN TestDockerSuite/TestRunContainerNetwork [2022-03-09T22:36:16.858Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2022-03-09T22:36:16.858Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2022-03-09T22:36:17.424Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2022-03-09T22:36:18.358Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2022-03-09T22:36:19.293Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2022-03-09T22:36:19.523Z] ok github.com/docker/docker/libnetwork 37.263s coverage: 40.7% of statements [2022-03-09T22:36:19.524Z] ok github.com/docker/docker/libnetwork/bitseq 0.119s coverage: 84.4% of statements [2022-03-09T22:36:19.524Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-03-09T22:36:20.227Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2022-03-09T22:36:20.487Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2022-03-09T22:36:20.899Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-03-09T22:36:21.055Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2022-03-09T22:36:21.159Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-03-09T22:36:21.159Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-03-09T22:36:21.159Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-03-09T22:36:21.159Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-03-09T22:36:21.159Z] ? github.com/docker/docker/libnetwork/cmd/ovrouter [no test files] [2022-03-09T22:36:21.159Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-03-09T22:36:21.312Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2022-03-09T22:36:21.418Z] ok github.com/docker/docker/libnetwork/config 0.014s coverage: 19.7% of statements [2022-03-09T22:36:21.677Z] ok github.com/docker/docker/libnetwork/datastore 0.003s coverage: 21.9% of statements [2022-03-09T22:36:21.677Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-03-09T22:36:21.677Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-03-09T22:36:21.878Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2022-03-09T22:36:21.936Z] ok github.com/docker/docker/libnetwork/driverapi 0.002s coverage: 68.9% of statements [2022-03-09T22:36:22.444Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2022-03-09T22:36:22.853Z] === RUN TestConfigDaemonLibtrustID [2022-03-09T22:36:22.853Z] daemon_test.go:26: runtime.GOOS == "windows" [2022-03-09T22:36:22.853Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2022-03-09T22:36:22.853Z] === RUN TestDaemonConfigValidation [2022-03-09T22:36:22.853Z] daemon_test.go:45: runtime.GOOS == "windows" [2022-03-09T22:36:22.853Z] --- SKIP: TestDaemonConfigValidation (0.00s) [2022-03-09T22:36:22.853Z] === RUN TestConfigDaemonSeccompProfiles [2022-03-09T22:36:22.853Z] daemon_test.go:111: runtime.GOOS == "windows" [2022-03-09T22:36:22.853Z] --- SKIP: TestConfigDaemonSeccompProfiles (0.00s) [2022-03-09T22:36:22.853Z] === RUN TestDaemonProxy [2022-03-09T22:36:22.853Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-03-09T22:36:22.853Z] --- SKIP: TestDaemonProxy (0.00s) [2022-03-09T22:36:22.853Z] PASS [2022-03-09T22:36:22.853Z] ok github.com/docker/docker/integration/daemon 0.133s [2022-03-09T22:36:22.853Z] [2022-03-09T22:36:22.853Z] === Skipped [2022-03-09T22:36:22.853Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonLibtrustID (0.00s) [2022-03-09T22:36:22.853Z] daemon_test.go:26: runtime.GOOS == "windows" [2022-03-09T22:36:22.853Z] [2022-03-09T22:36:22.853Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonConfigValidation (0.00s) [2022-03-09T22:36:22.853Z] daemon_test.go:45: runtime.GOOS == "windows" [2022-03-09T22:36:22.853Z] [2022-03-09T22:36:22.853Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonSeccompProfiles (0.00s) [2022-03-09T22:36:22.853Z] daemon_test.go:111: runtime.GOOS == "windows" [2022-03-09T22:36:22.853Z] [2022-03-09T22:36:22.853Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonProxy (0.00s) [2022-03-09T22:36:22.853Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-03-09T22:36:22.853Z] [2022-03-09T22:36:22.853Z] DONE 4 tests, 4 skipped in 24.473s [2022-03-09T22:36:22.853Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2022-03-09T22:36:23.378Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2022-03-09T22:36:24.464Z] ok github.com/docker/docker/libnetwork/drivers/bridge 1.370s coverage: 59.9% of statements [2022-03-09T22:36:24.723Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-03-09T22:36:24.723Z] ok github.com/docker/docker/libnetwork/drivers/host 0.002s coverage: 34.8% of statements [2022-03-09T22:36:24.753Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdate [2022-03-09T22:36:25.321Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2022-03-09T22:36:25.321Z] === RUN TestDockerSuite/TestRunCreateVolume [2022-03-09T22:36:25.656Z] ok github.com/docker/docker/libnetwork/drivers/ipvlan 0.240s coverage: 4.0% of statements [2022-03-09T22:36:25.656Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-03-09T22:36:25.889Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2022-03-09T22:36:25.915Z] ok github.com/docker/docker/libnetwork/drivers/macvlan 0.015s coverage: 4.5% of statements [2022-03-09T22:36:25.915Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-03-09T22:36:26.173Z] ok github.com/docker/docker/libnetwork/drivers/null 0.002s coverage: 34.8% of statements [2022-03-09T22:36:26.577Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-09T22:36:26.577Z] INFO: Testing against a local daemon [2022-03-09T22:36:26.577Z] === RUN TestCommitInheritsEnv [2022-03-09T22:36:26.577Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-09T22:36:26.577Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2022-03-09T22:36:26.577Z] === RUN TestImportExtremelyLargeImageWorks [2022-03-09T22:36:26.577Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-03-09T22:36:26.577Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2022-03-09T22:36:26.577Z] === RUN TestImportWithCustomPlatform [2022-03-09T22:36:26.577Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-03-09T22:36:26.577Z] --- SKIP: TestImportWithCustomPlatform (0.00s) [2022-03-09T22:36:26.577Z] === RUN TestImagesFilterMultiReference [2022-03-09T22:36:26.577Z] --- PASS: TestImagesFilterMultiReference (0.12s) [2022-03-09T22:36:26.577Z] === RUN TestImagePullPlatformInvalid [2022-03-09T22:36:26.577Z] --- PASS: TestImagePullPlatformInvalid (0.04s) [2022-03-09T22:36:26.577Z] === RUN TestRemoveImageOrphaning [2022-03-09T22:36:26.824Z] docker_api_swarm_service_test.go:148: [d33b5901ae32a] joining swarm manager [d98b4728b3f70]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-09T22:36:27.391Z] docker_api_swarm_service_test.go:148: [d704fd4477ecb] joining swarm manager [d98b4728b3f70]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-09T22:36:27.649Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2022-03-09T22:36:28.134Z] --- PASS: TestRemoveImageOrphaning (1.27s) [2022-03-09T22:36:28.134Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-03-09T22:36:28.134Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.05s) [2022-03-09T22:36:28.134Z] === RUN TestTagInvalidReference [2022-03-09T22:36:28.134Z] --- PASS: TestTagInvalidReference (0.04s) [2022-03-09T22:36:28.134Z] === RUN TestTagValidPrefixedRepo [2022-03-09T22:36:28.134Z] --- PASS: TestTagValidPrefixedRepo (0.08s) [2022-03-09T22:36:28.134Z] === RUN TestTagExistedNameWithoutForce [2022-03-09T22:36:28.134Z] --- PASS: TestTagExistedNameWithoutForce (0.05s) [2022-03-09T22:36:28.134Z] === RUN TestTagOfficialNames [2022-03-09T22:36:28.134Z] --- PASS: TestTagOfficialNames (0.15s) [2022-03-09T22:36:28.134Z] === RUN TestTagMatchesDigest [2022-03-09T22:36:28.134Z] --- PASS: TestTagMatchesDigest (0.03s) [2022-03-09T22:36:28.134Z] PASS [2022-03-09T22:36:28.134Z] ok github.com/docker/docker/integration/image 1.913s [2022-03-09T22:36:28.591Z] [2022-03-09T22:36:28.591Z] === Skipped [2022-03-09T22:36:28.591Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2022-03-09T22:36:28.591Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-09T22:36:28.591Z] [2022-03-09T22:36:28.591Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2022-03-09T22:36:28.591Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-03-09T22:36:28.591Z] [2022-03-09T22:36:28.591Z] === SKIP: github.com/docker/docker/integration/image TestImportWithCustomPlatform (0.00s) [2022-03-09T22:36:28.591Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-03-09T22:36:28.591Z] [2022-03-09T22:36:28.591Z] DONE 12 tests, 3 skipped in 6.569s [2022-03-09T22:36:28.591Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2022-03-09T22:36:29.552Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2022-03-09T22:36:30.768Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-09T22:36:30.768Z] INFO: Testing against a local daemon [2022-03-09T22:36:30.768Z] === RUN TestNetworkCreateDelete [2022-03-09T22:36:30.768Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T22:36:30.768Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2022-03-09T22:36:30.768Z] === RUN TestDockerNetworkDeletePreferID [2022-03-09T22:36:30.768Z] 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-09T22:36:30.768Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2022-03-09T22:36:30.768Z] === RUN TestDaemonDNSFallback [2022-03-09T22:36:30.768Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T22:36:30.768Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2022-03-09T22:36:30.768Z] === RUN TestInspectNetwork [2022-03-09T22:36:30.768Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-03-09T22:36:30.768Z] --- SKIP: TestInspectNetwork (0.00s) [2022-03-09T22:36:30.768Z] === RUN TestRunContainerWithBridgeNone [2022-03-09T22:36:30.768Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T22:36:30.768Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2022-03-09T22:36:30.768Z] === RUN TestNetworkInvalidJSON [2022-03-09T22:36:30.768Z] === RUN TestNetworkInvalidJSON//networks/create [2022-03-09T22:36:30.768Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-03-09T22:36:30.768Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-03-09T22:36:30.768Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-03-09T22:36:30.768Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-09T22:36:30.768Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-09T22:36:30.768Z] === CONT TestNetworkInvalidJSON//networks/create [2022-03-09T22:36:30.768Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-03-09T22:36:30.768Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-09T22:36:30.768Z] --- PASS: TestNetworkInvalidJSON (0.05s) [2022-03-09T22:36:30.768Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2022-03-09T22:36:30.768Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.01s) [2022-03-09T22:36:30.768Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.01s) [2022-03-09T22:36:30.768Z] === RUN TestNetworkList [2022-03-09T22:36:30.768Z] === RUN TestNetworkList//networks [2022-03-09T22:36:30.768Z] === PAUSE TestNetworkList//networks [2022-03-09T22:36:30.768Z] === RUN TestNetworkList//networks/ [2022-03-09T22:36:30.768Z] === PAUSE TestNetworkList//networks/ [2022-03-09T22:36:30.768Z] === CONT TestNetworkList//networks [2022-03-09T22:36:30.768Z] === CONT TestNetworkList//networks/ [2022-03-09T22:36:30.768Z] --- PASS: TestNetworkList (0.04s) [2022-03-09T22:36:30.768Z] --- PASS: TestNetworkList//networks (0.00s) [2022-03-09T22:36:30.768Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-03-09T22:36:30.768Z] === RUN TestHostIPv4BridgeLabel [2022-03-09T22:36:30.768Z] network_test.go:128: testEnv.OSType == "windows" [2022-03-09T22:36:30.768Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2022-03-09T22:36:30.768Z] === RUN TestDaemonRestartWithLiveRestore [2022-03-09T22:36:30.768Z] service_test.go:30: testEnv.OSType == "windows" [2022-03-09T22:36:30.768Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2022-03-09T22:36:30.768Z] === RUN TestDaemonDefaultNetworkPools [2022-03-09T22:36:30.768Z] service_test.go:59: testEnv.OSType == "windows" [2022-03-09T22:36:30.768Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2022-03-09T22:36:30.768Z] === RUN TestDaemonRestartWithExistingNetwork [2022-03-09T22:36:30.768Z] service_test.go:103: testEnv.OSType == "windows" [2022-03-09T22:36:30.927Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2022-03-09T22:36:31.223Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2022-03-09T22:36:31.223Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-03-09T22:36:31.223Z] service_test.go:137: testEnv.OSType == "windows" [2022-03-09T22:36:31.223Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-03-09T22:36:31.223Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-03-09T22:36:31.223Z] service_test.go:188: testEnv.OSType == "windows" [2022-03-09T22:36:31.223Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-03-09T22:36:31.223Z] === RUN TestServiceWithPredefinedNetwork [2022-03-09T22:36:31.223Z] service_test.go:213: testEnv.OSType == "windows" [2022-03-09T22:36:31.223Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2022-03-09T22:36:31.223Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-03-09T22:36:31.223Z] service_test.go:243: FLAKY_TEST [2022-03-09T22:36:31.223Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-09T22:36:31.223Z] === RUN TestServiceWithDataPathPortInit [2022-03-09T22:36:31.223Z] service_test.go:334: testEnv.OSType == "windows" [2022-03-09T22:36:31.223Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2022-03-09T22:36:31.223Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-03-09T22:36:31.223Z] service_test.go:402: testEnv.OSType == "windows" [2022-03-09T22:36:31.223Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2022-03-09T22:36:31.223Z] PASS [2022-03-09T22:36:31.223Z] ok github.com/docker/docker/integration/network 0.212s [2022-03-09T22:36:31.223Z] [2022-03-09T22:36:31.223Z] === Skipped [2022-03-09T22:36:31.223Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2022-03-09T22:36:31.223Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T22:36:31.223Z] [2022-03-09T22:36:31.223Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2022-03-09T22:36:31.223Z] 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-09T22:36:31.223Z] [2022-03-09T22:36:31.223Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2022-03-09T22:36:31.223Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T22:36:31.223Z] [2022-03-09T22:36:31.223Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2022-03-09T22:36:31.223Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-03-09T22:36:31.223Z] [2022-03-09T22:36:31.223Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2022-03-09T22:36:31.223Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T22:36:31.223Z] [2022-03-09T22:36:31.223Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2022-03-09T22:36:31.223Z] network_test.go:128: testEnv.OSType == "windows" [2022-03-09T22:36:31.223Z] [2022-03-09T22:36:31.223Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2022-03-09T22:36:31.223Z] service_test.go:30: testEnv.OSType == "windows" [2022-03-09T22:36:31.223Z] [2022-03-09T22:36:31.223Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2022-03-09T22:36:31.223Z] service_test.go:59: testEnv.OSType == "windows" [2022-03-09T22:36:31.223Z] [2022-03-09T22:36:31.223Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2022-03-09T22:36:31.223Z] service_test.go:103: testEnv.OSType == "windows" [2022-03-09T22:36:31.223Z] [2022-03-09T22:36:31.223Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-03-09T22:36:31.223Z] service_test.go:137: testEnv.OSType == "windows" [2022-03-09T22:36:31.223Z] [2022-03-09T22:36:31.223Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-03-09T22:36:31.223Z] service_test.go:188: testEnv.OSType == "windows" [2022-03-09T22:36:31.223Z] [2022-03-09T22:36:31.223Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2022-03-09T22:36:31.223Z] service_test.go:213: testEnv.OSType == "windows" [2022-03-09T22:36:31.223Z] [2022-03-09T22:36:31.223Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-09T22:36:31.223Z] service_test.go:243: FLAKY_TEST [2022-03-09T22:36:31.223Z] [2022-03-09T22:36:31.224Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2022-03-09T22:36:31.224Z] service_test.go:334: testEnv.OSType == "windows" [2022-03-09T22:36:31.224Z] [2022-03-09T22:36:31.224Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2022-03-09T22:36:31.224Z] service_test.go:402: testEnv.OSType == "windows" [2022-03-09T22:36:31.224Z] [2022-03-09T22:36:31.224Z] DONE 22 tests, 15 skipped in 2.712s [2022-03-09T22:36:31.224Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2022-03-09T22:36:32.185Z] testing: warning: no tests to run [2022-03-09T22:36:32.185Z] PASS [2022-03-09T22:36:32.185Z] ok github.com/docker/docker/integration/network/ipvlan 0.088s [2022-03-09T22:36:32.185Z] [2022-03-09T22:36:32.185Z] DONE 0 tests in 0.798s [2022-03-09T22:36:32.185Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2022-03-09T22:36:32.841Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2022-03-09T22:36:32.841Z] docker_cli_run_test.go:4017: unmatched requirement DaemonIsWindows [2022-03-09T22:36:32.841Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2022-03-09T22:36:32.841Z] docker_cli_run_test.go:4036: unmatched requirement DaemonIsWindows [2022-03-09T22:36:32.841Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2022-03-09T22:36:33.104Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2022-03-09T22:36:33.148Z] testing: warning: no tests to run [2022-03-09T22:36:33.148Z] PASS [2022-03-09T22:36:33.148Z] ok github.com/docker/docker/integration/network/macvlan 0.083s [2022-03-09T22:36:33.148Z] [2022-03-09T22:36:33.148Z] DONE 0 tests in 0.819s [2022-03-09T22:36:33.148Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2022-03-09T22:36:34.037Z] === RUN TestDockerSuite/TestRunDNSOptions [2022-03-09T22:36:34.113Z] testing: warning: no tests to run [2022-03-09T22:36:34.114Z] PASS [2022-03-09T22:36:34.114Z] ok github.com/docker/docker/integration/plugin 0.092s [2022-03-09T22:36:34.114Z] [2022-03-09T22:36:34.114Z] DONE 0 tests in 0.834s [2022-03-09T22:36:34.114Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2022-03-09T22:36:34.972Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2022-03-09T22:36:35.083Z] testing: warning: no tests to run [2022-03-09T22:36:35.083Z] PASS [2022-03-09T22:36:35.083Z] ok github.com/docker/docker/integration/plugin/authz 0.088s [2022-03-09T22:36:35.083Z] [2022-03-09T22:36:35.083Z] DONE 0 tests in 0.894s [2022-03-09T22:36:35.083Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2022-03-09T22:36:36.135Z] ok github.com/docker/docker/libnetwork/drivers/overlay 7.684s coverage: 7.2% of statements [2022-03-09T22:36:36.135Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-03-09T22:36:36.135Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.003s coverage: 63.6% of statements [2022-03-09T22:36:36.135Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.008s coverage: 57.4% of statements [2022-03-09T22:36:36.135Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-03-09T22:36:36.135Z] ? github.com/docker/docker/libnetwork/drivers/windows [no test files] [2022-03-09T22:36:36.135Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-03-09T22:36:36.345Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2022-03-09T22:36:36.393Z] ok github.com/docker/docker/libnetwork/drvregistry 0.014s coverage: 82.4% of statements [2022-03-09T22:36:36.393Z] ok github.com/docker/docker/libnetwork/etchosts 0.011s coverage: 81.2% of statements [2022-03-09T22:36:36.651Z] ok github.com/docker/docker/libnetwork/idm 0.002s coverage: 87.5% of statements [2022-03-09T22:36:36.909Z] ok github.com/docker/docker/libnetwork/internal/caller 0.002s coverage: 100.0% of statements [2022-03-09T22:36:36.912Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2022-03-09T22:36:37.847Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2022-03-09T22:36:38.414Z] === RUN TestDockerSuite/TestRunDeviceDirectory [2022-03-09T22:36:38.414Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2022-03-09T22:36:38.414Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2022-03-09T22:36:38.981Z] === RUN TestDockerSuite/TestRunDeviceSymlink [2022-03-09T22:36:39.916Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2022-03-09T22:36:39.916Z] === RUN TestDockerSuite/TestRunDuplicateMount [2022-03-09T22:36:40.175Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2022-03-09T22:36:40.742Z] === RUN TestDockerSuite/TestRunEchoStdout [2022-03-09T22:36:40.869Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-09T22:36:40.869Z] INFO: Testing against a local daemon [2022-03-09T22:36:40.869Z] === RUN TestPluginInvalidJSON [2022-03-09T22:36:40.869Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-03-09T22:36:40.869Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-03-09T22:36:40.869Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-03-09T22:36:40.869Z] --- PASS: TestPluginInvalidJSON (0.04s) [2022-03-09T22:36:40.869Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2022-03-09T22:36:40.869Z] === RUN TestPluginInstall [2022-03-09T22:36:40.869Z] plugin_test.go:63: testEnv.OSType == "windows" [2022-03-09T22:36:40.869Z] --- SKIP: TestPluginInstall (0.00s) [2022-03-09T22:36:40.869Z] === RUN TestPluginsWithRuntimes [2022-03-09T22:36:40.869Z] plugin_test.go:172: testEnv.OSType == "windows" [2022-03-09T22:36:40.869Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2022-03-09T22:36:40.869Z] === RUN TestPluginBackCompatMediaTypes [2022-03-09T22:36:40.869Z] plugin_test.go:234: testEnv.OSType == "windows" [2022-03-09T22:36:40.869Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2022-03-09T22:36:40.869Z] PASS [2022-03-09T22:36:40.869Z] ok github.com/docker/docker/integration/plugin/common 0.124s [2022-03-09T22:36:40.869Z] [2022-03-09T22:36:40.869Z] === Skipped [2022-03-09T22:36:40.869Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2022-03-09T22:36:40.869Z] plugin_test.go:63: testEnv.OSType == "windows" [2022-03-09T22:36:40.869Z] [2022-03-09T22:36:40.869Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s) [2022-03-09T22:36:40.869Z] plugin_test.go:172: testEnv.OSType == "windows" [2022-03-09T22:36:40.869Z] [2022-03-09T22:36:40.869Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s) [2022-03-09T22:36:40.869Z] plugin_test.go:234: testEnv.OSType == "windows" [2022-03-09T22:36:40.869Z] [2022-03-09T22:36:40.869Z] DONE 5 tests, 3 skipped in 5.113s [2022-03-09T22:36:40.869Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2022-03-09T22:36:41.000Z] === RUN TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit [2022-03-09T22:36:41.566Z] === RUN TestDockerSuite/TestRunEmptyEnv [2022-03-09T22:36:41.566Z] === RUN TestDockerSuite/TestRunEntrypoint [2022-03-09T22:36:42.134Z] === RUN TestDockerSuite/TestRunEnvironment [2022-03-09T22:36:42.589Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2022-03-09T22:36:42.600Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2022-03-09T22:36:42.600Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2022-03-09T22:36:42.600Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2022-03-09T22:36:42.600Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-03-09T22:36:42.600Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2022-03-09T22:36:42.600Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-03-09T22:36:42.600Z] === RUN TestDockerSuite/TestAPINetworkFilter [2022-03-09T22:36:42.600Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-03-09T22:36:42.600Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2022-03-09T22:36:42.600Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-03-09T22:36:42.600Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2022-03-09T22:36:42.600Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-03-09T22:36:42.600Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2022-03-09T22:36:42.600Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-03-09T22:36:42.600Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2022-03-09T22:36:42.600Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-03-09T22:36:42.600Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2022-03-09T22:36:42.600Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2022-03-09T22:36:42.600Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-03-09T22:36:42.600Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2022-03-09T22:36:42.600Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2022-03-09T22:36:42.600Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-03-09T22:36:42.600Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2022-03-09T22:36:42.600Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-03-09T22:36:42.600Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2022-03-09T22:36:42.600Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2022-03-09T22:36:42.847Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2022-03-09T22:36:43.058Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2022-03-09T22:36:43.058Z] docker_cli_run_test.go:3149: unmatched requirement Apparmor [2022-03-09T22:36:43.058Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2022-03-09T22:36:43.058Z] docker_cli_run_test.go:3127: unmatched requirement Apparmor [2022-03-09T22:36:43.058Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2022-03-09T22:36:43.058Z] docker_cli_run_test.go:3139: unmatched requirement DaemonIsLinux [2022-03-09T22:36:43.058Z] === RUN TestDockerSuite/TestAttachDisconnect [2022-03-09T22:36:43.058Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-03-09T22:36:43.058Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2022-03-09T22:36:43.081Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-09T22:36:43.081Z] INFO: Testing against a local daemon [2022-03-09T22:36:43.081Z] === RUN TestExternalGraphDriver [2022-03-09T22:36:43.081Z] external_test.go:47: runtime.GOOS == "windows" [2022-03-09T22:36:43.081Z] --- SKIP: TestExternalGraphDriver (0.02s) [2022-03-09T22:36:43.081Z] === RUN TestGraphdriverPluginV2 [2022-03-09T22:36:43.081Z] external_test.go:407: runtime.GOOS == "windows" [2022-03-09T22:36:43.081Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2022-03-09T22:36:43.081Z] PASS [2022-03-09T22:36:43.081Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.137s [2022-03-09T22:36:43.414Z] === RUN TestDockerSuite/TestRunExitCode [2022-03-09T22:36:43.549Z] [2022-03-09T22:36:43.549Z] === Skipped [2022-03-09T22:36:43.549Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.02s) [2022-03-09T22:36:43.549Z] external_test.go:47: runtime.GOOS == "windows" [2022-03-09T22:36:43.549Z] [2022-03-09T22:36:43.549Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2022-03-09T22:36:43.549Z] external_test.go:407: runtime.GOOS == "windows" [2022-03-09T22:36:43.549Z] [2022-03-09T22:36:43.549Z] DONE 2 tests, 2 skipped in 2.931s [2022-03-09T22:36:43.549Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2022-03-09T22:36:43.986Z] === RUN TestDockerSuite/TestRunExitCodeOne [2022-03-09T22:36:44.553Z] === RUN TestDockerSuite/TestRunExitCodeZero [2022-03-09T22:36:44.811Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2022-03-09T22:36:45.746Z] === RUN TestDockerSuite/TestRunExposePort [2022-03-09T22:36:45.746Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2022-03-09T22:36:46.006Z] === RUN TestDockerSuite/TestRunGroupAdd [2022-03-09T22:36:46.443Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-09T22:36:46.443Z] INFO: Testing against a local daemon [2022-03-09T22:36:46.443Z] === RUN TestReadPluginNoRead [2022-03-09T22:36:46.443Z] read_test.go:21: no unix domain sockets on Windows [2022-03-09T22:36:46.443Z] --- SKIP: TestReadPluginNoRead (0.00s) [2022-03-09T22:36:46.443Z] PASS [2022-03-09T22:36:46.443Z] ok github.com/docker/docker/integration/plugin/logging 0.116s [2022-03-09T22:36:46.443Z] [2022-03-09T22:36:46.443Z] === Skipped [2022-03-09T22:36:46.443Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2022-03-09T22:36:46.443Z] read_test.go:21: no unix domain sockets on Windows [2022-03-09T22:36:46.443Z] [2022-03-09T22:36:46.443Z] DONE 1 tests, 1 skipped in 2.671s [2022-03-09T22:36:46.443Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2022-03-09T22:36:46.572Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2022-03-09T22:36:46.777Z] === RUN TestDockerSuite/TestAttachPausedContainer [2022-03-09T22:36:46.777Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-03-09T22:36:46.777Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2022-03-09T22:36:46.777Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-03-09T22:36:46.777Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2022-03-09T22:36:47.038Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.006s coverage: 100.0% of statements [2022-03-09T22:36:47.508Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2022-03-09T22:36:47.508Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2022-03-09T22:36:47.508Z] docker_cli_run_test.go:4119: unmatched requirement DaemonIsWindows [2022-03-09T22:36:47.508Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2022-03-09T22:36:47.977Z] testing: warning: no tests to run [2022-03-09T22:36:47.977Z] PASS [2022-03-09T22:36:47.977Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.112s [2022-03-09T22:36:47.977Z] [2022-03-09T22:36:47.977Z] DONE 0 tests in 1.289s [2022-03-09T22:36:47.977Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2022-03-09T22:36:50.087Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2022-03-09T22:36:50.087Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2022-03-09T22:36:50.231Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-09T22:36:50.232Z] INFO: Testing against a local daemon [2022-03-09T22:36:50.232Z] === RUN TestPluginWithDevMounts [2022-03-09T22:36:50.232Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:36:50.232Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2022-03-09T22:36:50.232Z] PASS [2022-03-09T22:36:50.232Z] ok github.com/docker/docker/integration/plugin/volumes 0.105s [2022-03-09T22:36:50.689Z] [2022-03-09T22:36:50.689Z] === Skipped [2022-03-09T22:36:50.689Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2022-03-09T22:36:50.689Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:36:50.689Z] [2022-03-09T22:36:50.689Z] DONE 1 tests, 1 skipped in 2.564s [2022-03-09T22:36:50.689Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2022-03-09T22:36:52.862Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-09T22:36:52.862Z] INFO: Testing against a local daemon [2022-03-09T22:36:52.862Z] === RUN TestSecretInspect [2022-03-09T22:36:52.862Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:36:52.862Z] --- SKIP: TestSecretInspect (0.00s) [2022-03-09T22:36:52.862Z] === RUN TestSecretList [2022-03-09T22:36:52.862Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:36:52.862Z] --- SKIP: TestSecretList (0.00s) [2022-03-09T22:36:52.862Z] === RUN TestSecretsCreateAndDelete [2022-03-09T22:36:52.862Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:36:52.862Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2022-03-09T22:36:52.862Z] === RUN TestSecretsUpdate [2022-03-09T22:36:52.862Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:36:52.862Z] --- SKIP: TestSecretsUpdate (0.00s) [2022-03-09T22:36:52.862Z] === RUN TestTemplatedSecret [2022-03-09T22:36:52.862Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:36:52.862Z] --- SKIP: TestTemplatedSecret (0.00s) [2022-03-09T22:36:52.862Z] === RUN TestSecretCreateResolve [2022-03-09T22:36:52.862Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T22:36:52.862Z] --- SKIP: TestSecretCreateResolve (0.00s) [2022-03-09T22:36:52.862Z] PASS [2022-03-09T22:36:52.862Z] ok github.com/docker/docker/integration/secret 0.129s [2022-03-09T22:36:52.862Z] [2022-03-09T22:36:52.862Z] === Skipped [2022-03-09T22:36:52.862Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2022-03-09T22:36:52.862Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:36:52.862Z] [2022-03-09T22:36:52.862Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2022-03-09T22:36:52.862Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:36:52.862Z] [2022-03-09T22:36:52.862Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2022-03-09T22:36:52.862Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:36:52.862Z] [2022-03-09T22:36:52.862Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2022-03-09T22:36:52.862Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:36:52.862Z] [2022-03-09T22:36:52.862Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2022-03-09T22:36:52.862Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:36:52.862Z] [2022-03-09T22:36:52.862Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2022-03-09T22:36:52.862Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T22:36:52.862Z] [2022-03-09T22:36:52.862Z] DONE 6 tests, 6 skipped in 2.049s [2022-03-09T22:36:52.862Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2022-03-09T22:36:53.833Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2022-03-09T22:36:55.760Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-09T22:36:55.760Z] INFO: Testing against a local daemon [2022-03-09T22:36:55.760Z] === RUN TestServiceCreateInit [2022-03-09T22:36:55.760Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-03-09T22:36:55.760Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:36:55.760Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-03-09T22:36:55.760Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:36:55.760Z] --- PASS: TestServiceCreateInit (0.05s) [2022-03-09T22:36:55.760Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-09T22:36:55.760Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-09T22:36:55.760Z] === RUN TestCreateServiceMultipleTimes [2022-03-09T22:36:55.760Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:36:55.760Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2022-03-09T22:36:55.760Z] === RUN TestCreateServiceConflict [2022-03-09T22:36:55.760Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:36:55.760Z] --- SKIP: TestCreateServiceConflict (0.00s) [2022-03-09T22:36:55.760Z] === RUN TestCreateServiceMaxReplicas [2022-03-09T22:36:55.760Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:36:55.760Z] --- SKIP: TestCreateServiceMaxReplicas (0.04s) [2022-03-09T22:36:55.760Z] === RUN TestCreateWithDuplicateNetworkNames [2022-03-09T22:36:55.760Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:36:55.760Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2022-03-09T22:36:55.760Z] === RUN TestCreateServiceSecretFileMode [2022-03-09T22:36:55.760Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:36:55.760Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2022-03-09T22:36:55.760Z] === RUN TestCreateServiceConfigFileMode [2022-03-09T22:36:55.760Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:36:55.760Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2022-03-09T22:36:55.760Z] === RUN TestCreateServiceSysctls [2022-03-09T22:36:55.760Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:36:55.760Z] --- SKIP: TestCreateServiceSysctls (0.04s) [2022-03-09T22:36:55.760Z] === RUN TestCreateServiceCapabilities [2022-03-09T22:36:55.760Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:36:55.760Z] --- SKIP: TestCreateServiceCapabilities (0.03s) [2022-03-09T22:36:55.760Z] === RUN TestInspect [2022-03-09T22:36:55.760Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:36:55.760Z] --- SKIP: TestInspect (0.00s) [2022-03-09T22:36:55.760Z] === RUN TestCreateJob [2022-03-09T22:36:55.760Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:36:55.760Z] --- SKIP: TestCreateJob (0.00s) [2022-03-09T22:36:55.760Z] === RUN TestReplicatedJob [2022-03-09T22:36:55.760Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:36:55.760Z] --- SKIP: TestReplicatedJob (0.00s) [2022-03-09T22:36:55.760Z] === RUN TestUpdateReplicatedJob [2022-03-09T22:36:55.760Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:36:55.760Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2022-03-09T22:36:55.760Z] === RUN TestServiceListWithStatuses [2022-03-09T22:36:55.760Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:36:55.760Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-03-09T22:36:55.760Z] === RUN TestDockerNetworkConnectAlias [2022-03-09T22:36:55.760Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:36:55.760Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2022-03-09T22:36:55.760Z] === RUN TestDockerNetworkReConnect [2022-03-09T22:36:55.760Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:36:55.760Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2022-03-09T22:36:55.760Z] === RUN TestServicePlugin [2022-03-09T22:36:55.760Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:36:55.760Z] --- SKIP: TestServicePlugin (0.00s) [2022-03-09T22:36:55.760Z] === RUN TestServiceUpdateLabel [2022-03-09T22:36:55.760Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T22:36:55.760Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2022-03-09T22:36:55.760Z] === RUN TestServiceUpdateSecrets [2022-03-09T22:36:55.760Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T22:36:55.760Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2022-03-09T22:36:55.760Z] === RUN TestServiceUpdateConfigs [2022-03-09T22:36:55.760Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T22:36:55.760Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2022-03-09T22:36:55.760Z] === RUN TestServiceUpdateNetwork [2022-03-09T22:36:55.760Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T22:36:55.760Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2022-03-09T22:36:55.760Z] === RUN TestServiceUpdatePidsLimit [2022-03-09T22:36:55.760Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T22:36:55.760Z] --- SKIP: TestServiceUpdatePidsLimit (0.00s) [2022-03-09T22:36:55.760Z] PASS [2022-03-09T22:36:55.760Z] ok github.com/docker/docker/integration/service 0.271s [2022-03-09T22:36:55.760Z] [2022-03-09T22:36:55.760Z] === Skipped [2022-03-09T22:36:55.760Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-09T22:36:55.760Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:36:55.760Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-09T22:36:55.760Z] [2022-03-09T22:36:55.760Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-09T22:36:55.760Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:36:55.760Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-09T22:36:55.760Z] [2022-03-09T22:36:55.760Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2022-03-09T22:36:55.760Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:36:55.760Z] [2022-03-09T22:36:55.760Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2022-03-09T22:36:55.760Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:36:55.760Z] [2022-03-09T22:36:55.760Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.04s) [2022-03-09T22:36:55.760Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:36:55.760Z] [2022-03-09T22:36:55.760Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2022-03-09T22:36:55.760Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:36:55.760Z] [2022-03-09T22:36:55.760Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2022-03-09T22:36:55.760Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:36:55.760Z] [2022-03-09T22:36:55.760Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2022-03-09T22:36:55.760Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:36:55.760Z] [2022-03-09T22:36:55.760Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.04s) [2022-03-09T22:36:55.760Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:36:55.760Z] [2022-03-09T22:36:55.760Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.03s) [2022-03-09T22:36:55.760Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:36:55.760Z] [2022-03-09T22:36:55.760Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2022-03-09T22:36:55.760Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:36:55.760Z] [2022-03-09T22:36:55.760Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2022-03-09T22:36:55.760Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:36:55.760Z] [2022-03-09T22:36:55.760Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2022-03-09T22:36:55.760Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:36:55.760Z] [2022-03-09T22:36:55.760Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2022-03-09T22:36:55.760Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:36:55.760Z] [2022-03-09T22:36:55.760Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2022-03-09T22:36:55.760Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:36:55.760Z] [2022-03-09T22:36:55.760Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2022-03-09T22:36:55.760Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:36:55.760Z] [2022-03-09T22:36:55.760Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2022-03-09T22:36:55.760Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:36:55.760Z] [2022-03-09T22:36:55.760Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2022-03-09T22:36:55.760Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:36:55.760Z] [2022-03-09T22:36:55.760Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2022-03-09T22:36:55.760Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T22:36:55.760Z] [2022-03-09T22:36:55.760Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2022-03-09T22:36:55.760Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T22:36:55.760Z] [2022-03-09T22:36:55.760Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2022-03-09T22:36:55.760Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T22:36:55.760Z] [2022-03-09T22:36:55.760Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2022-03-09T22:36:55.760Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T22:36:55.760Z] [2022-03-09T22:36:55.760Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.00s) [2022-03-09T22:36:55.760Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T22:36:55.760Z] [2022-03-09T22:36:55.760Z] DONE 24 tests, 23 skipped in 3.075s [2022-03-09T22:36:56.222Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2022-03-09T22:36:57.761Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-09T22:36:57.761Z] INFO: Testing against a local daemon [2022-03-09T22:36:57.761Z] === RUN TestSessionCreate [2022-03-09T22:36:57.761Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-03-09T22:36:57.761Z] --- SKIP: TestSessionCreate (0.00s) [2022-03-09T22:36:57.761Z] === RUN TestSessionCreateWithBadUpgrade [2022-03-09T22:36:57.761Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-03-09T22:36:57.761Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2022-03-09T22:36:57.761Z] PASS [2022-03-09T22:36:57.761Z] ok github.com/docker/docker/integration/session 0.119s [2022-03-09T22:36:58.217Z] [2022-03-09T22:36:58.217Z] === Skipped [2022-03-09T22:36:58.217Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2022-03-09T22:36:58.217Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-03-09T22:36:58.217Z] [2022-03-09T22:36:58.217Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2022-03-09T22:36:58.218Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-03-09T22:36:58.218Z] [2022-03-09T22:36:58.218Z] DONE 2 tests, 2 skipped in 2.011s [2022-03-09T22:36:58.218Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2022-03-09T22:37:00.385Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-09T22:37:00.385Z] INFO: Testing against a local daemon [2022-03-09T22:37:00.385Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-03-09T22:37:00.385Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:37:00.385Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-09T22:37:00.385Z] === RUN TestDiskUsage [2022-03-09T22:37:00.385Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2022-03-09T22:37:00.385Z] --- SKIP: TestDiskUsage (0.00s) [2022-03-09T22:37:00.385Z] === RUN TestEventsExecDie [2022-03-09T22:37:00.385Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-03-09T22:37:00.385Z] --- SKIP: TestEventsExecDie (0.00s) [2022-03-09T22:37:00.385Z] === RUN TestEventsBackwardsCompatible [2022-03-09T22:37:00.385Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-03-09T22:37:00.385Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2022-03-09T22:37:00.385Z] === RUN TestEventsVolumeCreate [2022-03-09T22:37:00.385Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-03-09T22:37:00.385Z] --- SKIP: TestEventsVolumeCreate (0.00s) [2022-03-09T22:37:00.385Z] === RUN TestInfoAPI [2022-03-09T22:37:00.385Z] --- PASS: TestInfoAPI (0.05s) [2022-03-09T22:37:00.385Z] === RUN TestInfoAPIWarnings [2022-03-09T22:37:00.385Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-09T22:37:00.385Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2022-03-09T22:37:00.385Z] === RUN TestInfoDebug [2022-03-09T22:37:00.385Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-09T22:37:00.385Z] --- SKIP: TestInfoDebug (0.00s) [2022-03-09T22:37:00.385Z] === RUN TestInfoInsecureRegistries [2022-03-09T22:37:00.385Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-09T22:37:00.385Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2022-03-09T22:37:00.385Z] === RUN TestInfoRegistryMirrors [2022-03-09T22:37:00.385Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-09T22:37:00.385Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2022-03-09T22:37:00.385Z] === RUN TestLoginFailsWithBadCredentials [2022-03-09T22:37:01.348Z] --- PASS: TestLoginFailsWithBadCredentials (0.97s) [2022-03-09T22:37:01.348Z] === RUN TestPingCacheHeaders [2022-03-09T22:37:01.348Z] --- PASS: TestPingCacheHeaders (0.04s) [2022-03-09T22:37:01.348Z] === RUN TestPingGet [2022-03-09T22:37:01.348Z] --- PASS: TestPingGet (0.04s) [2022-03-09T22:37:01.348Z] === RUN TestPingHead [2022-03-09T22:37:01.348Z] --- PASS: TestPingHead (0.04s) [2022-03-09T22:37:01.348Z] === RUN TestVersion [2022-03-09T22:37:01.348Z] --- PASS: TestVersion (0.04s) [2022-03-09T22:37:01.348Z] PASS [2022-03-09T22:37:01.348Z] ok github.com/docker/docker/integration/system 1.249s [2022-03-09T22:37:01.803Z] [2022-03-09T22:37:01.803Z] === Skipped [2022-03-09T22:37:01.803Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-09T22:37:01.803Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:37:01.803Z] [2022-03-09T22:37:01.803Z] === SKIP: github.com/docker/docker/integration/system TestDiskUsage (0.00s) [2022-03-09T22:37:01.803Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2022-03-09T22:37:01.803Z] [2022-03-09T22:37:01.803Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2022-03-09T22:37:01.803Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-03-09T22:37:01.803Z] [2022-03-09T22:37:01.803Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2022-03-09T22:37:01.803Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-03-09T22:37:01.803Z] [2022-03-09T22:37:01.803Z] === SKIP: github.com/docker/docker/integration/system TestEventsVolumeCreate (0.00s) [2022-03-09T22:37:01.803Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-03-09T22:37:01.803Z] [2022-03-09T22:37:01.803Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2022-03-09T22:37:01.803Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-09T22:37:01.803Z] [2022-03-09T22:37:01.803Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2022-03-09T22:37:01.804Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-09T22:37:01.804Z] [2022-03-09T22:37:01.804Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2022-03-09T22:37:01.804Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-09T22:37:01.804Z] [2022-03-09T22:37:01.804Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2022-03-09T22:37:01.804Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-09T22:37:01.804Z] [2022-03-09T22:37:01.804Z] DONE 15 tests, 9 skipped in 3.541s [2022-03-09T22:37:01.804Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2022-03-09T22:37:01.906Z] ok github.com/docker/docker/libnetwork/ipam 14.187s coverage: 85.3% of statements [2022-03-09T22:37:01.906Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-03-09T22:37:01.906Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-03-09T22:37:01.906Z] ok github.com/docker/docker/libnetwork/ipams/null 0.002s coverage: 57.1% of statements [2022-03-09T22:37:02.287Z] === RUN TestDockerSuite/TestRunInvalidCPUShares [2022-03-09T22:37:02.287Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2022-03-09T22:37:02.473Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.007s coverage: 47.4% of statements [2022-03-09T22:37:02.473Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-03-09T22:37:02.546Z] === RUN TestDockerSuite/TestRunInvalidCpusetCpusFlagValue [2022-03-09T22:37:02.546Z] === RUN TestDockerSuite/TestRunInvalidCpusetMemsFlagValue [2022-03-09T22:37:02.546Z] === RUN TestDockerSuite/TestRunInvalidReference [2022-03-09T22:37:02.546Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2022-03-09T22:37:02.732Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.002s coverage: 71.4% of statements [2022-03-09T22:37:02.805Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst [2022-03-09T22:37:02.805Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2022-03-09T22:37:02.990Z] ok github.com/docker/docker/libnetwork/ipamutils 0.261s coverage: 74.0% of statements [2022-03-09T22:37:03.556Z] ok github.com/docker/docker/libnetwork/iptables 0.158s coverage: 45.1% of statements [2022-03-09T22:37:03.814Z] ok github.com/docker/docker/libnetwork/netlabel 0.002s coverage: 60.0% of statements [2022-03-09T22:37:03.983Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-09T22:37:03.983Z] INFO: Testing against a local daemon [2022-03-09T22:37:03.983Z] === RUN TestVolumesCreateAndList [2022-03-09T22:37:03.983Z] --- PASS: TestVolumesCreateAndList (0.06s) [2022-03-09T22:37:03.983Z] === RUN TestVolumesRemove [2022-03-09T22:37:04.073Z] ok github.com/docker/docker/libnetwork/netutils 0.018s coverage: 44.1% of statements [2022-03-09T22:37:04.440Z] --- PASS: TestVolumesRemove (0.21s) [2022-03-09T22:37:04.441Z] === RUN TestVolumesInspect [2022-03-09T22:37:04.441Z] --- PASS: TestVolumesInspect (0.07s) [2022-03-09T22:37:04.441Z] === RUN TestVolumesInvalidJSON [2022-03-09T22:37:04.441Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-03-09T22:37:04.441Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-03-09T22:37:04.441Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-03-09T22:37:04.441Z] --- PASS: TestVolumesInvalidJSON (0.04s) [2022-03-09T22:37:04.441Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2022-03-09T22:37:04.441Z] PASS [2022-03-09T22:37:04.441Z] ok github.com/docker/docker/integration/volume 0.443s [2022-03-09T22:37:04.441Z] [2022-03-09T22:37:04.441Z] DONE 5 tests in 2.586s [2022-03-09T22:37:04.441Z] INFO: make.ps1 ended at 03/09/2022 22:37:04 [2022-03-09T22:37:04.441Z] INFO: Integration CLI tests being run from the host: [2022-03-09T22:37:04.441Z] INFO: gotestsum --format=standard-verbose --jsonfile=..\\bundles\\go-test-report-intcli-tests.json --junitfile=..\\bundles\\junit-report-intcli-tests.xml -- "-tags" "autogen" "-test.timeout" "200m" [2022-03-09T22:37:05.338Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2022-03-09T22:37:06.718Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2022-03-09T22:37:07.653Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2022-03-09T22:37:14.212Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2022-03-09T22:37:14.212Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2022-03-09T22:37:14.212Z] === RUN TestDockerSuite/TestRunModeHostname [2022-03-09T22:37:14.470Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2022-03-09T22:37:14.470Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2022-03-09T22:37:14.729Z] === RUN TestDockerSuite/TestRunModeIpcHost [2022-03-09T22:37:15.666Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2022-03-09T22:37:16.603Z] === RUN TestDockerSuite/TestRunModePIDContainer [2022-03-09T22:37:16.803Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-09T22:37:16.804Z] INFO: Testing against a local daemon [2022-03-09T22:37:16.804Z] === RUN TestDockerSuite [2022-03-09T22:37:16.804Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2022-03-09T22:37:16.804Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2022-03-09T22:37:16.804Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-03-09T22:37:16.804Z] === RUN TestDockerSuite/TestAPIErrorJSON [2022-03-09T22:37:16.804Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2022-03-09T22:37:16.804Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2022-03-09T22:37:16.804Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2022-03-09T22:37:16.804Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-03-09T22:37:16.804Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2022-03-09T22:37:16.804Z] === RUN TestDockerSuite/TestAPIImagesDelete [2022-03-09T22:37:17.260Z] === RUN TestDockerSuite/TestAPIImagesFilter [2022-03-09T22:37:17.539Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2022-03-09T22:37:17.539Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2022-03-09T22:37:17.539Z] === RUN TestDockerSuite/TestRunModeUTSHost [2022-03-09T22:37:17.716Z] === RUN TestDockerSuite/TestAPIImagesHistory [2022-03-09T22:37:18.172Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2022-03-09T22:37:18.475Z] === RUN TestDockerSuite/TestRunMount [2022-03-09T22:37:18.627Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2022-03-09T22:37:23.766Z] === RUN TestDockerSuite/TestRunMountOrdering [2022-03-09T22:37:23.766Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2022-03-09T22:37:24.332Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2022-03-09T22:37:25.270Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2022-03-09T22:37:26.650Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2022-03-09T22:37:28.027Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName [2022-03-09T22:37:28.961Z] === RUN TestDockerSuite/TestRunNamedVolume [2022-03-09T22:37:30.863Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2022-03-09T22:37:32.766Z] === RUN TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked [2022-03-09T22:37:33.025Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2022-03-09T22:37:34.400Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2022-03-09T22:37:35.336Z] === RUN TestDockerSwarmSuite/TestDNSConfig [2022-03-09T22:37:35.336Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2022-03-09T22:37:35.336Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2022-03-09T22:37:35.902Z] === RUN TestDockerSuite/TestRunNetHost [2022-03-09T22:37:36.481Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2022-03-09T22:37:37.058Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2022-03-09T22:37:37.995Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2022-03-09T22:37:38.254Z] === RUN TestDockerSwarmSuite/TestDNSConfigUpdate [2022-03-09T22:37:39.632Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2022-03-09T22:37:41.536Z] === RUN TestDockerSwarmSuite/TestExtraHosts [2022-03-09T22:37:41.536Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2022-03-09T22:37:44.818Z] === RUN TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames [2022-03-09T22:37:44.818Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2022-03-09T22:37:45.080Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2022-03-09T22:37:45.338Z] === RUN TestDockerSuite/TestRunNoNewPrivSetuid [2022-03-09T22:37:45.597Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2022-03-09T22:37:45.856Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2022-03-09T22:37:46.423Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2022-03-09T22:37:46.989Z] === RUN TestDockerSwarmSuite/TestOverlayAttachable [2022-03-09T22:37:46.989Z] === RUN TestDockerSuite/TestRunNonExistingImage [2022-03-09T22:37:46.989Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2022-03-09T22:37:47.558Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2022-03-09T22:37:50.841Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave [2022-03-09T22:37:53.370Z] === RUN TestDockerSuite/TestRunOOMExitCode [2022-03-09T22:37:53.370Z] docker_cli_run_unix_test.go:590: unmatched requirement swapMemorySupport [2022-03-09T22:37:53.370Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2022-03-09T22:37:53.937Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure [2022-03-09T22:37:53.937Z] === RUN TestDockerSuite/TestRunPIDsLimit [2022-03-09T22:37:54.505Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2022-03-09T22:37:55.462Z] === RUN TestDockerSuite/TestRunPortInUse [2022-03-09T22:37:56.397Z] === RUN TestDockerSuite/TestRunPrivilegedAllowedDevices [2022-03-09T22:37:56.964Z] docker_cli_run_unix_test.go:1407: out: "a *:* rwm\n" [2022-03-09T22:37:56.964Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2022-03-09T22:37:57.531Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2022-03-09T22:37:57.789Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2022-03-09T22:37:58.356Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2022-03-09T22:37:58.614Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2022-03-09T22:37:58.614Z] docker_cli_run_test.go:4102: unmatched requirement DaemonIsWindows [2022-03-09T22:37:58.614Z] === RUN TestDockerSuite/TestRunPublishPort [2022-03-09T22:37:59.181Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2022-03-09T22:37:59.749Z] === RUN TestDockerSuite/TestRunReadProcLatency [2022-03-09T22:37:59.749Z] docker_cli_run_test.go:2837: kernel doesn't have latency_stats configured [2022-03-09T22:37:59.749Z] === RUN TestDockerSuite/TestRunReadProcTimer [2022-03-09T22:38:00.007Z] === RUN TestDockerSuite/TestRunRedirectStdout [2022-03-09T22:38:00.942Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2022-03-09T22:38:00.942Z] docker_cli_run_test.go:1425: Unstable test, to be re-activated once #19937 is resolved [2022-03-09T22:38:00.942Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2022-03-09T22:38:02.841Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2022-03-09T22:38:03.776Z] === RUN TestDockerSuite/TestRunRm [2022-03-09T22:38:04.343Z] === RUN TestDockerSuite/TestRunRmAndWait [2022-03-09T22:38:07.621Z] === RUN TestDockerSuite/TestRunRmPre125Api [2022-03-09T22:38:08.189Z] === RUN TestDockerSuite/TestRunRootWorkdir [2022-03-09T22:38:08.447Z] === RUN TestDockerSuite/TestRunSeccompAllowPrivCloneUserns [2022-03-09T22:38:09.822Z] === RUN TestDockerSuite/TestRunSeccompAllowSetrlimit [2022-03-09T22:38:10.389Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileAcct [2022-03-09T22:38:12.315Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileNS [2022-03-09T22:38:14.053Z] --- PASS: TestBuildWithHugeFile (168.26s) [2022-03-09T22:38:14.063Z] === RUN TestBuildWCOWSandboxSize [2022-03-09T22:38:14.063Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-09T22:38:14.063Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-03-09T22:38:14.063Z] === RUN TestBuildWithEmptyDockerfile [2022-03-09T22:38:14.063Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-09T22:38:14.063Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-09T22:38:14.063Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-09T22:38:14.063Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-09T22:38:14.063Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-09T22:38:14.063Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-09T22:38:14.063Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-09T22:38:14.063Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-09T22:38:14.063Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-09T22:38:14.063Z] --- PASS: TestBuildWithEmptyDockerfile (0.09s) [2022-03-09T22:38:14.063Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.01s) [2022-03-09T22:38:14.063Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s) [2022-03-09T22:38:14.063Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s) [2022-03-09T22:38:14.063Z] === RUN TestBuildPreserveOwnership [2022-03-09T22:38:14.063Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-09T22:38:14.063Z] --- SKIP: TestBuildPreserveOwnership (0.01s) [2022-03-09T22:38:14.063Z] === RUN TestBuildPlatformInvalid [2022-03-09T22:38:14.063Z] --- PASS: TestBuildPlatformInvalid (0.08s) [2022-03-09T22:38:14.063Z] PASS [2022-03-09T22:38:14.063Z] ok github.com/docker/docker/integration/build 251.394s [2022-03-09T22:38:14.063Z] [2022-03-09T22:38:14.063Z] === Skipped [2022-03-09T22:38:14.063Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2022-03-09T22:38:14.063Z] build_session_test.go:25: TODO: BuildKit [2022-03-09T22:38:14.063Z] [2022-03-09T22:38:14.063Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2022-03-09T22:38:14.063Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:38:14.063Z] [2022-03-09T22:38:14.063Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.01s) [2022-03-09T22:38:14.063Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-09T22:38:14.063Z] [2022-03-09T22:38:14.063Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.01s) [2022-03-09T22:38:14.063Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-09T22:38:14.063Z] [2022-03-09T22:38:14.063Z] === SKIP: github.com/docker/docker/integration/build TestBuildWCOWSandboxSize (0.00s) [2022-03-09T22:38:14.063Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-09T22:38:14.063Z] [2022-03-09T22:38:14.063Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.01s) [2022-03-09T22:38:14.063Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-09T22:38:14.063Z] [2022-03-09T22:38:14.063Z] DONE 29 tests, 6 skipped in 288.490s [2022-03-09T22:38:14.063Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2022-03-09T22:38:14.063Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-09T22:38:14.063Z] INFO: Testing against a local daemon [2022-03-09T22:38:14.063Z] === RUN TestConfigInspect [2022-03-09T22:38:14.063Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:38:14.063Z] --- SKIP: TestConfigInspect (0.01s) [2022-03-09T22:38:14.063Z] === RUN TestConfigList [2022-03-09T22:38:14.063Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:38:14.063Z] --- SKIP: TestConfigList (0.00s) [2022-03-09T22:38:14.063Z] === RUN TestConfigsCreateAndDelete [2022-03-09T22:38:14.063Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:38:14.063Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2022-03-09T22:38:14.063Z] === RUN TestConfigsUpdate [2022-03-09T22:38:14.063Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:38:14.063Z] --- SKIP: TestConfigsUpdate (0.00s) [2022-03-09T22:38:14.063Z] === RUN TestTemplatedConfig [2022-03-09T22:38:14.063Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:38:14.063Z] --- SKIP: TestTemplatedConfig (0.00s) [2022-03-09T22:38:14.063Z] === RUN TestConfigCreateResolve [2022-03-09T22:38:14.063Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T22:38:14.063Z] --- SKIP: TestConfigCreateResolve (0.00s) [2022-03-09T22:38:14.063Z] PASS [2022-03-09T22:38:14.063Z] ok github.com/docker/docker/integration/config 0.134s [2022-03-09T22:38:14.063Z] [2022-03-09T22:38:14.063Z] === Skipped [2022-03-09T22:38:14.063Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.01s) [2022-03-09T22:38:14.063Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:38:14.063Z] [2022-03-09T22:38:14.063Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2022-03-09T22:38:14.063Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:38:14.063Z] [2022-03-09T22:38:14.063Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2022-03-09T22:38:14.063Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:38:14.063Z] [2022-03-09T22:38:14.063Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2022-03-09T22:38:14.063Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:38:14.063Z] [2022-03-09T22:38:14.063Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2022-03-09T22:38:14.063Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:38:14.063Z] [2022-03-09T22:38:14.063Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2022-03-09T22:38:14.063Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T22:38:14.063Z] [2022-03-09T22:38:14.063Z] DONE 6 tests, 6 skipped in 2.652s [2022-03-09T22:38:14.063Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2022-03-09T22:38:14.063Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-09T22:38:14.063Z] INFO: Testing against a local daemon [2022-03-09T22:38:14.063Z] === RUN TestCheckpoint [2022-03-09T22:38:14.063Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-09T22:38:14.063Z] --- SKIP: TestCheckpoint (0.00s) [2022-03-09T22:38:14.063Z] === RUN TestContainerInvalidJSON [2022-03-09T22:38:14.063Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-03-09T22:38:14.063Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-03-09T22:38:14.063Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-03-09T22:38:14.063Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-03-09T22:38:14.063Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-03-09T22:38:14.063Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-03-09T22:38:14.063Z] --- PASS: TestContainerInvalidJSON (0.04s) [2022-03-09T22:38:14.063Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.01s) [2022-03-09T22:38:14.063Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s) [2022-03-09T22:38:14.063Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-03-09T22:38:14.063Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.49s) [2022-03-09T22:38:14.063Z] === RUN TestCopyFromContainerPathIsNotDir [2022-03-09T22:38:14.063Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.28s) [2022-03-09T22:38:14.063Z] === RUN TestCopyToContainerPathDoesNotExist [2022-03-09T22:38:14.063Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.29s) [2022-03-09T22:38:14.063Z] === RUN TestCopyToContainerPathIsNotDir [2022-03-09T22:38:14.063Z] --- PASS: TestCopyToContainerPathIsNotDir (0.26s) [2022-03-09T22:38:14.063Z] === RUN TestCopyFromContainer [2022-03-09T22:38:14.063Z] copy_test.go:81: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:38:14.063Z] --- SKIP: TestCopyFromContainer (0.00s) [2022-03-09T22:38:14.063Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-03-09T22:38:14.063Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-09T22:38:14.063Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-09T22:38:14.063Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-09T22:38:14.063Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-09T22:38:14.063Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-09T22:38:14.063Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-09T22:38:14.063Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-09T22:38:14.063Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-09T22:38:14.063Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-09T22:38:14.063Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.04s) [2022-03-09T22:38:14.063Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-03-09T22:38:14.063Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2022-03-09T22:38:14.063Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s) [2022-03-09T22:38:14.063Z] === RUN TestCreateLinkToNonExistingContainer [2022-03-09T22:38:14.063Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-03-09T22:38:14.063Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.01s) [2022-03-09T22:38:14.063Z] === RUN TestCreateWithInvalidEnv [2022-03-09T22:38:14.063Z] === RUN TestCreateWithInvalidEnv/0 [2022-03-09T22:38:14.063Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-03-09T22:38:14.063Z] === RUN TestCreateWithInvalidEnv/1 [2022-03-09T22:38:14.063Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-03-09T22:38:14.063Z] === RUN TestCreateWithInvalidEnv/2 [2022-03-09T22:38:14.063Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-03-09T22:38:14.063Z] === CONT TestCreateWithInvalidEnv/0 [2022-03-09T22:38:14.063Z] === CONT TestCreateWithInvalidEnv/2 [2022-03-09T22:38:14.063Z] === CONT TestCreateWithInvalidEnv/1 [2022-03-09T22:38:14.063Z] --- PASS: TestCreateWithInvalidEnv (0.05s) [2022-03-09T22:38:14.063Z] --- PASS: TestCreateWithInvalidEnv/2 (0.01s) [2022-03-09T22:38:14.063Z] --- PASS: TestCreateWithInvalidEnv/1 (0.01s) [2022-03-09T22:38:14.063Z] --- PASS: TestCreateWithInvalidEnv/0 (0.01s) [2022-03-09T22:38:14.063Z] === RUN TestCreateTmpfsMountsTarget [2022-03-09T22:38:14.063Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:38:14.063Z] --- SKIP: TestCreateTmpfsMountsTarget (0.01s) [2022-03-09T22:38:14.063Z] === RUN TestCreateWithCustomMaskedPaths [2022-03-09T22:38:14.063Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T22:38:14.063Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2022-03-09T22:38:14.063Z] === RUN TestCreateWithCustomReadonlyPaths [2022-03-09T22:38:14.063Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T22:38:14.063Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.01s) [2022-03-09T22:38:14.063Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-03-09T22:38:14.063Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-09T22:38:14.063Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-09T22:38:14.063Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-09T22:38:14.063Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-09T22:38:14.063Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-09T22:38:14.063Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-09T22:38:14.063Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-09T22:38:14.063Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-09T22:38:14.063Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-09T22:38:14.063Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-09T22:38:14.063Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-09T22:38:14.063Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-09T22:38:14.063Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-09T22:38:14.063Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-09T22:38:14.063Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-09T22:38:14.063Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.05s) [2022-03-09T22:38:14.063Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2022-03-09T22:38:14.063Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-03-09T22:38:14.063Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-03-09T22:38:14.063Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-03-09T22:38:14.063Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-03-09T22:38:14.063Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-03-09T22:38:14.063Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-03-09T22:38:14.063Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.01s) [2022-03-09T22:38:14.064Z] === RUN TestCreateDifferentPlatform [2022-03-09T22:38:14.064Z] === RUN TestCreateDifferentPlatform/different_os [2022-03-09T22:38:14.064Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-03-09T22:38:14.064Z] --- PASS: TestCreateDifferentPlatform (0.06s) [2022-03-09T22:38:14.064Z] --- PASS: TestCreateDifferentPlatform/different_os (0.01s) [2022-03-09T22:38:14.064Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-03-09T22:38:14.064Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-03-09T22:38:14.064Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.09s) [2022-03-09T22:38:14.064Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-03-09T22:38:14.064Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-03-09T22:38:14.064Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.05s) [2022-03-09T22:38:14.064Z] === RUN TestContainerKillOnDaemonStart [2022-03-09T22:38:14.064Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:38:14.064Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2022-03-09T22:38:14.064Z] === RUN TestDiff [2022-03-09T22:38:14.064Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-03-09T22:38:14.064Z] --- SKIP: TestDiff (0.00s) [2022-03-09T22:38:14.064Z] === RUN TestExecWithCloseStdin [2022-03-09T22:38:14.064Z] --- PASS: TestExecWithCloseStdin (2.75s) [2022-03-09T22:38:14.064Z] === RUN TestExec [2022-03-09T22:38:14.844Z] === RUN TestDockerSuite/TestRunSeccompProfileAllow32Bit [2022-03-09T22:38:15.411Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyChmod [2022-03-09T22:38:15.668Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyCloneUserns [2022-03-09T22:38:16.234Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshare [2022-03-09T22:38:16.493Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns [2022-03-09T22:38:16.751Z] === RUN TestDockerSuite/TestRunSeccompUnconfinedCloneUserns [2022-03-09T22:38:17.025Z] --- PASS: TestExec (2.46s) [2022-03-09T22:38:17.025Z] === RUN TestExecUser [2022-03-09T22:38:17.025Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-03-09T22:38:17.025Z] --- SKIP: TestExecUser (0.00s) [2022-03-09T22:38:17.025Z] === RUN TestExportContainerAndImportImage [2022-03-09T22:38:17.025Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:38:17.025Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2022-03-09T22:38:17.025Z] === RUN TestExportContainerAfterDaemonRestart [2022-03-09T22:38:17.025Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:38:17.025Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2022-03-09T22:38:17.025Z] === RUN TestHealthCheckWorkdir [2022-03-09T22:38:17.025Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-03-09T22:38:17.025Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2022-03-09T22:38:17.025Z] === RUN TestHealthKillContainer [2022-03-09T22:38:17.025Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-03-09T22:38:17.025Z] --- SKIP: TestHealthKillContainer (0.00s) [2022-03-09T22:38:17.025Z] === RUN TestInspectCpusetInConfigPre120 [2022-03-09T22:38:17.025Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-03-09T22:38:17.025Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2022-03-09T22:38:17.025Z] === RUN TestKillContainerInvalidSignal [2022-03-09T22:38:17.317Z] === RUN TestDockerSuite/TestRunSeccompWithDefaultProfile [2022-03-09T22:38:18.251Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2022-03-09T22:38:18.251Z] === RUN TestDockerSwarmSuite/TestPruneNetwork [2022-03-09T22:38:18.509Z] === RUN TestDockerSuite/TestRunSetMacAddress [2022-03-09T22:38:19.076Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2022-03-09T22:38:19.246Z] --- PASS: TestKillContainerInvalidSignal (2.16s) [2022-03-09T22:38:19.246Z] === RUN TestKillContainer [2022-03-09T22:38:19.246Z] === RUN TestKillContainer/no_signal [2022-03-09T22:38:20.819Z] === RUN TestKillContainer/non_killing_signal [2022-03-09T22:38:20.819Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-03-09T22:38:20.819Z] === RUN TestKillContainer/killing_signal [2022-03-09T22:38:21.608Z] === RUN TestDockerSuite/TestRunState [2022-03-09T22:38:22.543Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2022-03-09T22:38:23.109Z] === RUN TestDockerSuite/TestRunStdinPipe [2022-03-09T22:38:23.368Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2022-03-09T22:38:23.627Z] === RUN TestDockerSuite/TestRunSwapLessThanMemoryLimit [2022-03-09T22:38:23.627Z] docker_cli_run_unix_test.go:691: unmatched requirement swapMemorySupport [2022-03-09T22:38:23.627Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2022-03-09T22:38:23.816Z] --- PASS: TestKillContainer (4.75s) [2022-03-09T22:38:23.816Z] --- PASS: TestKillContainer/no_signal (2.16s) [2022-03-09T22:38:23.816Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-03-09T22:38:23.816Z] --- PASS: TestKillContainer/killing_signal (2.53s) [2022-03-09T22:38:23.816Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-03-09T22:38:23.816Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-09T22:38:23.816Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-03-09T22:38:23.816Z] === RUN TestKillStoppedContainer [2022-03-09T22:38:23.816Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-09T22:38:23.816Z] --- SKIP: TestKillStoppedContainer (0.00s) [2022-03-09T22:38:23.816Z] === RUN TestKillStoppedContainerAPIPre120 [2022-03-09T22:38:23.816Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-09T22:38:23.816Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2022-03-09T22:38:23.816Z] === RUN TestKillDifferentUserContainer [2022-03-09T22:38:23.816Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-03-09T22:38:23.816Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2022-03-09T22:38:23.816Z] === RUN TestInspectOomKilledTrue [2022-03-09T22:38:23.816Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:38:23.816Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-03-09T22:38:23.816Z] === RUN TestInspectOomKilledFalse [2022-03-09T22:38:23.816Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-09T22:38:23.816Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-03-09T22:38:23.816Z] === RUN TestLogsFollowTailEmpty [2022-03-09T22:38:24.195Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2022-03-09T22:38:24.460Z] === RUN TestDockerSuite/TestRunSysctls [2022-03-09T22:38:25.836Z] === RUN TestDockerSuite/TestRunTLSVerify [2022-03-09T22:38:25.836Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2022-03-09T22:38:25.836Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2022-03-09T22:38:26.035Z] --- PASS: TestLogsFollowTailEmpty (2.16s) [2022-03-09T22:38:26.035Z] === RUN TestNetworkNat [2022-03-09T22:38:26.035Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-03-09T22:38:26.035Z] --- SKIP: TestNetworkNat (0.00s) [2022-03-09T22:38:26.035Z] === RUN TestNetworkLocalhostTCPNat [2022-03-09T22:38:26.106Z] === RUN TestDockerSwarmSuite/TestPsListContainersFilterIsTask [2022-03-09T22:38:26.374Z] === RUN TestDockerSuite/TestRunTmpfsMounts [2022-03-09T22:38:27.754Z] === RUN TestDockerSuite/TestRunTmpfsMountsEnsureOrdered [2022-03-09T22:38:28.310Z] --- PASS: TestNetworkLocalhostTCPNat (2.59s) [2022-03-09T22:38:28.310Z] === RUN TestNetworkLoopbackNat [2022-03-09T22:38:28.310Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-03-09T22:38:28.310Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2022-03-09T22:38:28.310Z] === RUN TestPause [2022-03-09T22:38:28.310Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-03-09T22:38:28.310Z] --- SKIP: TestPause (0.00s) [2022-03-09T22:38:28.310Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-03-09T22:38:28.320Z] === RUN TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes [2022-03-09T22:38:29.693Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountTmpfs [2022-03-09T22:38:29.951Z] === RUN TestDockerSuite/TestRunTmpfsMountsWithOptions [2022-03-09T22:38:30.527Z] --- PASS: TestPauseFailsOnWindowsServerContainers (2.19s) [2022-03-09T22:38:30.527Z] === RUN TestPauseStopPausedContainer [2022-03-09T22:38:30.527Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:38:30.527Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2022-03-09T22:38:30.527Z] === RUN TestPsFilter [2022-03-09T22:38:30.996Z] --- PASS: TestPsFilter (0.24s) [2022-03-09T22:38:30.996Z] === RUN TestRemoveContainerWithRemovedVolume [2022-03-09T22:38:32.602Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2022-03-09T22:38:33.277Z] --- PASS: TestRemoveContainerWithRemovedVolume (2.60s) [2022-03-09T22:38:33.277Z] === RUN TestRemoveContainerWithVolume [2022-03-09T22:38:35.098Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2022-03-09T22:38:35.098Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-03-09T22:38:35.098Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2022-03-09T22:38:35.130Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2022-03-09T22:38:35.696Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2022-03-09T22:38:35.954Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2022-03-09T22:38:36.305Z] --- PASS: TestRemoveContainerWithVolume (2.65s) [2022-03-09T22:38:36.305Z] === RUN TestRemoveContainerRunning [2022-03-09T22:38:36.521Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2022-03-09T22:38:37.895Z] === RUN TestDockerSuite/TestRunUnshareProc [2022-03-09T22:38:38.542Z] --- PASS: TestRemoveContainerRunning (2.18s) [2022-03-09T22:38:38.542Z] === RUN TestRemoveContainerForceRemoveRunning [2022-03-09T22:38:38.830Z] === RUN TestDockerSuite/TestRunUserByID [2022-03-09T22:38:38.890Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2022-03-09T22:38:38.890Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2022-03-09T22:38:39.088Z] === RUN TestDockerSuite/TestRunUserByIDBig [2022-03-09T22:38:39.346Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2022-03-09T22:38:39.346Z] === RUN TestDockerSuite/TestRunUserByIDZero [2022-03-09T22:38:39.912Z] === RUN TestDockerSuite/TestRunUserByName [2022-03-09T22:38:40.153Z] --- PASS: TestRemoveContainerForceRemoveRunning (2.18s) [2022-03-09T22:38:40.153Z] === RUN TestRemoveInvalidContainer [2022-03-09T22:38:40.170Z] === RUN TestDockerSuite/TestRunUserDefaults [2022-03-09T22:38:40.623Z] --- PASS: TestRemoveInvalidContainer (0.04s) [2022-03-09T22:38:40.623Z] === RUN TestRenameLinkedContainer [2022-03-09T22:38:40.623Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-03-09T22:38:40.623Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2022-03-09T22:38:40.623Z] === RUN TestRenameStoppedContainer [2022-03-09T22:38:40.738Z] === RUN TestDockerSuite/TestRunUserDeviceAllowed [2022-03-09T22:38:40.738Z] docker_cli_run_unix_test.go:1416: Host does not have /dev/snd/timer [2022-03-09T22:38:40.738Z] === RUN TestDockerSuite/TestRunUserNotFound [2022-03-09T22:38:40.738Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2022-03-09T22:38:41.304Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2022-03-09T22:38:42.690Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountVolume [2022-03-09T22:38:43.580Z] --- PASS: TestRenameStoppedContainer (2.81s) [2022-03-09T22:38:43.580Z] === RUN TestRenameRunningContainerAndReuse [2022-03-09T22:38:43.654Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2022-03-09T22:38:44.065Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2022-03-09T22:38:44.633Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2022-03-09T22:38:44.640Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2022-03-09T22:38:44.640Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-03-09T22:38:44.640Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2022-03-09T22:38:44.640Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-03-09T22:38:44.640Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2022-03-09T22:38:44.640Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-03-09T22:38:44.640Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2022-03-09T22:38:44.640Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2022-03-09T22:38:45.199Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice [2022-03-09T22:38:45.458Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2022-03-09T22:38:45.626Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2022-03-09T22:38:47.367Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2022-03-09T22:38:48.302Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2022-03-09T22:38:48.302Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSimple [2022-03-09T22:38:48.394Z] --- PASS: TestRenameRunningContainerAndReuse (4.44s) [2022-03-09T22:38:48.394Z] === RUN TestRenameInvalidName [2022-03-09T22:38:49.415Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2022-03-09T22:38:49.677Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2022-03-09T22:38:49.959Z] --- PASS: TestRenameInvalidName (2.21s) [2022-03-09T22:38:49.959Z] === RUN TestRenameAnonymousContainer [2022-03-09T22:38:53.512Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths [2022-03-09T22:38:53.512Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2022-03-09T22:38:53.512Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2022-03-09T22:38:53.512Z] docker_cli_run_test.go:4072: unmatched requirement DaemonIsWindows [2022-03-09T22:38:53.512Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2022-03-09T22:38:53.512Z] docker_cli_run_test.go:4092: unmatched requirement DaemonIsWindows [2022-03-09T22:38:53.512Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2022-03-09T22:38:53.512Z] docker_cli_run_test.go:4082: unmatched requirement DaemonIsWindows [2022-03-09T22:38:53.512Z] === RUN TestDockerSuite/TestRunWithBadDevice [2022-03-09T22:38:53.512Z] === RUN TestDockerSuite/TestRunWithBlkioWeight [2022-03-09T22:38:53.512Z] docker_cli_run_unix_test.go:541: unmatched requirement blkioWeight [2022-03-09T22:38:53.512Z] === RUN TestDockerSuite/TestRunWithCPUQuota [2022-03-09T22:38:53.512Z] === RUN TestDockerSuite/TestRunWithCPUShares [2022-03-09T22:38:53.512Z] === RUN TestDockerSuite/TestRunWithCpuPeriod [2022-03-09T22:38:53.646Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2022-03-09T22:38:53.646Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-03-09T22:38:53.646Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2022-03-09T22:38:53.646Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-03-09T22:38:53.646Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2022-03-09T22:38:53.646Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2022-03-09T22:38:53.770Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias [2022-03-09T22:38:54.633Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2022-03-09T22:38:54.705Z] === RUN TestDockerSuite/TestRunWithCpusetCpus [2022-03-09T22:38:54.963Z] === RUN TestDockerSuite/TestRunWithCpusetMems [2022-03-09T22:38:55.511Z] ok github.com/docker/docker/libnetwork/networkdb 104.476s coverage: 60.0% of statements [2022-03-09T22:38:55.511Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-03-09T22:38:55.511Z] ok github.com/docker/docker/libnetwork/options 0.002s coverage: 100.0% of statements [2022-03-09T22:38:55.511Z] ok github.com/docker/docker/libnetwork/osl 4.303s coverage: 39.7% of statements [2022-03-09T22:38:55.511Z] ok github.com/docker/docker/libnetwork/osl/kernel 0.003s coverage: 20.0% of statements [2022-03-09T22:38:55.511Z] ok github.com/docker/docker/libnetwork/portallocator 0.008s coverage: 86.1% of statements [2022-03-09T22:38:55.530Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2022-03-09T22:38:55.530Z] === RUN TestDockerSuite/TestRunWithDefaultShmSize [2022-03-09T22:38:55.769Z] ok github.com/docker/docker/libnetwork/portmapper 0.220s coverage: 48.6% of statements [2022-03-09T22:38:56.027Z] ok github.com/docker/docker/libnetwork/resolvconf 0.003s coverage: 70.6% of statements [2022-03-09T22:38:56.027Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-03-09T22:38:56.285Z] ok github.com/docker/docker/libnetwork/types 0.002s coverage: 37.3% of statements [2022-03-09T22:38:56.285Z] [2022-03-09T22:38:56.285Z] === Skipped [2022-03-09T22:38:56.285Z] === SKIP: libnetwork TestParallel3 (0.00s) [2022-03-09T22:38:56.285Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-03-09T22:38:56.285Z] [2022-03-09T22:38:56.285Z] === SKIP: libnetwork TestParallel1 (0.00s) [2022-03-09T22:38:56.285Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-03-09T22:38:56.285Z] [2022-03-09T22:38:56.285Z] === SKIP: libnetwork TestParallel2 (0.00s) [2022-03-09T22:38:56.285Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-03-09T22:38:56.285Z] [2022-03-09T22:38:56.285Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-03-09T22:38:56.285Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-09T22:38:56.285Z] [2022-03-09T22:38:56.285Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-03-09T22:38:56.285Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-09T22:38:56.285Z] [2022-03-09T22:38:56.285Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-03-09T22:38:56.285Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-09T22:38:56.285Z] [2022-03-09T22:38:56.285Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-03-09T22:38:56.285Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-09T22:38:56.285Z] [2022-03-09T22:38:56.285Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-03-09T22:38:56.285Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-09T22:38:56.285Z] [2022-03-09T22:38:56.285Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s) [2022-03-09T22:38:56.285Z] firewalld_test.go:14: firewalld is not running [2022-03-09T22:38:56.285Z] [2022-03-09T22:38:56.285Z] DONE 326 tests, 9 skipped in 198.795s [2022-03-09T22:38:56.467Z] === RUN TestDockerSuite/TestRunWithInvalidBlkioWeight [2022-03-09T22:38:56.467Z] docker_cli_run_unix_test.go:552: unmatched requirement blkioWeight [2022-03-09T22:38:56.467Z] === RUN TestDockerSuite/TestRunWithInvalidCpuPeriod [2022-03-09T22:38:56.467Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2022-03-09T22:38:56.467Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps [2022-03-09T22:38:56.467Z] docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight [2022-03-09T22:38:56.467Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps [2022-03-09T22:38:56.467Z] docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight [2022-03-09T22:38:56.467Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps [2022-03-09T22:38:56.467Z] docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight [2022-03-09T22:38:56.467Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps [2022-03-09T22:38:56.467Z] docker_cli_run_unix_test.go:584: unmatched requirement blkioWeight [2022-03-09T22:38:56.467Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice [2022-03-09T22:38:56.467Z] docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight [2022-03-09T22:38:56.467Z] === RUN TestDockerSuite/TestRunWithMemoryLimit [2022-03-09T22:38:56.467Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice Post stage [Pipeline] junit [2022-03-09T22:38:56.871Z] Recording test results [2022-03-09T22:38:57.033Z] === RUN TestDockerSuite/TestRunWithMemoryReservation [2022-03-09T22:38:57.274Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate vendor) [Pipeline] sh [2022-03-09T22:38:57.600Z] === RUN TestDockerSuite/TestRunWithMemoryReservationInvalid [2022-03-09T22:38:57.600Z] === RUN TestDockerSuite/TestRunWithNanoCPUs [2022-03-09T22:38:57.606Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43352/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=b92af14a1c47368b8cf1c52e303adf6e11cebc3b -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:b92af14a1c47368b8cf1c52e303adf6e11cebc3b hack/validate/vendor [2022-03-09T22:38:57.859Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2022-03-09T22:38:58.118Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2022-03-09T22:38:58.172Z] +++ dirname ./hack/vendor.sh [2022-03-09T22:38:58.172Z] ++ cd ./hack [2022-03-09T22:38:58.172Z] ++ pwd [2022-03-09T22:38:58.172Z] + SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-03-09T22:38:58.172Z] + /go/src/github.com/docker/docker/hack/go-mod-prepare.sh [2022-03-09T22:38:58.172Z] + GO111MODULE=auto [2022-03-09T22:38:58.172Z] + go mod tidy -modfile vendor.mod -compat 1.17 [2022-03-09T22:38:58.430Z] go: downloading github.com/docker/distribution v2.8.1+incompatible [2022-03-09T22:38:58.430Z] go: downloading github.com/pkg/errors v0.9.1 [2022-03-09T22:38:58.685Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2022-03-09T22:38:58.688Z] go: downloading google.golang.org/grpc v1.27.1 [2022-03-09T22:38:58.688Z] go: downloading github.com/gorilla/mux v1.8.0 [2022-03-09T22:38:58.688Z] go: downloading github.com/sirupsen/logrus v1.8.1 [2022-03-09T22:38:58.948Z] go: downloading gotest.tools/v3 v3.1.0 [2022-03-09T22:38:58.948Z] go: downloading github.com/docker/go-units v0.4.0 [2022-03-09T22:38:58.948Z] go: downloading github.com/containerd/containerd v1.5.10 [2022-03-09T22:38:58.948Z] go: downloading github.com/golang/gddo v0.0.0-20190904175337-72a348e765d2 [2022-03-09T22:38:58.948Z] go: downloading github.com/moby/sys/signal v0.7.0 [2022-03-09T22:38:58.948Z] go: downloading github.com/opencontainers/image-spec v1.0.2 [2022-03-09T22:38:58.948Z] go: downloading golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2 [2022-03-09T22:38:58.957Z] === RUN TestDockerSuite/TestRunWithShmSize [2022-03-09T22:38:59.206Z] go: downloading github.com/moby/buildkit v0.8.2-0.20210615162540-9f254e18360a [2022-03-09T22:38:59.206Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2022-03-09T22:38:59.206Z] go: downloading github.com/docker/go-connections v0.4.0 [2022-03-09T22:38:59.464Z] go: downloading github.com/gogo/protobuf v1.3.2 [2022-03-09T22:38:59.464Z] go: downloading github.com/opencontainers/go-digest v1.0.0 [2022-03-09T22:38:59.464Z] go: downloading golang.org/x/time v0.0.0-20211116232009-f0f3c7e86c11 [2022-03-09T22:38:59.464Z] go: downloading github.com/opencontainers/runtime-spec v1.0.3-0.20210326190908-1c3f411f0417 [2022-03-09T22:38:59.464Z] go: downloading go.etcd.io/bbolt v1.3.6 [2022-03-09T22:38:59.464Z] go: downloading github.com/containerd/continuity v0.2.2 [2022-03-09T22:38:59.526Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSimple [2022-03-09T22:38:59.526Z] === RUN TestDockerSuite/TestRunWithSwappiness [2022-03-09T22:38:59.722Z] go: downloading github.com/tonistiigi/go-immutable-radix v0.0.0-20170803185627-826af9ccf0fe [2022-03-09T22:38:59.723Z] go: downloading github.com/tonistiigi/fsutil v0.0.0-20220115021204-b19f7f9cb274 [2022-03-09T22:38:59.723Z] go: downloading github.com/moby/sys/symlink v0.2.0 [2022-03-09T22:38:59.723Z] go: downloading golang.org/x/sys v0.0.0-20220114195835-da31bd327af9 [2022-03-09T22:38:59.723Z] go: downloading github.com/google/go-cmp v0.5.7 [2022-03-09T22:38:59.723Z] go: downloading github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 [2022-03-09T22:38:59.723Z] go: downloading github.com/spf13/cobra v1.1.3 [2022-03-09T22:38:59.723Z] go: downloading github.com/Microsoft/go-winio v0.5.1 [2022-03-09T22:38:59.926Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2022-03-09T22:38:59.926Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2022-03-09T22:38:59.926Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2022-03-09T22:38:59.926Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-03-09T22:38:59.926Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2022-03-09T22:38:59.926Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-03-09T22:38:59.926Z] === RUN TestDockerSuite/TestAPINetworkFilter [2022-03-09T22:38:59.926Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-03-09T22:38:59.926Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2022-03-09T22:38:59.926Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-03-09T22:38:59.926Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2022-03-09T22:38:59.926Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-03-09T22:38:59.926Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2022-03-09T22:38:59.926Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-03-09T22:38:59.926Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2022-03-09T22:38:59.926Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-03-09T22:38:59.926Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2022-03-09T22:38:59.926Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2022-03-09T22:38:59.926Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-03-09T22:38:59.926Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2022-03-09T22:38:59.926Z] docker_api_stats_test.go:103: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-03-09T22:38:59.926Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2022-03-09T22:38:59.926Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-03-09T22:38:59.926Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2022-03-09T22:38:59.926Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-03-09T22:38:59.926Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2022-03-09T22:38:59.926Z] docker_api_stats_test.go:27: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-03-09T22:38:59.926Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2022-03-09T22:38:59.926Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2022-03-09T22:38:59.926Z] docker_cli_run_test.go:3149: unmatched requirement Apparmor [2022-03-09T22:38:59.926Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2022-03-09T22:38:59.926Z] docker_cli_run_test.go:3127: unmatched requirement Apparmor [2022-03-09T22:38:59.926Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2022-03-09T22:38:59.926Z] docker_cli_run_test.go:3139: unmatched requirement DaemonIsLinux [2022-03-09T22:38:59.926Z] === RUN TestDockerSuite/TestAttachDisconnect [2022-03-09T22:38:59.926Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-03-09T22:38:59.926Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2022-03-09T22:38:59.981Z] go: downloading github.com/docker/go-metrics v0.0.1 [2022-03-09T22:38:59.981Z] go: downloading github.com/opencontainers/runc v1.1.0 [2022-03-09T22:38:59.981Z] go: downloading github.com/ishidawataru/sctp v0.0.0-20210226210310-f2269e66cdee [2022-03-09T22:38:59.981Z] go: downloading github.com/containerd/cgroups v1.0.3 [2022-03-09T22:38:59.981Z] go: downloading github.com/coreos/go-systemd/v22 v22.3.2 [2022-03-09T22:38:59.981Z] go: downloading github.com/coreos/go-systemd v0.0.0-20180511133405-39ca1b05acc7 [2022-03-09T22:38:59.981Z] go: downloading github.com/docker/swarmkit v1.12.1-0.20210726173615-3629f50980f6 [2022-03-09T22:38:59.981Z] go: downloading github.com/spf13/pflag v1.0.5 [2022-03-09T22:39:00.095Z] === RUN TestDockerSuite/TestRunWithSwappinessInvalid [2022-03-09T22:39:00.095Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2022-03-09T22:39:00.095Z] === RUN TestDockerSuite/TestRunWithUlimits [2022-03-09T22:39:00.239Z] go: downloading github.com/hashicorp/go-memdb v0.0.0-20161216180745-cb9a474f84cc [2022-03-09T22:39:00.239Z] go: downloading github.com/moby/sys/mount v0.3.1 [2022-03-09T22:39:00.239Z] go: downloading github.com/opencontainers/selinux v1.10.0 [2022-03-09T22:39:00.239Z] go: downloading github.com/google/uuid v1.3.0 [2022-03-09T22:39:00.239Z] go: downloading github.com/vishvananda/netlink v1.1.0 [2022-03-09T22:39:00.239Z] go: downloading github.com/Microsoft/hcsshim v0.9.2 [2022-03-09T22:39:00.496Z] go: downloading github.com/docker/libtrust v0.0.0-20150526203908-9cbd2a1374f4 [2022-03-09T22:39:00.496Z] go: downloading github.com/moby/locker v1.0.1 [2022-03-09T22:39:00.496Z] go: downloading github.com/moby/sys/mountinfo v0.6.0 [2022-03-09T22:39:00.496Z] go: downloading github.com/prometheus/client_golang v1.6.0 [2022-03-09T22:39:00.496Z] go: downloading github.com/imdario/mergo v0.3.12 [2022-03-09T22:39:00.496Z] go: downloading github.com/vbatts/tar-split v0.11.2 [2022-03-09T22:39:00.496Z] go: downloading github.com/mistifyio/go-zfs v2.1.2-0.20190413222219-f784269be439+incompatible [2022-03-09T22:39:00.496Z] go: downloading github.com/aws/aws-sdk-go v1.31.6 [2022-03-09T22:39:00.663Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2022-03-09T22:39:01.276Z] --- PASS: TestRenameAnonymousContainer (10.79s) [2022-03-09T22:39:01.276Z] === RUN TestRenameContainerWithSameName [2022-03-09T22:39:01.491Z] === RUN TestDockerSuite/TestAttachPausedContainer [2022-03-09T22:39:01.491Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-03-09T22:39:01.491Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2022-03-09T22:39:01.491Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-03-09T22:39:01.491Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2022-03-09T22:39:01.598Z] === RUN TestDockerSuite/TestRunWithVolumesIsRecursive [2022-03-09T22:39:01.856Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths [2022-03-09T22:39:02.422Z] === RUN TestDockerSuite/TestRunWithoutMemoryswapLimit [2022-03-09T22:39:02.422Z] docker_cli_run_unix_test.go:628: unmatched requirement swapMemorySupport [2022-03-09T22:39:02.422Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2022-03-09T22:39:02.681Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2022-03-09T22:39:02.681Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2022-03-09T22:39:02.847Z] --- PASS: TestRenameContainerWithSameName (2.20s) [2022-03-09T22:39:02.847Z] === RUN TestRenameContainerWithLinkedContainer [2022-03-09T22:39:02.847Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-03-09T22:39:02.847Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2022-03-09T22:39:02.847Z] === RUN TestResize [2022-03-09T22:39:03.033Z] go: downloading github.com/containerd/fifo v1.0.0 [2022-03-09T22:39:03.033Z] go: downloading github.com/fluent/fluent-logger-golang v1.9.0 [2022-03-09T22:39:03.033Z] go: downloading cloud.google.com/go v0.59.0 [2022-03-09T22:39:03.033Z] go: downloading cloud.google.com/go/logging v1.0.1-0.20190813144457-ceeb313ad77b [2022-03-09T22:39:03.033Z] go: downloading google.golang.org/genproto v0.0.0-20200227132054-3f1135a288c9 [2022-03-09T22:39:03.033Z] go: downloading github.com/Graylog2/go-gelf v0.0.0-20191017102106-1550ee647df0 [2022-03-09T22:39:03.033Z] go: downloading github.com/bsphere/le_go v0.0.0-20170215134836-7a984a84b549 [2022-03-09T22:39:03.033Z] go: downloading github.com/fsnotify/fsnotify v1.5.1 [2022-03-09T22:39:03.033Z] go: downloading github.com/RackSec/srslog v0.0.0-20180709174129-a4725f04ec91 [2022-03-09T22:39:03.033Z] go: downloading github.com/containerd/typeurl v1.0.2 [2022-03-09T22:39:03.033Z] go: downloading github.com/pelletier/go-toml v1.9.4 [2022-03-09T22:39:03.033Z] go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c [2022-03-09T22:39:03.033Z] go: downloading github.com/docker/libkv v0.2.2-0.20211217103745-e480589147e3 [2022-03-09T22:39:03.033Z] go: downloading github.com/miekg/dns v1.1.27 [2022-03-09T22:39:03.033Z] go: downloading github.com/moby/ipvs v1.0.1 [2022-03-09T22:39:03.033Z] go: downloading github.com/vishvananda/netns v0.0.0-20210104183010-2eb08e3e575f [2022-03-09T22:39:03.033Z] go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5 [2022-03-09T22:39:03.295Z] go: downloading github.com/creack/pty v1.1.11 [2022-03-09T22:39:03.295Z] go: downloading github.com/hashicorp/serf v0.7.1-0.20160317193612-598c54895cc5 [2022-03-09T22:39:03.295Z] go: downloading github.com/deckarep/golang-set v0.0.0-20141123011944-ef32fa3046d9 [2022-03-09T22:39:03.295Z] go: downloading github.com/godbus/dbus/v5 v5.0.6 [2022-03-09T22:39:03.618Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2022-03-09T22:39:04.551Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2022-03-09T22:39:04.673Z] go: downloading github.com/stretchr/testify v1.7.0 [2022-03-09T22:39:04.931Z] go: downloading github.com/morikuni/aec v1.0.0 [2022-03-09T22:39:04.931Z] go: downloading github.com/golang/protobuf v1.3.5 [2022-03-09T22:39:04.931Z] go: downloading github.com/klauspost/compress v1.14.3 [2022-03-09T22:39:04.931Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-03-09T22:39:04.931Z] go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 [2022-03-09T22:39:04.931Z] go: downloading github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645 [2022-03-09T22:39:04.931Z] go: downloading github.com/opentracing/opentracing-go v1.2.0 [2022-03-09T22:39:04.931Z] go: downloading github.com/armon/go-radix v0.0.0-20150105235045-e39d623f12e8 [2022-03-09T22:39:04.931Z] go: downloading github.com/hashicorp/memberlist v0.2.4 [2022-03-09T22:39:04.931Z] go: downloading golang.org/x/crypto v0.0.0-20211202192323-5770296d904e [2022-03-09T22:39:05.117Z] === RUN TestDockerSwarmSuite/TestServiceHealthRun [2022-03-09T22:39:05.128Z] --- PASS: TestResize (2.17s) [2022-03-09T22:39:05.128Z] === RUN TestResizeWithInvalidSize [2022-03-09T22:39:05.190Z] go: downloading github.com/mitchellh/hashstructure v1.0.0 [2022-03-09T22:39:05.190Z] go: downloading github.com/containerd/console v1.0.3 [2022-03-09T22:39:05.190Z] go: downloading github.com/containerd/go-runc v1.0.0 [2022-03-09T22:39:05.190Z] go: downloading github.com/gogo/googleapis v1.3.2 [2022-03-09T22:39:05.190Z] go: downloading github.com/opentracing-contrib/go-stdlib v1.0.0 [2022-03-09T22:39:05.190Z] go: downloading github.com/hashicorp/golang-lru v0.5.3 [2022-03-09T22:39:05.190Z] go: downloading github.com/hashicorp/uuid v0.0.0-20160311170451-ebb0a03e909c [2022-03-09T22:39:05.448Z] go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2022-03-09T22:39:05.448Z] go: downloading github.com/tchap/go-patricia v2.3.0+incompatible [2022-03-09T22:39:05.448Z] go: downloading github.com/coreos/etcd v3.3.27+incompatible [2022-03-09T22:39:05.448Z] go: downloading github.com/fernet/fernet-go v0.0.0-20180830025343-9eac43b88a5e [2022-03-09T22:39:05.448Z] go: downloading github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 [2022-03-09T22:39:05.448Z] go: downloading github.com/phayes/permbits v0.0.0-20190612203442-39d7c581d2ee [2022-03-09T22:39:05.448Z] go: downloading github.com/cyphar/filepath-securejoin v0.2.3 [2022-03-09T22:39:05.448Z] go: downloading github.com/beorn7/perks v1.0.1 [2022-03-09T22:39:05.448Z] go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-03-09T22:39:05.448Z] go: downloading github.com/prometheus/client_model v0.2.0 [2022-03-09T22:39:05.448Z] go: downloading github.com/prometheus/common v0.10.0 [2022-03-09T22:39:05.448Z] go: downloading github.com/prometheus/procfs v0.0.11 [2022-03-09T22:39:05.448Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-03-09T22:39:05.448Z] go: downloading github.com/containerd/ttrpc v1.1.0 [2022-03-09T22:39:05.707Z] go: downloading github.com/tinylib/msgp v1.1.0 [2022-03-09T22:39:05.707Z] go: downloading github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 [2022-03-09T22:39:05.707Z] go: downloading google.golang.org/api v0.8.0 [2022-03-09T22:39:06.051Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2022-03-09T22:39:06.619Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2022-03-09T22:39:06.619Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2022-03-09T22:39:06.619Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2022-03-09T22:39:07.082Z] go: downloading github.com/googleapis/gax-go/v2 v2.0.5 [2022-03-09T22:39:07.082Z] go: downloading go.opencensus.io v0.22.3 [2022-03-09T22:39:07.082Z] go: downloading golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f [2022-03-09T22:39:07.082Z] go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-03-09T22:39:07.082Z] go: downloading github.com/google/certificate-transparency-go v1.0.20 [2022-03-09T22:39:07.341Z] go: downloading github.com/armon/go-metrics v0.0.0-20150106224455-eb0af217e5e9 [2022-03-09T22:39:07.341Z] go: downloading github.com/hashicorp/go-msgpack v0.0.0-20140221154404-71c2886f5a67 [2022-03-09T22:39:07.341Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2022-03-09T22:39:07.341Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-03-09T22:39:07.341Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2022-03-09T22:39:07.341Z] go: downloading golang.org/x/text v0.3.7 [2022-03-09T22:39:07.354Z] --- PASS: TestResizeWithInvalidSize (2.24s) [2022-03-09T22:39:07.354Z] === RUN TestResizeWhenContainerNotStarted [2022-03-09T22:39:07.555Z] === RUN TestDockerSuite/TestSaveAndLoadRepoStdout [2022-03-09T22:39:07.907Z] go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea [2022-03-09T22:39:07.907Z] go: downloading github.com/gofrs/flock v0.7.3 [2022-03-09T22:39:07.907Z] go: downloading github.com/google/btree v1.0.1 [2022-03-09T22:39:07.907Z] go: downloading github.com/hashicorp/go-multierror v1.0.0 [2022-03-09T22:39:07.907Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2 [2022-03-09T22:39:07.907Z] go: downloading github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2022-03-09T22:39:07.907Z] go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 [2022-03-09T22:39:07.907Z] go: downloading github.com/cilium/ebpf v0.7.0 [2022-03-09T22:39:08.166Z] go: downloading go.uber.org/goleak v1.1.12 [2022-03-09T22:39:08.166Z] go: downloading code.cloudfoundry.org/clock v1.0.0 [2022-03-09T22:39:08.166Z] go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2022-03-09T22:39:08.166Z] go: downloading github.com/jmespath/go-jmespath v0.3.0 [2022-03-09T22:39:08.166Z] go: downloading github.com/philhofer/fwd v1.0.0 [2022-03-09T22:39:08.166Z] go: downloading github.com/kr/pretty v0.2.1 [2022-03-09T22:39:08.166Z] go: downloading github.com/jstemmer/go-junit-report v0.9.1 [2022-03-09T22:39:08.166Z] go: downloading golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 [2022-03-09T22:39:08.166Z] go: downloading golang.org/x/tools v0.1.5 [2022-03-09T22:39:08.166Z] go: downloading cloud.google.com/go/bigquery v1.0.0 [2022-03-09T22:39:08.166Z] go: downloading cloud.google.com/go/datastore v1.1.0 [2022-03-09T22:39:08.424Z] go: downloading cloud.google.com/go/pubsub v1.3.1 [2022-03-09T22:39:08.424Z] go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da [2022-03-09T22:39:08.424Z] go: downloading github.com/vmihailenco/msgpack v4.0.4+incompatible [2022-03-09T22:39:08.424Z] go: downloading labix.org/v2/mgo v0.0.0-20140701140051-000000000287 [2022-03-09T22:39:08.424Z] go: downloading github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b [2022-03-09T22:39:08.424Z] go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f [2022-03-09T22:39:08.424Z] go: downloading github.com/hashicorp/errwrap v1.1.0 [2022-03-09T22:39:08.424Z] go: downloading github.com/frankban/quicktest v1.11.3 [2022-03-09T22:39:08.424Z] go: downloading github.com/onsi/ginkgo v1.12.1 [2022-03-09T22:39:08.424Z] go: downloading github.com/onsi/gomega v1.10.3 [2022-03-09T22:39:08.490Z] === RUN TestDockerSuite/TestSaveAndLoadWithProgressBar [2022-03-09T22:39:08.682Z] go: downloading github.com/kr/text v0.2.0 [2022-03-09T22:39:08.682Z] go: downloading google.golang.org/appengine v1.6.7 [2022-03-09T22:39:08.682Z] go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-03-09T22:39:08.682Z] go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e [2022-03-09T22:39:08.682Z] go: downloading github.com/coreos/pkg v0.0.0-20180108230652-97fdf19511ea [2022-03-09T22:39:08.943Z] go: downloading github.com/nxadm/tail v1.4.4 [2022-03-09T22:39:08.944Z] go: downloading golang.org/x/mod v0.4.2 [2022-03-09T22:39:08.944Z] go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2022-03-09T22:39:08.944Z] + GO111MODULE=auto [2022-03-09T22:39:08.944Z] + go mod vendor -modfile vendor.mod [2022-03-09T22:39:09.057Z] === RUN TestDockerSuite/TestSaveCheckTimes [2022-03-09T22:39:09.316Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2022-03-09T22:39:09.572Z] === RUN TestDockerSuite/TestBuildAddNonTar [2022-03-09T22:39:10.330Z] --- PASS: TestResizeWhenContainerNotStarted (2.56s) [2022-03-09T22:39:10.330Z] === RUN TestDaemonRestartKillContainers [2022-03-09T22:39:10.330Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:39:10.330Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2022-03-09T22:39:10.330Z] === RUN TestStats [2022-03-09T22:39:10.330Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-03-09T22:39:10.330Z] --- SKIP: TestStats (0.00s) [2022-03-09T22:39:10.330Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-03-09T22:39:10.691Z] === RUN TestDockerSuite/TestSaveImageId [2022-03-09T22:39:10.691Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2022-03-09T22:39:10.691Z] === RUN TestDockerSwarmSuite/TestServiceHealthStart [2022-03-09T22:39:10.950Z] === RUN TestDockerSuite/TestSaveLoadParents [2022-03-09T22:39:11.474Z] Congratulations! All vendoring changes are done the right way. [2022-03-09T22:39:11.474Z] WARNING: could not find copyright information for github.com/docker/docker/autogen/winresources/dockerd [2022-03-09T22:39:11.474Z] WARNING: could not find copyright information for github.com/docker/docker/autogen/winresources/dockerd [2022-03-09T22:39:11.928Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2022-03-09T22:39:12.326Z] docker_cli_save_load_test.go:364: tmpdir /tmp/save-load-parents976876757 [2022-03-09T22:39:12.326Z] === RUN TestDockerSuite/TestSaveMultipleNames [2022-03-09T22:39:12.585Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2022-03-09T22:39:13.969Z] === RUN TestDockerSuite/TestSaveSingleTag [2022-03-09T22:39:13.969Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2022-03-09T22:39:13.969Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-03-09T22:39:14.330Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2022-03-09T22:39:14.442Z] + echo Ensuring container killed. [2022-03-09T22:39:14.442Z] Ensuring container killed. [2022-03-09T22:39:14.442Z] + docker rm -vf docker-pr2 [2022-03-09T22:39:14.442Z] Error: No such container: docker-pr2 [Pipeline] sh [2022-03-09T22:39:14.725Z] + echo Chowning /workspace to jenkins user [2022-03-09T22:39:14.725Z] Chowning /workspace to jenkins user [2022-03-09T22:39:14.725Z] + id -u [2022-03-09T22:39:14.725Z] + id -g [2022-03-09T22:39:14.725Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43352:/workspace busybox chown -R 1000:1000 /workspace [2022-03-09T22:39:15.346Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-03-09T22:39:15.895Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2022-03-09T22:39:15.895Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-03-09T22:39:15.895Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2022-03-09T22:39:15.964Z] + bundleName=unit [2022-03-09T22:39:15.964Z] + echo Creating unit-bundles.tar.gz [2022-03-09T22:39:15.964Z] Creating unit-bundles.tar.gz [2022-03-09T22:39:15.964Z] + 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-09T22:39:15.964Z] bundles/junit-report-libnetwork.xml [2022-03-09T22:39:15.964Z] bundles/junit-report.xml [2022-03-09T22:39:15.964Z] bundles/go-test-report-libnetwork.json [2022-03-09T22:39:15.964Z] bundles/go-test-report.json [2022-03-09T22:39:15.964Z] bundles/profile-libnetwork.out [2022-03-09T22:39:15.964Z] bundles/profile.out [Pipeline] archiveArtifacts [2022-03-09T22:39:15.975Z] Archiving artifacts [2022-03-09T22:39:16.259Z] --- PASS: TestStopContainerWithRestartPolicyAlways (6.61s) [2022-03-09T22:39:16.259Z] === RUN TestStopContainerWithTimeout [2022-03-09T22:39:16.259Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2022-03-09T22:39:16.259Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2022-03-09T22:39:16.259Z] === RUN TestUpdateRestartPolicy [2022-03-09T22:39:16.281Z] === RUN TestDockerSwarmSuite/TestServiceLogs [2022-03-09T22:39:16.281Z] === RUN TestDockerSuite/TestSearchCmdOptions [2022-03-09T22:39:16.843Z] Uploaded 2 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43352/2/artifacts/ [Pipeline] } [2022-03-09T22:39:16.848Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [Pipeline] // catchError [Pipeline] sh [2022-03-09T22:39:17.106Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2022-03-09T22:39:17.106Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2022-03-09T22:39:17.106Z] === RUN TestDockerSuite/TestSearchWithLimit [2022-03-09T22:39:17.154Z] + make clean [2022-03-09T22:39:17.154Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-03-09T22:39:17.411Z] docker-dev-cache [2022-03-09T22:39:17.411Z] docker-mod-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-03-09T22:39:18.041Z] === RUN TestDockerSuite/TestSlowStdinClosing [2022-03-09T22:39:18.041Z] === RUN TestDockerSuite/TestSlowStdinClosing/0 [2022-03-09T22:39:18.608Z] === RUN TestDockerSuite/TestSlowStdinClosing/1 [2022-03-09T22:39:19.174Z] === RUN TestDockerSuite/TestSlowStdinClosing/2 [2022-03-09T22:39:19.683Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2022-03-09T22:39:19.741Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2022-03-09T22:39:21.250Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2022-03-09T22:39:25.005Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2022-03-09T22:39:26.379Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2022-03-09T22:39:26.945Z] === RUN TestDockerSuite/TestStartAttachSilent [2022-03-09T22:39:27.116Z] === RUN TestDockerSuite/TestBuildAddScript [2022-03-09T22:39:27.116Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-03-09T22:39:27.116Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2022-03-09T22:39:27.116Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-03-09T22:39:27.116Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2022-03-09T22:39:27.116Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-03-09T22:39:27.116Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2022-03-09T22:39:27.116Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-03-09T22:39:27.116Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2022-03-09T22:39:27.511Z] === RUN TestDockerSuite/TestStartAttachWithRename [2022-03-09T22:39:27.584Z] === RUN TestDockerSuite/TestBuildAddTar [2022-03-09T22:39:29.410Z] === RUN TestDockerSwarmSuite/TestServiceLogsCompleteness [2022-03-09T22:39:30.343Z] === RUN TestDockerSuite/TestStartMultipleContainers [2022-03-09T22:39:32.255Z] === RUN TestDockerSwarmSuite/TestServiceLogsDetails [2022-03-09T22:39:32.255Z] === RUN TestDockerSuite/TestStartPausedContainer [2022-03-09T22:39:32.825Z] === RUN TestDockerSuite/TestStartRecordError [2022-03-09T22:39:34.199Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2022-03-09T22:39:35.573Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2022-03-09T22:39:36.138Z] === RUN TestDockerSwarmSuite/TestServiceLogsFollow [2022-03-09T22:39:36.703Z] === RUN TestDockerSuite/TestStatsAllNoStream [2022-03-09T22:39:39.231Z] === RUN TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer [2022-03-09T22:39:39.231Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2022-03-09T22:39:41.602Z] --- PASS: TestUpdateRestartPolicy (21.91s) [2022-03-09T22:39:41.603Z] === RUN TestUpdateRestartWithAutoRemove [2022-03-09T22:39:41.603Z] --- PASS: TestUpdateRestartWithAutoRemove (2.19s) [2022-03-09T22:39:41.603Z] === RUN TestWaitNonBlocked [2022-03-09T22:39:41.603Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-09T22:39:41.603Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-09T22:39:41.603Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-09T22:39:41.603Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-09T22:39:41.603Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-09T22:39:41.603Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-09T22:39:43.414Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2022-03-09T22:39:43.672Z] === RUN TestDockerSwarmSuite/TestServiceLogsSince [2022-03-09T22:39:43.844Z] --- PASS: TestWaitNonBlocked (0.04s) [2022-03-09T22:39:43.845Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (2.94s) [2022-03-09T22:39:43.845Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (3.03s) [2022-03-09T22:39:43.845Z] === RUN TestWaitBlocked [2022-03-09T22:39:43.845Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T22:39:43.845Z] --- SKIP: TestWaitBlocked (0.00s) [2022-03-09T22:39:43.845Z] PASS [2022-03-09T22:39:43.845Z] ok github.com/docker/docker/integration/container 94.046s [2022-03-09T22:39:43.845Z] [2022-03-09T22:39:43.845Z] === Skipped [2022-03-09T22:39:43.845Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2022-03-09T22:39:43.845Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-09T22:39:43.845Z] [2022-03-09T22:39:43.845Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2022-03-09T22:39:43.845Z] copy_test.go:81: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:39:43.845Z] [2022-03-09T22:39:43.845Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.01s) [2022-03-09T22:39:43.845Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-03-09T22:39:43.845Z] [2022-03-09T22:39:43.845Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.01s) [2022-03-09T22:39:43.845Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:39:43.845Z] [2022-03-09T22:39:43.845Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2022-03-09T22:39:43.845Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T22:39:43.845Z] [2022-03-09T22:39:43.845Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.01s) [2022-03-09T22:39:43.845Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T22:39:43.845Z] [2022-03-09T22:39:43.845Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.01s) [2022-03-09T22:39:43.845Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-03-09T22:39:43.845Z] [2022-03-09T22:39:43.845Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.05s) [2022-03-09T22:39:43.845Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-03-09T22:39:43.845Z] [2022-03-09T22:39:43.845Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2022-03-09T22:39:43.845Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:39:43.845Z] [2022-03-09T22:39:43.845Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2022-03-09T22:39:43.845Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-03-09T22:39:43.845Z] [2022-03-09T22:39:43.845Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2022-03-09T22:39:43.845Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-03-09T22:39:43.845Z] [2022-03-09T22:39:43.845Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2022-03-09T22:39:43.845Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:39:43.845Z] [2022-03-09T22:39:43.845Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2022-03-09T22:39:43.845Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:39:43.845Z] [2022-03-09T22:39:43.845Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2022-03-09T22:39:43.845Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-03-09T22:39:43.845Z] [2022-03-09T22:39:43.845Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2022-03-09T22:39:43.845Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-03-09T22:39:43.845Z] [2022-03-09T22:39:43.845Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2022-03-09T22:39:43.845Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-03-09T22:39:43.845Z] [2022-03-09T22:39:43.845Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2022-03-09T22:39:43.845Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-03-09T22:39:43.845Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-03-09T22:39:43.845Z] [2022-03-09T22:39:43.845Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-03-09T22:39:43.845Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-09T22:39:43.845Z] [2022-03-09T22:39:43.845Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2022-03-09T22:39:43.845Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-09T22:39:43.845Z] [2022-03-09T22:39:43.845Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2022-03-09T22:39:43.845Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-09T22:39:43.845Z] [2022-03-09T22:39:43.845Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2022-03-09T22:39:43.845Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-03-09T22:39:43.845Z] [2022-03-09T22:39:43.845Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2022-03-09T22:39:43.845Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:39:43.845Z] [2022-03-09T22:39:43.845Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2022-03-09T22:39:43.845Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-09T22:39:43.845Z] [2022-03-09T22:39:43.845Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2022-03-09T22:39:43.845Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-03-09T22:39:43.845Z] [2022-03-09T22:39:43.845Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2022-03-09T22:39:43.845Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-03-09T22:39:43.845Z] [2022-03-09T22:39:43.845Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2022-03-09T22:39:43.845Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-03-09T22:39:43.845Z] [2022-03-09T22:39:43.845Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2022-03-09T22:39:43.845Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:39:43.845Z] [2022-03-09T22:39:43.845Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2022-03-09T22:39:43.845Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-03-09T22:39:43.845Z] [2022-03-09T22:39:43.845Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2022-03-09T22:39:43.845Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-03-09T22:39:43.845Z] [2022-03-09T22:39:43.845Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2022-03-09T22:39:43.845Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:39:43.845Z] [2022-03-09T22:39:43.845Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2022-03-09T22:39:43.845Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-03-09T22:39:43.845Z] [2022-03-09T22:39:43.845Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2022-03-09T22:39:43.845Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2022-03-09T22:39:43.845Z] [2022-03-09T22:39:43.845Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2022-03-09T22:39:43.845Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T22:39:43.845Z] [2022-03-09T22:39:43.845Z] DONE 87 tests, 33 skipped in 96.849s [2022-03-09T22:39:43.845Z] Running D:\gopath\src\github.com\docker\docker\integration\daemon [2022-03-09T22:39:46.198Z] === RUN TestDockerSwarmSuite/TestServiceLogsTTY [2022-03-09T22:39:46.456Z] === RUN TestDockerSuite/TestStatsFormatAll [2022-03-09T22:39:51.763Z] === RUN TestDockerSuite/TestStatsNoStream [2022-03-09T22:39:53.660Z] === RUN TestDockerSuite/TestStopContainerSignal [2022-03-09T22:39:55.032Z] === RUN TestDockerSuite/TestTopMultipleArgs [2022-03-09T22:39:55.291Z] === RUN TestDockerSuite/TestTopNonPrivileged [2022-03-09T22:39:55.856Z] === RUN TestDockerSuite/TestTopPrivileged [2022-03-09T22:39:56.422Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2022-03-09T22:39:56.422Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2022-03-09T22:39:56.422Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2022-03-09T22:39:56.987Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2022-03-09T22:39:58.887Z] === RUN TestDockerSwarmSuite/TestServiceLogsTail [2022-03-09T22:39:59.826Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2022-03-09T22:40:03.110Z] === RUN TestDockerSuite/TestUpdateContainerInvalidValue [2022-03-09T22:40:03.110Z] === RUN TestDockerSuite/TestUpdateContainerWithoutFlags [2022-03-09T22:40:03.372Z] === RUN TestDockerSuite/TestUpdateInvalidSwapMemory [2022-03-09T22:40:03.372Z] docker_cli_update_unix_test.go:144: unmatched requirement swapMemorySupport [2022-03-09T22:40:03.372Z] === RUN TestDockerSuite/TestUpdateMemoryWithSwapMemory [2022-03-09T22:40:03.372Z] docker_cli_update_unix_test.go:198: unmatched requirement swapMemorySupport [2022-03-09T22:40:03.372Z] === RUN TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy [2022-03-09T22:40:04.305Z] === RUN TestDockerSuite/TestUpdatePausedContainer [2022-03-09T22:40:04.871Z] === RUN TestDockerSuite/TestUpdateRunningContainer [2022-03-09T22:40:05.023Z] === RUN TestConfigDaemonLibtrustID [2022-03-09T22:40:05.023Z] daemon_test.go:26: runtime.GOOS == "windows" [2022-03-09T22:40:05.023Z] --- SKIP: TestConfigDaemonLibtrustID (0.01s) [2022-03-09T22:40:05.023Z] === RUN TestDaemonConfigValidation [2022-03-09T22:40:05.023Z] daemon_test.go:45: runtime.GOOS == "windows" [2022-03-09T22:40:05.023Z] --- SKIP: TestDaemonConfigValidation (0.00s) [2022-03-09T22:40:05.023Z] === RUN TestConfigDaemonSeccompProfiles [2022-03-09T22:40:05.023Z] daemon_test.go:111: runtime.GOOS == "windows" [2022-03-09T22:40:05.023Z] --- SKIP: TestConfigDaemonSeccompProfiles (0.00s) [2022-03-09T22:40:05.023Z] === RUN TestDaemonProxy [2022-03-09T22:40:05.023Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-03-09T22:40:05.023Z] --- SKIP: TestDaemonProxy (0.00s) [2022-03-09T22:40:05.023Z] PASS [2022-03-09T22:40:05.023Z] ok github.com/docker/docker/integration/daemon 0.151s [2022-03-09T22:40:05.436Z] === RUN TestDockerSuite/TestUpdateRunningContainerWithRestart [2022-03-09T22:40:05.485Z] [2022-03-09T22:40:05.485Z] === Skipped [2022-03-09T22:40:05.485Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonLibtrustID (0.01s) [2022-03-09T22:40:05.485Z] daemon_test.go:26: runtime.GOOS == "windows" [2022-03-09T22:40:05.485Z] [2022-03-09T22:40:05.485Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonConfigValidation (0.00s) [2022-03-09T22:40:05.485Z] daemon_test.go:45: runtime.GOOS == "windows" [2022-03-09T22:40:05.485Z] [2022-03-09T22:40:05.485Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonSeccompProfiles (0.00s) [2022-03-09T22:40:05.485Z] daemon_test.go:111: runtime.GOOS == "windows" [2022-03-09T22:40:05.485Z] [2022-03-09T22:40:05.485Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonProxy (0.00s) [2022-03-09T22:40:05.485Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-03-09T22:40:05.485Z] [2022-03-09T22:40:05.485Z] DONE 4 tests, 4 skipped in 21.611s [2022-03-09T22:40:05.485Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2022-03-09T22:40:06.370Z] === RUN TestDockerSuite/TestUpdateStats [2022-03-09T22:40:10.170Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-09T22:40:10.170Z] INFO: Testing against a local daemon [2022-03-09T22:40:10.170Z] === RUN TestCommitInheritsEnv [2022-03-09T22:40:10.170Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-09T22:40:10.170Z] --- SKIP: TestCommitInheritsEnv (0.01s) [2022-03-09T22:40:10.170Z] === RUN TestImportExtremelyLargeImageWorks [2022-03-09T22:40:10.170Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-03-09T22:40:10.170Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2022-03-09T22:40:10.170Z] === RUN TestImportWithCustomPlatform [2022-03-09T22:40:10.170Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-03-09T22:40:10.170Z] --- SKIP: TestImportWithCustomPlatform (0.00s) [2022-03-09T22:40:10.170Z] === RUN TestImagesFilterMultiReference [2022-03-09T22:40:10.170Z] --- PASS: TestImagesFilterMultiReference (0.12s) [2022-03-09T22:40:10.170Z] === RUN TestImagePullPlatformInvalid [2022-03-09T22:40:10.170Z] --- PASS: TestImagePullPlatformInvalid (0.04s) [2022-03-09T22:40:10.170Z] === RUN TestRemoveImageOrphaning [2022-03-09T22:40:10.255Z] === RUN TestDockerSuite/TestBuildAddTarXz [2022-03-09T22:40:10.255Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-03-09T22:40:10.255Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2022-03-09T22:40:10.255Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-03-09T22:40:10.255Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2022-03-09T22:40:10.572Z] === RUN TestDockerSuite/TestUpdateStoppedContainer [2022-03-09T22:40:10.572Z] === RUN TestDockerSuite/TestUpdateSwapMemoryOnly [2022-03-09T22:40:10.572Z] docker_cli_update_unix_test.go:128: unmatched requirement swapMemorySupport [2022-03-09T22:40:10.572Z] === RUN TestDockerSuite/TestUpdateWithNanoCPUs [2022-03-09T22:40:11.135Z] --- PASS: TestRemoveImageOrphaning (1.17s) [2022-03-09T22:40:11.135Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-03-09T22:40:11.135Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.08s) [2022-03-09T22:40:11.135Z] === RUN TestTagInvalidReference [2022-03-09T22:40:11.505Z] === RUN TestDockerSuite/TestUpdateWithUntouchedFields [2022-03-09T22:40:11.505Z] === RUN TestDockerSwarmSuite/TestServiceLogsTaskLogs [2022-03-09T22:40:11.593Z] --- PASS: TestTagInvalidReference (0.06s) [2022-03-09T22:40:11.593Z] === RUN TestTagValidPrefixedRepo [2022-03-09T22:40:11.593Z] --- PASS: TestTagValidPrefixedRepo (0.09s) [2022-03-09T22:40:11.593Z] === RUN TestTagExistedNameWithoutForce [2022-03-09T22:40:11.593Z] --- PASS: TestTagExistedNameWithoutForce (0.05s) [2022-03-09T22:40:11.593Z] === RUN TestTagOfficialNames [2022-03-09T22:40:11.593Z] --- PASS: TestTagOfficialNames (0.14s) [2022-03-09T22:40:11.593Z] === RUN TestTagMatchesDigest [2022-03-09T22:40:11.593Z] --- PASS: TestTagMatchesDigest (0.04s) [2022-03-09T22:40:11.593Z] PASS [2022-03-09T22:40:11.593Z] ok github.com/docker/docker/integration/image 1.897s [2022-03-09T22:40:12.050Z] [2022-03-09T22:40:12.050Z] === Skipped [2022-03-09T22:40:12.050Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.01s) [2022-03-09T22:40:12.050Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-09T22:40:12.050Z] [2022-03-09T22:40:12.050Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2022-03-09T22:40:12.050Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-03-09T22:40:12.050Z] [2022-03-09T22:40:12.050Z] === SKIP: github.com/docker/docker/integration/image TestImportWithCustomPlatform (0.00s) [2022-03-09T22:40:12.050Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-03-09T22:40:12.050Z] [2022-03-09T22:40:12.050Z] DONE 12 tests, 3 skipped in 6.336s [2022-03-09T22:40:12.050Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2022-03-09T22:40:12.073Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2022-03-09T22:40:13.972Z] docker_cli_service_logs_test.go:246: checking task dobb8e7colbr [2022-03-09T22:40:14.231Z] docker_cli_service_logs_test.go:251: checking messages for dobb8e7colbr [2022-03-09T22:40:14.231Z] docker_cli_service_logs_test.go:246: checking task tfvhok5bgk69 [2022-03-09T22:40:14.231Z] docker_cli_service_logs_test.go:251: checking messages for tfvhok5bgk69 [2022-03-09T22:40:14.953Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-09T22:40:14.954Z] INFO: Testing against a local daemon [2022-03-09T22:40:14.954Z] === RUN TestNetworkCreateDelete [2022-03-09T22:40:14.954Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T22:40:14.954Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2022-03-09T22:40:14.954Z] === RUN TestDockerNetworkDeletePreferID [2022-03-09T22:40:14.954Z] 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-09T22:40:14.954Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2022-03-09T22:40:14.954Z] === RUN TestDaemonDNSFallback [2022-03-09T22:40:14.954Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T22:40:14.954Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2022-03-09T22:40:14.954Z] === RUN TestInspectNetwork [2022-03-09T22:40:14.954Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-03-09T22:40:14.954Z] --- SKIP: TestInspectNetwork (0.00s) [2022-03-09T22:40:14.954Z] === RUN TestRunContainerWithBridgeNone [2022-03-09T22:40:14.954Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T22:40:14.954Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2022-03-09T22:40:14.954Z] === RUN TestNetworkInvalidJSON [2022-03-09T22:40:14.954Z] === RUN TestNetworkInvalidJSON//networks/create [2022-03-09T22:40:14.954Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-03-09T22:40:14.954Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-03-09T22:40:14.954Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-03-09T22:40:14.954Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-09T22:40:14.954Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-09T22:40:14.954Z] === CONT TestNetworkInvalidJSON//networks/create [2022-03-09T22:40:14.954Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-09T22:40:14.954Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-03-09T22:40:14.954Z] --- PASS: TestNetworkInvalidJSON (0.05s) [2022-03-09T22:40:14.954Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.01s) [2022-03-09T22:40:14.954Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s) [2022-03-09T22:40:14.954Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.01s) [2022-03-09T22:40:14.954Z] === RUN TestNetworkList [2022-03-09T22:40:14.954Z] === RUN TestNetworkList//networks [2022-03-09T22:40:14.954Z] === PAUSE TestNetworkList//networks [2022-03-09T22:40:14.954Z] === RUN TestNetworkList//networks/ [2022-03-09T22:40:14.954Z] === PAUSE TestNetworkList//networks/ [2022-03-09T22:40:14.954Z] === CONT TestNetworkList//networks [2022-03-09T22:40:14.954Z] === CONT TestNetworkList//networks/ [2022-03-09T22:40:14.954Z] --- PASS: TestNetworkList (0.05s) [2022-03-09T22:40:14.954Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-03-09T22:40:14.954Z] --- PASS: TestNetworkList//networks (0.01s) [2022-03-09T22:40:14.954Z] === RUN TestHostIPv4BridgeLabel [2022-03-09T22:40:14.954Z] network_test.go:128: testEnv.OSType == "windows" [2022-03-09T22:40:14.954Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2022-03-09T22:40:14.954Z] === RUN TestDaemonRestartWithLiveRestore [2022-03-09T22:40:14.954Z] service_test.go:30: testEnv.OSType == "windows" [2022-03-09T22:40:14.954Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2022-03-09T22:40:14.954Z] === RUN TestDaemonDefaultNetworkPools [2022-03-09T22:40:14.954Z] service_test.go:59: testEnv.OSType == "windows" [2022-03-09T22:40:14.954Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2022-03-09T22:40:14.954Z] === RUN TestDaemonRestartWithExistingNetwork [2022-03-09T22:40:14.954Z] service_test.go:103: testEnv.OSType == "windows" [2022-03-09T22:40:14.954Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2022-03-09T22:40:14.954Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-03-09T22:40:14.954Z] service_test.go:137: testEnv.OSType == "windows" [2022-03-09T22:40:14.954Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-03-09T22:40:14.954Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-03-09T22:40:14.954Z] service_test.go:188: testEnv.OSType == "windows" [2022-03-09T22:40:14.954Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-03-09T22:40:14.954Z] === RUN TestServiceWithPredefinedNetwork [2022-03-09T22:40:14.954Z] service_test.go:213: testEnv.OSType == "windows" [2022-03-09T22:40:14.954Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2022-03-09T22:40:14.954Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-03-09T22:40:14.954Z] service_test.go:243: FLAKY_TEST [2022-03-09T22:40:14.954Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-09T22:40:14.954Z] === RUN TestServiceWithDataPathPortInit [2022-03-09T22:40:14.954Z] service_test.go:334: testEnv.OSType == "windows" [2022-03-09T22:40:14.954Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2022-03-09T22:40:14.954Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-03-09T22:40:14.954Z] service_test.go:402: testEnv.OSType == "windows" [2022-03-09T22:40:14.954Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2022-03-09T22:40:14.954Z] PASS [2022-03-09T22:40:14.954Z] ok github.com/docker/docker/integration/network 0.219s [2022-03-09T22:40:14.954Z] [2022-03-09T22:40:14.954Z] === Skipped [2022-03-09T22:40:14.954Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2022-03-09T22:40:14.954Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T22:40:14.954Z] [2022-03-09T22:40:14.954Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2022-03-09T22:40:14.954Z] 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-09T22:40:14.954Z] [2022-03-09T22:40:14.954Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2022-03-09T22:40:14.954Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T22:40:14.954Z] [2022-03-09T22:40:14.954Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2022-03-09T22:40:14.954Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-03-09T22:40:14.954Z] [2022-03-09T22:40:14.954Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2022-03-09T22:40:14.954Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T22:40:14.954Z] [2022-03-09T22:40:14.954Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2022-03-09T22:40:14.954Z] network_test.go:128: testEnv.OSType == "windows" [2022-03-09T22:40:14.954Z] [2022-03-09T22:40:14.954Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2022-03-09T22:40:14.954Z] service_test.go:30: testEnv.OSType == "windows" [2022-03-09T22:40:14.954Z] [2022-03-09T22:40:14.954Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2022-03-09T22:40:14.954Z] service_test.go:59: testEnv.OSType == "windows" [2022-03-09T22:40:14.954Z] [2022-03-09T22:40:14.954Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2022-03-09T22:40:14.954Z] service_test.go:103: testEnv.OSType == "windows" [2022-03-09T22:40:14.954Z] [2022-03-09T22:40:14.954Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-03-09T22:40:14.954Z] service_test.go:137: testEnv.OSType == "windows" [2022-03-09T22:40:14.954Z] [2022-03-09T22:40:14.954Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-03-09T22:40:14.954Z] service_test.go:188: testEnv.OSType == "windows" [2022-03-09T22:40:14.954Z] [2022-03-09T22:40:14.954Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2022-03-09T22:40:14.954Z] service_test.go:213: testEnv.OSType == "windows" [2022-03-09T22:40:14.954Z] [2022-03-09T22:40:14.954Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-09T22:40:14.954Z] service_test.go:243: FLAKY_TEST [2022-03-09T22:40:14.954Z] [2022-03-09T22:40:14.954Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2022-03-09T22:40:14.954Z] service_test.go:334: testEnv.OSType == "windows" [2022-03-09T22:40:14.954Z] [2022-03-09T22:40:14.954Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2022-03-09T22:40:14.954Z] service_test.go:402: testEnv.OSType == "windows" [2022-03-09T22:40:14.954Z] [2022-03-09T22:40:14.954Z] DONE 22 tests, 15 skipped in 2.641s [2022-03-09T22:40:14.954Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2022-03-09T22:40:15.165Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias [2022-03-09T22:40:15.919Z] testing: warning: no tests to run [2022-03-09T22:40:15.919Z] PASS [2022-03-09T22:40:15.919Z] ok github.com/docker/docker/integration/network/ipvlan 0.111s [2022-03-09T22:40:15.919Z] [2022-03-09T22:40:15.919Z] DONE 0 tests in 0.869s [2022-03-09T22:40:15.919Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2022-03-09T22:40:16.881Z] testing: warning: no tests to run [2022-03-09T22:40:16.881Z] PASS [2022-03-09T22:40:16.881Z] ok github.com/docker/docker/integration/network/macvlan 0.095s [2022-03-09T22:40:16.881Z] [2022-03-09T22:40:16.881Z] DONE 0 tests in 0.873s [2022-03-09T22:40:16.881Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2022-03-09T22:40:17.065Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink [2022-03-09T22:40:17.854Z] testing: warning: no tests to run [2022-03-09T22:40:17.854Z] PASS [2022-03-09T22:40:17.854Z] ok github.com/docker/docker/integration/plugin 0.101s [2022-03-09T22:40:17.854Z] [2022-03-09T22:40:17.854Z] DONE 0 tests in 0.866s [2022-03-09T22:40:17.854Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2022-03-09T22:40:18.821Z] testing: warning: no tests to run [2022-03-09T22:40:18.821Z] PASS [2022-03-09T22:40:18.821Z] ok github.com/docker/docker/integration/plugin/authz 0.102s [2022-03-09T22:40:18.821Z] [2022-03-09T22:40:18.821Z] DONE 0 tests in 0.850s [2022-03-09T22:40:18.821Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2022-03-09T22:40:18.964Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectivity [2022-03-09T22:40:20.337Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2022-03-09T22:40:22.864Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2022-03-09T22:40:24.599Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-09T22:40:24.599Z] INFO: Testing against a local daemon [2022-03-09T22:40:24.599Z] === RUN TestPluginInvalidJSON [2022-03-09T22:40:24.599Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-03-09T22:40:24.599Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-03-09T22:40:24.599Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-03-09T22:40:24.599Z] --- PASS: TestPluginInvalidJSON (0.05s) [2022-03-09T22:40:24.599Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.01s) [2022-03-09T22:40:24.599Z] === RUN TestPluginInstall [2022-03-09T22:40:24.599Z] plugin_test.go:63: testEnv.OSType == "windows" [2022-03-09T22:40:24.599Z] --- SKIP: TestPluginInstall (0.00s) [2022-03-09T22:40:24.599Z] === RUN TestPluginsWithRuntimes [2022-03-09T22:40:24.599Z] plugin_test.go:172: testEnv.OSType == "windows" [2022-03-09T22:40:24.599Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2022-03-09T22:40:24.599Z] === RUN TestPluginBackCompatMediaTypes [2022-03-09T22:40:24.599Z] plugin_test.go:234: testEnv.OSType == "windows" [2022-03-09T22:40:24.599Z] --- SKIP: TestPluginBackCompatMediaTypes (0.01s) [2022-03-09T22:40:24.599Z] PASS [2022-03-09T22:40:24.599Z] ok github.com/docker/docker/integration/plugin/common 0.139s [2022-03-09T22:40:24.599Z] [2022-03-09T22:40:24.599Z] === Skipped [2022-03-09T22:40:24.599Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2022-03-09T22:40:24.599Z] plugin_test.go:63: testEnv.OSType == "windows" [2022-03-09T22:40:24.599Z] [2022-03-09T22:40:24.599Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s) [2022-03-09T22:40:24.599Z] plugin_test.go:172: testEnv.OSType == "windows" [2022-03-09T22:40:24.599Z] [2022-03-09T22:40:24.599Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.01s) [2022-03-09T22:40:24.599Z] plugin_test.go:234: testEnv.OSType == "windows" [2022-03-09T22:40:24.599Z] [2022-03-09T22:40:24.599Z] DONE 5 tests, 3 skipped in 5.068s [2022-03-09T22:40:24.599Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2022-03-09T22:40:25.394Z] === RUN TestDockerSwarmSuite/TestServiceScale [2022-03-09T22:40:25.394Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChown [2022-03-09T22:40:26.768Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot [2022-03-09T22:40:26.777Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-09T22:40:26.777Z] INFO: Testing against a local daemon [2022-03-09T22:40:26.777Z] === RUN TestExternalGraphDriver [2022-03-09T22:40:26.777Z] external_test.go:47: runtime.GOOS == "windows" [2022-03-09T22:40:26.777Z] --- SKIP: TestExternalGraphDriver (0.00s) [2022-03-09T22:40:26.777Z] === RUN TestGraphdriverPluginV2 [2022-03-09T22:40:26.777Z] external_test.go:407: runtime.GOOS == "windows" [2022-03-09T22:40:26.777Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2022-03-09T22:40:26.777Z] PASS [2022-03-09T22:40:26.777Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.128s [2022-03-09T22:40:26.777Z] [2022-03-09T22:40:26.777Z] === Skipped [2022-03-09T22:40:26.777Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2022-03-09T22:40:26.777Z] external_test.go:47: runtime.GOOS == "windows" [2022-03-09T22:40:26.777Z] [2022-03-09T22:40:26.777Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2022-03-09T22:40:26.777Z] external_test.go:407: runtime.GOOS == "windows" [2022-03-09T22:40:26.777Z] [2022-03-09T22:40:26.777Z] DONE 2 tests, 2 skipped in 2.667s [2022-03-09T22:40:27.238Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2022-03-09T22:40:27.711Z] === RUN TestDockerSwarmSuite/TestSwarmAlternateLockUnlock [2022-03-09T22:40:27.923Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2022-03-09T22:40:27.923Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-03-09T22:40:28.282Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride [2022-03-09T22:40:28.379Z] === RUN TestDockerSuite/TestBuildBlankName [2022-03-09T22:40:29.216Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner [2022-03-09T22:40:29.341Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2022-03-09T22:40:29.413Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-09T22:40:29.413Z] INFO: Testing against a local daemon [2022-03-09T22:40:29.413Z] === RUN TestReadPluginNoRead [2022-03-09T22:40:29.413Z] read_test.go:21: no unix domain sockets on Windows [2022-03-09T22:40:29.413Z] --- SKIP: TestReadPluginNoRead (0.00s) [2022-03-09T22:40:29.413Z] PASS [2022-03-09T22:40:29.413Z] ok github.com/docker/docker/integration/plugin/logging 0.131s [2022-03-09T22:40:29.413Z] [2022-03-09T22:40:29.887Z] === Skipped [2022-03-09T22:40:29.887Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2022-03-09T22:40:29.887Z] read_test.go:21: no unix domain sockets on Windows [2022-03-09T22:40:29.887Z] [2022-03-09T22:40:29.887Z] DONE 1 tests, 1 skipped in 2.567s [2022-03-09T22:40:29.887Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2022-03-09T22:40:30.150Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod [2022-03-09T22:40:30.850Z] testing: warning: no tests to run [2022-03-09T22:40:30.850Z] PASS [2022-03-09T22:40:30.850Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.100s [2022-03-09T22:40:31.307Z] [2022-03-09T22:40:31.307Z] DONE 0 tests in 1.337s [2022-03-09T22:40:31.307Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2022-03-09T22:40:31.523Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService [2022-03-09T22:40:32.897Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw [2022-03-09T22:40:33.481Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-09T22:40:33.481Z] INFO: Testing against a local daemon [2022-03-09T22:40:33.481Z] === RUN TestPluginWithDevMounts [2022-03-09T22:40:33.481Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:40:33.481Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2022-03-09T22:40:33.481Z] PASS [2022-03-09T22:40:33.481Z] ok github.com/docker/docker/integration/plugin/volumes 0.125s [2022-03-09T22:40:33.481Z] [2022-03-09T22:40:33.481Z] === Skipped [2022-03-09T22:40:33.481Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2022-03-09T22:40:33.481Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:40:33.481Z] [2022-03-09T22:40:33.481Z] DONE 1 tests, 1 skipped in 2.361s [2022-03-09T22:40:33.937Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2022-03-09T22:40:34.282Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid [2022-03-09T22:40:35.656Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid [2022-03-09T22:40:36.112Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-09T22:40:36.112Z] INFO: Testing against a local daemon [2022-03-09T22:40:36.112Z] === RUN TestSecretInspect [2022-03-09T22:40:36.112Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:40:36.112Z] --- SKIP: TestSecretInspect (0.00s) [2022-03-09T22:40:36.112Z] === RUN TestSecretList [2022-03-09T22:40:36.112Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:40:36.112Z] --- SKIP: TestSecretList (0.00s) [2022-03-09T22:40:36.112Z] === RUN TestSecretsCreateAndDelete [2022-03-09T22:40:36.112Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:40:36.112Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2022-03-09T22:40:36.112Z] === RUN TestSecretsUpdate [2022-03-09T22:40:36.112Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:40:36.112Z] --- SKIP: TestSecretsUpdate (0.00s) [2022-03-09T22:40:36.112Z] === RUN TestTemplatedSecret [2022-03-09T22:40:36.112Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:40:36.112Z] --- SKIP: TestTemplatedSecret (0.00s) [2022-03-09T22:40:36.112Z] === RUN TestSecretCreateResolve [2022-03-09T22:40:36.112Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T22:40:36.112Z] --- SKIP: TestSecretCreateResolve (0.00s) [2022-03-09T22:40:36.112Z] PASS [2022-03-09T22:40:36.112Z] ok github.com/docker/docker/integration/secret 0.123s [2022-03-09T22:40:36.112Z] [2022-03-09T22:40:36.112Z] === Skipped [2022-03-09T22:40:36.112Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2022-03-09T22:40:36.112Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:40:36.112Z] [2022-03-09T22:40:36.112Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2022-03-09T22:40:36.112Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:40:36.112Z] [2022-03-09T22:40:36.112Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2022-03-09T22:40:36.112Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:40:36.112Z] [2022-03-09T22:40:36.112Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2022-03-09T22:40:36.112Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:40:36.112Z] [2022-03-09T22:40:36.112Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2022-03-09T22:40:36.112Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:40:36.112Z] [2022-03-09T22:40:36.112Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2022-03-09T22:40:36.112Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T22:40:36.112Z] [2022-03-09T22:40:36.112Z] DONE 6 tests, 6 skipped in 2.018s [2022-03-09T22:40:36.112Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2022-03-09T22:40:37.557Z] === RUN TestDockerSuite/TestVolumeCLICreate [2022-03-09T22:40:37.874Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2022-03-09T22:40:37.874Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-03-09T22:40:38.329Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2022-03-09T22:40:39.008Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-09T22:40:39.008Z] INFO: Testing against a local daemon [2022-03-09T22:40:39.008Z] === RUN TestServiceCreateInit [2022-03-09T22:40:39.008Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-03-09T22:40:39.008Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:40:39.008Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-03-09T22:40:39.008Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:40:39.008Z] --- PASS: TestServiceCreateInit (0.08s) [2022-03-09T22:40:39.008Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-09T22:40:39.008Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-09T22:40:39.008Z] === RUN TestCreateServiceMultipleTimes [2022-03-09T22:40:39.008Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:40:39.008Z] --- SKIP: TestCreateServiceMultipleTimes (0.01s) [2022-03-09T22:40:39.008Z] === RUN TestCreateServiceConflict [2022-03-09T22:40:39.008Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:40:39.008Z] --- SKIP: TestCreateServiceConflict (0.00s) [2022-03-09T22:40:39.008Z] === RUN TestCreateServiceMaxReplicas [2022-03-09T22:40:39.008Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:40:39.008Z] --- SKIP: TestCreateServiceMaxReplicas (0.05s) [2022-03-09T22:40:39.008Z] === RUN TestCreateWithDuplicateNetworkNames [2022-03-09T22:40:39.008Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:40:39.008Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.01s) [2022-03-09T22:40:39.008Z] === RUN TestCreateServiceSecretFileMode [2022-03-09T22:40:39.008Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:40:39.008Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2022-03-09T22:40:39.008Z] === RUN TestCreateServiceConfigFileMode [2022-03-09T22:40:39.008Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:40:39.008Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2022-03-09T22:40:39.008Z] === RUN TestCreateServiceSysctls [2022-03-09T22:40:39.008Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:40:39.008Z] --- SKIP: TestCreateServiceSysctls (0.05s) [2022-03-09T22:40:39.008Z] === RUN TestCreateServiceCapabilities [2022-03-09T22:40:39.008Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:40:39.008Z] --- SKIP: TestCreateServiceCapabilities (0.05s) [2022-03-09T22:40:39.008Z] === RUN TestInspect [2022-03-09T22:40:39.008Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:40:39.008Z] --- SKIP: TestInspect (0.00s) [2022-03-09T22:40:39.008Z] === RUN TestCreateJob [2022-03-09T22:40:39.008Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:40:39.008Z] --- SKIP: TestCreateJob (0.00s) [2022-03-09T22:40:39.008Z] === RUN TestReplicatedJob [2022-03-09T22:40:39.008Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:40:39.008Z] --- SKIP: TestReplicatedJob (0.00s) [2022-03-09T22:40:39.008Z] === RUN TestUpdateReplicatedJob [2022-03-09T22:40:39.008Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:40:39.008Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2022-03-09T22:40:39.008Z] === RUN TestServiceListWithStatuses [2022-03-09T22:40:39.008Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:40:39.008Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-03-09T22:40:39.008Z] === RUN TestDockerNetworkConnectAlias [2022-03-09T22:40:39.008Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:40:39.008Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2022-03-09T22:40:39.008Z] === RUN TestDockerNetworkReConnect [2022-03-09T22:40:39.008Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:40:39.008Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2022-03-09T22:40:39.008Z] === RUN TestServicePlugin [2022-03-09T22:40:39.008Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:40:39.008Z] --- SKIP: TestServicePlugin (0.00s) [2022-03-09T22:40:39.008Z] === RUN TestServiceUpdateLabel [2022-03-09T22:40:39.008Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T22:40:39.008Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2022-03-09T22:40:39.008Z] === RUN TestServiceUpdateSecrets [2022-03-09T22:40:39.008Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T22:40:39.008Z] --- SKIP: TestServiceUpdateSecrets (0.01s) [2022-03-09T22:40:39.008Z] === RUN TestServiceUpdateConfigs [2022-03-09T22:40:39.008Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T22:40:39.008Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2022-03-09T22:40:39.008Z] === RUN TestServiceUpdateNetwork [2022-03-09T22:40:39.008Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T22:40:39.008Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2022-03-09T22:40:39.008Z] === RUN TestServiceUpdatePidsLimit [2022-03-09T22:40:39.008Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T22:40:39.008Z] --- SKIP: TestServiceUpdatePidsLimit (0.00s) [2022-03-09T22:40:39.008Z] PASS [2022-03-09T22:40:39.008Z] ok github.com/docker/docker/integration/service 0.364s [2022-03-09T22:40:39.008Z] [2022-03-09T22:40:39.008Z] === Skipped [2022-03-09T22:40:39.008Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-09T22:40:39.008Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:40:39.008Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-09T22:40:39.008Z] [2022-03-09T22:40:39.008Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-09T22:40:39.008Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:40:39.008Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-09T22:40:39.008Z] [2022-03-09T22:40:39.008Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.01s) [2022-03-09T22:40:39.008Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:40:39.008Z] [2022-03-09T22:40:39.008Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2022-03-09T22:40:39.008Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:40:39.008Z] [2022-03-09T22:40:39.008Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.05s) [2022-03-09T22:40:39.008Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:40:39.008Z] [2022-03-09T22:40:39.008Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.01s) [2022-03-09T22:40:39.008Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:40:39.008Z] [2022-03-09T22:40:39.008Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2022-03-09T22:40:39.008Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:40:39.008Z] [2022-03-09T22:40:39.008Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2022-03-09T22:40:39.008Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:40:39.008Z] [2022-03-09T22:40:39.008Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.05s) [2022-03-09T22:40:39.008Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:40:39.008Z] [2022-03-09T22:40:39.008Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.05s) [2022-03-09T22:40:39.008Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:40:39.008Z] [2022-03-09T22:40:39.008Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2022-03-09T22:40:39.008Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:40:39.008Z] [2022-03-09T22:40:39.008Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2022-03-09T22:40:39.008Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:40:39.008Z] [2022-03-09T22:40:39.008Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2022-03-09T22:40:39.008Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:40:39.008Z] [2022-03-09T22:40:39.008Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2022-03-09T22:40:39.008Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:40:39.008Z] [2022-03-09T22:40:39.008Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2022-03-09T22:40:39.008Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:40:39.008Z] [2022-03-09T22:40:39.008Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2022-03-09T22:40:39.008Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:40:39.008Z] [2022-03-09T22:40:39.008Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2022-03-09T22:40:39.008Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:40:39.008Z] [2022-03-09T22:40:39.008Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2022-03-09T22:40:39.008Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:40:39.008Z] [2022-03-09T22:40:39.008Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2022-03-09T22:40:39.008Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T22:40:39.008Z] [2022-03-09T22:40:39.008Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.01s) [2022-03-09T22:40:39.008Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T22:40:39.008Z] [2022-03-09T22:40:39.008Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2022-03-09T22:40:39.008Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T22:40:39.008Z] [2022-03-09T22:40:39.008Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2022-03-09T22:40:39.008Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T22:40:39.008Z] [2022-03-09T22:40:39.008Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.00s) [2022-03-09T22:40:39.008Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T22:40:39.008Z] [2022-03-09T22:40:39.008Z] DONE 24 tests, 23 skipped in 2.862s [2022-03-09T22:40:39.008Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2022-03-09T22:40:41.182Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-09T22:40:41.182Z] INFO: Testing against a local daemon [2022-03-09T22:40:41.182Z] === RUN TestSessionCreate [2022-03-09T22:40:41.182Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-03-09T22:40:41.182Z] --- SKIP: TestSessionCreate (0.00s) [2022-03-09T22:40:41.182Z] === RUN TestSessionCreateWithBadUpgrade [2022-03-09T22:40:41.182Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-03-09T22:40:41.182Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2022-03-09T22:40:41.182Z] PASS [2022-03-09T22:40:41.182Z] ok github.com/docker/docker/integration/session 0.117s [2022-03-09T22:40:41.182Z] [2022-03-09T22:40:41.182Z] === Skipped [2022-03-09T22:40:41.182Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2022-03-09T22:40:41.182Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-03-09T22:40:41.182Z] [2022-03-09T22:40:41.182Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2022-03-09T22:40:41.182Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-03-09T22:40:41.182Z] [2022-03-09T22:40:41.182Z] DONE 2 tests, 2 skipped in 1.980s [2022-03-09T22:40:41.182Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2022-03-09T22:40:43.351Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-09T22:40:43.351Z] INFO: Testing against a local daemon [2022-03-09T22:40:43.351Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-03-09T22:40:43.351Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:40:43.351Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-09T22:40:43.351Z] === RUN TestDiskUsage [2022-03-09T22:40:43.351Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2022-03-09T22:40:43.351Z] --- SKIP: TestDiskUsage (0.00s) [2022-03-09T22:40:43.351Z] === RUN TestEventsExecDie [2022-03-09T22:40:43.351Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-03-09T22:40:43.351Z] --- SKIP: TestEventsExecDie (0.01s) [2022-03-09T22:40:43.351Z] === RUN TestEventsBackwardsCompatible [2022-03-09T22:40:43.351Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-03-09T22:40:43.351Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2022-03-09T22:40:43.351Z] === RUN TestEventsVolumeCreate [2022-03-09T22:40:43.351Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-03-09T22:40:43.351Z] --- SKIP: TestEventsVolumeCreate (0.00s) [2022-03-09T22:40:43.351Z] === RUN TestInfoAPI [2022-03-09T22:40:43.351Z] --- PASS: TestInfoAPI (0.07s) [2022-03-09T22:40:43.351Z] === RUN TestInfoAPIWarnings [2022-03-09T22:40:43.351Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-09T22:40:43.351Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2022-03-09T22:40:43.351Z] === RUN TestInfoDebug [2022-03-09T22:40:43.351Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-09T22:40:43.351Z] --- SKIP: TestInfoDebug (0.00s) [2022-03-09T22:40:43.351Z] === RUN TestInfoInsecureRegistries [2022-03-09T22:40:43.351Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-09T22:40:43.351Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2022-03-09T22:40:43.351Z] === RUN TestInfoRegistryMirrors [2022-03-09T22:40:43.351Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-09T22:40:43.351Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2022-03-09T22:40:43.351Z] === RUN TestLoginFailsWithBadCredentials [2022-03-09T22:40:44.093Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2022-03-09T22:40:44.317Z] --- PASS: TestLoginFailsWithBadCredentials (0.94s) [2022-03-09T22:40:44.317Z] === RUN TestPingCacheHeaders [2022-03-09T22:40:44.317Z] --- PASS: TestPingCacheHeaders (0.04s) [2022-03-09T22:40:44.317Z] === RUN TestPingGet [2022-03-09T22:40:44.317Z] --- PASS: TestPingGet (0.05s) [2022-03-09T22:40:44.317Z] === RUN TestPingHead [2022-03-09T22:40:44.317Z] --- PASS: TestPingHead (0.04s) [2022-03-09T22:40:44.317Z] === RUN TestVersion [2022-03-09T22:40:44.317Z] --- PASS: TestVersion (0.04s) [2022-03-09T22:40:44.317Z] PASS [2022-03-09T22:40:44.317Z] ok github.com/docker/docker/integration/system 1.292s [2022-03-09T22:40:44.317Z] [2022-03-09T22:40:44.317Z] === Skipped [2022-03-09T22:40:44.317Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-09T22:40:44.317Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T22:40:44.317Z] [2022-03-09T22:40:44.317Z] === SKIP: github.com/docker/docker/integration/system TestDiskUsage (0.00s) [2022-03-09T22:40:44.317Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2022-03-09T22:40:44.317Z] [2022-03-09T22:40:44.317Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.01s) [2022-03-09T22:40:44.317Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-03-09T22:40:44.317Z] [2022-03-09T22:40:44.317Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2022-03-09T22:40:44.317Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-03-09T22:40:44.317Z] [2022-03-09T22:40:44.317Z] === SKIP: github.com/docker/docker/integration/system TestEventsVolumeCreate (0.00s) [2022-03-09T22:40:44.317Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-03-09T22:40:44.317Z] [2022-03-09T22:40:44.317Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2022-03-09T22:40:44.317Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-09T22:40:44.317Z] [2022-03-09T22:40:44.317Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2022-03-09T22:40:44.317Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-09T22:40:44.317Z] [2022-03-09T22:40:44.317Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2022-03-09T22:40:44.317Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-09T22:40:44.317Z] [2022-03-09T22:40:44.317Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2022-03-09T22:40:44.317Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-09T22:40:44.317Z] [2022-03-09T22:40:44.317Z] DONE 15 tests, 9 skipped in 3.341s [2022-03-09T22:40:44.773Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2022-03-09T22:40:45.657Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsConfig [2022-03-09T22:40:46.950Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-09T22:40:46.950Z] INFO: Testing against a local daemon [2022-03-09T22:40:46.950Z] === RUN TestVolumesCreateAndList [2022-03-09T22:40:46.950Z] --- PASS: TestVolumesCreateAndList (0.09s) [2022-03-09T22:40:46.950Z] === RUN TestVolumesRemove [2022-03-09T22:40:46.950Z] --- PASS: TestVolumesRemove (0.14s) [2022-03-09T22:40:46.950Z] === RUN TestVolumesInspect [2022-03-09T22:40:46.950Z] --- PASS: TestVolumesInspect (0.05s) [2022-03-09T22:40:46.950Z] === RUN TestVolumesInvalidJSON [2022-03-09T22:40:46.950Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-03-09T22:40:46.950Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-03-09T22:40:46.950Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-03-09T22:40:46.950Z] --- PASS: TestVolumesInvalidJSON (0.05s) [2022-03-09T22:40:46.950Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.01s) [2022-03-09T22:40:46.950Z] PASS [2022-03-09T22:40:46.950Z] ok github.com/docker/docker/integration/volume 0.399s [2022-03-09T22:40:46.950Z] [2022-03-09T22:40:46.950Z] DONE 5 tests in 2.437s [2022-03-09T22:40:47.406Z] INFO: make.ps1 ended at 03/09/2022 22:40:46 [2022-03-09T22:40:47.406Z] INFO: Integration CLI tests being run from the host: [2022-03-09T22:40:47.406Z] 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-09T22:40:47.554Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNetwork [2022-03-09T22:40:50.085Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNode [2022-03-09T22:40:51.458Z] docker_cli_swarm_test.go:1895: [dec729236adb5] joining swarm manager [d813cce47110c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-09T22:40:52.391Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2022-03-09T22:40:52.391Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2022-03-09T22:40:52.391Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2022-03-09T22:40:52.957Z] docker_cli_swarm_test.go:1896: [d474af8d22d99] joining swarm manager [d813cce47110c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-09T22:40:52.957Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2022-03-09T22:40:52.957Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2022-03-09T22:40:52.957Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2022-03-09T22:40:52.957Z] === RUN TestDockerSuite/TestVolumeCLILs [2022-03-09T22:40:53.439Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2022-03-09T22:40:53.439Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-03-09T22:40:53.439Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2022-03-09T22:40:53.522Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2022-03-09T22:40:53.522Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2022-03-09T22:40:54.374Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2022-03-09T22:40:54.457Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2022-03-09T22:40:54.457Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2022-03-09T22:40:54.457Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2022-03-09T22:40:54.457Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2022-03-09T22:40:54.457Z] === RUN TestDockerSuite/TestVolumeCLIRm [2022-03-09T22:40:55.833Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2022-03-09T22:40:55.833Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2022-03-09T22:40:56.092Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2022-03-09T22:40:56.092Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2022-03-09T22:40:56.092Z] === RUN TestDockerSuite/TestVolumeEvents [2022-03-09T22:40:56.328Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2022-03-09T22:40:56.328Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2022-03-09T22:40:56.659Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2022-03-09T22:40:57.744Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-09T22:40:57.744Z] INFO: Testing against a local daemon [2022-03-09T22:40:57.744Z] === RUN TestDockerSuite [2022-03-09T22:40:57.744Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2022-03-09T22:40:57.744Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2022-03-09T22:40:57.744Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-03-09T22:40:57.744Z] === RUN TestDockerSuite/TestAPIErrorJSON [2022-03-09T22:40:57.744Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2022-03-09T22:40:57.744Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2022-03-09T22:40:57.744Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2022-03-09T22:40:57.744Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-03-09T22:40:57.744Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2022-03-09T22:40:57.744Z] === RUN TestDockerSuite/TestAPIImagesDelete [2022-03-09T22:40:58.032Z] === RUN TestDockerSuite/TestVolumeLsFormat [2022-03-09T22:40:58.032Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2022-03-09T22:40:58.032Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2022-03-09T22:40:58.707Z] === RUN TestDockerSuite/TestAPIImagesFilter [2022-03-09T22:40:58.707Z] === RUN TestDockerSuite/TestAPIImagesHistory [2022-03-09T22:40:59.669Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2022-03-09T22:40:59.930Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2022-03-09T22:41:00.124Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2022-03-09T22:41:01.007Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2022-03-09T22:41:01.978Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2022-03-09T22:41:01.978Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-03-09T22:41:01.978Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2022-03-09T22:41:01.978Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-03-09T22:41:01.978Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2022-03-09T22:41:01.978Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-03-09T22:41:01.978Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2022-03-09T22:41:02.438Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2022-03-09T22:41:02.462Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2022-03-09T22:41:02.462Z] docker_cli_run_test.go:4414: unmatched requirement DaemonIsWindows [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite (1265.92s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.01s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.03s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.01s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.00s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.00s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (3.16s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.14s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.53s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.04s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (0.70s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.13s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.02s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (1.37s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.32s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestAPINetworkFilter (0.01s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (1.12s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (0.98s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.18s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.00s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.00s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (4.32s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (2.22s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (2.34s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (1.95s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (0.77s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (0.54s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (0.56s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestAppArmorTraceSelf (0.59s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestAttachAfterDetach (1.76s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (1.61s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestAttachDetach (1.19s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestAttachDisconnect (0.87s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (1.78s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestAttachPausedContainer (0.87s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (0.81s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (1.28s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (1.28s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.77s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (1.04s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.01s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (1.09s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.73s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (15.06s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.49s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.26s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.17s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.61s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (1.97s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.21s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (0.92s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (6.06s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (2.99s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.13s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (1.53s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (3.23s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (1.06s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.51s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (2.10s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (2.67s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (0.74s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (0.87s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildAddScript (3.02s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (6.67s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (3.84s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (2.64s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.33s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildAddTar (7.16s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildAddTarXz (1.17s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildAddTarXzGz (1.18s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (3.30s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (5.69s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.42s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (1.59s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.53s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (0.99s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (1.67s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (1.54s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (1.68s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (1.02s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (2.88s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (11.38s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (2.96s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (2.89s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.32s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (2.52s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (2.43s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (5.31s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.13s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.09s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildCacheAdd (0.89s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (0.76s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildCacheFrom (5.29s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.28s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (0.76s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (0.89s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildChownOnCopy (4.55s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildChownSingleFile (2.08s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (0.65s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.31s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildCmd (0.34s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.29s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.32s) [2022-03-09T22:41:02.462Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.17s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildCommentsShebangs (4.94s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.03s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (1.03s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.36s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (0.58s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.37s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.21s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (8.55s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.75s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.37s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (2.57s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (3.73s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (1.36s) [2022-03-09T22:41:02.462Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s) [2022-03-09T22:41:02.462Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s) [2022-03-09T22:41:02.462Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s) [2022-03-09T22:41:02.462Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.02s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (3.65s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (4.39s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (2.57s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.36s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (4.15s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (3.83s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.34s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (0.81s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (2.45s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.43s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.03s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (0.89s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (1.01s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (1.08s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildDockerignore (8.70s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (1.27s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildDockerignoreComment (2.59s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (10.98s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (0.89s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.05s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (4.21s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (2.10s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (2.19s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (5.56s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (2.06s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (1.96s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (14.09s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.22s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildEOLInLine (4.21s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.40s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.34s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.81s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.22s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.38s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.34s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (2.13s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (1.48s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (1.54s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildEnv (1.46s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildEnvEscapes (1.36s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildEnvOverwrite (1.16s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildEnvUsage (6.37s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildEnvUsage2 (19.54s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (1.91s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (8.99s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.82s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.65s) [2022-03-09T22:41:02.462Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.71s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.25s) [2022-03-09T22:41:02.463Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.30s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (8.04s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestBuildExpose (0.34s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.76s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestBuildExposeOrder (0.53s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.51s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestBuildFails (0.79s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.05s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (2.39s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (2.14s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestBuildForceRm (1.58s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestBuildFromGit (1.15s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.32s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (0.85s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (1.63s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (1.00s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.33s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestBuildFromStdinWithF (2.12s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (2.14s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (1.51s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestBuildHistory (3.39s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.44s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (0.68s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestBuildInheritance (0.71s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.54s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.03s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (0.84s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestBuildLabel (0.44s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.43s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.40s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.30s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestBuildLabels (0.43s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.06s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (3.50s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestBuildLastModified (4.57s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestBuildLineBreak (2.81s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.12s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.12s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.12s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.13s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.27s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (1.57s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (1.51s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (3.44s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.42s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.45s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (6.88s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (2.75s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (0.96s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (1.49s) [2022-03-09T22:41:02.463Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (3.27s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.36s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (1.58s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.30s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestBuildNetContainer (1.39s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestBuildNetNone (0.47s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestBuildNoContext (0.69s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (0.67s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (1.21s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.33s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.06s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.25s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.32s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.53s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestBuildOnBuild (1.50s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.40s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (2.14s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (1.18s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (1.28s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (0.74s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (0.83s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.31s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (2.41s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestBuildPATH (2.03s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (0.48s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestBuildRUNoneJSON (0.59s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (6.16s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (2.54s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (1.16s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestBuildRm (2.21s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (0.72s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (1.09s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestBuildScratchCopy (0.45s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.60s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (1.54s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (1.17s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestBuildShellInherited (1.01s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (2.92s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.12s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.28s) [2022-03-09T22:41:02.463Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.44s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (0.92s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.11s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestBuildStderr (0.69s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (3.13s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestBuildStopSignal (0.75s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (0.72s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.39s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestBuildTagEvent (0.73s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (1.05s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestBuildUser (1.37s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (2.70s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestBuildUsersAndGroups (11.21s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (0.71s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.27s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (0.66s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.73s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (0.87s) [2022-03-09T22:41:02.463Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2022-03-09T22:41:02.463Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2022-03-09T22:41:02.463Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2022-03-09T22:41:02.463Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestBuildWithExtraHost (1.52s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.08s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestBuildWithFailure (0.93s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.98s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestBuildWithTabs (1.13s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.19s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (3.37s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (1.26s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestBuildWithVolumes (0.72s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.26s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.52s) [2022-03-09T22:41:02.463Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (0.56s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestBuildXZHost (1.33s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.02s) [2022-03-09T22:41:02.463Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.43s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (0.55s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestCommitChange (0.65s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (0.53s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestCommitHardlink (0.97s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestCommitNewFile (0.94s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestCommitPausedContainer (0.57s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestCommitTTY (0.98s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (0.51s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestCommitWithHostBindMount (0.95s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestCommitWithoutPause (0.54s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.08s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.00s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.03s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestContainerAPICommit (0.93s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (0.96s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.00s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.44s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (0.49s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.45s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.44s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestContainerAPICreate (0.42s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.03s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.00s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.44s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.00s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.03s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.08s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.05s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (0.49s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (0.46s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (0.44s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.00s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (1.21s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (0.71s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.01s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.71s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.73s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestContainerAPIGetExport (0.96s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.76s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestContainerAPIKill (0.50s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestContainerAPIPause (0.67s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (0.54s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.10s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestContainerAPIRename (0.59s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (0.96s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (1.03s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.03s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestContainerAPIStart (0.43s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.28s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestContainerAPIStop (0.53s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestContainerAPITop (0.51s) [2022-03-09T22:41:02.463Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.05s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestContainerAPIWait (2.57s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (0.51s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestContainerNetworkMode (0.71s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (3.69s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.49s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (1.28s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (1.12s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (19.60s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} (0.56s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} (1.63s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} (1.49s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} (1.65s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000e55cb0_} (0.71s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-154655308_/foo_false____} (1.37s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-154655308_/foo_true____} (1.34s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3817094411_/foo_false____} (1.38s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3817094411_/foo_true____} (1.40s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3817094411_/foo_true__0xc000e55ce0__} (1.48s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000e55cf8_} (1.32s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000e55d10_} (1.35s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000e55d28_} (1.36s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000e55d40_} (1.39s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (1.41s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.33s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.04s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.04s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.03s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.01s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.02s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.02s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.03s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.04s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.03s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.00s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (2.75s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (1.27s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestContainersNetworkIsolation (2.41s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestCopyAndRestart (1.42s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.11s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (0.67s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (0.80s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestCpCheckDestOwnership (0.63s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestCpFromCaseA (0.74s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestCpFromCaseB (0.78s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestCpFromCaseC (0.70s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestCpFromCaseD (0.71s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestCpFromCaseE (0.94s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestCpFromCaseF (0.58s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestCpFromCaseG (0.97s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestCpFromCaseH (0.85s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestCpFromCaseI (0.72s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestCpFromCaseJ (0.97s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (0.86s) [2022-03-09T22:41:02.463Z] --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (0.56s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestCpGarbagePath (0.82s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.02s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestCpNameHasColon (0.53s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestCpRelativePath (0.50s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestCpSpecialFiles (1.03s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestCpSymlinkComponent (0.57s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.57s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestCpToCaseA (1.13s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestCpToCaseB (0.46s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestCpToCaseC (1.37s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestCpToCaseD (2.99s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestCpToCaseE (2.70s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestCpToCaseF (0.54s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestCpToCaseG (3.45s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestCpToCaseH (2.49s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestCpToCaseI (0.45s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestCpToCaseJ (2.94s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (0.85s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestCpToDot (0.57s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.90s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (1.22s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestCpToStdout (0.54s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestCpToSymlinkDestination (1.00s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.18s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestCpUnprivilegedUser (0.56s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestCpVolumePath (1.03s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.09s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestCreateArgs (0.09s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestCreateByImageID (0.41s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (0.79s) [2022-03-09T22:41:02.464Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.15s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.74s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.41s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestCreateLabels (0.06s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.08s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestCreateRM (0.10s) [2022-03-09T22:41:02.464Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.05s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.11s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (1.31s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.06s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.03s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (2.77s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.06s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.10s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.04s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.05s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.48s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.97s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.70s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (1.01s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.91s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.48s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.42s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.06s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestDevicePermissions (0.62s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestDockerFails (0.01s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.01s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.04s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (0.89s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.53s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (1.27s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.02s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.03s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.18s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (5.29s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (1.55s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (1.52s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (1.17s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (0.81s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestEventsAttach (0.64s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestEventsCommit (0.77s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (0.59s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.55s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.65s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.78s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestEventsContainerFilterByName (1.22s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (2.63s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (2.07s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestEventsCopy (1.14s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (1.15s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (5.39s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.24s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (1.16s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (1.08s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.18s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.31s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.15s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.03s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestEventsFilters (1.00s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestEventsFormat (1.38s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.02s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.01s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestEventsImageImport (1.20s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestEventsImageLoad (0.37s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestEventsImagePull (0.71s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.05s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.28s) [2022-03-09T22:41:02.464Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2022-03-09T22:41:02.464Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestEventsPluginOps (5.74s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.63s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestEventsRename (0.55s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestEventsResize (0.70s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (5.45s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (0.65s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestEventsStreaming (0.44s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (2.71s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestEventsTop (0.72s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestEventsUntag (2.61s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (6.14s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestExec (0.57s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.44s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.44s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.44s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestExecAPIStart (1.03s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.49s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.51s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (0.52s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (0.49s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (0.47s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (0.50s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (0.94s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestExecCgroup (1.03s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestExecEnv (0.65s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestExecEnvLinksHost (1.18s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestExecExitStatus (0.61s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestExecInspectID (1.66s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestExecInteractive (0.56s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (0.51s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (0.49s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestExecParseError (0.45s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestExecPausedContainer (0.52s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.43s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (0.92s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestExecSetEnv (0.50s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestExecStartFails (0.53s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestExecStateCleanup (10.69s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestExecStopNotHanging (0.45s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestExecTTY (0.51s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestExecTTYCloseStdin (0.54s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.47s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestExecUlimits (0.53s) [2022-03-09T22:41:02.464Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestExecWithImageUser (1.15s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestExecWithNoTERM (0.47s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestExecWithPrivileged (0.74s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestExecWithTERM (0.59s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestExecWithUser (0.73s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestGetContainerStats (4.49s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.53s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (1.49s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.49s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.43s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.00s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.04s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestHealth (18.87s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.02s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.02s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.02s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (0.67s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.02s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.65s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.01s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.01s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.07s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.19s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.18s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.28s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.01s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (0.54s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.05s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (0.58s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (0.57s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestImagesFormat (0.07s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.52s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (2.57s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.01s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestImportBadURL (0.03s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestImportDisplay (1.03s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestImportFile (1.06s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.02s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestImportFileWithMessage (1.22s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestImportGzipped (1.35s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestImportWithQuotedChanges (1.04s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (0.52s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.46s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.50s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.02s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.01s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.46s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.43s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.44s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.41s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.55s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.45s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.02s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (1.21s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestInspectAmpersand (0.51s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.51s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.04s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (0.47s) [2022-03-09T22:41:02.464Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (0.98s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (0.68s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestInspectDefault (0.82s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestInspectHistory (0.52s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestInspectImage (0.01s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-03-09T22:41:02.464Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestInspectInt64 (0.42s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestInspectJSONFields (0.46s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.06s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.43s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.47s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestInspectPlugin (1.92s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.01s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.48s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestInspectStatus (0.55s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (0.89s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestInspectTemplateError (0.44s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (0.47s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (0.50s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.44s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.42s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.42s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.02s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (1.45s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestLinkShortDefinition (0.92s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestLinksEnvs (0.90s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.24s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestLinksHostsFilesInject (1.05s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (1.48s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (1.55s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.03s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (1.36s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.26s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (0.46s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (6.67s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (1.34s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (1.07s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.44s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (1.46s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.02s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.25s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.07s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.01s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.49s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.45s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (3.45s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.42s) [2022-03-09T22:41:02.464Z] --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.44s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.44s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.01s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (0.83s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (0.82s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (0.91s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (0.92s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (0.92s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (2.38s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (0.55s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.46s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestLogsSince (6.63s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.49s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.45s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestLogsTail (0.48s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestLogsTimestamps (0.44s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestLogsWithDetails (0.44s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestMountIntoProc (0.23s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestMountIntoSys (0.46s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestNetHostname (1.34s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.26s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestNetworkEvents (5.68s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (1.32s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.41s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestPluginActive (1.91s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestPluginActiveNetwork (5.23s) [2022-03-09T22:41:02.465Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.01s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (1.28s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestPluginLogDriver (2.97s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (2.02s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestPluginMetricsCollector (2.34s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestPluginUpgrade (4.63s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestPortBindingOnSandbox (1.33s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestPortExposeHostBinding (0.91s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestPortHostBinding (0.90s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestPortList (7.58s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (1.22s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestPostContainersAttach (6.11s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.00s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.04s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.40s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.00s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.43s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.00s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.44s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.06s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (0.86s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.00s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestPruneContainerLabel (1.86s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestPruneContainerUntil (0.93s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.40s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.12s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestPsByOrder (1.85s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (0.60s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestPsListContainersBase (2.08s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (2.85s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.08s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestPsListContainersFilterExited (2.35s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (6.40s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (1.16s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (1.68s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (1.43s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (0.89s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (1.52s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (1.47s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestPsListContainersSize (0.79s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.13s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.52s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestPsRightTagName (1.90s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestPsShowMounts (1.49s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.49s) [2022-03-09T22:41:02.465Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.19s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.09s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.05s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.43s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (0.90s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (0.91s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.45s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (5.65s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (0.88s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (1.71s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.11s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.08s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.24s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (2.33s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (1.35s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (2.06s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (0.88s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRmiBlank (0.01s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.08s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (2.23s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (0.62s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.23s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.11s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (0.70s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (1.08s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (0.62s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRmiTag (0.15s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.49s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (3.16s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.96s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (0.82s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.28s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (0.87s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunAddHost (0.45s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.22s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.45s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.47s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (0.96s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.43s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.57s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.64s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (0.99s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (1.17s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunAttachDetach (0.67s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (0.63s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (0.61s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.59s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (1.00s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (1.28s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (0.84s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.44s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.51s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.64s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.01s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunBindMounts (1.44s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.43s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.43s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.47s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.44s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.42s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.43s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.42s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.43s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.46s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.51s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (0.69s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.48s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.52s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (0.45s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.05s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.43s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (0.83s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.86s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (1.02s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.44s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.44s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.43s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.47s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.44s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunCopyVolumeContent (0.95s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (2.02s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.07s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunCreateVolume (0.57s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (1.71s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (1.53s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (1.67s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (1.69s) [2022-03-09T22:41:02.465Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2022-03-09T22:41:02.465Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.48s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunDNSInHostMode (1.09s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunDNSOptions (0.84s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (1.27s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.56s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (1.19s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.44s) [2022-03-09T22:41:02.465Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.43s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunDeviceSymlink (1.00s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.03s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunDuplicateMount (0.42s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.41s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunEchoStdout (0.39s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.45s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunEmptyEnv (0.04s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunEntrypoint (0.43s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunEnvironment (0.42s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.45s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.53s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunExitCode (0.44s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (0.55s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (0.48s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.63s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunExposePort (0.02s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.57s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunGroupAdd (0.46s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunHostnameFQDN (0.83s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.21s) [2022-03-09T22:41:02.465Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (1.97s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.49s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (10.95s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunInvalidCPUShares (0.55s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (0.84s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.02s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.02s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.01s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.43s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (2.12s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (1.40s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (1.16s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (5.51s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.34s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.37s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunModeHostname (0.69s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.17s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunModeIpcHost (0.98s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (0.79s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunModePIDContainer (0.98s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.16s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunModeUTSHost (0.93s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunMount (4.76s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunMountOrdering (0.44s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.44s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (0.95s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (1.58s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (2.32s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunNamedVolume (1.75s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (2.25s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (1.08s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (1.26s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.03s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.45s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunNetHost (0.70s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.62s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.61s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (1.61s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (1.96s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (3.33s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.45s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.10s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.43s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.11s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.59s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.56s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.09s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.46s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (5.65s) [2022-03-09T22:41:02.465Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.73s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunPIDsLimit (0.51s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (1.18s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunPortInUse (0.91s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.53s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.43s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.42s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.42s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.42s) [2022-03-09T22:41:02.465Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunPublishPort (0.45s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.45s) [2022-03-09T22:41:02.465Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunReadProcTimer (0.41s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunRedirectStdout (0.85s) [2022-03-09T22:41:02.465Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (2.06s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.88s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunRm (0.43s) [2022-03-09T22:41:02.465Z] --- PASS: TestDockerSuite/TestRunRmAndWait (3.46s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (0.42s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (0.43s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.36s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.40s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (2.06s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (2.51s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.40s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.39s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.42s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.39s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.39s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.44s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.73s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.49s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (0.53s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.45s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestRunState (1.04s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.44s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestRunStdinPipe (0.47s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.16s) [2022-03-09T22:41:02.466Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.43s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.42s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestRunSysctls (1.16s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.05s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.01s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.57s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestRunTmpfsMounts (1.55s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.60s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (1.42s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (2.59s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (2.70s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.44s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.45s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.45s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (1.27s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestRunUnshareProc (0.98s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestRunUserByID (0.44s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestRunUserByIDBig (0.11s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.12s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestRunUserByIDZero (0.43s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestRunUserByName (0.38s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestRunUserDefaults (0.43s) [2022-03-09T22:41:02.466Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestRunUserNotFound (0.12s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.41s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (2.94s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.63s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (0.82s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (1.49s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (1.15s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (1.42s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (1.87s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.44s) [2022-03-09T22:41:02.466Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2022-03-09T22:41:02.466Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2022-03-09T22:41:02.466Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestRunWithBadDevice (0.17s) [2022-03-09T22:41:02.466Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestRunWithCPUQuota (0.69s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestRunWithCPUShares (0.71s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestRunWithCpuPeriod (1.00s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.45s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.65s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.02s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.69s) [2022-03-09T22:41:02.466Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.04s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.01s) [2022-03-09T22:41:02.466Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2022-03-09T22:41:02.466Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2022-03-09T22:41:02.466Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2022-03-09T22:41:02.466Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2022-03-09T22:41:02.466Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.50s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.54s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.03s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestRunWithNanoCPUs (0.50s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.20s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.64s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.06s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestRunWithShmSize (0.71s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestRunWithSwappiness (0.45s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.04s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.03s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestRunWithUlimits (0.48s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (1.14s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.55s) [2022-03-09T22:41:02.466Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.42s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.06s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (0.97s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.66s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (1.71s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.54s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.04s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (0.94s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (0.76s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (0.77s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestSaveCheckTimes (0.04s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (1.20s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestSaveImageId (0.08s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.44s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestSaveLoadParents (1.48s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestSaveMultipleNames (0.10s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.29s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestSaveSingleTag (0.06s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.23s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.24s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (0.56s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.11s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.11s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.07s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestSearchWithLimit (0.70s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (1.98s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/0 (0.68s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/1 (0.66s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/2 (0.64s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (4.82s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (1.45s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (0.64s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestStartAttachSilent (0.83s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestStartAttachWithRename (2.54s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestStartMultipleContainers (1.98s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestStartPausedContainer (0.56s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestStartRecordError (1.24s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (1.45s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (1.24s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestStatsAllNoStream (2.64s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (4.15s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.04s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestStatsFormatAll (4.58s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestStatsNoStream (2.48s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestStopContainerSignal (1.45s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (0.45s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (0.51s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestTopPrivileged (0.46s) [2022-03-09T22:41:02.466Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestTwoContainersInNetHost (0.49s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (2.72s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (2.90s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.42s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.44s) [2022-03-09T22:41:02.466Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2022-03-09T22:41:02.466Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (0.90s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestUpdatePausedContainer (0.59s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestUpdateRunningContainer (0.53s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (0.96s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestUpdateStats (3.46s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestUpdateStoppedContainer (0.90s) [2022-03-09T22:41:02.466Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (0.82s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (0.60s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (2.90s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (2.12s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (1.95s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (1.32s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (2.10s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (2.65s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (1.42s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (1.61s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (0.98s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (1.00s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (1.29s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (1.24s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (1.30s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (1.72s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (1.57s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.06s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.03s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.03s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.53s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.07s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.06s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.02s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestVolumeCLILs (0.49s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.01s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.69s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.07s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.07s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.01s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.03s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (1.37s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.07s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.14s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.04s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.05s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestVolumeEvents (0.48s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (1.33s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.06s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.05s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (1.71s) [2022-03-09T22:41:02.466Z] --- PASS: TestDockerSuite/TestVolumesNoCopyData (2.26s) [2022-03-09T22:41:02.466Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2022-03-09T22:41:02.466Z] === RUN TestDockerRegistrySuite [2022-03-09T22:41:02.466Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2022-03-09T22:41:03.031Z] check_test.go:195: [dafbb65e6e098] daemon is not started [2022-03-09T22:41:03.031Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2022-03-09T22:41:03.426Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2022-03-09T22:41:03.969Z] check_test.go:195: [d274ec337ec17] daemon is not started [2022-03-09T22:41:04.228Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2022-03-09T22:41:05.617Z] check_test.go:195: [df0d25782879a] daemon is not started [2022-03-09T22:41:05.617Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2022-03-09T22:41:05.617Z] check_test.go:195: [d2dfc186f25a3] daemon is not started [2022-03-09T22:41:05.617Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2022-03-09T22:41:07.027Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2022-03-09T22:41:07.027Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-03-09T22:41:07.027Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2022-03-09T22:41:07.249Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2022-03-09T22:41:08.153Z] check_test.go:195: [d70c96c2e6fbe] daemon is not started [2022-03-09T22:41:08.153Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2022-03-09T22:41:09.089Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsScope [2022-03-09T22:41:09.418Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2022-03-09T22:41:09.418Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-03-09T22:41:09.418Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2022-03-09T22:41:09.418Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-03-09T22:41:09.418Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2022-03-09T22:41:09.418Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2022-03-09T22:41:12.370Z] check_test.go:195: [d9ae84b74ae93] daemon is not started [2022-03-09T22:41:12.370Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2022-03-09T22:41:12.797Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2022-03-09T22:41:12.797Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-03-09T22:41:12.797Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2022-03-09T22:41:12.797Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-03-09T22:41:12.797Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2022-03-09T22:41:13.135Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2022-03-09T22:41:14.896Z] check_test.go:195: [d7be46e872ba3] daemon is not started [2022-03-09T22:41:14.896Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2022-03-09T22:41:15.830Z] check_test.go:195: [dd0f1815f9e62] daemon is not started [2022-03-09T22:41:15.830Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2022-03-09T22:41:16.767Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSecret [2022-03-09T22:41:16.767Z] check_test.go:195: [d0bc9f22dcf80] daemon is not started [2022-03-09T22:41:16.767Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2022-03-09T22:41:18.146Z] check_test.go:195: [d98236d3077a1] daemon is not started [2022-03-09T22:41:18.146Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2022-03-09T22:41:19.522Z] check_test.go:195: [d0da4acd90da1] daemon is not started [2022-03-09T22:41:19.522Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2022-03-09T22:41:19.522Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsService [2022-03-09T22:41:19.874Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2022-03-09T22:41:19.874Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-03-09T22:41:19.874Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2022-03-09T22:41:20.458Z] check_test.go:195: [dc1fcaae06a0f] daemon is not started [2022-03-09T22:41:20.458Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2022-03-09T22:41:20.835Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2022-03-09T22:41:20.835Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-03-09T22:41:20.835Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2022-03-09T22:41:20.835Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-03-09T22:41:20.835Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2022-03-09T22:41:21.832Z] check_test.go:195: [d45f573bc5ba8] daemon is not started [2022-03-09T22:41:21.832Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2022-03-09T22:41:22.398Z] check_test.go:195: [d11b21846a8d3] daemon is not started [2022-03-09T22:41:22.656Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2022-03-09T22:41:23.221Z] docker_cli_by_digest_test.go:320: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:71f25d10c56c7c699b7d12f599bf82dc33debb5d0b86664fb13b2db0ce190e49 [2022-03-09T22:41:24.162Z] docker_cli_by_digest_test.go:336: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:ad1a91426d304d444a64b42d3e074f306cf68fa572db38581a7d73130d320da1 [2022-03-09T22:41:24.419Z] check_test.go:195: [d5f60e7e4c3ed] daemon is not started [2022-03-09T22:41:24.419Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2022-03-09T22:41:25.355Z] docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:c0e20d4986c0788795d7898ca0e5d97cda0dfacbb59ef11c68edb63af043d42b [2022-03-09T22:41:25.921Z] docker_cli_by_digest_test.go:260: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:3069fa2e966a97c0e62eff0d8ade9c49c8c2d917c55c83dc4ea7e08adb535472 [2022-03-09T22:41:26.180Z] check_test.go:195: [d787586b78207] daemon is not started [2022-03-09T22:41:26.180Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2022-03-09T22:41:27.116Z] check_test.go:195: [daed4007513db] daemon is not started [2022-03-09T22:41:27.116Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2022-03-09T22:41:27.939Z] === RUN TestDockerSuite/TestBuildAddNonTar [2022-03-09T22:41:29.648Z] check_test.go:195: [d427f84d01e94] daemon is not started [2022-03-09T22:41:29.648Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2022-03-09T22:41:30.214Z] check_test.go:195: [d1674404fec6e] daemon is not started [2022-03-09T22:41:30.214Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2022-03-09T22:41:30.473Z] check_test.go:195: [d6b3458423ffc] daemon is not started [2022-03-09T22:41:30.473Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2022-03-09T22:41:31.409Z] check_test.go:195: [d21568180b766] daemon is not started [2022-03-09T22:41:31.409Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2022-03-09T22:41:32.343Z] check_test.go:195: [d4bc52504f5cc] daemon is not started [2022-03-09T22:41:32.343Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2022-03-09T22:41:32.908Z] check_test.go:195: [dcaae90a6babb] daemon is not started [2022-03-09T22:41:32.908Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2022-03-09T22:41:34.990Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2022-03-09T22:41:35.436Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSource [2022-03-09T22:41:35.437Z] check_test.go:195: [d3c8eafa1fb75] daemon is not started [2022-03-09T22:41:35.437Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2022-03-09T22:41:35.446Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2022-03-09T22:41:35.446Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-03-09T22:41:35.446Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2022-03-09T22:41:36.002Z] check_test.go:195: [d3a7453240c51] daemon is not started [2022-03-09T22:41:36.002Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2022-03-09T22:41:37.377Z] check_test.go:195: [dd16363b4e8dd] daemon is not started [2022-03-09T22:41:37.377Z] docker_cli_swarm_test.go:1796: [d883162b94642] joining swarm manager [d64d80098454c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-09T22:41:37.377Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2022-03-09T22:41:37.635Z] check_test.go:195: [d12bbac1eaa47] daemon is not started [2022-03-09T22:41:37.635Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2022-03-09T22:41:37.635Z] check_test.go:195: [df0fcc5ec142e] daemon is not started [2022-03-09T22:41:37.635Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2022-03-09T22:41:37.893Z] check_test.go:195: [d0c3295c7f72a] daemon is not started [2022-03-09T22:41:37.893Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2022-03-09T22:41:38.151Z] check_test.go:195: [dfb9fdc1f2918] daemon is not started [2022-03-09T22:41:38.151Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2022-03-09T22:41:38.409Z] docker_cli_swarm_test.go:1797: [d454ed9e80558] joining swarm manager [d64d80098454c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-09T22:41:38.668Z] check_test.go:195: [da4d3779eb3e5] daemon is not started [2022-03-09T22:41:38.668Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2022-03-09T22:41:38.668Z] check_test.go:195: [d4ac720944d90] daemon is not started [2022-03-09T22:41:38.668Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2022-03-09T22:41:39.166Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2022-03-09T22:41:40.044Z] check_test.go:195: [dc3fb84f78748] daemon is not started [2022-03-09T22:41:40.044Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2022-03-09T22:41:40.694Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2022-03-09T22:41:41.449Z] check_test.go:195: [dcafe3b11d6b7] daemon is not started [2022-03-09T22:41:41.450Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2022-03-09T22:41:42.017Z] check_test.go:195: [df106c20f31a3] daemon is not started [2022-03-09T22:41:42.017Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2022-03-09T22:41:42.955Z] check_test.go:195: [d5231b2f4884e] daemon is not started [2022-03-09T22:41:42.955Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2022-03-09T22:41:43.889Z] === RUN TestDockerRegistrySuite/TestV2Only [2022-03-09T22:41:44.822Z] --- PASS: TestDockerRegistrySuite (42.57s) [2022-03-09T22:41:44.822Z] --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.11s) [2022-03-09T22:41:44.822Z] --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.98s) [2022-03-09T22:41:44.822Z] --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.25s) [2022-03-09T22:41:44.822Z] --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.15s) [2022-03-09T22:41:44.822Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (2.57s) [2022-03-09T22:41:44.822Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (4.19s) [2022-03-09T22:41:44.822Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPush (2.61s) [2022-03-09T22:41:44.822Z] --- PASS: TestDockerRegistrySuite/TestCreateByDigest (0.93s) [2022-03-09T22:41:44.822Z] --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (1.04s) [2022-03-09T22:41:44.822Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (1.10s) [2022-03-09T22:41:44.822Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.34s) [2022-03-09T22:41:44.822Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.16s) [2022-03-09T22:41:44.822Z] --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (1.15s) [2022-03-09T22:41:44.822Z] --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (0.93s) [2022-03-09T22:41:44.822Z] --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (1.83s) [2022-03-09T22:41:44.822Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (1.77s) [2022-03-09T22:41:44.822Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.99s) [2022-03-09T22:41:44.822Z] --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (2.22s) [2022-03-09T22:41:44.822Z] --- PASS: TestDockerRegistrySuite/TestPullByDigest (0.89s) [2022-03-09T22:41:44.822Z] --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.14s) [2022-03-09T22:41:44.822Z] --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.92s) [2022-03-09T22:41:44.822Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.85s) [2022-03-09T22:41:44.822Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.83s) [2022-03-09T22:41:44.822Z] --- PASS: TestDockerRegistrySuite/TestPullIDStability (2.49s) [2022-03-09T22:41:44.822Z] --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.51s) [2022-03-09T22:41:44.822Z] --- PASS: TestDockerRegistrySuite/TestPullManifestList (1.27s) [2022-03-09T22:41:44.822Z] --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.37s) [2022-03-09T22:41:44.822Z] --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s) [2022-03-09T22:41:44.822Z] --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.28s) [2022-03-09T22:41:44.822Z] --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.24s) [2022-03-09T22:41:44.822Z] --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.43s) [2022-03-09T22:41:44.822Z] --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.12s) [2022-03-09T22:41:44.822Z] --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (1.02s) [2022-03-09T22:41:44.822Z] --- PASS: TestDockerRegistrySuite/TestRunByDigest (1.42s) [2022-03-09T22:41:44.822Z] --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.77s) [2022-03-09T22:41:44.822Z] --- PASS: TestDockerRegistrySuite/TestTagByDigest (0.95s) [2022-03-09T22:41:44.822Z] --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (0.90s) [2022-03-09T22:41:44.822Z] --- PASS: TestDockerRegistrySuite/TestV2Only (0.75s) [2022-03-09T22:41:44.822Z] === RUN TestDockerSchema1RegistrySuite [2022-03-09T22:41:44.822Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2022-03-09T22:41:44.822Z] check_test.go:222: [dd40da274127f] daemon is not started [2022-03-09T22:41:44.822Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2022-03-09T22:41:47.349Z] check_test.go:222: [d879df7006f41] daemon is not started [2022-03-09T22:41:47.349Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2022-03-09T22:41:47.793Z] === RUN TestDockerSuite/TestBuildAddScript [2022-03-09T22:41:47.793Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-03-09T22:41:47.793Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2022-03-09T22:41:47.793Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-03-09T22:41:47.793Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2022-03-09T22:41:47.793Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-03-09T22:41:47.793Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2022-03-09T22:41:47.793Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-03-09T22:41:47.793Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2022-03-09T22:41:47.793Z] === RUN TestDockerSuite/TestBuildAddTar [2022-03-09T22:41:50.790Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2022-03-09T22:41:52.615Z] check_test.go:222: [d6bbc99c86974] daemon is not started [2022-03-09T22:41:52.615Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2022-03-09T22:41:52.615Z] check_test.go:222: [d458483a050f9] daemon is not started [2022-03-09T22:41:52.615Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2022-03-09T22:41:52.875Z] check_test.go:222: [deeada7e7fdf4] daemon is not started [2022-03-09T22:41:52.875Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2022-03-09T22:41:53.810Z] check_test.go:222: [d5bce02a38f25] daemon is not started [2022-03-09T22:41:53.810Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2022-03-09T22:41:54.069Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsType [2022-03-09T22:41:54.507Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2022-03-09T22:41:54.508Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-03-09T22:41:54.637Z] check_test.go:222: [d123ce904b88e] daemon is not started [2022-03-09T22:41:54.638Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2022-03-09T22:41:55.469Z] === RUN TestDockerSuite/TestBuildCacheAdd [2022-03-09T22:41:55.469Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-03-09T22:41:56.012Z] check_test.go:222: [dd8b1f39e9644] daemon is not started [2022-03-09T22:41:56.012Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2022-03-09T22:41:56.429Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2022-03-09T22:41:57.959Z] === RUN TestDockerSuite/TestBuildCacheFrom [2022-03-09T22:41:57.959Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2022-03-09T22:41:57.959Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2022-03-09T22:41:58.543Z] check_test.go:222: [d8c75e67aa16f] daemon is not started [2022-03-09T22:41:58.543Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2022-03-09T22:41:58.543Z] check_test.go:222: [d8df476866879] daemon is not started [2022-03-09T22:41:58.544Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2022-03-09T22:41:59.112Z] check_test.go:222: [ded4e43a05bbe] daemon is not started [2022-03-09T22:41:59.112Z] --- PASS: TestDockerSchema1RegistrySuite (14.41s) [2022-03-09T22:41:59.112Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.15s) [2022-03-09T22:41:59.112Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (2.67s) [2022-03-09T22:41:59.112Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (4.31s) [2022-03-09T22:41:59.112Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (0.94s) [2022-03-09T22:41:59.112Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.13s) [2022-03-09T22:41:59.113Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.95s) [2022-03-09T22:41:59.113Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.91s) [2022-03-09T22:41:59.113Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (1.09s) [2022-03-09T22:41:59.113Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (2.47s) [2022-03-09T22:41:59.113Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.40s) [2022-03-09T22:41:59.113Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.37s) [2022-03-09T22:41:59.113Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2022-03-09T22:41:59.113Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2022-03-09T22:41:59.681Z] check_test.go:251: [d4b638949dc85] daemon is not started [2022-03-09T22:41:59.681Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2022-03-09T22:42:00.263Z] check_test.go:251: [d8d9ea69caa80] daemon is not started [2022-03-09T22:42:00.263Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2022-03-09T22:42:00.522Z] check_test.go:251: [dc16d47edc155] daemon is not started [2022-03-09T22:42:00.522Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2022-03-09T22:42:01.897Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2022-03-09T22:42:01.897Z] === RUN TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2022-03-09T22:42:02.465Z] check_test.go:251: [d56d472ba069b] daemon is not started [2022-03-09T22:42:02.465Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2022-03-09T22:42:02.624Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2022-03-09T22:42:03.030Z] check_test.go:251: [d289c73821f79] daemon is not started [2022-03-09T22:42:03.030Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2022-03-09T22:42:04.413Z] check_test.go:251: [d7b6651c543f1] daemon is not started [2022-03-09T22:42:04.413Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2022-03-09T22:42:04.413Z] docker_cli_swarm_test.go:1315: [d8bcd4462a556] joining swarm manager [d99149a267203]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-09T22:42:04.413Z] check_test.go:251: [db83606fea60f] daemon is not started [2022-03-09T22:42:04.413Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (5.37s) [2022-03-09T22:42:04.413Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.69s) [2022-03-09T22:42:04.413Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.59s) [2022-03-09T22:42:04.413Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.18s) [2022-03-09T22:42:04.413Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.32s) [2022-03-09T22:42:04.413Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.60s) [2022-03-09T22:42:04.413Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.58s) [2022-03-09T22:42:04.413Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (1.25s) [2022-03-09T22:42:04.413Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.16s) [2022-03-09T22:42:04.413Z] === RUN TestDockerRegistryAuthTokenSuite [2022-03-09T22:42:04.413Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2022-03-09T22:42:04.791Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2022-03-09T22:42:04.791Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-03-09T22:42:04.791Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2022-03-09T22:42:04.791Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-03-09T22:42:04.791Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2022-03-09T22:42:05.349Z] docker_cli_swarm_test.go:1316: [de3a40142a5bf] joining swarm manager [d99149a267203]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-09T22:42:06.317Z] === RUN TestDockerSuite/TestBuildClearCmd [2022-03-09T22:42:07.277Z] === RUN TestDockerSuite/TestBuildCmd [2022-03-09T22:42:08.238Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2022-03-09T22:42:08.700Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2022-03-09T22:42:09.530Z] check_test.go:278: [db09a63e7c164] daemon is not started [2022-03-09T22:42:09.530Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2022-03-09T22:42:09.662Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2022-03-09T22:42:09.788Z] check_test.go:278: [d5c66d5fdaf7e] daemon is not started [2022-03-09T22:42:09.788Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2022-03-09T22:42:09.788Z] check_test.go:278: [dc7c7d6fea15d] daemon is not started [2022-03-09T22:42:09.788Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2022-03-09T22:42:10.046Z] check_test.go:278: [d47af32925d33] daemon is not started [2022-03-09T22:42:10.046Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2022-03-09T22:42:10.046Z] check_test.go:278: [d4ced80224d93] daemon is not started [2022-03-09T22:42:10.046Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.76s) [2022-03-09T22:42:10.046Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.16s) [2022-03-09T22:42:10.046Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.15s) [2022-03-09T22:42:10.046Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.15s) [2022-03-09T22:42:10.046Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.15s) [2022-03-09T22:42:10.046Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.15s) [2022-03-09T22:42:10.046Z] === RUN TestDockerNetworkSuite [2022-03-09T22:42:10.046Z] === RUN TestDockerNetworkSuite/TestConntrackFlowsLeak [2022-03-09T22:42:10.987Z] docker_cli_network_unix_test.go:46: [db552100059cd] daemon is not started [2022-03-09T22:42:11.244Z] === RUN TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig [2022-03-09T22:42:11.501Z] docker_cli_network_unix_test.go:46: [dfe06c340da6d] daemon is not started [2022-03-09T22:42:11.760Z] === RUN TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint [2022-03-09T22:42:14.290Z] docker_cli_network_unix_test.go:46: [d965827f53546] daemon is not started [2022-03-09T22:42:14.600Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect [2022-03-09T22:42:15.977Z] docker_cli_network_unix_test.go:46: [d4d07579f9961] daemon is not started [2022-03-09T22:42:15.977Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer [2022-03-09T22:42:15.977Z] docker_cli_network_unix_test.go:1233: [d361fc9528d92] daemon is not started [2022-03-09T22:42:16.704Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2022-03-09T22:42:18.509Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping [2022-03-09T22:42:18.869Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2022-03-09T22:42:18.869Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-03-09T22:42:18.869Z] === RUN TestDockerSuite/TestBuildConditionalCache [2022-03-09T22:42:19.465Z] docker_cli_network_unix_test.go:46: [da051c7c737b8] daemon is not started [2022-03-09T22:42:20.030Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP [2022-03-09T22:42:20.397Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2022-03-09T22:42:20.397Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-03-09T22:42:20.397Z] === RUN TestDockerSuite/TestBuildContextCleanup [2022-03-09T22:42:20.880Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2022-03-09T22:42:23.050Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2022-03-09T22:42:24.015Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2022-03-09T22:42:24.216Z] docker_cli_network_unix_test.go:46: [de3121f3437b8] daemon is not started [2022-03-09T22:42:24.470Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2022-03-09T22:42:24.470Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-03-09T22:42:24.470Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2022-03-09T22:42:24.782Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP [2022-03-09T22:42:25.472Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2022-03-09T22:42:26.437Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2022-03-09T22:42:26.437Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-03-09T22:42:26.437Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2022-03-09T22:42:26.437Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-03-09T22:42:26.437Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2022-03-09T22:42:26.687Z] docker_cli_network_unix_test.go:46: [d43f555cbc635] daemon is not started [2022-03-09T22:42:26.945Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer [2022-03-09T22:42:27.882Z] docker_cli_network_unix_test.go:46: [d55281188a8d3] daemon is not started [2022-03-09T22:42:27.882Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork [2022-03-09T22:42:28.452Z] docker_cli_network_unix_test.go:46: [da4ef3d31d1e2] daemon is not started [2022-03-09T22:42:28.452Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks [2022-03-09T22:42:28.711Z] docker_cli_network_unix_test.go:46: [de300ba2e08d0] daemon is not started [2022-03-09T22:42:28.969Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithMac [2022-03-09T22:42:29.227Z] docker_cli_network_unix_test.go:46: [d80d250439290] daemon is not started [2022-03-09T22:42:29.792Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping [2022-03-09T22:42:30.050Z] docker_cli_network_unix_test.go:46: [dbe29dfd84037] daemon is not started [2022-03-09T22:42:30.271Z] === RUN TestDockerSuite/TestBuildAddTarXz [2022-03-09T22:42:30.271Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-03-09T22:42:30.271Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2022-03-09T22:42:30.271Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-03-09T22:42:30.271Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2022-03-09T22:42:30.615Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDelete [2022-03-09T22:42:30.616Z] docker_cli_network_unix_test.go:46: [d17b9f677ea85] daemon is not started [2022-03-09T22:42:30.616Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters [2022-03-09T22:42:30.874Z] docker_cli_network_unix_test.go:46: [d37e0f2a119e3] daemon is not started [2022-03-09T22:42:30.874Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateHostBind [2022-03-09T22:42:31.440Z] docker_cli_network_unix_test.go:46: [d0fbf071cf20c] daemon is not started [2022-03-09T22:42:31.697Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateLabel [2022-03-09T22:42:31.955Z] docker_cli_network_unix_test.go:46: [d7ffcf1df36e2] daemon is not started [2022-03-09T22:42:31.955Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreatePredefined [2022-03-09T22:42:31.955Z] docker_cli_network_unix_test.go:46: [df1c42f14bcb8] daemon is not started [2022-03-09T22:42:31.955Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCustomIPAM [2022-03-09T22:42:31.955Z] docker_cli_network_unix_test.go:46: [d5d99d5733a24] daemon is not started [2022-03-09T22:42:31.955Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork [2022-03-09T22:42:32.890Z] docker_cli_network_unix_test.go:46: [d3c2601ea44df] daemon is not started [2022-03-09T22:42:32.890Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault [2022-03-09T22:42:33.149Z] docker_cli_network_unix_test.go:46: [d414cbe1860d5] daemon is not started [2022-03-09T22:42:33.482Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2022-03-09T22:42:33.715Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge [2022-03-09T22:42:33.716Z] docker_cli_network_unix_test.go:46: [dd5dbf9e3d71d] daemon is not started [2022-03-09T22:42:33.716Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost [2022-03-09T22:42:33.975Z] docker_cli_network_unix_test.go:46: [d91bbfd10e578] daemon is not started [2022-03-09T22:42:33.975Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverOptions [2022-03-09T22:42:33.975Z] docker_cli_network_unix_test.go:46: [df73cc8928926] daemon is not started [2022-03-09T22:42:33.975Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart [2022-03-09T22:42:35.351Z] docker_cli_network_unix_test.go:968: [d3fa33fd89acb] daemon is not started [2022-03-09T22:42:36.314Z] === RUN TestDockerNetworkSuite/TestDockerNetworkFlagAlias [2022-03-09T22:42:37.692Z] docker_cli_network_unix_test.go:46: [d13b5a0dc07d3] daemon is not started [2022-03-09T22:42:37.692Z] === RUN TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart [2022-03-09T22:42:40.224Z] docker_cli_network_unix_test.go:1116: [d571fedf16c54] daemon is not started [2022-03-09T22:42:42.753Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations [2022-03-09T22:42:42.753Z] docker_cli_network_unix_test.go:46: [d592b06a30d70] daemon is not started [2022-03-09T22:42:42.753Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks [2022-03-09T22:42:43.688Z] docker_cli_network_unix_test.go:46: [dadea91cc24c1] daemon is not started [2022-03-09T22:42:43.688Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMOptions [2022-03-09T22:42:43.688Z] docker_cli_network_unix_test.go:46: [d3572b1f734b9] daemon is not started [2022-03-09T22:42:43.688Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer [2022-03-09T22:42:43.688Z] docker_cli_network_unix_test.go:46: [d7d73bcaf6622] daemon is not started [2022-03-09T22:42:43.688Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified [2022-03-09T22:42:43.948Z] docker_cli_network_unix_test.go:46: [d64a4576d9921] daemon is not started [2022-03-09T22:42:43.948Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified [2022-03-09T22:42:44.206Z] docker_cli_network_unix_test.go:46: [d742c4064679f] daemon is not started [2022-03-09T22:42:44.206Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectDefault [2022-03-09T22:42:44.206Z] docker_cli_network_unix_test.go:46: [d15c367fa9bd8] daemon is not started [2022-03-09T22:42:44.206Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly [2022-03-09T22:42:45.584Z] docker_cli_network_unix_test.go:46: [d79ddf7af9667] daemon is not started [2022-03-09T22:42:46.519Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsDefault [2022-03-09T22:42:46.519Z] docker_cli_network_unix_test.go:46: [dfd372607f246] daemon is not started [2022-03-09T22:42:46.519Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsFilter [2022-03-09T22:42:46.519Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2022-03-09T22:42:46.519Z] docker_cli_network_unix_test.go:46: [d738f5ddd573b] daemon is not started [2022-03-09T22:42:46.520Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMacInspect [2022-03-09T22:42:46.778Z] docker_cli_network_unix_test.go:46: [df5e25c50ea4b] daemon is not started [2022-03-09T22:42:47.037Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart [2022-03-09T22:42:50.323Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart [2022-03-09T22:42:51.697Z] docker_cli_network_unix_test.go:1084: [dd088eef28f4a] daemon is not started [2022-03-09T22:42:53.596Z] === RUN TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver [2022-03-09T22:42:53.596Z] docker_cli_network_unix_test.go:46: [d9034065c9047] daemon is not started [2022-03-09T22:42:53.596Z] === RUN TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping [2022-03-09T22:42:53.854Z] docker_cli_network_unix_test.go:46: [de01cc0ba6f23] daemon is not started [2022-03-09T22:42:54.112Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks [2022-03-09T22:42:55.054Z] docker_cli_network_unix_test.go:46: [de6686b2e09b8] daemon is not started [2022-03-09T22:42:55.521Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2022-03-09T22:42:55.521Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-03-09T22:42:55.521Z] === RUN TestDockerSuite/TestBuildBlankName [2022-03-09T22:42:55.622Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRmPredefined [2022-03-09T22:42:55.622Z] docker_cli_network_unix_test.go:46: [d39eeb1b2a9b8] daemon is not started [2022-03-09T22:42:55.622Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRunNetByID [2022-03-09T22:42:55.882Z] docker_cli_network_unix_test.go:46: [d4a3125dc5656] daemon is not started [2022-03-09T22:42:55.979Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2022-03-09T22:42:56.140Z] === RUN TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP [2022-03-09T22:42:56.708Z] docker_cli_network_unix_test.go:46: [d2e6c6ca2580d] daemon is not started [2022-03-09T22:42:56.708Z] === RUN TestDockerNetworkSuite/TestDockerNetworkValidateIP [2022-03-09T22:42:57.277Z] docker_cli_network_unix_test.go:46: [d60bf59d36ad3] daemon is not started [2022-03-09T22:42:57.535Z] === RUN TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver [2022-03-09T22:43:02.800Z] docker_cli_network_unix_test.go:46: [d6d580df17f53] daemon is not started [2022-03-09T22:43:02.800Z] --- PASS: TestDockerNetworkSuite (52.78s) [2022-03-09T22:43:02.800Z] --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (1.03s) [2022-03-09T22:43:02.800Z] --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (0.71s) [2022-03-09T22:43:02.800Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (2.66s) [2022-03-09T22:43:02.800Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (1.43s) [2022-03-09T22:43:02.800Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (2.56s) [2022-03-09T22:43:02.800Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (1.45s) [2022-03-09T22:43:02.800Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (4.80s) [2022-03-09T22:43:02.800Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (2.16s) [2022-03-09T22:43:02.800Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.07s) [2022-03-09T22:43:02.800Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.49s) [2022-03-09T22:43:02.800Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.37s) [2022-03-09T22:43:02.800Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (0.85s) [2022-03-09T22:43:02.800Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (0.83s) [2022-03-09T22:43:02.800Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.17s) [2022-03-09T22:43:02.800Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.30s) [2022-03-09T22:43:02.800Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (0.68s) [2022-03-09T22:43:02.800Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.16s) [2022-03-09T22:43:02.800Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.04s) [2022-03-09T22:43:02.800Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.16s) [2022-03-09T22:43:02.800Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (0.66s) [2022-03-09T22:43:02.800Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (1.01s) [2022-03-09T22:43:02.800Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.07s) [2022-03-09T22:43:02.800Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.24s) [2022-03-09T22:43:02.800Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.08s) [2022-03-09T22:43:02.800Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (2.26s) [2022-03-09T22:43:02.800Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (1.14s) [2022-03-09T22:43:02.800Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (5.06s) [2022-03-09T22:43:02.800Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.20s) [2022-03-09T22:43:02.800Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (0.81s) [2022-03-09T22:43:02.800Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.14s) [2022-03-09T22:43:02.800Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.06s) [2022-03-09T22:43:02.800Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.16s) [2022-03-09T22:43:02.800Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.15s) [2022-03-09T22:43:02.800Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.00s) [2022-03-09T22:43:02.800Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (2.29s) [2022-03-09T22:43:02.800Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.04s) [2022-03-09T22:43:02.800Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.01s) [2022-03-09T22:43:02.800Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (0.74s) [2022-03-09T22:43:02.800Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (3.23s) [2022-03-09T22:43:02.800Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (2.84s) [2022-03-09T22:43:02.800Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.04s) [2022-03-09T22:43:02.800Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (0.78s) [2022-03-09T22:43:02.800Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (1.47s) [2022-03-09T22:43:02.800Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.05s) [2022-03-09T22:43:02.800Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (0.66s) [2022-03-09T22:43:02.800Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.45s) [2022-03-09T22:43:02.800Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (0.88s) [2022-03-09T22:43:02.800Z] --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (5.35s) [2022-03-09T22:43:02.800Z] === RUN TestDockerHubPullSuite [2022-03-09T22:43:02.800Z] === RUN TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry [2022-03-09T22:43:04.699Z] === RUN TestDockerHubPullSuite/TestPullClientDisconnect [2022-03-09T22:43:06.271Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2022-03-09T22:43:06.271Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-03-09T22:43:06.726Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2022-03-09T22:43:07.228Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistry [2022-03-09T22:43:07.486Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts [2022-03-09T22:43:08.862Z] === RUN TestDockerHubPullSuite/TestPullNonExistingImage [2022-03-09T22:43:09.121Z] === RUN TestDockerHubPullSuite/TestPullScratchNotAllowed [2022-03-09T22:43:09.121Z] --- PASS: TestDockerHubPullSuite (6.25s) [2022-03-09T22:43:09.121Z] --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (1.60s) [2022-03-09T22:43:09.121Z] --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.28s) [2022-03-09T22:43:09.121Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (0.69s) [2022-03-09T22:43:09.121Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (1.38s) [2022-03-09T22:43:09.121Z] --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.23s) [2022-03-09T22:43:09.121Z] --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.07s) [2022-03-09T22:43:09.121Z] PASS [2022-03-09T22:43:09.121Z] [2022-03-09T22:43:09.121Z] === Skipped [2022-03-09T22:43:09.121Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2022-03-09T22:43:09.121Z] docker_cli_build_test.go:5332: unmatched requirement DaemonIsWindows [2022-03-09T22:43:09.121Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2022-03-09T22:43:09.121Z] [2022-03-09T22:43:09.121Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s) [2022-03-09T22:43:09.121Z] docker_cli_build_test.go:607: unmatched requirement DaemonIsWindows [2022-03-09T22:43:09.121Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s) [2022-03-09T22:43:09.121Z] [2022-03-09T22:43:09.121Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s) [2022-03-09T22:43:09.121Z] docker_cli_build_test.go:5882: unmatched requirement DaemonIsWindows [2022-03-09T22:43:09.121Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s) [2022-03-09T22:43:09.121Z] [2022-03-09T22:43:09.121Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s) [2022-03-09T22:43:09.121Z] docker_cli_build_test.go:5865: unmatched requirement DaemonIsWindows [2022-03-09T22:43:09.121Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s) [2022-03-09T22:43:09.121Z] [2022-03-09T22:43:09.121Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.02s) [2022-03-09T22:43:09.121Z] docker_cli_build_test.go:5900: unmatched requirement DaemonIsWindows [2022-03-09T22:43:09.121Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.02s) [2022-03-09T22:43:09.121Z] [2022-03-09T22:43:09.121Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s) [2022-03-09T22:43:09.121Z] docker_cli_build_test.go:5309: unmatched requirement DaemonIsWindows [2022-03-09T22:43:09.121Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s) [2022-03-09T22:43:09.121Z] [2022-03-09T22:43:09.121Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2022-03-09T22:43:09.121Z] docker_cli_build_test.go:5831: unmatched requirement DaemonIsWindows [2022-03-09T22:43:09.121Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2022-03-09T22:43:09.121Z] [2022-03-09T22:43:09.121Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2022-03-09T22:43:09.121Z] docker_cli_build_test.go:5297: unmatched requirement DaemonIsWindows [2022-03-09T22:43:09.121Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2022-03-09T22:43:09.121Z] [2022-03-09T22:43:09.121Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2022-03-09T22:43:09.121Z] docker_cli_build_test.go:1348: unmatched requirement DaemonIsWindows [2022-03-09T22:43:09.121Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2022-03-09T22:43:09.121Z] [2022-03-09T22:43:09.121Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2022-03-09T22:43:09.121Z] docker_cli_build_test.go:6022: unmatched requirement DaemonIsWindows [2022-03-09T22:43:09.121Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2022-03-09T22:43:09.121Z] [2022-03-09T22:43:09.121Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.01s) [2022-03-09T22:43:09.121Z] docker_cli_build_test.go:5992: unmatched requirement DaemonIsWindows [2022-03-09T22:43:09.121Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2022-03-09T22:43:09.121Z] [2022-03-09T22:43:09.121Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2022-03-09T22:43:09.121Z] docker_cli_build_test.go:1337: unmatched requirement DaemonIsWindows [2022-03-09T22:43:09.121Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2022-03-09T22:43:09.121Z] [2022-03-09T22:43:09.121Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2022-03-09T22:43:09.121Z] docker_cli_build_test.go:4905: unmatched requirement DaemonIsWindows [2022-03-09T22:43:09.121Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2022-03-09T22:43:09.121Z] [2022-03-09T22:43:09.121Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2022-03-09T22:43:09.121Z] docker_cli_sni_test.go:18: Flakey test [2022-03-09T22:43:09.121Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2022-03-09T22:43:09.121Z] [2022-03-09T22:43:09.121Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.00s) [2022-03-09T22:43:09.121Z] docker_api_containers_test.go:418: unmatched requirement DaemonIsWindows [2022-03-09T22:43:09.121Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2022-03-09T22:43:09.121Z] [2022-03-09T22:43:09.121Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.00s) [2022-03-09T22:43:09.121Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2022-03-09T22:43:09.121Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2022-03-09T22:43:09.121Z] [2022-03-09T22:43:09.121Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2022-03-09T22:43:09.121Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-03-09T22:43:09.121Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2022-03-09T22:43:09.121Z] [2022-03-09T22:43:09.121Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2022-03-09T22:43:09.121Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2022-03-09T22:43:09.121Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2022-03-09T22:43:09.121Z] [2022-03-09T22:43:09.121Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2022-03-09T22:43:09.121Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2022-03-09T22:43:09.121Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2022-03-09T22:43:09.121Z] [2022-03-09T22:43:09.121Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2022-03-09T22:43:09.121Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2022-03-09T22:43:09.122Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2022-03-09T22:43:09.122Z] [2022-03-09T22:43:09.122Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2022-03-09T22:43:09.122Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2022-03-09T22:43:09.122Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2022-03-09T22:43:09.122Z] [2022-03-09T22:43:09.122Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2022-03-09T22:43:09.122Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2022-03-09T22:43:09.122Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2022-03-09T22:43:09.122Z] [2022-03-09T22:43:09.122Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.01s) [2022-03-09T22:43:09.122Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2022-03-09T22:43:09.122Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.01s) [2022-03-09T22:43:09.122Z] [2022-03-09T22:43:09.122Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2022-03-09T22:43:09.122Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2022-03-09T22:43:09.122Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2022-03-09T22:43:09.122Z] [2022-03-09T22:43:09.122Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2022-03-09T22:43:09.122Z] docker_cli_run_test.go:4017: unmatched requirement DaemonIsWindows [2022-03-09T22:43:09.122Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2022-03-09T22:43:09.122Z] [2022-03-09T22:43:09.122Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2022-03-09T22:43:09.122Z] docker_cli_run_test.go:4036: unmatched requirement DaemonIsWindows [2022-03-09T22:43:09.122Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2022-03-09T22:43:09.122Z] [2022-03-09T22:43:09.122Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s) [2022-03-09T22:43:09.122Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2022-03-09T22:43:09.122Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2022-03-09T22:43:09.122Z] [2022-03-09T22:43:09.122Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-03-09T22:43:09.122Z] docker_cli_run_test.go:4119: unmatched requirement DaemonIsWindows [2022-03-09T22:43:09.122Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-03-09T22:43:09.122Z] [2022-03-09T22:43:09.122Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.00s) [2022-03-09T22:43:09.122Z] docker_cli_run_unix_test.go:590: unmatched requirement swapMemorySupport [2022-03-09T22:43:09.122Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2022-03-09T22:43:09.122Z] [2022-03-09T22:43:09.122Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-03-09T22:43:09.122Z] docker_cli_run_test.go:4102: unmatched requirement DaemonIsWindows [2022-03-09T22:43:09.122Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-03-09T22:43:09.122Z] [2022-03-09T22:43:09.122Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.00s) [2022-03-09T22:43:09.122Z] docker_cli_run_test.go:2837: kernel doesn't have latency_stats configured [2022-03-09T22:43:09.122Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2022-03-09T22:43:09.122Z] [2022-03-09T22:43:09.122Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2022-03-09T22:43:09.122Z] docker_cli_run_test.go:1425: Unstable test, to be re-activated once #19937 is resolved [2022-03-09T22:43:09.122Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2022-03-09T22:43:09.122Z] [2022-03-09T22:43:09.122Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2022-03-09T22:43:09.122Z] docker_cli_run_unix_test.go:691: unmatched requirement swapMemorySupport [2022-03-09T22:43:09.122Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2022-03-09T22:43:09.122Z] [2022-03-09T22:43:09.122Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2022-03-09T22:43:09.122Z] docker_cli_run_unix_test.go:1416: Host does not have /dev/snd/timer [2022-03-09T22:43:09.122Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2022-03-09T22:43:09.122Z] [2022-03-09T22:43:09.122Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2022-03-09T22:43:09.122Z] docker_cli_run_test.go:4072: unmatched requirement DaemonIsWindows [2022-03-09T22:43:09.122Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2022-03-09T22:43:09.122Z] [2022-03-09T22:43:09.122Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2022-03-09T22:43:09.122Z] docker_cli_run_test.go:4092: unmatched requirement DaemonIsWindows [2022-03-09T22:43:09.122Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2022-03-09T22:43:09.122Z] [2022-03-09T22:43:09.122Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2022-03-09T22:43:09.122Z] docker_cli_run_test.go:4082: unmatched requirement DaemonIsWindows [2022-03-09T22:43:09.122Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2022-03-09T22:43:09.122Z] [2022-03-09T22:43:09.122Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2022-03-09T22:43:09.122Z] docker_cli_run_unix_test.go:541: unmatched requirement blkioWeight [2022-03-09T22:43:09.122Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2022-03-09T22:43:09.122Z] [2022-03-09T22:43:09.122Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2022-03-09T22:43:09.122Z] docker_cli_run_unix_test.go:552: unmatched requirement blkioWeight [2022-03-09T22:43:09.122Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2022-03-09T22:43:09.122Z] [2022-03-09T22:43:09.122Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2022-03-09T22:43:09.122Z] docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight [2022-03-09T22:43:09.122Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2022-03-09T22:43:09.122Z] [2022-03-09T22:43:09.122Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2022-03-09T22:43:09.122Z] docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight [2022-03-09T22:43:09.122Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2022-03-09T22:43:09.122Z] [2022-03-09T22:43:09.122Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2022-03-09T22:43:09.122Z] docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight [2022-03-09T22:43:09.122Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2022-03-09T22:43:09.122Z] [2022-03-09T22:43:09.122Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2022-03-09T22:43:09.122Z] docker_cli_run_unix_test.go:584: unmatched requirement blkioWeight [2022-03-09T22:43:09.122Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2022-03-09T22:43:09.122Z] [2022-03-09T22:43:09.122Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2022-03-09T22:43:09.122Z] docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight [2022-03-09T22:43:09.122Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2022-03-09T22:43:09.122Z] [2022-03-09T22:43:09.122Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2022-03-09T22:43:09.122Z] docker_cli_run_unix_test.go:628: unmatched requirement swapMemorySupport [2022-03-09T22:43:09.122Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2022-03-09T22:43:09.122Z] [2022-03-09T22:43:09.122Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2022-03-09T22:43:09.122Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2022-03-09T22:43:09.122Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2022-03-09T22:43:09.122Z] [2022-03-09T22:43:09.122Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2022-03-09T22:43:09.122Z] docker_cli_update_unix_test.go:144: unmatched requirement swapMemorySupport [2022-03-09T22:43:09.122Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2022-03-09T22:43:09.122Z] [2022-03-09T22:43:09.122Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2022-03-09T22:43:09.122Z] docker_cli_update_unix_test.go:198: unmatched requirement swapMemorySupport [2022-03-09T22:43:09.122Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2022-03-09T22:43:09.122Z] [2022-03-09T22:43:09.122Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2022-03-09T22:43:09.122Z] docker_cli_update_unix_test.go:128: unmatched requirement swapMemorySupport [2022-03-09T22:43:09.122Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2022-03-09T22:43:09.122Z] [2022-03-09T22:43:09.122Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2022-03-09T22:43:09.122Z] docker_cli_run_test.go:4414: unmatched requirement DaemonIsWindows [2022-03-09T22:43:09.122Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2022-03-09T22:43:09.122Z] [2022-03-09T22:43:09.122Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.01s) [2022-03-09T22:43:09.122Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2022-03-09T22:43:09.122Z] docker_cli_network_unix_test.go:46: [d738f5ddd573b] daemon is not started [2022-03-09T22:43:09.122Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.01s) [2022-03-09T22:43:09.122Z] [2022-03-09T22:43:09.122Z] DONE 1265 tests, 51 skipped in 1399.109s [2022-03-09T22:43:09.122Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-03-09T22:43:09.122Z] ++++ cat bundles/test-integration/docker.pid [2022-03-09T22:43:09.122Z] +++ kill 8336 [2022-03-09T22:43:09.122Z] +++ /etc/init.d/apparmor stop [2022-03-09T22:43:09.122Z] Leaving: AppArmorNo profiles have been unloaded. [2022-03-09T22:43:09.122Z] [2022-03-09T22:43:09.122Z] Unloading profiles will leave already running processes permanently [2022-03-09T22:43:09.122Z] unconfined, which can lead to unexpected situations. [2022-03-09T22:43:09.122Z] [2022-03-09T22:43:09.122Z] To set a process to complain mode, use the command line tool [2022-03-09T22:43:09.122Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-03-09T22:43:09.122Z] +++ true [2022-03-09T22:43:09.122Z] exiting test-integration [2022-03-09T22:43:09.122Z] ++ exit 0 [2022-03-09T22:43:09.122Z] [2022-03-09T22:43:09.690Z] + for job in $(jobs -p) [2022-03-09T22:43:09.690Z] + wait 7605 [2022-03-09T22:43:11.799Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2022-03-09T22:43:11.799Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2022-03-09T22:43:11.799Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2022-03-09T22:43:11.799Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-03-09T22:43:11.799Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2022-03-09T22:43:11.799Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-03-09T22:43:11.799Z] === RUN TestDockerSuite/TestAPINetworkFilter [2022-03-09T22:43:11.799Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-03-09T22:43:11.799Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2022-03-09T22:43:11.799Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-03-09T22:43:11.799Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2022-03-09T22:43:11.799Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-03-09T22:43:11.799Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2022-03-09T22:43:11.799Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-03-09T22:43:11.799Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2022-03-09T22:43:11.799Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-03-09T22:43:11.799Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2022-03-09T22:43:11.799Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2022-03-09T22:43:11.799Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-03-09T22:43:11.799Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2022-03-09T22:43:11.799Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2022-03-09T22:43:11.799Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-03-09T22:43:11.799Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2022-03-09T22:43:11.799Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-03-09T22:43:11.799Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2022-03-09T22:43:11.799Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2022-03-09T22:43:12.776Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2022-03-09T22:43:12.776Z] docker_cli_run_test.go:3149: unmatched requirement Apparmor [2022-03-09T22:43:13.254Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2022-03-09T22:43:13.254Z] docker_cli_run_test.go:3127: unmatched requirement Apparmor [2022-03-09T22:43:13.254Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2022-03-09T22:43:13.254Z] docker_cli_run_test.go:3139: unmatched requirement DaemonIsLinux [2022-03-09T22:43:13.254Z] === RUN TestDockerSuite/TestAttachDisconnect [2022-03-09T22:43:13.254Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-03-09T22:43:13.254Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2022-03-09T22:43:13.818Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2022-03-09T22:43:15.953Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2022-03-09T22:43:15.953Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2022-03-09T22:43:15.953Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2022-03-09T22:43:16.980Z] === RUN TestDockerSuite/TestAttachPausedContainer [2022-03-09T22:43:16.980Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-03-09T22:43:16.980Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2022-03-09T22:43:16.980Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-03-09T22:43:16.980Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2022-03-09T22:43:20.409Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2022-03-09T22:43:20.409Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-03-09T22:43:20.865Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2022-03-09T22:43:20.865Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-03-09T22:43:21.320Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2022-03-09T22:43:21.320Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-03-09T22:43:21.320Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2022-03-09T22:43:22.282Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2022-03-09T22:43:22.282Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-03-09T22:43:22.282Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2022-03-09T22:43:25.568Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2022-03-09T22:43:26.162Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2022-03-09T22:43:38.525Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2022-03-09T22:43:38.525Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-03-09T22:43:38.981Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2022-03-09T22:43:46.033Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2022-03-09T22:43:46.033Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-03-09T22:43:46.033Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2022-03-09T22:43:46.033Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-03-09T22:43:46.033Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2022-03-09T22:43:52.183Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2022-03-09T22:43:52.183Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2022-03-09T22:43:52.183Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-03-09T22:43:52.183Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2022-03-09T22:43:54.629Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2022-03-09T22:43:54.629Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-03-09T22:43:54.629Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2022-03-09T22:43:54.629Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2022-03-09T22:43:54.629Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-03-09T22:43:54.629Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2022-03-09T22:43:54.629Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-03-09T22:43:54.629Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2022-03-09T22:44:05.905Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId [2022-03-09T22:44:05.905Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAutoStart [2022-03-09T22:44:06.470Z] === RUN TestDockerSwarmSuite/TestSwarmContainerEndpointOptions [2022-03-09T22:44:13.028Z] === RUN TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork [2022-03-09T22:44:13.305Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2022-03-09T22:44:14.266Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2022-03-09T22:44:14.402Z] === RUN TestDockerSwarmSuite/TestSwarmIncompatibleDaemon [2022-03-09T22:44:15.230Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2022-03-09T22:44:18.597Z] === RUN TestDockerSwarmSuite/TestSwarmIngressNetwork [2022-03-09T22:44:19.897Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2022-03-09T22:44:23.631Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2022-03-09T22:44:25.170Z] === RUN TestDockerSwarmSuite/TestSwarmInit [2022-03-09T22:44:26.519Z] === RUN TestDockerSuite/TestBuildDockerignore [2022-03-09T22:44:28.452Z] === RUN TestDockerSwarmSuite/TestSwarmInitIPv6 [2022-03-09T22:44:28.452Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2022-03-09T22:44:28.452Z] === RUN TestDockerSwarmSuite/TestSwarmInitLocked [2022-03-09T22:44:30.345Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2022-03-09T22:44:31.307Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2022-03-09T22:44:31.307Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-03-09T22:44:32.270Z] === RUN TestDockerSuite/TestBuildCacheAdd [2022-03-09T22:44:32.270Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-03-09T22:44:32.726Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2022-03-09T22:44:33.716Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr [2022-03-09T22:44:33.973Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr [2022-03-09T22:44:34.538Z] === RUN TestDockerSwarmSuite/TestSwarmInitWithDrain [2022-03-09T22:44:34.891Z] === RUN TestDockerSuite/TestBuildCacheFrom [2022-03-09T22:44:34.891Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2022-03-09T22:44:34.891Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2022-03-09T22:44:37.067Z] === RUN TestDockerSwarmSuite/TestSwarmJoinLeave [2022-03-09T22:44:40.664Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2022-03-09T22:44:42.197Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2022-03-09T22:44:42.197Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-03-09T22:44:42.197Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2022-03-09T22:44:42.197Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-03-09T22:44:42.197Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2022-03-09T22:44:44.404Z] === RUN TestDockerSuite/TestBuildClearCmd [2022-03-09T22:44:45.364Z] === RUN TestDockerSuite/TestBuildCmd [2022-03-09T22:44:46.325Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2022-03-09T22:44:46.782Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2022-03-09T22:44:47.744Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2022-03-09T22:44:56.294Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2022-03-09T22:44:57.823Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2022-03-09T22:44:57.823Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-03-09T22:44:58.279Z] === RUN TestDockerSuite/TestBuildConditionalCache [2022-03-09T22:44:59.808Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2022-03-09T22:44:59.808Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-03-09T22:44:59.808Z] === RUN TestDockerSuite/TestBuildContextCleanup [2022-03-09T22:45:00.267Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2022-03-09T22:45:03.164Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2022-03-09T22:45:04.700Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2022-03-09T22:45:05.156Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2022-03-09T22:45:05.157Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-03-09T22:45:05.157Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2022-03-09T22:45:06.123Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2022-03-09T22:45:07.086Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2022-03-09T22:45:07.086Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-03-09T22:45:07.086Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2022-03-09T22:45:07.086Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-03-09T22:45:07.086Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2022-03-09T22:45:14.138Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2022-03-09T22:45:26.935Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2022-03-09T22:45:30.653Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2022-03-09T22:45:30.653Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2022-03-09T22:45:31.109Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2022-03-09T22:45:33.317Z] === RUN TestDockerSwarmSuite/TestSwarmJoinPromoteLocked [2022-03-09T22:45:33.317Z] docker_cli_swarm_test.go:1180: [dbe9d398b5a09] joining swarm manager [d9b247810bd6f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-09T22:45:38.580Z] docker_cli_swarm_test.go:1189: [dce2f99e3506b] joining swarm manager [d9b247810bd6f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-09T22:45:52.468Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2022-03-09T22:45:52.468Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-03-09T22:45:52.468Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2022-03-09T22:45:52.468Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2022-03-09T22:45:52.468Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2022-03-09T22:45:57.619Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2022-03-09T22:45:58.081Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2022-03-09T22:45:58.081Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-03-09T22:45:58.081Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2022-03-09T22:45:58.081Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-03-09T22:45:58.081Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2022-03-09T22:45:58.081Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-03-09T22:45:58.081Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2022-03-09T22:45:58.081Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2022-03-09T22:45:59.626Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2022-03-09T22:46:03.378Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2022-03-09T22:46:04.843Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2022-03-09T22:46:04.843Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2022-03-09T22:46:04.843Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2022-03-09T22:46:05.573Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2022-03-09T22:46:05.573Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-03-09T22:46:05.573Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2022-03-09T22:46:05.573Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-03-09T22:46:05.573Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2022-03-09T22:46:05.573Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2022-03-09T22:46:07.736Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2022-03-09T22:46:07.736Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-03-09T22:46:08.193Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2022-03-09T22:46:08.193Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-03-09T22:46:08.650Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2022-03-09T22:46:08.650Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-03-09T22:46:08.650Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2022-03-09T22:46:09.404Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2022-03-09T22:46:09.612Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2022-03-09T22:46:09.612Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-03-09T22:46:09.612Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2022-03-09T22:46:17.279Z] === RUN TestDockerSwarmSuite/TestSwarmJoinWithDrain [2022-03-09T22:46:24.278Z] === RUN TestDockerSuite/TestBuildAddNonTar [2022-03-09T22:46:30.088Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2022-03-09T22:46:30.557Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2022-03-09T22:46:30.557Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-03-09T22:46:30.557Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2022-03-09T22:46:31.485Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2022-03-09T22:46:32.152Z] === RUN TestDockerSwarmSuite/TestSwarmLeaveLocked [2022-03-09T22:46:33.013Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2022-03-09T22:46:33.973Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2022-03-09T22:46:34.057Z] === RUN TestDockerSwarmSuite/TestSwarmLockUnlockCluster [2022-03-09T22:46:34.349Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2022-03-09T22:46:35.971Z] docker_cli_swarm_test.go:1112: [d4e55ed2fad74] joining swarm manager [dcc4f9b34bb91]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-09T22:46:36.586Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2022-03-09T22:46:36.904Z] docker_cli_swarm_test.go:1113: [dddac520ac5ce] joining swarm manager [dcc4f9b34bb91]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-09T22:46:39.619Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2022-03-09T22:46:39.619Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2022-03-09T22:46:39.619Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-03-09T22:46:40.087Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2022-03-09T22:46:46.962Z] === RUN TestDockerSuite/TestBuildAddScript [2022-03-09T22:46:46.962Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-03-09T22:46:46.962Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2022-03-09T22:46:46.962Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-03-09T22:46:46.962Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2022-03-09T22:46:46.962Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-03-09T22:46:46.962Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2022-03-09T22:46:46.962Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-03-09T22:46:46.962Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2022-03-09T22:46:47.935Z] === RUN TestDockerSuite/TestBuildAddTar [2022-03-09T22:46:55.089Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2022-03-09T22:47:05.384Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2022-03-09T22:47:05.384Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2022-03-09T22:47:06.370Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2022-03-09T22:47:07.421Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2022-03-09T22:47:11.121Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2022-03-09T22:47:15.879Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2022-03-09T22:47:17.701Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2022-03-09T22:47:19.678Z] === RUN TestDockerSuite/TestBuildDockerignore [2022-03-09T22:47:48.561Z] === RUN TestDockerSuite/TestBuildAddTarXz [2022-03-09T22:47:48.561Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-03-09T22:47:48.561Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2022-03-09T22:47:48.561Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-03-09T22:47:48.561Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2022-03-09T22:47:53.396Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2022-03-09T22:48:00.497Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2022-03-09T22:48:12.875Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2022-03-09T22:48:13.322Z] docker_cli_swarm_test.go:1166: [d60fe9a858138] joining swarm manager [dcc4f9b34bb91]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2022-03-09T22:48:13.736Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2022-03-09T22:48:13.736Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-03-09T22:48:13.736Z] === RUN TestDockerSuite/TestBuildBlankName [2022-03-09T22:48:13.736Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2022-03-09T22:48:22.287Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2022-03-09T22:48:22.287Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-03-09T22:48:23.250Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2022-03-09T22:48:29.050Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2022-03-09T22:48:32.032Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2022-03-09T22:48:32.032Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2022-03-09T22:48:32.032Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2022-03-09T22:48:32.032Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2022-03-09T22:48:39.863Z] === RUN TestDockerSwarmSuite/TestSwarmManagerAddress [2022-03-09T22:48:40.799Z] docker_cli_swarm_test.go:1447: [d36c9e5483686] joining swarm manager [d991910196f7f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-09T22:48:41.363Z] docker_cli_swarm_test.go:1448: [d279001a14b46] joining swarm manager [d991910196f7f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-09T22:48:41.405Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2022-03-09T22:48:49.965Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2022-03-09T22:48:49.965Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-03-09T22:48:50.422Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2022-03-09T22:48:53.555Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup [2022-03-09T22:48:53.555Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge [2022-03-09T22:48:53.555Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay [2022-03-09T22:48:53.555Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge [2022-03-09T22:48:53.555Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay [2022-03-09T22:48:54.120Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 [2022-03-09T22:48:56.649Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions [2022-03-09T22:48:59.935Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPlugin [2022-03-09T22:49:01.834Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPluginV2 [2022-03-09T22:49:02.793Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2022-03-09T22:49:02.793Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-03-09T22:49:02.793Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2022-03-09T22:49:02.793Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-03-09T22:49:02.793Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2022-03-09T22:49:04.361Z] docker_cli_swarm_unix_test.go:63: [ddd2c3e5c80db] joining swarm manager [d2f5163f20a3a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-09T22:49:09.895Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2022-03-09T22:49:09.895Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-03-09T22:49:09.895Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2022-03-09T22:49:10.387Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2022-03-09T22:49:10.387Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-03-09T22:49:10.387Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2022-03-09T22:49:10.387Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-03-09T22:49:10.387Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2022-03-09T22:49:38.955Z] === RUN TestDockerSuite/TestBuildDotDotFile [2022-03-09T22:49:38.955Z] === RUN TestDockerSuite/TestBuildEOLInLine [2022-03-09T22:49:38.955Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-03-09T22:49:38.955Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2022-03-09T22:49:38.955Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-03-09T22:49:38.955Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2022-03-09T22:49:38.955Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2022-03-09T22:49:39.917Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2022-03-09T22:49:39.917Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-03-09T22:49:39.917Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2022-03-09T22:49:40.372Z] === RUN TestDockerSuite/TestBuildEntrypoint [2022-03-09T22:49:40.827Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2022-03-09T22:49:44.311Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2022-03-09T22:49:44.311Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2022-03-09T22:49:44.311Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2022-03-09T22:49:46.627Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2022-03-09T22:49:50.365Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2022-03-09T22:49:52.869Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2022-03-09T22:49:53.334Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2022-03-09T22:49:53.334Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-03-09T22:49:54.353Z] === RUN TestDockerSuite/TestBuildCacheAdd [2022-03-09T22:49:54.353Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-03-09T22:49:54.353Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2022-03-09T22:49:55.065Z] === RUN TestDockerSuite/TestBuildEnv [2022-03-09T22:49:55.065Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-03-09T22:49:55.065Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2022-03-09T22:49:55.065Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-03-09T22:49:55.533Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2022-03-09T22:49:55.533Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-03-09T22:49:55.533Z] === RUN TestDockerSuite/TestBuildEnvUsage [2022-03-09T22:49:55.533Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-03-09T22:49:55.533Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2022-03-09T22:49:55.533Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-03-09T22:49:55.533Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2022-03-09T22:49:56.571Z] === RUN TestDockerSuite/TestBuildCacheFrom [2022-03-09T22:49:56.571Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2022-03-09T22:49:56.571Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2022-03-09T22:49:59.372Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2022-03-09T22:49:59.372Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-03-09T22:49:59.839Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2022-03-09T22:49:59.839Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-03-09T22:49:59.839Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2022-03-09T22:49:59.839Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-03-09T22:49:59.839Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2022-03-09T22:50:00.573Z] === RUN TestDockerSwarmSuite/TestSwarmNodeListFilter [2022-03-09T22:50:00.573Z] === RUN TestDockerSwarmSuite/TestSwarmNodeTaskListFilter [2022-03-09T22:50:00.573Z] === RUN TestDockerSwarmSuite/TestSwarmPublishAdd [2022-03-09T22:50:00.827Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2022-03-09T22:50:01.945Z] === RUN TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts [2022-03-09T22:50:02.442Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2022-03-09T22:50:03.464Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2022-03-09T22:50:03.464Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-03-09T22:50:03.464Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2022-03-09T22:50:03.464Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-03-09T22:50:03.464Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2022-03-09T22:50:05.228Z] === RUN TestDockerSwarmSuite/TestSwarmReadonlyRootfs [2022-03-09T22:50:05.628Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2022-03-09T22:50:05.684Z] === RUN TestDockerSuite/TestBuildClearCmd [2022-03-09T22:50:06.678Z] === RUN TestDockerSuite/TestBuildCmd [2022-03-09T22:50:07.132Z] === RUN TestDockerSwarmSuite/TestSwarmRepeatedRootRotation [2022-03-09T22:50:07.666Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2022-03-09T22:50:08.135Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2022-03-09T22:50:09.034Z] docker_api_swarm_test.go:962: [d674ba3b0057c] joining swarm manager [d600d554944d8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-09T22:50:09.125Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2022-03-09T22:50:09.517Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2022-03-09T22:50:16.296Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2022-03-09T22:50:18.521Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2022-03-09T22:50:18.521Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-03-09T22:50:18.521Z] === RUN TestDockerSuite/TestBuildConditionalCache [2022-03-09T22:50:19.511Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2022-03-09T22:50:19.989Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-03-09T22:50:19.989Z] === RUN TestDockerSuite/TestBuildContextCleanup [2022-03-09T22:50:20.459Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2022-03-09T22:50:21.959Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2022-03-09T22:50:22.678Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2022-03-09T22:50:23.532Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2022-03-09T22:50:23.532Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2022-03-09T22:50:23.532Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-03-09T22:50:23.532Z] === RUN TestDockerSuite/TestBuildExpose [2022-03-09T22:50:23.532Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-03-09T22:50:23.532Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2022-03-09T22:50:23.532Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-03-09T22:50:23.532Z] === RUN TestDockerSuite/TestBuildExposeOrder [2022-03-09T22:50:23.532Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-03-09T22:50:23.532Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2022-03-09T22:50:23.532Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-03-09T22:50:23.532Z] === RUN TestDockerSuite/TestBuildFails [2022-03-09T22:50:24.247Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2022-03-09T22:50:24.716Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2022-03-09T22:50:24.716Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-03-09T22:50:24.716Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2022-03-09T22:50:25.103Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2022-03-09T22:50:25.104Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2022-03-09T22:50:25.706Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2022-03-09T22:50:26.696Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2022-03-09T22:50:26.696Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-03-09T22:50:26.696Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2022-03-09T22:50:26.696Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-03-09T22:50:26.696Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2022-03-09T22:50:30.948Z] === RUN TestDockerSwarmSuite/TestSwarmRotateUnlockKey [2022-03-09T22:50:32.327Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2022-03-09T22:50:36.834Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2022-03-09T22:50:39.054Z] === RUN TestDockerSwarmSuite/TestSwarmServiceEnvFile [2022-03-09T22:50:39.202Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2022-03-09T22:50:39.485Z] === RUN TestDockerSuite/TestBuildForceRm [2022-03-09T22:50:40.957Z] === RUN TestDockerSwarmSuite/TestSwarmServiceListFilter [2022-03-09T22:50:42.861Z] === RUN TestDockerSwarmSuite/TestSwarmServiceLsFilterMode [2022-03-09T22:50:46.142Z] === RUN TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate [2022-03-09T22:50:46.638Z] === RUN TestDockerSuite/TestBuildFromGit [2022-03-09T22:50:52.512Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2022-03-09T22:50:54.078Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2022-03-09T22:50:54.249Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTY [2022-03-09T22:50:58.432Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTYUpdate [2022-03-09T22:50:59.943Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2022-03-09T22:50:59.943Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-03-09T22:50:59.943Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2022-03-09T22:51:00.338Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname [2022-03-09T22:51:00.410Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2022-03-09T22:51:00.879Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2022-03-09T22:51:00.879Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-03-09T22:51:00.879Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2022-03-09T22:51:02.869Z] === RUN TestDockerSwarmSuite/TestSwarmServiceWithGroup [2022-03-09T22:51:05.403Z] === RUN TestDockerSwarmSuite/TestSwarmStopSignal [2022-03-09T22:51:07.932Z] === RUN TestDockerSwarmSuite/TestSwarmTaskListFilter [2022-03-09T22:51:10.461Z] === RUN TestDockerSwarmSuite/TestSwarmUpdate [2022-03-09T22:51:12.705Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2022-03-09T22:51:12.987Z] === RUN TestDockerSwarmSuite/TestSwarmVolumePlugin [2022-03-09T22:51:15.925Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2022-03-09T22:51:15.925Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-03-09T22:51:15.925Z] === RUN TestDockerSuite/TestBuildHistory [2022-03-09T22:51:21.971Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2022-03-09T22:51:21.971Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2022-03-09T22:51:21.971Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2022-03-09T22:51:24.929Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2022-03-09T22:51:24.929Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-03-09T22:51:25.232Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2022-03-09T22:51:25.410Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2022-03-09T22:51:25.410Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-03-09T22:51:25.880Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2022-03-09T22:51:25.880Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-03-09T22:51:25.880Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2022-03-09T22:51:26.870Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2022-03-09T22:51:26.870Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-03-09T22:51:26.870Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2022-03-09T22:51:28.416Z] === RUN TestDockerSuite/TestBuildIidFile [2022-03-09T22:51:28.884Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2022-03-09T22:51:31.114Z] === RUN TestDockerSuite/TestBuildInheritance [2022-03-09T22:51:31.115Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-03-09T22:51:31.115Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2022-03-09T22:51:32.101Z] === RUN TestDockerSuite/TestBuildInvalidTag [2022-03-09T22:51:32.101Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2022-03-09T22:51:37.724Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2022-03-09T22:51:37.903Z] === RUN TestDockerSuite/TestBuildLabel [2022-03-09T22:51:38.359Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2022-03-09T22:51:38.817Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2022-03-09T22:51:40.388Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2022-03-09T22:51:40.844Z] === RUN TestDockerSuite/TestBuildLabels [2022-03-09T22:51:42.372Z] === RUN TestDockerSuite/TestBuildLabelsCache [2022-03-09T22:51:43.900Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2022-03-09T22:51:51.037Z] === RUN TestDockerSuite/TestBuildLastModified [2022-03-09T22:51:51.037Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-03-09T22:51:51.037Z] === RUN TestDockerSuite/TestBuildLineBreak [2022-03-09T22:51:51.037Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-03-09T22:51:51.037Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2022-03-09T22:51:51.493Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2022-03-09T22:51:51.493Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2022-03-09T22:51:51.493Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2022-03-09T22:51:51.493Z] === RUN TestDockerSuite/TestBuildMaintainer [2022-03-09T22:51:52.455Z] === RUN TestDockerSuite/TestBuildMissingArgs [2022-03-09T22:51:52.910Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2022-03-09T22:51:59.986Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2022-03-09T22:52:02.936Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2022-03-09T22:52:03.966Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2022-03-09T22:52:03.966Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-03-09T22:52:04.455Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2022-03-09T22:52:09.195Z] === RUN TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm [2022-03-09T22:52:17.658Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2022-03-09T22:52:17.658Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2022-03-09T22:52:17.658Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2022-03-09T22:52:19.183Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2022-03-09T22:52:24.066Z] === RUN TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA [2022-03-09T22:52:35.042Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2022-03-09T22:52:36.669Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2022-03-09T22:52:37.702Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2022-03-09T22:52:38.931Z] --- PASS: TestDockerSwarmSuite (1632.33s) [2022-03-09T22:52:38.931Z] --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (2.98s) [2022-03-09T22:52:38.931Z] --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (2.99s) [2022-03-09T22:52:38.931Z] --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (4.33s) [2022-03-09T22:52:38.931Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (13.13s) [2022-03-09T22:52:38.931Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (0.94s) [2022-03-09T22:52:38.931Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (28.20s) [2022-03-09T22:52:38.931Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2022-03-09T22:52:38.931Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (21.00s) [2022-03-09T22:52:38.931Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (0.81s) [2022-03-09T22:52:38.931Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (48.28s) [2022-03-09T22:52:38.931Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (38.40s) [2022-03-09T22:52:38.931Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (25.42s) [2022-03-09T22:52:38.931Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (24.14s) [2022-03-09T22:52:38.931Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (3.85s) [2022-03-09T22:52:38.931Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (13.71s) [2022-03-09T22:52:38.931Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (44.59s) [2022-03-09T22:52:38.931Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (15.78s) [2022-03-09T22:52:38.931Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (35.28s) [2022-03-09T22:52:38.931Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.43s) [2022-03-09T22:52:38.931Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (22.46s) [2022-03-09T22:52:38.931Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (61.09s) [2022-03-09T22:52:38.931Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (58.93s) [2022-03-09T22:52:38.931Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.34s) [2022-03-09T22:52:38.931Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (4.18s) [2022-03-09T22:52:38.931Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (17.32s) [2022-03-09T22:52:38.931Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (16.19s) [2022-03-09T22:52:38.931Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (15.23s) [2022-03-09T22:52:38.931Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (6.01s) [2022-03-09T22:52:38.931Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (27.51s) [2022-03-09T22:52:38.931Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (2.19s) [2022-03-09T22:52:38.931Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (22.63s) [2022-03-09T22:52:38.931Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (26.93s) [2022-03-09T22:52:38.932Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (25.94s) [2022-03-09T22:52:38.932Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (38.05s) [2022-03-09T22:52:38.932Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (24.92s) [2022-03-09T22:52:38.932Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (4.78s) [2022-03-09T22:52:38.932Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (2.71s) [2022-03-09T22:52:38.932Z] --- PASS: TestDockerSwarmSuite/TestDNSConfig (3.10s) [2022-03-09T22:52:38.932Z] --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (2.95s) [2022-03-09T22:52:38.932Z] --- PASS: TestDockerSwarmSuite/TestExtraHosts (3.00s) [2022-03-09T22:52:38.932Z] --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (2.58s) [2022-03-09T22:52:38.932Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (3.40s) [2022-03-09T22:52:38.932Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (3.52s) [2022-03-09T22:52:38.932Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (24.29s) [2022-03-09T22:52:38.932Z] --- PASS: TestDockerSwarmSuite/TestPruneNetwork (7.98s) [2022-03-09T22:52:38.932Z] --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (3.51s) [2022-03-09T22:52:38.932Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (12.99s) [2022-03-09T22:52:38.932Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (2.69s) [2022-03-09T22:52:38.932Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (2.98s) [2022-03-09T22:52:38.932Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (2.52s) [2022-03-09T22:52:38.932Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (2.89s) [2022-03-09T22:52:38.932Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (2.84s) [2022-03-09T22:52:38.932Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (2.92s) [2022-03-09T22:52:38.932Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (2.46s) [2022-03-09T22:52:38.932Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (3.10s) [2022-03-09T22:52:38.932Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (5.82s) [2022-03-09T22:52:38.932Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (5.35s) [2022-03-09T22:52:38.932Z] --- PASS: TestDockerSwarmSuite/TestServiceLogs (13.16s) [2022-03-09T22:52:38.932Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (2.81s) [2022-03-09T22:52:38.932Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (3.98s) [2022-03-09T22:52:38.932Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (2.73s) [2022-03-09T22:52:38.932Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (4.74s) [2022-03-09T22:52:38.932Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (2.61s) [2022-03-09T22:52:38.932Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (12.66s) [2022-03-09T22:52:38.932Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (12.66s) [2022-03-09T22:52:38.932Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (13.44s) [2022-03-09T22:52:38.932Z] --- PASS: TestDockerSwarmSuite/TestServiceScale (2.54s) [2022-03-09T22:52:38.932Z] --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (17.65s) [2022-03-09T22:52:38.932Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (2.16s) [2022-03-09T22:52:38.932Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (2.29s) [2022-03-09T22:52:38.932Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (19.41s) [2022-03-09T22:52:38.932Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (7.81s) [2022-03-09T22:52:38.932Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (2.54s) [2022-03-09T22:52:38.932Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (15.63s) [2022-03-09T22:52:38.932Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (19.12s) [2022-03-09T22:52:38.932Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (7.80s) [2022-03-09T22:52:38.932Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (115.41s) [2022-03-09T22:52:38.932Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (3.38s) [2022-03-09T22:52:38.932Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (5.66s) [2022-03-09T22:52:38.932Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (5.64s) [2022-03-09T22:52:38.932Z] --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (2.16s) [2022-03-09T22:52:38.932Z] --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (3.78s) [2022-03-09T22:52:38.932Z] --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (6.86s) [2022-03-09T22:52:38.932Z] --- PASS: TestDockerSwarmSuite/TestSwarmInit (3.59s) [2022-03-09T22:52:38.932Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2022-03-09T22:52:38.932Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (4.85s) [2022-03-09T22:52:38.932Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.70s) [2022-03-09T22:52:38.932Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.71s) [2022-03-09T22:52:38.932Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (2.18s) [2022-03-09T22:52:38.932Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (53.46s) [2022-03-09T22:52:38.932Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (46.53s) [2022-03-09T22:52:38.932Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (12.90s) [2022-03-09T22:52:38.932Z] --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (4.11s) [2022-03-09T22:52:38.932Z] --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (124.96s) [2022-03-09T22:52:38.932Z] --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (13.25s) [2022-03-09T22:52:38.932Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (2.19s) [2022-03-09T22:52:38.932Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge (0.15s) [2022-03-09T22:52:38.932Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay (0.12s) [2022-03-09T22:52:38.932Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge (0.04s) [2022-03-09T22:52:38.932Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay (0.05s) [2022-03-09T22:52:38.932Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (2.16s) [2022-03-09T22:52:38.932Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (3.35s) [2022-03-09T22:52:38.932Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (2.12s) [2022-03-09T22:52:38.932Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (52.39s) [2022-03-09T22:52:38.932Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (2.19s) [2022-03-09T22:52:38.932Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (3.05s) [2022-03-09T22:52:38.932Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (2.18s) [2022-03-09T22:52:38.932Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (3.10s) [2022-03-09T22:52:38.932Z] --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (2.43s) [2022-03-09T22:52:38.932Z] --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (20.11s) [2022-03-09T22:52:38.932Z] --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (11.20s) [2022-03-09T22:52:38.932Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (2.12s) [2022-03-09T22:52:38.932Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (2.16s) [2022-03-09T22:52:38.932Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (2.77s) [2022-03-09T22:52:38.932Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (8.05s) [2022-03-09T22:52:38.932Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (4.36s) [2022-03-09T22:52:38.932Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (2.38s) [2022-03-09T22:52:38.932Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (2.52s) [2022-03-09T22:52:38.932Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (2.42s) [2022-03-09T22:52:38.932Z] --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (2.46s) [2022-03-09T22:52:38.932Z] --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (2.83s) [2022-03-09T22:52:38.932Z] --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (2.16s) [2022-03-09T22:52:38.932Z] --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (51.90s) [2022-03-09T22:52:38.932Z] --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (17.18s) [2022-03-09T22:52:38.932Z] --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (17.12s) [2022-03-09T22:52:38.932Z] === RUN TestDockerExternalVolumeSuite [2022-03-09T22:52:38.932Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume [2022-03-09T22:52:39.190Z] docker_cli_external_volume_driver_test.go:52: [def37c8880053] daemon is not started [2022-03-09T22:52:41.621Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2022-03-09T22:52:45.547Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2022-03-09T22:52:48.602Z] === RUN TestDockerSuite/TestBuildDockerignore [2022-03-09T22:52:54.852Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2022-03-09T22:52:57.266Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities [2022-03-09T22:53:12.514Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2022-03-09T22:53:18.378Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2022-03-09T22:53:19.179Z] === RUN TestDockerSuite/TestBuildDotDotFile [2022-03-09T22:53:19.179Z] === RUN TestDockerSuite/TestBuildEOLInLine [2022-03-09T22:53:19.179Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-03-09T22:53:19.179Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2022-03-09T22:53:19.179Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-03-09T22:53:19.179Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2022-03-09T22:53:19.179Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2022-03-09T22:53:19.179Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2022-03-09T22:53:19.179Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-03-09T22:53:19.179Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2022-03-09T22:53:19.179Z] === RUN TestDockerSuite/TestBuildEntrypoint [2022-03-09T22:53:19.179Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2022-03-09T22:53:25.538Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2022-03-09T22:53:26.368Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2022-03-09T22:53:30.158Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2022-03-09T22:53:31.406Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2022-03-09T22:53:37.333Z] === RUN TestDockerSuite/TestBuildEnv [2022-03-09T22:53:37.333Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-03-09T22:53:37.333Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2022-03-09T22:53:37.333Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-03-09T22:53:37.333Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2022-03-09T22:53:37.333Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-03-09T22:53:37.333Z] === RUN TestDockerSuite/TestBuildEnvUsage [2022-03-09T22:53:37.333Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-03-09T22:53:37.333Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2022-03-09T22:53:37.333Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-03-09T22:53:37.333Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2022-03-09T22:53:42.093Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2022-03-09T22:53:42.093Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-03-09T22:53:42.093Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2022-03-09T22:53:42.093Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-03-09T22:53:42.093Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2022-03-09T22:53:42.093Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-03-09T22:53:42.093Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2022-03-09T22:53:43.081Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2022-03-09T22:53:50.318Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2022-03-09T22:53:52.637Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2022-03-09T22:53:52.637Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2022-03-09T22:53:52.637Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2022-03-09T22:53:59.842Z] === RUN TestDockerSuite/TestBuildMultipleTags [2022-03-09T22:54:00.827Z] === RUN TestDockerSuite/TestBuildNetContainer [2022-03-09T22:54:00.827Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2022-03-09T22:54:00.827Z] === RUN TestDockerSuite/TestBuildNetNone [2022-03-09T22:54:00.827Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2022-03-09T22:54:00.827Z] === RUN TestDockerSuite/TestBuildNoContext [2022-03-09T22:54:04.643Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2022-03-09T22:54:04.926Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer [2022-03-09T22:54:08.139Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2022-03-09T22:54:08.139Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2022-03-09T22:54:08.139Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-03-09T22:54:08.139Z] === RUN TestDockerSuite/TestBuildExpose [2022-03-09T22:54:08.139Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-03-09T22:54:08.139Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2022-03-09T22:54:08.139Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-03-09T22:54:08.139Z] === RUN TestDockerSuite/TestBuildExposeOrder [2022-03-09T22:54:08.139Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-03-09T22:54:08.139Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2022-03-09T22:54:08.139Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-03-09T22:54:08.139Z] === RUN TestDockerSuite/TestBuildFails [2022-03-09T22:54:09.397Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2022-03-09T22:54:11.493Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet [2022-03-09T22:54:11.933Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2022-03-09T22:54:11.933Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2022-03-09T22:54:12.348Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2022-03-09T22:54:12.348Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2022-03-09T22:54:12.348Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2022-03-09T22:54:15.300Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2022-03-09T22:54:16.872Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2022-03-09T22:54:18.437Z] === RUN TestDockerSuite/TestBuildOnBuild [2022-03-09T22:54:20.596Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2022-03-09T22:54:26.360Z] docker_cli_external_volume_driver_test.go:52: [daa1d035d25da] daemon is not started [2022-03-09T22:54:27.753Z] === RUN TestDockerSuite/TestBuildForceRm [2022-03-09T22:54:28.866Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2022-03-09T22:54:30.433Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2022-03-09T22:54:30.768Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2022-03-09T22:54:30.768Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2022-03-09T22:54:30.768Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2022-03-09T22:54:30.768Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2022-03-09T22:54:38.181Z] === RUN TestDockerSuite/TestBuildFromGit [2022-03-09T22:54:40.857Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2022-03-09T22:54:41.225Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse [2022-03-09T22:54:44.678Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2022-03-09T22:54:45.387Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2022-03-09T22:54:46.373Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2022-03-09T22:54:55.031Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2022-03-09T22:54:55.031Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-03-09T22:54:55.031Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2022-03-09T22:54:55.031Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2022-03-09T22:54:55.096Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2022-03-09T22:54:55.488Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2022-03-09T22:54:55.488Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-03-09T22:54:55.488Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2022-03-09T22:54:59.305Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverList [2022-03-09T22:55:00.962Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2022-03-09T22:55:05.739Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2022-03-09T22:55:06.726Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2022-03-09T22:55:06.726Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2022-03-09T22:55:06.726Z] === RUN TestDockerSuite/TestBuildPATH [2022-03-09T22:55:06.726Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-03-09T22:55:06.726Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2022-03-09T22:55:07.887Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2022-03-09T22:55:07.887Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-03-09T22:55:07.887Z] === RUN TestDockerSuite/TestBuildHistory [2022-03-09T22:55:08.942Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2022-03-09T22:55:08.942Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-03-09T22:55:08.942Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2022-03-09T22:55:14.171Z] docker_cli_external_volume_driver_test.go:52: [dc930e4b42107] daemon is not started [2022-03-09T22:55:22.661Z] === RUN TestDockerSuite/TestBuildIidFile [2022-03-09T22:55:22.661Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2022-03-09T22:55:25.552Z] === RUN TestDockerSuite/TestBuildInheritance [2022-03-09T22:55:25.552Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-03-09T22:55:25.552Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2022-03-09T22:55:26.009Z] === RUN TestDockerSuite/TestBuildInvalidTag [2022-03-09T22:55:26.465Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2022-03-09T22:55:29.031Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked [2022-03-09T22:55:29.031Z] docker_cli_external_volume_driver_test.go:52: [d0d36549f9c0d] daemon is not started [2022-03-09T22:55:32.235Z] === RUN TestDockerSuite/TestBuildLabel [2022-03-09T22:55:33.198Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2022-03-09T22:55:34.189Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2022-03-09T22:55:35.159Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2022-03-09T22:55:36.125Z] === RUN TestDockerSuite/TestBuildLabels [2022-03-09T22:55:37.092Z] === RUN TestDockerSuite/TestBuildLabelsCache [2022-03-09T22:55:39.311Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2022-03-09T22:55:43.906Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID [2022-03-09T22:55:46.416Z] === RUN TestDockerSuite/TestBuildLastModified [2022-03-09T22:55:46.416Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-03-09T22:55:46.416Z] === RUN TestDockerSuite/TestBuildLineBreak [2022-03-09T22:55:46.416Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-03-09T22:55:46.416Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2022-03-09T22:55:46.416Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2022-03-09T22:55:46.416Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2022-03-09T22:55:46.416Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2022-03-09T22:55:46.872Z] === RUN TestDockerSuite/TestBuildMaintainer [2022-03-09T22:55:47.330Z] === RUN TestDockerSuite/TestBuildMissingArgs [2022-03-09T22:55:48.291Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2022-03-09T22:55:55.398Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2022-03-09T22:55:59.869Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2022-03-09T22:56:12.987Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2022-03-09T22:56:12.987Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2022-03-09T22:56:13.458Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2022-03-09T22:56:15.963Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed [2022-03-09T22:56:16.503Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2022-03-09T22:56:16.503Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2022-03-09T22:56:16.503Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2022-03-09T22:56:17.681Z] === RUN TestDockerSuite/TestBuildRm [2022-03-09T22:56:18.681Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2022-03-09T22:56:30.171Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2022-03-09T22:56:30.836Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete [2022-03-09T22:56:32.409Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2022-03-09T22:56:32.409Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-03-09T22:56:32.877Z] === RUN TestDockerSuite/TestBuildScratchCopy [2022-03-09T22:56:32.877Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-03-09T22:56:33.345Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2022-03-09T22:56:34.908Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2022-03-09T22:56:38.699Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2022-03-09T22:56:43.496Z] === RUN TestDockerSuite/TestBuildShellInherited [2022-03-09T22:56:43.590Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2022-03-09T22:56:45.696Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls [2022-03-09T22:56:48.273Z] === RUN TestDockerSuite/TestBuildShellMultiple [2022-03-09T22:56:58.532Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2022-03-09T22:57:01.191Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2022-03-09T22:57:06.093Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2022-03-09T22:57:06.613Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2022-03-09T22:57:07.081Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2022-03-09T22:57:16.367Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2022-03-09T22:57:17.521Z] === RUN TestDockerSuite/TestBuildSpaces [2022-03-09T22:57:17.521Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2022-03-09T22:57:22.238Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2022-03-09T22:57:22.275Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2022-03-09T22:57:22.276Z] === RUN TestDockerSuite/TestBuildStderr [2022-03-09T22:57:27.047Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2022-03-09T22:57:28.008Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2022-03-09T22:57:32.354Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists [2022-03-09T22:57:36.613Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2022-03-09T22:57:45.152Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2022-03-09T22:57:50.420Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp [2022-03-09T22:57:52.470Z] === RUN TestDockerSuite/TestBuildStopSignal [2022-03-09T22:57:52.470Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-03-09T22:57:52.470Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2022-03-09T22:57:56.258Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2022-03-09T22:57:57.823Z] === RUN TestDockerSuite/TestBuildTagEvent [2022-03-09T22:57:59.119Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2022-03-09T22:58:03.684Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2022-03-09T22:58:09.625Z] === RUN TestDockerSuite/TestBuildUser [2022-03-09T22:58:09.625Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-03-09T22:58:09.625Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2022-03-09T22:58:09.625Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-03-09T22:58:09.625Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2022-03-09T22:58:09.625Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-03-09T22:58:09.625Z] === RUN TestDockerSuite/TestBuildVerboseOut [2022-03-09T22:58:10.274Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2022-03-09T22:58:10.274Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2022-03-09T22:58:10.274Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2022-03-09T22:58:11.619Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2022-03-09T22:58:14.387Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2022-03-09T22:58:14.388Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2022-03-09T22:58:17.325Z] === RUN TestDockerSuite/TestBuildMultipleTags [2022-03-09T22:58:17.336Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2022-03-09T22:58:17.336Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-03-09T22:58:17.336Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2022-03-09T22:58:17.336Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-03-09T22:58:17.793Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2022-03-09T22:58:18.287Z] === RUN TestDockerSuite/TestBuildNetContainer [2022-03-09T22:58:18.287Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2022-03-09T22:58:18.287Z] === RUN TestDockerSuite/TestBuildNetNone [2022-03-09T22:58:18.287Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2022-03-09T22:58:18.287Z] === RUN TestDockerSuite/TestBuildNoContext [2022-03-09T22:58:22.473Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail [2022-03-09T22:58:22.982Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2022-03-09T22:58:24.131Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2022-03-09T22:58:28.752Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2022-03-09T22:58:31.647Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2022-03-09T22:58:31.647Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2022-03-09T22:58:32.104Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2022-03-09T22:58:35.038Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2022-03-09T22:58:36.000Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2022-03-09T22:58:37.622Z] === RUN TestDockerSuite/TestBuildOnBuild [2022-03-09T22:58:42.962Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2022-03-09T22:58:42.962Z] === RUN TestDockerSuite/TestBuildWindowsUser [2022-03-09T22:58:49.970Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2022-03-09T22:58:51.497Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2022-03-09T22:58:53.303Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2022-03-09T22:58:54.540Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed [2022-03-09T22:58:59.068Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2022-03-09T22:58:59.068Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2022-03-09T22:58:59.524Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2022-03-09T22:58:59.524Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2022-03-09T22:58:59.979Z] === RUN TestDockerSuite/TestBuildWithFailure [2022-03-09T22:59:02.866Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2022-03-09T22:59:02.866Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-09T22:59:02.866Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2022-03-09T22:59:03.839Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2022-03-09T22:59:08.559Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2022-03-09T22:59:09.400Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom [2022-03-09T22:59:15.238Z] === RUN TestDockerSuite/TestBuildWithTabs [2022-03-09T22:59:18.951Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2022-03-09T22:59:18.951Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2022-03-09T22:59:21.069Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2022-03-09T22:59:26.836Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2022-03-09T22:59:27.471Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart [2022-03-09T22:59:27.471Z] docker_cli_external_volume_driver_test.go:484: [de9d1652f141b] daemon is not started [2022-03-09T22:59:33.717Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2022-03-09T22:59:33.717Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-03-09T22:59:33.717Z] === RUN TestDockerSuite/TestBuildWithVolumes [2022-03-09T22:59:33.717Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-03-09T22:59:33.883Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2022-03-09T22:59:34.217Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2022-03-09T22:59:34.217Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2022-03-09T22:59:34.217Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2022-03-09T22:59:34.844Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2022-03-09T22:59:34.844Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2022-03-09T22:59:34.844Z] === RUN TestDockerSuite/TestBuildPATH [2022-03-09T22:59:34.844Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-03-09T22:59:34.844Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2022-03-09T22:59:35.754Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2022-03-09T22:59:38.561Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2022-03-09T22:59:38.561Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-03-09T22:59:38.561Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2022-03-09T22:59:42.330Z] === RUN TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict [2022-03-09T22:59:42.330Z] docker_cli_external_volume_driver_test.go:52: [db00aaf807f41] daemon is not started [2022-03-09T22:59:44.287Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2022-03-09T22:59:46.456Z] === RUN TestDockerSuite/TestBuildXZHost [2022-03-09T22:59:46.456Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-03-09T22:59:46.456Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2022-03-09T22:59:46.456Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-03-09T22:59:46.456Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2022-03-09T22:59:46.456Z] docker_cli_sni_test.go:18: Flakey test [2022-03-09T22:59:46.456Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2022-03-09T22:59:48.629Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2022-03-09T22:59:54.396Z] === RUN TestDockerSuite/TestCommitChange [2022-03-09T22:59:57.192Z] --- PASS: TestDockerExternalVolumeSuite (436.76s) [2022-03-09T22:59:57.192Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.52s) [2022-03-09T22:59:57.192Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.61s) [2022-03-09T22:59:57.192Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.15s) [2022-03-09T22:59:57.192Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.05s) [2022-03-09T22:59:57.192Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.55s) [2022-03-09T22:59:57.192Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.05s) [2022-03-09T22:59:57.192Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s) [2022-03-09T22:59:57.192Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.16s) [2022-03-09T22:59:57.192Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.17s) [2022-03-09T22:59:57.192Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.75s) [2022-03-09T22:59:57.192Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.57s) [2022-03-09T22:59:57.192Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.15s) [2022-03-09T22:59:57.192Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.22s) [2022-03-09T22:59:57.192Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (30.84s) [2022-03-09T22:59:57.192Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.20s) [2022-03-09T22:59:57.192Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (16.60s) [2022-03-09T22:59:57.192Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (15.98s) [2022-03-09T22:59:57.192Z] --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.05s) [2022-03-09T22:59:57.192Z] PASS [2022-03-09T22:59:57.192Z] [2022-03-09T22:59:57.192Z] === Skipped [2022-03-09T22:59:57.192Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2022-03-09T22:59:57.192Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2022-03-09T22:59:57.192Z] check_test.go:308: [d28bbfe297197] daemon is not started [2022-03-09T22:59:57.192Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2022-03-09T22:59:57.192Z] [2022-03-09T22:59:57.192Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2022-03-09T22:59:57.192Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2022-03-09T22:59:57.192Z] check_test.go:308: [de768055f7c90] daemon is not started [2022-03-09T22:59:57.192Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2022-03-09T22:59:57.192Z] [2022-03-09T22:59:57.192Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2022-03-09T22:59:57.192Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2022-03-09T22:59:57.192Z] check_test.go:308: [d36f3060394c5] daemon is not started [2022-03-09T22:59:57.192Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2022-03-09T22:59:57.192Z] [2022-03-09T22:59:57.192Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2022-03-09T22:59:57.192Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2022-03-09T22:59:57.192Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2022-03-09T22:59:57.192Z] [2022-03-09T22:59:57.192Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2022-03-09T22:59:57.192Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2022-03-09T22:59:57.192Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2022-03-09T22:59:57.192Z] [2022-03-09T22:59:57.192Z] DONE 271 tests, 5 skipped in 2405.259s [2022-03-09T22:59:57.192Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-03-09T22:59:57.192Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/dbaccb4adfaf7/docker.pid [2022-03-09T22:59:57.192Z] +++ kill 6337 [2022-03-09T22:59:57.192Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 6337 is not a child of this shell [2022-03-09T22:59:57.192Z] warning: PID 6337 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/dbaccb4adfaf7/docker.pid had a nonzero exit code [2022-03-09T22:59:57.192Z] ++++ cat bundles/test-integration/docker.pid [2022-03-09T22:59:57.192Z] +++ kill 8361 [2022-03-09T22:59:57.192Z] +++ /etc/init.d/apparmor stop [2022-03-09T22:59:57.192Z] Leaving: AppArmorNo profiles have been unloaded. [2022-03-09T22:59:57.192Z] [2022-03-09T22:59:57.192Z] Unloading profiles will leave already running processes permanently [2022-03-09T22:59:57.192Z] unconfined, which can lead to unexpected situations. [2022-03-09T22:59:57.192Z] [2022-03-09T22:59:57.192Z] To set a process to complain mode, use the command line tool [2022-03-09T22:59:57.192Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-03-09T22:59:57.192Z] +++ true [2022-03-09T22:59:57.192Z] exiting test-integration [2022-03-09T22:59:57.192Z] ++ exit 0 [2022-03-09T22:59:57.192Z] [2022-03-09T22:59:57.192Z] + exit 0 [2022-03-09T22:59:57.192Z] ++ jobs -p [2022-03-09T22:59:57.192Z] + pids= [2022-03-09T22:59:57.192Z] + echo 'Remaining pids to kill: []' [2022-03-09T22:59:57.192Z] Remaining pids to kill: [] [2022-03-09T22:59:57.192Z] + '[' -z '' ']' Post stage [Pipeline] junit [2022-03-09T22:59:57.204Z] Recording test results [2022-03-09T22:59:58.968Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-03-09T22:59:59.297Z] + echo Ensuring container killed. [2022-03-09T22:59:59.297Z] Ensuring container killed. [2022-03-09T22:59:59.297Z] + docker ps -aq -f name=docker-pr2-* [2022-03-09T22:59:59.297Z] + cids=30c9730d5601 [2022-03-09T22:59:59.297Z] f222e9f50db6 [2022-03-09T22:59:59.297Z] 1a4da0b7b6b6 [2022-03-09T22:59:59.297Z] + [ -n 30c9730d5601 [2022-03-09T22:59:59.297Z] f222e9f50db6 [2022-03-09T22:59:59.297Z] 1a4da0b7b6b6 ] [2022-03-09T22:59:59.297Z] + docker rm -vf 30c9730d5601 f222e9f50db6 1a4da0b7b6b6 [2022-03-09T23:00:00.212Z] === RUN TestDockerSuite/TestCommitChangeLabels [2022-03-09T23:00:00.234Z] 30c9730d5601 [2022-03-09T23:00:00.234Z] f222e9f50db6 [2022-03-09T23:00:00.234Z] 1a4da0b7b6b6 [Pipeline] sh [2022-03-09T23:00:00.518Z] + echo Chowning /workspace to jenkins user [2022-03-09T23:00:00.518Z] Chowning /workspace to jenkins user [2022-03-09T23:00:00.518Z] + id -u [2022-03-09T23:00:00.518Z] + id -g [2022-03-09T23:00:00.518Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43352:/workspace busybox chown -R 1000:1000 /workspace [2022-03-09T23:00:00.518Z] Unable to find image 'busybox:latest' locally [2022-03-09T23:00:00.776Z] latest: Pulling from library/busybox [2022-03-09T23:00:00.776Z] 7e5209d2300f: Pulling fs layer [2022-03-09T23:00:00.776Z] 7e5209d2300f: Download complete [2022-03-09T23:00:01.035Z] 7e5209d2300f: Pull complete [2022-03-09T23:00:01.035Z] Digest: sha256:34c3559bbdedefd67195e766e38cfbb0fcabff4241dbee3f390fd6e3310f5ebc [2022-03-09T23:00:01.035Z] Status: Downloaded newer image for busybox:latest [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-03-09T23:00:03.865Z] + bundleName=amd64 [2022-03-09T23:00:03.865Z] + echo Creating amd64-bundles.tar.gz [2022-03-09T23:00:03.865Z] Creating amd64-bundles.tar.gz [2022-03-09T23:00:03.865Z] + xargs tar -czf amd64-bundles.tar.gz [2022-03-09T23:00:03.865Z] + 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-09T23:00:04.810Z] Archiving artifacts [2022-03-09T23:00:06.151Z] === RUN TestDockerSuite/TestCommitHardlink [2022-03-09T23:00:06.151Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-03-09T23:00:06.151Z] === RUN TestDockerSuite/TestCommitNewFile [2022-03-09T23:00:06.664Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43352/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-03-09T23:00:06.977Z] + make clean [2022-03-09T23:00:07.234Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-03-09T23:00:07.234Z] docker-dev-cache [2022-03-09T23:00:07.234Z] docker-mod-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-03-09T23:00:13.353Z] === RUN TestDockerSuite/TestCommitPausedContainer [2022-03-09T23:00:13.354Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-03-09T23:00:13.354Z] === RUN TestDockerSuite/TestCommitTTY [2022-03-09T23:00:22.080Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2022-03-09T23:00:26.833Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2022-03-09T23:00:26.833Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-03-09T23:00:26.833Z] === RUN TestDockerSuite/TestCommitWithoutPause [2022-03-09T23:00:26.833Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-03-09T23:00:26.833Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2022-03-09T23:00:26.833Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-03-09T23:00:26.833Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2022-03-09T23:00:26.833Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-03-09T23:00:26.833Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2022-03-09T23:00:26.833Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-03-09T23:00:26.833Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2022-03-09T23:00:26.833Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-03-09T23:00:26.833Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2022-03-09T23:00:26.833Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2022-03-09T23:00:26.833Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2022-03-09T23:00:26.833Z] === RUN TestDockerSuite/TestContainerAPICommit [2022-03-09T23:00:35.510Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2022-03-09T23:00:36.017Z] === RUN TestDockerSuite/TestBuildDotDotFile [2022-03-09T23:00:36.017Z] === RUN TestDockerSuite/TestBuildEOLInLine [2022-03-09T23:00:36.017Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-03-09T23:00:36.017Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2022-03-09T23:00:36.017Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-03-09T23:00:36.017Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2022-03-09T23:00:36.521Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2022-03-09T23:00:38.192Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2022-03-09T23:00:38.192Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-03-09T23:00:38.192Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2022-03-09T23:00:38.696Z] === RUN TestDockerSuite/TestBuildEntrypoint [2022-03-09T23:00:38.936Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2022-03-09T23:00:39.754Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2022-03-09T23:00:44.214Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2022-03-09T23:00:44.214Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-09T23:00:44.214Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2022-03-09T23:00:46.428Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2022-03-09T23:00:46.428Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2022-03-09T23:00:46.428Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2022-03-09T23:00:46.428Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-09T23:00:46.428Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2022-03-09T23:00:46.428Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2022-03-09T23:00:46.428Z] === RUN TestDockerSuite/TestContainerAPICreate [2022-03-09T23:00:47.242Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2022-03-09T23:00:48.640Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2022-03-09T23:00:48.640Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2022-03-09T23:00:49.112Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2022-03-09T23:00:49.112Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2022-03-09T23:00:50.374Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2022-03-09T23:00:52.077Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2022-03-09T23:00:52.077Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2022-03-09T23:00:52.077Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2022-03-09T23:00:52.077Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2022-03-09T23:00:52.077Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2022-03-09T23:00:52.077Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2022-03-09T23:00:52.077Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2022-03-09T23:00:52.077Z] === RUN TestDockerSuite/TestContainerAPIDelete [2022-03-09T23:00:55.029Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2022-03-09T23:00:56.612Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2022-03-09T23:00:56.631Z] === RUN TestDockerSuite/TestBuildRm [2022-03-09T23:00:56.689Z] === RUN TestDockerSuite/TestBuildEnv [2022-03-09T23:00:56.689Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-03-09T23:00:56.689Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2022-03-09T23:00:56.689Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-03-09T23:00:56.689Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2022-03-09T23:00:56.689Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-03-09T23:00:56.689Z] === RUN TestDockerSuite/TestBuildEnvUsage [2022-03-09T23:00:56.689Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-03-09T23:00:56.689Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2022-03-09T23:00:56.689Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-03-09T23:00:56.689Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2022-03-09T23:00:58.827Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2022-03-09T23:00:58.827Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2022-03-09T23:00:58.827Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2022-03-09T23:00:58.827Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2022-03-09T23:01:01.757Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2022-03-09T23:01:01.757Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-03-09T23:01:01.757Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2022-03-09T23:01:01.757Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-03-09T23:01:01.757Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2022-03-09T23:01:01.757Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-03-09T23:01:01.757Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2022-03-09T23:01:01.776Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2022-03-09T23:01:01.776Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2022-03-09T23:01:02.813Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2022-03-09T23:01:03.989Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2022-03-09T23:01:03.989Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2022-03-09T23:01:03.989Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2022-03-09T23:01:03.989Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2022-03-09T23:01:03.989Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2022-03-09T23:01:06.946Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2022-03-09T23:01:06.946Z] === RUN TestDockerSuite/TestContainerAPIKill [2022-03-09T23:01:09.042Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2022-03-09T23:01:09.167Z] === RUN TestDockerSuite/TestContainerAPIPause [2022-03-09T23:01:09.167Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2022-03-09T23:01:09.167Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2022-03-09T23:01:12.117Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2022-03-09T23:01:12.117Z] === RUN TestDockerSuite/TestContainerAPIRename [2022-03-09T23:01:14.286Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2022-03-09T23:01:14.331Z] === RUN TestDockerSuite/TestContainerAPIRestart [2022-03-09T23:01:18.005Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2022-03-09T23:01:18.005Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-03-09T23:01:18.005Z] === RUN TestDockerSuite/TestBuildScratchCopy [2022-03-09T23:01:18.005Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-03-09T23:01:18.005Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2022-03-09T23:01:19.084Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2022-03-09T23:01:20.169Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2022-03-09T23:01:22.875Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2022-03-09T23:01:22.876Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2022-03-09T23:01:23.344Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2022-03-09T23:01:23.344Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2022-03-09T23:01:23.344Z] === RUN TestDockerSuite/TestContainerAPIStart [2022-03-09T23:01:24.844Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2022-03-09T23:01:26.296Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2022-03-09T23:01:26.296Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2022-03-09T23:01:26.296Z] === RUN TestDockerSuite/TestContainerAPIStop [2022-03-09T23:01:29.259Z] === RUN TestDockerSuite/TestContainerAPITop [2022-03-09T23:01:29.259Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2022-03-09T23:01:29.259Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2022-03-09T23:01:30.635Z] === RUN TestDockerSuite/TestBuildShellInherited [2022-03-09T23:01:30.814Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2022-03-09T23:01:30.814Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2022-03-09T23:01:30.814Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-03-09T23:01:30.814Z] === RUN TestDockerSuite/TestBuildExpose [2022-03-09T23:01:30.814Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-03-09T23:01:30.814Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2022-03-09T23:01:30.814Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-03-09T23:01:30.814Z] === RUN TestDockerSuite/TestBuildExposeOrder [2022-03-09T23:01:30.814Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-03-09T23:01:30.814Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2022-03-09T23:01:30.814Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-03-09T23:01:30.814Z] === RUN TestDockerSuite/TestBuildFails [2022-03-09T23:01:31.484Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2022-03-09T23:01:31.484Z] === RUN TestDockerSuite/TestContainerAPIWait [2022-03-09T23:01:36.232Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2022-03-09T23:01:36.407Z] === RUN TestDockerSuite/TestBuildShellMultiple [2022-03-09T23:01:37.091Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2022-03-09T23:01:37.091Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2022-03-09T23:01:38.484Z] === RUN TestDockerSuite/TestContainerNetworkMode [2022-03-09T23:01:38.484Z] docker_cli_run_test.go:2403: unmatched requirement DaemonIsLinux [2022-03-09T23:01:38.484Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2022-03-09T23:01:38.484Z] docker_cli_run_test.go:3498: unmatched requirement DaemonIsLinux [2022-03-09T23:01:38.484Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2022-03-09T23:01:38.484Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2022-03-09T23:01:38.484Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2022-03-09T23:01:38.484Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2022-03-09T23:01:38.484Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2022-03-09T23:01:38.484Z] docker_cli_run_test.go:3544: unmatched requirement DaemonIsLinux [2022-03-09T23:01:38.484Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2022-03-09T23:01:40.648Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2022-03-09T23:01:40.648Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2022-03-09T23:01:43.241Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2022-03-09T23:01:43.538Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2022-03-09T23:01:46.468Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [2022-03-09T23:01:49.355Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [2022-03-09T23:01:50.844Z] === RUN TestDockerSuite/TestBuildForceRm [2022-03-09T23:01:51.552Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000645800_} [2022-03-09T23:01:54.439Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-12866255197_c:\foo_false____} [2022-03-09T23:01:57.326Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-12866255197_c:\foo_true____} [2022-03-09T23:01:57.626Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2022-03-09T23:01:58.094Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2022-03-09T23:01:59.080Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2022-03-09T23:02:00.215Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2022-03-09T23:02:00.215Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2022-03-09T23:02:00.215Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2022-03-09T23:02:00.215Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2022-03-09T23:02:00.215Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2022-03-09T23:02:00.215Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2022-03-09T23:02:00.215Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2022-03-09T23:02:00.215Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2022-03-09T23:02:00.215Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2022-03-09T23:02:00.215Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2022-03-09T23:02:00.215Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2022-03-09T23:02:00.215Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2022-03-09T23:02:00.215Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2022-03-09T23:02:00.215Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2022-03-09T23:02:00.215Z] docker_cli_run_test.go:3434: unmatched requirement DaemonIsLinux [2022-03-09T23:02:00.215Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2022-03-09T23:02:00.215Z] docker_cli_run_test.go:3426: unmatched requirement DaemonIsLinux [2022-03-09T23:02:00.215Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2022-03-09T23:02:00.215Z] docker_cli_run_test.go:3453: unmatched requirement DaemonIsLinux [2022-03-09T23:02:00.215Z] === RUN TestDockerSuite/TestCopyAndRestart [2022-03-09T23:02:00.215Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-03-09T23:02:00.215Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2022-03-09T23:02:00.215Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-03-09T23:02:00.215Z] === RUN TestDockerSuite/TestCpAbsolutePath [2022-03-09T23:02:03.102Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2022-03-09T23:02:03.102Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-03-09T23:02:03.102Z] === RUN TestDockerSuite/TestCpFromCaseA [2022-03-09T23:02:03.102Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-03-09T23:02:03.102Z] === RUN TestDockerSuite/TestCpFromCaseB [2022-03-09T23:02:03.102Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-03-09T23:02:03.102Z] === RUN TestDockerSuite/TestCpFromCaseC [2022-03-09T23:02:03.102Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-03-09T23:02:03.102Z] === RUN TestDockerSuite/TestCpFromCaseD [2022-03-09T23:02:03.102Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-03-09T23:02:03.102Z] === RUN TestDockerSuite/TestCpFromCaseE [2022-03-09T23:02:03.102Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-03-09T23:02:03.102Z] === RUN TestDockerSuite/TestCpFromCaseF [2022-03-09T23:02:03.102Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-03-09T23:02:03.102Z] === RUN TestDockerSuite/TestCpFromCaseG [2022-03-09T23:02:03.102Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-03-09T23:02:03.102Z] === RUN TestDockerSuite/TestCpFromCaseH [2022-03-09T23:02:03.102Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-03-09T23:02:03.102Z] === RUN TestDockerSuite/TestCpFromCaseI [2022-03-09T23:02:03.102Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-03-09T23:02:03.102Z] === RUN TestDockerSuite/TestCpFromCaseJ [2022-03-09T23:02:03.102Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-03-09T23:02:03.102Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2022-03-09T23:02:03.102Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-09T23:02:03.102Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2022-03-09T23:02:03.102Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-03-09T23:02:03.102Z] === RUN TestDockerSuite/TestCpGarbagePath [2022-03-09T23:02:03.860Z] === RUN TestDockerSuite/TestBuildFromGit [2022-03-09T23:02:05.996Z] === RUN TestDockerSuite/TestCpLocalOnly [2022-03-09T23:02:05.996Z] === RUN TestDockerSuite/TestCpNameHasColon [2022-03-09T23:02:05.996Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-03-09T23:02:05.996Z] === RUN TestDockerSuite/TestCpRelativePath [2022-03-09T23:02:09.523Z] === RUN TestDockerSuite/TestBuildSpaces [2022-03-09T23:02:09.523Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2022-03-09T23:02:09.711Z] === RUN TestDockerSuite/TestCpSpecialFiles [2022-03-09T23:02:09.711Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-03-09T23:02:09.711Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2022-03-09T23:02:09.711Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-03-09T23:02:09.711Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2022-03-09T23:02:09.711Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-03-09T23:02:09.711Z] === RUN TestDockerSuite/TestCpToCaseA [2022-03-09T23:02:14.464Z] === RUN TestDockerSuite/TestCpToCaseB [2022-03-09T23:02:14.679Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2022-03-09T23:02:16.350Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2022-03-09T23:02:16.628Z] === RUN TestDockerSuite/TestCpToCaseC [2022-03-09T23:02:16.628Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-03-09T23:02:16.628Z] === RUN TestDockerSuite/TestCpToCaseD [2022-03-09T23:02:16.628Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-03-09T23:02:16.628Z] === RUN TestDockerSuite/TestCpToCaseE [2022-03-09T23:02:16.722Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2022-03-09T23:02:16.723Z] === RUN TestDockerSuite/TestBuildStderr [2022-03-09T23:02:22.597Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2022-03-09T23:02:23.823Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2022-03-09T23:02:23.823Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-03-09T23:02:23.823Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2022-03-09T23:02:23.823Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2022-03-09T23:02:24.328Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2022-03-09T23:02:24.328Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-03-09T23:02:24.328Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2022-03-09T23:02:26.917Z] === RUN TestDockerSuite/TestCpToCaseF [2022-03-09T23:02:26.917Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-03-09T23:02:26.917Z] === RUN TestDockerSuite/TestCpToCaseG [2022-03-09T23:02:26.917Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-03-09T23:02:26.917Z] === RUN TestDockerSuite/TestCpToCaseH [2022-03-09T23:02:37.203Z] === RUN TestDockerSuite/TestCpToCaseI [2022-03-09T23:02:37.203Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-03-09T23:02:37.203Z] === RUN TestDockerSuite/TestCpToCaseJ [2022-03-09T23:02:37.203Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-03-09T23:02:37.203Z] === RUN TestDockerSuite/TestCpToDot [2022-03-09T23:02:39.731Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2022-03-09T23:02:39.731Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-03-09T23:02:39.731Z] === RUN TestDockerSuite/TestBuildHistory [2022-03-09T23:02:40.091Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2022-03-09T23:02:40.091Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-03-09T23:02:40.091Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2022-03-09T23:02:40.091Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-03-09T23:02:40.091Z] === RUN TestDockerSuite/TestCpToStdout [2022-03-09T23:02:42.254Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2022-03-09T23:02:42.254Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-09T23:02:42.254Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2022-03-09T23:02:42.254Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-03-09T23:02:42.254Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2022-03-09T23:02:42.254Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-03-09T23:02:42.254Z] === RUN TestDockerSuite/TestCpVolumePath [2022-03-09T23:02:42.254Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-03-09T23:02:42.254Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2022-03-09T23:02:42.708Z] === RUN TestDockerSuite/TestCreateArgs [2022-03-09T23:02:42.708Z] === RUN TestDockerSuite/TestCreateByImageID [2022-03-09T23:02:45.652Z] === RUN TestDockerSuite/TestCreateEchoStdout [2022-03-09T23:02:47.817Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2022-03-09T23:02:48.275Z] === RUN TestDockerSuite/TestCreateHostConfig [2022-03-09T23:02:48.275Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2022-03-09T23:02:50.445Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2022-03-09T23:02:51.407Z] === RUN TestDockerSuite/TestCreateLabels [2022-03-09T23:02:51.407Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2022-03-09T23:02:51.407Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-03-09T23:02:51.407Z] === RUN TestDockerSuite/TestCreateRM [2022-03-09T23:02:51.862Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2022-03-09T23:02:51.862Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-03-09T23:02:51.862Z] === RUN TestDockerSuite/TestCreateStopSignal [2022-03-09T23:02:52.319Z] === RUN TestDockerSuite/TestCreateStopTimeout [2022-03-09T23:02:52.724Z] === RUN TestDockerSuite/TestBuildStopSignal [2022-03-09T23:02:52.724Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-03-09T23:02:52.724Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2022-03-09T23:02:52.775Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2022-03-09T23:02:54.288Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2022-03-09T23:02:55.133Z] === RUN TestDockerSuite/TestBuildIidFile [2022-03-09T23:02:55.637Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2022-03-09T23:02:55.855Z] === RUN TestDockerSuite/TestBuildTagEvent [2022-03-09T23:02:57.994Z] === RUN TestDockerSuite/TestBuildInheritance [2022-03-09T23:02:57.994Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-03-09T23:02:57.994Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2022-03-09T23:02:59.053Z] === RUN TestDockerSuite/TestBuildInvalidTag [2022-03-09T23:02:59.053Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2022-03-09T23:03:01.736Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2022-03-09T23:03:03.076Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2022-03-09T23:03:03.076Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2022-03-09T23:03:03.076Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2022-03-09T23:03:04.063Z] === RUN TestDockerSuite/TestBuildLabel [2022-03-09T23:03:05.736Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2022-03-09T23:03:06.239Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2022-03-09T23:03:06.833Z] === RUN TestDockerSuite/TestCreateWithPortRange [2022-03-09T23:03:06.833Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2022-03-09T23:03:06.833Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2022-03-09T23:03:06.833Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2022-03-09T23:03:07.918Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2022-03-09T23:03:08.423Z] === RUN TestDockerSuite/TestBuildLabels [2022-03-09T23:03:08.901Z] === RUN TestDockerSuite/TestBuildUser [2022-03-09T23:03:08.901Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-03-09T23:03:08.901Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2022-03-09T23:03:08.901Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-03-09T23:03:08.901Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2022-03-09T23:03:08.901Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-03-09T23:03:08.901Z] === RUN TestDockerSuite/TestBuildVerboseOut [2022-03-09T23:03:09.480Z] === RUN TestDockerSuite/TestBuildLabelsCache [2022-03-09T23:03:09.724Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2022-03-09T23:03:09.724Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-03-09T23:03:09.724Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2022-03-09T23:03:09.724Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2022-03-09T23:03:09.724Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-03-09T23:03:09.724Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2022-03-09T23:03:09.724Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-03-09T23:03:09.724Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2022-03-09T23:03:09.724Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-03-09T23:03:09.724Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2022-03-09T23:03:09.724Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-03-09T23:03:09.724Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2022-03-09T23:03:09.724Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-03-09T23:03:09.724Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2022-03-09T23:03:09.724Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-03-09T23:03:09.724Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2022-03-09T23:03:09.724Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-03-09T23:03:09.724Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2022-03-09T23:03:09.724Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-03-09T23:03:09.724Z] === RUN TestDockerSuite/TestDevicePermissions [2022-03-09T23:03:09.724Z] docker_cli_run_test.go:2963: unmatched requirement DaemonIsLinux [2022-03-09T23:03:09.724Z] === RUN TestDockerSuite/TestDockerFails [2022-03-09T23:03:09.724Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2022-03-09T23:03:09.724Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-03-09T23:03:09.724Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2022-03-09T23:03:09.724Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-03-09T23:03:09.724Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2022-03-09T23:03:09.724Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-03-09T23:03:09.724Z] === RUN TestDockerSuite/TestEventsAttach [2022-03-09T23:03:09.724Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-03-09T23:03:09.724Z] === RUN TestDockerSuite/TestEventsCommit [2022-03-09T23:03:09.724Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-03-09T23:03:10.189Z] === RUN TestDockerSuite/TestEventsContainerEvents [2022-03-09T23:03:11.837Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2022-03-09T23:03:13.075Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2022-03-09T23:03:14.828Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2022-03-09T23:03:14.828Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2022-03-09T23:03:15.970Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2022-03-09T23:03:18.617Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2022-03-09T23:03:18.617Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-03-09T23:03:18.617Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2022-03-09T23:03:18.617Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-03-09T23:03:18.617Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2022-03-09T23:03:18.860Z] === RUN TestDockerSuite/TestEventsContainerRestart [2022-03-09T23:03:19.358Z] === RUN TestDockerSuite/TestBuildLastModified [2022-03-09T23:03:19.358Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-03-09T23:03:19.358Z] === RUN TestDockerSuite/TestBuildLineBreak [2022-03-09T23:03:19.358Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-03-09T23:03:19.358Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2022-03-09T23:03:19.358Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2022-03-09T23:03:19.358Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2022-03-09T23:03:19.850Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2022-03-09T23:03:19.850Z] === RUN TestDockerSuite/TestBuildMaintainer [2022-03-09T23:03:20.321Z] === RUN TestDockerSuite/TestBuildMissingArgs [2022-03-09T23:03:21.309Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2022-03-09T23:03:29.348Z] === RUN TestDockerSuite/TestEventsCopy [2022-03-09T23:03:33.827Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2022-03-09T23:03:34.106Z] === RUN TestDockerSuite/TestEventsFilterContainer [2022-03-09T23:03:39.973Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2022-03-09T23:03:42.927Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2022-03-09T23:03:43.914Z] === RUN TestDockerSuite/TestEventsFilterImageName [2022-03-09T23:03:48.668Z] === RUN TestDockerSuite/TestEventsFilterLabels [2022-03-09T23:03:48.774Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2022-03-09T23:03:48.774Z] === RUN TestDockerSuite/TestBuildWindowsUser [2022-03-09T23:03:49.136Z] === RUN TestDockerSuite/TestEventsFilterType [2022-03-09T23:03:50.702Z] === RUN TestDockerSuite/TestEventsFilters [2022-03-09T23:03:56.610Z] === RUN TestDockerSuite/TestEventsFormat [2022-03-09T23:03:57.494Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2022-03-09T23:03:59.155Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2022-03-09T23:03:59.155Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2022-03-09T23:03:59.155Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2022-03-09T23:03:59.155Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2022-03-09T23:04:02.472Z] === RUN TestDockerSuite/TestEventsFormatBadField [2022-03-09T23:04:02.472Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2022-03-09T23:04:02.472Z] === RUN TestDockerSuite/TestEventsImageImport [2022-03-09T23:04:02.472Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-03-09T23:04:02.472Z] === RUN TestDockerSuite/TestEventsImageLoad [2022-03-09T23:04:02.472Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-03-09T23:04:02.472Z] === RUN TestDockerSuite/TestEventsImagePull [2022-03-09T23:04:02.472Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-03-09T23:04:02.472Z] === RUN TestDockerSuite/TestEventsImageTag [2022-03-09T23:04:03.460Z] === RUN TestDockerSuite/TestEventsPluginOps [2022-03-09T23:04:03.460Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-03-09T23:04:03.460Z] === RUN TestDockerSuite/TestEventsRename [2022-03-09T23:04:04.690Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2022-03-09T23:04:04.690Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2022-03-09T23:04:04.690Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2022-03-09T23:04:04.690Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2022-03-09T23:04:04.690Z] === RUN TestDockerSuite/TestBuildWithFailure [2022-03-09T23:04:06.447Z] === RUN TestDockerSuite/TestEventsResize [2022-03-09T23:04:09.505Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2022-03-09T23:04:09.505Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-09T23:04:09.505Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2022-03-09T23:04:15.101Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2022-03-09T23:04:17.324Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2022-03-09T23:04:20.275Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2022-03-09T23:04:24.472Z] === RUN TestDockerSuite/TestBuildWithTabs [2022-03-09T23:04:26.141Z] === RUN TestDockerSuite/TestEventsTop [2022-03-09T23:04:26.141Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-03-09T23:04:26.141Z] === RUN TestDockerSuite/TestEventsUntag [2022-03-09T23:04:28.352Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2022-03-09T23:04:30.347Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2022-03-09T23:04:30.816Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2022-03-09T23:04:33.111Z] === RUN TestDockerSuite/TestExec [2022-03-09T23:04:33.111Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-03-09T23:04:33.111Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2022-03-09T23:04:33.111Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2022-03-09T23:04:33.111Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2022-03-09T23:04:35.325Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2022-03-09T23:04:37.607Z] === RUN TestDockerSuite/TestExecAPIStart [2022-03-09T23:04:37.607Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2022-03-09T23:04:37.607Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2022-03-09T23:04:37.607Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2022-03-09T23:04:37.607Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2022-03-09T23:04:37.607Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2022-03-09T23:04:37.607Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2022-03-09T23:04:39.822Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2022-03-09T23:04:41.883Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2022-03-09T23:04:42.037Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2022-03-09T23:04:44.399Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2022-03-09T23:04:47.411Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2022-03-09T23:04:48.691Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2022-03-09T23:04:48.691Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-03-09T23:04:48.691Z] === RUN TestDockerSuite/TestBuildWithVolumes [2022-03-09T23:04:48.691Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-03-09T23:04:49.159Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2022-03-09T23:04:49.159Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2022-03-09T23:04:49.159Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2022-03-09T23:04:50.724Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2022-03-09T23:04:53.279Z] === RUN TestDockerSuite/TestExecCgroup [2022-03-09T23:04:53.280Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-03-09T23:04:53.280Z] === RUN TestDockerSuite/TestExecEnv [2022-03-09T23:04:53.280Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-03-09T23:04:53.280Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2022-03-09T23:04:53.280Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-03-09T23:04:53.280Z] === RUN TestDockerSuite/TestExecExitStatus [2022-03-09T23:04:54.843Z] === RUN TestDockerSuite/TestExecInspectID [2022-03-09T23:04:59.597Z] === RUN TestDockerSuite/TestExecInteractive [2022-03-09T23:04:59.597Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-03-09T23:04:59.597Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2022-03-09T23:04:59.597Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-03-09T23:04:59.597Z] === RUN TestDockerSuite/TestExecParseError [2022-03-09T23:04:59.597Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-03-09T23:04:59.597Z] === RUN TestDockerSuite/TestExecPausedContainer [2022-03-09T23:04:59.597Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-03-09T23:04:59.597Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2022-03-09T23:04:59.598Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-03-09T23:04:59.895Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2022-03-09T23:05:00.069Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2022-03-09T23:05:01.207Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2022-03-09T23:05:02.283Z] === RUN TestDockerSuite/TestExecSetEnv [2022-03-09T23:05:02.283Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-03-09T23:05:02.751Z] === RUN TestDockerSuite/TestExecStartFails [2022-03-09T23:05:02.751Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-03-09T23:05:02.751Z] === RUN TestDockerSuite/TestExecStateCleanup [2022-03-09T23:05:02.751Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2022-03-09T23:05:02.751Z] === RUN TestDockerSuite/TestExecStopNotHanging [2022-03-09T23:05:02.751Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-03-09T23:05:02.751Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2022-03-09T23:05:02.751Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-03-09T23:05:02.751Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2022-03-09T23:05:03.438Z] === RUN TestDockerSuite/TestBuildXZHost [2022-03-09T23:05:03.438Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-03-09T23:05:03.906Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2022-03-09T23:05:03.906Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-03-09T23:05:03.906Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2022-03-09T23:05:03.906Z] docker_cli_sni_test.go:18: Flakey test [2022-03-09T23:05:03.906Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2022-03-09T23:05:04.962Z] === RUN TestDockerSuite/TestExecUlimits [2022-03-09T23:05:04.962Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-03-09T23:05:04.962Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2022-03-09T23:05:05.770Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2022-03-09T23:05:06.868Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2022-03-09T23:05:06.868Z] docker_cli_commit_test.go:14: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-03-09T23:05:06.868Z] === RUN TestDockerSuite/TestCommitChange [2022-03-09T23:05:10.847Z] === RUN TestDockerSuite/TestExecWithImageUser [2022-03-09T23:05:10.847Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-03-09T23:05:10.847Z] === RUN TestDockerSuite/TestExecWithPrivileged [2022-03-09T23:05:10.847Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-03-09T23:05:10.847Z] === RUN TestDockerSuite/TestExecWithUser [2022-03-09T23:05:10.847Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-03-09T23:05:10.847Z] === RUN TestDockerSuite/TestGetContainerStats [2022-03-09T23:05:13.055Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2022-03-09T23:05:14.038Z] === RUN TestDockerSuite/TestCommitChangeLabels [2022-03-09T23:05:18.051Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2022-03-09T23:05:19.265Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2022-03-09T23:05:19.809Z] === RUN TestDockerSuite/TestCommitHardlink [2022-03-09T23:05:19.809Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-03-09T23:05:19.809Z] === RUN TestDockerSuite/TestCommitNewFile [2022-03-09T23:05:23.915Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2022-03-09T23:05:26.874Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2022-03-09T23:05:30.098Z] === RUN TestDockerSuite/TestCommitPausedContainer [2022-03-09T23:05:30.098Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-03-09T23:05:30.098Z] === RUN TestDockerSuite/TestCommitTTY [2022-03-09T23:05:32.759Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2022-03-09T23:05:32.760Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-03-09T23:05:32.760Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2022-03-09T23:05:32.760Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2022-03-09T23:05:32.760Z] === RUN TestDockerSuite/TestHealth [2022-03-09T23:05:32.760Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-03-09T23:05:32.760Z] === RUN TestDockerSuite/TestHistoryExistentImage [2022-03-09T23:05:32.760Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2022-03-09T23:05:33.228Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2022-03-09T23:05:33.228Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2022-03-09T23:05:38.638Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2022-03-09T23:05:39.091Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2022-03-09T23:05:39.091Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2022-03-09T23:05:39.091Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-03-09T23:05:39.091Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2022-03-09T23:05:39.091Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2022-03-09T23:05:39.091Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2022-03-09T23:05:39.091Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2022-03-09T23:05:40.077Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2022-03-09T23:05:40.077Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-03-09T23:05:40.077Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2022-03-09T23:05:41.036Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2022-03-09T23:05:41.036Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2022-03-09T23:05:41.036Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2022-03-09T23:05:41.062Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2022-03-09T23:05:41.062Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2022-03-09T23:05:43.276Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2022-03-09T23:05:43.745Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2022-03-09T23:05:44.439Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2022-03-09T23:05:44.439Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-03-09T23:05:44.439Z] === RUN TestDockerSuite/TestCommitWithoutPause [2022-03-09T23:05:44.439Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-03-09T23:05:44.439Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2022-03-09T23:05:44.439Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-03-09T23:05:44.439Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2022-03-09T23:05:44.439Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-03-09T23:05:44.439Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2022-03-09T23:05:44.439Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-03-09T23:05:44.439Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2022-03-09T23:05:44.439Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-03-09T23:05:44.439Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2022-03-09T23:05:44.439Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2022-03-09T23:05:44.439Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2022-03-09T23:05:44.895Z] === RUN TestDockerSuite/TestContainerAPICommit [2022-03-09T23:05:46.009Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2022-03-09T23:05:48.960Z] === RUN TestDockerSuite/TestImagesFormat [2022-03-09T23:05:49.428Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2022-03-09T23:05:49.428Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-03-09T23:05:49.428Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2022-03-09T23:05:53.229Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2022-03-09T23:05:53.753Z] === RUN TestDockerSuite/TestImportBadURL [2022-03-09T23:05:53.753Z] === RUN TestDockerSuite/TestImportDisplay [2022-03-09T23:05:53.753Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-03-09T23:05:53.753Z] === RUN TestDockerSuite/TestImportFile [2022-03-09T23:05:53.753Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-03-09T23:05:53.753Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2022-03-09T23:05:53.753Z] === RUN TestDockerSuite/TestImportFileWithMessage [2022-03-09T23:05:53.753Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-03-09T23:05:53.753Z] === RUN TestDockerSuite/TestImportGzipped [2022-03-09T23:05:53.753Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-03-09T23:05:53.753Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2022-03-09T23:05:53.753Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-03-09T23:05:53.753Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2022-03-09T23:05:53.753Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-03-09T23:05:53.753Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2022-03-09T23:05:53.753Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-03-09T23:05:53.753Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2022-03-09T23:05:53.753Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-03-09T23:05:53.753Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2022-03-09T23:05:53.753Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2022-03-09T23:05:53.753Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-03-09T23:05:53.753Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2022-03-09T23:05:53.753Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-09T23:05:54.223Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2022-03-09T23:05:55.215Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2022-03-09T23:05:57.177Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2022-03-09T23:05:59.347Z] === RUN TestDockerSuite/TestBuildMultipleTags [2022-03-09T23:05:59.347Z] === RUN TestDockerSuite/TestBuildNetContainer [2022-03-09T23:05:59.347Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2022-03-09T23:05:59.347Z] === RUN TestDockerSuite/TestBuildNetNone [2022-03-09T23:05:59.347Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2022-03-09T23:05:59.347Z] === RUN TestDockerSuite/TestBuildNoContext [2022-03-09T23:06:00.180Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2022-03-09T23:06:00.180Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-03-09T23:06:00.180Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2022-03-09T23:06:00.180Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-03-09T23:06:00.180Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2022-03-09T23:06:00.180Z] === RUN TestDockerSuite/TestInspectAmpersand [2022-03-09T23:06:00.180Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-03-09T23:06:00.180Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2022-03-09T23:06:01.702Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2022-03-09T23:06:03.133Z] === RUN TestDockerSuite/TestInspectByPrefix [2022-03-09T23:06:03.133Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2022-03-09T23:06:03.791Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2022-03-09T23:06:03.791Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-09T23:06:03.791Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2022-03-09T23:06:06.086Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2022-03-09T23:06:06.086Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-03-09T23:06:06.086Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2022-03-09T23:06:06.086Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-03-09T23:06:06.086Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2022-03-09T23:06:06.086Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-03-09T23:06:06.086Z] === RUN TestDockerSuite/TestInspectDefault [2022-03-09T23:06:07.508Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2022-03-09T23:06:07.508Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2022-03-09T23:06:07.508Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2022-03-09T23:06:07.508Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-09T23:06:07.508Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2022-03-09T23:06:07.508Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2022-03-09T23:06:07.508Z] === RUN TestDockerSuite/TestContainerAPICreate [2022-03-09T23:06:09.040Z] === RUN TestDockerSuite/TestInspectHistory [2022-03-09T23:06:10.397Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2022-03-09T23:06:10.397Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2022-03-09T23:06:10.397Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2022-03-09T23:06:10.397Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2022-03-09T23:06:12.521Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2022-03-09T23:06:14.112Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2022-03-09T23:06:14.112Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2022-03-09T23:06:14.112Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2022-03-09T23:06:14.112Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2022-03-09T23:06:14.112Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2022-03-09T23:06:14.112Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2022-03-09T23:06:14.112Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2022-03-09T23:06:14.112Z] === RUN TestDockerSuite/TestContainerAPIDelete [2022-03-09T23:06:14.882Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2022-03-09T23:06:14.914Z] === RUN TestDockerSuite/TestInspectImage [2022-03-09T23:06:14.914Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-03-09T23:06:14.914Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2022-03-09T23:06:14.914Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-03-09T23:06:14.914Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2022-03-09T23:06:14.914Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-09T23:06:14.914Z] === RUN TestDockerSuite/TestInspectInt64 [2022-03-09T23:06:15.385Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2022-03-09T23:06:15.385Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2022-03-09T23:06:17.162Z] === RUN TestDockerSuite/TestInspectJSONFields [2022-03-09T23:06:18.576Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2022-03-09T23:06:18.839Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2022-03-09T23:06:19.633Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2022-03-09T23:06:20.121Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2022-03-09T23:06:20.121Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2022-03-09T23:06:21.337Z] === RUN TestDockerSuite/TestBuildOnBuild [2022-03-09T23:06:22.557Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2022-03-09T23:06:23.077Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2022-03-09T23:06:26.029Z] === RUN TestDockerSuite/TestInspectPlugin [2022-03-09T23:06:26.029Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-03-09T23:06:26.029Z] === RUN TestDockerSuite/TestInspectRootFS [2022-03-09T23:06:26.029Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2022-03-09T23:06:26.323Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2022-03-09T23:06:26.323Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2022-03-09T23:06:26.323Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2022-03-09T23:06:26.323Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2022-03-09T23:06:28.245Z] === RUN TestDockerSuite/TestInspectStatus [2022-03-09T23:06:30.989Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2022-03-09T23:06:30.989Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2022-03-09T23:06:32.040Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2022-03-09T23:06:32.226Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2022-03-09T23:06:33.882Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2022-03-09T23:06:33.882Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2022-03-09T23:06:33.882Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2022-03-09T23:06:33.882Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2022-03-09T23:06:33.882Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2022-03-09T23:06:34.589Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2022-03-09T23:06:37.276Z] === RUN TestDockerSuite/TestInspectTemplateError [2022-03-09T23:06:37.603Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2022-03-09T23:06:37.603Z] === RUN TestDockerSuite/TestContainerAPIKill [2022-03-09T23:06:40.227Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2022-03-09T23:06:40.496Z] === RUN TestDockerSuite/TestContainerAPIPause [2022-03-09T23:06:40.496Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2022-03-09T23:06:40.496Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2022-03-09T23:06:43.179Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2022-03-09T23:06:45.168Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2022-03-09T23:06:45.168Z] === RUN TestDockerSuite/TestContainerAPIRename [2022-03-09T23:06:45.466Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2022-03-09T23:06:47.514Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2022-03-09T23:06:48.414Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2022-03-09T23:06:48.884Z] === RUN TestDockerSuite/TestContainerAPIRestart [2022-03-09T23:06:50.648Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2022-03-09T23:06:51.727Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2022-03-09T23:06:54.711Z] === RUN TestDockerSuite/TestInspectUnknownObject [2022-03-09T23:06:54.711Z] === RUN TestDockerSuite/TestLinkShortDefinition [2022-03-09T23:06:54.711Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-03-09T23:06:54.711Z] === RUN TestDockerSuite/TestLinksEnvs [2022-03-09T23:06:54.711Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-03-09T23:06:54.711Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2022-03-09T23:06:54.711Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-03-09T23:06:54.711Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2022-03-09T23:06:54.711Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-03-09T23:06:54.711Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2022-03-09T23:06:54.711Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-03-09T23:06:54.711Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2022-03-09T23:06:54.711Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-03-09T23:06:54.711Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2022-03-09T23:06:54.711Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-03-09T23:06:54.711Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2022-03-09T23:06:54.711Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-03-09T23:06:54.711Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2022-03-09T23:06:54.711Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-03-09T23:06:54.711Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2022-03-09T23:06:54.711Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-03-09T23:06:54.711Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2022-03-09T23:06:54.711Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-03-09T23:06:54.711Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2022-03-09T23:06:54.711Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-03-09T23:06:54.711Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2022-03-09T23:06:54.711Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-03-09T23:06:54.711Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2022-03-09T23:06:54.711Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-03-09T23:06:54.711Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2022-03-09T23:06:54.711Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-03-09T23:06:54.711Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2022-03-09T23:06:54.711Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-03-09T23:06:54.711Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2022-03-09T23:06:55.179Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2022-03-09T23:06:55.179Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2022-03-09T23:06:55.929Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2022-03-09T23:06:57.393Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2022-03-09T23:06:59.608Z] === RUN TestDockerSuite/TestLogsAPIUntil [2022-03-09T23:07:01.331Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2022-03-09T23:07:04.479Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2022-03-09T23:07:04.479Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2022-03-09T23:07:04.479Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2022-03-09T23:07:04.479Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2022-03-09T23:07:04.479Z] === RUN TestDockerSuite/TestContainerAPIStart [2022-03-09T23:07:06.799Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2022-03-09T23:07:07.389Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2022-03-09T23:07:07.389Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2022-03-09T23:07:07.389Z] === RUN TestDockerSuite/TestContainerAPIStop [2022-03-09T23:07:08.679Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2022-03-09T23:07:09.014Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2022-03-09T23:07:09.014Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-03-09T23:07:09.014Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2022-03-09T23:07:11.141Z] === RUN TestDockerSuite/TestContainerAPITop [2022-03-09T23:07:11.141Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2022-03-09T23:07:11.141Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2022-03-09T23:07:11.229Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2022-03-09T23:07:11.229Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2022-03-09T23:07:13.589Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2022-03-09T23:07:14.858Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2022-03-09T23:07:15.216Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2022-03-09T23:07:15.216Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2022-03-09T23:07:15.216Z] === RUN TestDockerSuite/TestBuildPATH [2022-03-09T23:07:15.216Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-03-09T23:07:15.216Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2022-03-09T23:07:15.324Z] === RUN TestDockerSuite/TestContainerAPIWait [2022-03-09T23:07:18.274Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2022-03-09T23:07:18.274Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-03-09T23:07:18.274Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2022-03-09T23:07:18.381Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2022-03-09T23:07:21.096Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2022-03-09T23:07:23.988Z] === RUN TestDockerSuite/TestContainerNetworkMode [2022-03-09T23:07:23.988Z] docker_cli_run_test.go:2403: unmatched requirement DaemonIsLinux [2022-03-09T23:07:23.988Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2022-03-09T23:07:23.988Z] docker_cli_run_test.go:3498: unmatched requirement DaemonIsLinux [2022-03-09T23:07:23.988Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2022-03-09T23:07:23.988Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2022-03-09T23:07:23.988Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2022-03-09T23:07:23.988Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2022-03-09T23:07:23.988Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2022-03-09T23:07:23.988Z] docker_cli_run_test.go:3544: unmatched requirement DaemonIsLinux [2022-03-09T23:07:23.988Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2022-03-09T23:07:25.529Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2022-03-09T23:07:27.712Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2022-03-09T23:07:27.712Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2022-03-09T23:07:32.683Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2022-03-09T23:07:33.482Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2022-03-09T23:07:34.903Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2022-03-09T23:07:37.124Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2022-03-09T23:07:37.124Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-03-09T23:07:37.124Z] === RUN TestDockerSuite/TestLogsFollowStopped [2022-03-09T23:07:37.200Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [2022-03-09T23:07:40.073Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2022-03-09T23:07:40.917Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [2022-03-09T23:07:43.028Z] === RUN TestDockerSuite/TestLogsSince [2022-03-09T23:07:45.587Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000093968_} [2022-03-09T23:07:51.355Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-11806332062_c:\foo_false____} [2022-03-09T23:07:53.455Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2022-03-09T23:07:53.455Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-03-09T23:07:53.455Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2022-03-09T23:07:53.455Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-03-09T23:07:53.455Z] === RUN TestDockerSuite/TestLogsTail [2022-03-09T23:07:55.020Z] === RUN TestDockerSuite/TestLogsTimestamps [2022-03-09T23:07:55.074Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-11806332062_c:\foo_true____} [2022-03-09T23:07:57.977Z] === RUN TestDockerSuite/TestLogsWithDetails [2022-03-09T23:07:58.788Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2022-03-09T23:07:58.788Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2022-03-09T23:07:58.788Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2022-03-09T23:07:58.788Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2022-03-09T23:07:58.788Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2022-03-09T23:07:58.788Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2022-03-09T23:07:58.788Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2022-03-09T23:07:58.788Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2022-03-09T23:07:58.788Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2022-03-09T23:07:58.788Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2022-03-09T23:07:58.788Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2022-03-09T23:07:58.788Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2022-03-09T23:07:58.788Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2022-03-09T23:07:58.788Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2022-03-09T23:07:58.788Z] docker_cli_run_test.go:3434: unmatched requirement DaemonIsLinux [2022-03-09T23:07:58.788Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2022-03-09T23:07:58.788Z] docker_cli_run_test.go:3426: unmatched requirement DaemonIsLinux [2022-03-09T23:07:58.788Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2022-03-09T23:07:58.788Z] docker_cli_run_test.go:3453: unmatched requirement DaemonIsLinux [2022-03-09T23:07:58.788Z] === RUN TestDockerSuite/TestCopyAndRestart [2022-03-09T23:07:58.788Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-03-09T23:07:58.788Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2022-03-09T23:07:58.788Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-03-09T23:07:58.788Z] === RUN TestDockerSuite/TestCpAbsolutePath [2022-03-09T23:08:00.926Z] === RUN TestDockerSuite/TestMountIntoProc [2022-03-09T23:08:00.926Z] docker_cli_run_test.go:2877: unmatched requirement DaemonIsLinux [2022-03-09T23:08:00.926Z] === RUN TestDockerSuite/TestMountIntoSys [2022-03-09T23:08:00.926Z] docker_cli_run_test.go:2886: unmatched requirement DaemonIsLinux [2022-03-09T23:08:00.926Z] === RUN TestDockerSuite/TestNetHostname [2022-03-09T23:08:00.926Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-03-09T23:08:00.926Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2022-03-09T23:08:00.926Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-03-09T23:08:00.926Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2022-03-09T23:08:00.926Z] docker_cli_run_test.go:3480: unmatched requirement DaemonIsLinux [2022-03-09T23:08:00.926Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2022-03-09T23:08:00.926Z] docker_cli_run_test.go:2666: unmatched requirement DaemonIsLinux [2022-03-09T23:08:00.926Z] === RUN TestDockerSuite/TestPluginActive [2022-03-09T23:08:00.926Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-03-09T23:08:00.926Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2022-03-09T23:08:00.926Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-03-09T23:08:00.926Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2022-03-09T23:08:00.926Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2022-03-09T23:08:00.926Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-03-09T23:08:00.926Z] === RUN TestDockerSuite/TestPluginLogDriver [2022-03-09T23:08:00.926Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-03-09T23:08:00.926Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2022-03-09T23:08:00.926Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-03-09T23:08:00.926Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2022-03-09T23:08:00.926Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-03-09T23:08:00.926Z] === RUN TestDockerSuite/TestPluginUpgrade [2022-03-09T23:08:00.926Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-03-09T23:08:00.926Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2022-03-09T23:08:00.926Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-03-09T23:08:00.926Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2022-03-09T23:08:00.926Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-03-09T23:08:00.926Z] === RUN TestDockerSuite/TestPortHostBinding [2022-03-09T23:08:00.926Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-03-09T23:08:00.926Z] === RUN TestDockerSuite/TestPortList [2022-03-09T23:08:00.926Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-03-09T23:08:00.926Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2022-03-09T23:08:03.462Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2022-03-09T23:08:03.462Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-03-09T23:08:03.462Z] === RUN TestDockerSuite/TestCpFromCaseA [2022-03-09T23:08:03.462Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-03-09T23:08:03.462Z] === RUN TestDockerSuite/TestCpFromCaseB [2022-03-09T23:08:03.462Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-03-09T23:08:03.462Z] === RUN TestDockerSuite/TestCpFromCaseC [2022-03-09T23:08:03.462Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-03-09T23:08:03.462Z] === RUN TestDockerSuite/TestCpFromCaseD [2022-03-09T23:08:03.462Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-03-09T23:08:03.462Z] === RUN TestDockerSuite/TestCpFromCaseE [2022-03-09T23:08:03.462Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-03-09T23:08:03.462Z] === RUN TestDockerSuite/TestCpFromCaseF [2022-03-09T23:08:03.462Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-03-09T23:08:03.462Z] === RUN TestDockerSuite/TestCpFromCaseG [2022-03-09T23:08:03.462Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-03-09T23:08:03.462Z] === RUN TestDockerSuite/TestCpFromCaseH [2022-03-09T23:08:03.462Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-03-09T23:08:03.462Z] === RUN TestDockerSuite/TestCpFromCaseI [2022-03-09T23:08:03.462Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-03-09T23:08:03.462Z] === RUN TestDockerSuite/TestCpFromCaseJ [2022-03-09T23:08:03.462Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-03-09T23:08:03.462Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2022-03-09T23:08:03.462Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-09T23:08:03.462Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2022-03-09T23:08:03.462Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-03-09T23:08:03.462Z] === RUN TestDockerSuite/TestCpGarbagePath [2022-03-09T23:08:06.788Z] === RUN TestDockerSuite/TestPostContainersAttach [2022-03-09T23:08:06.788Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-03-09T23:08:06.788Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2022-03-09T23:08:06.788Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2022-03-09T23:08:06.788Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2022-03-09T23:08:06.788Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2022-03-09T23:08:06.788Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2022-03-09T23:08:06.788Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2022-03-09T23:08:06.788Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2022-03-09T23:08:06.788Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2022-03-09T23:08:06.788Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2022-03-09T23:08:06.788Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2022-03-09T23:08:06.788Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2022-03-09T23:08:06.788Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2022-03-09T23:08:06.788Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2022-03-09T23:08:06.788Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2022-03-09T23:08:06.788Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2022-03-09T23:08:06.788Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2022-03-09T23:08:07.180Z] === RUN TestDockerSuite/TestCpLocalOnly [2022-03-09T23:08:07.180Z] === RUN TestDockerSuite/TestCpNameHasColon [2022-03-09T23:08:07.180Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-03-09T23:08:07.180Z] === RUN TestDockerSuite/TestCpRelativePath [2022-03-09T23:08:10.901Z] === RUN TestDockerSuite/TestCpSpecialFiles [2022-03-09T23:08:10.901Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-03-09T23:08:10.901Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2022-03-09T23:08:10.901Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-03-09T23:08:10.901Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2022-03-09T23:08:10.901Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-03-09T23:08:10.901Z] === RUN TestDockerSuite/TestCpToCaseA [2022-03-09T23:08:11.536Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2022-03-09T23:08:11.536Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2022-03-09T23:08:11.536Z] === RUN TestDockerSuite/TestPsByOrder [2022-03-09T23:08:19.352Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2022-03-09T23:08:20.229Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2022-03-09T23:08:20.229Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-03-09T23:08:20.229Z] === RUN TestDockerSuite/TestPsListContainersBase [2022-03-09T23:08:23.326Z] === RUN TestDockerSuite/TestCpToCaseB [2022-03-09T23:08:27.996Z] === RUN TestDockerSuite/TestCpToCaseC [2022-03-09T23:08:27.996Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-03-09T23:08:27.996Z] === RUN TestDockerSuite/TestCpToCaseD [2022-03-09T23:08:27.996Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-03-09T23:08:27.996Z] === RUN TestDockerSuite/TestCpToCaseE [2022-03-09T23:08:30.696Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2022-03-09T23:08:42.765Z] === RUN TestDockerSuite/TestCpToCaseF [2022-03-09T23:08:42.765Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-03-09T23:08:42.765Z] === RUN TestDockerSuite/TestCpToCaseG [2022-03-09T23:08:42.765Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-03-09T23:08:42.765Z] === RUN TestDockerSuite/TestCpToCaseH [2022-03-09T23:08:44.957Z] === RUN TestDockerSuite/TestBuildRm [2022-03-09T23:08:49.177Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2022-03-09T23:08:49.177Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2022-03-09T23:08:49.177Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-03-09T23:08:49.177Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2022-03-09T23:08:57.858Z] === RUN TestDockerSuite/TestCpToCaseI [2022-03-09T23:08:57.858Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-03-09T23:08:57.858Z] === RUN TestDockerSuite/TestCpToCaseJ [2022-03-09T23:08:57.858Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-03-09T23:08:57.858Z] === RUN TestDockerSuite/TestCpToDot [2022-03-09T23:09:01.613Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2022-03-09T23:09:01.613Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-03-09T23:09:01.613Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2022-03-09T23:09:01.613Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-03-09T23:09:01.613Z] === RUN TestDockerSuite/TestCpToStdout [2022-03-09T23:09:01.708Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2022-03-09T23:09:02.793Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2022-03-09T23:09:04.657Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2022-03-09T23:09:05.012Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2022-03-09T23:09:05.012Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-03-09T23:09:05.012Z] === RUN TestDockerSuite/TestBuildScratchCopy [2022-03-09T23:09:05.012Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-03-09T23:09:05.482Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2022-03-09T23:09:06.284Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2022-03-09T23:09:06.284Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-09T23:09:06.284Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2022-03-09T23:09:06.284Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-03-09T23:09:06.284Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2022-03-09T23:09:06.284Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-03-09T23:09:06.284Z] === RUN TestDockerSuite/TestCpVolumePath [2022-03-09T23:09:06.284Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-03-09T23:09:06.284Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2022-03-09T23:09:06.284Z] === RUN TestDockerSuite/TestCreateArgs [2022-03-09T23:09:06.284Z] === RUN TestDockerSuite/TestCreateByImageID [2022-03-09T23:09:07.052Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2022-03-09T23:09:11.818Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2022-03-09T23:09:13.311Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2022-03-09T23:09:16.571Z] === RUN TestDockerSuite/TestCreateEchoStdout [2022-03-09T23:09:18.114Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2022-03-09T23:09:18.114Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-03-09T23:09:18.114Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2022-03-09T23:09:18.114Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-03-09T23:09:18.114Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2022-03-09T23:09:18.740Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2022-03-09T23:09:19.196Z] === RUN TestDockerSuite/TestCreateHostConfig [2022-03-09T23:09:19.196Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2022-03-09T23:09:22.297Z] === RUN TestDockerSuite/TestBuildShellInherited [2022-03-09T23:09:23.979Z] === RUN TestDockerSuite/TestPsListContainersSize [2022-03-09T23:09:23.979Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-03-09T23:09:23.979Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2022-03-09T23:09:23.979Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-03-09T23:09:23.979Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2022-03-09T23:09:23.979Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-03-09T23:09:23.979Z] === RUN TestDockerSuite/TestPsRightTagName [2022-03-09T23:09:23.979Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-03-09T23:09:23.979Z] === RUN TestDockerSuite/TestPsShowMounts [2022-03-09T23:09:26.239Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2022-03-09T23:09:26.696Z] === RUN TestDockerSuite/TestCreateLabels [2022-03-09T23:09:26.696Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2022-03-09T23:09:26.696Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-03-09T23:09:26.696Z] === RUN TestDockerSuite/TestCreateRM [2022-03-09T23:09:27.071Z] === RUN TestDockerSuite/TestBuildShellMultiple [2022-03-09T23:09:27.153Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2022-03-09T23:09:27.153Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-03-09T23:09:27.153Z] === RUN TestDockerSuite/TestCreateStopSignal [2022-03-09T23:09:27.611Z] === RUN TestDockerSuite/TestCreateStopTimeout [2022-03-09T23:09:28.070Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2022-03-09T23:09:31.192Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2022-03-09T23:09:31.192Z] docker_cli_run_test.go:3112: unmatched requirement DaemonIsLinux [2022-03-09T23:09:31.192Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2022-03-09T23:09:32.185Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2022-03-09T23:09:32.185Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-03-09T23:09:32.185Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2022-03-09T23:09:33.170Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2022-03-09T23:09:34.159Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2022-03-09T23:09:34.159Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2022-03-09T23:09:34.159Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2022-03-09T23:09:38.914Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2022-03-09T23:09:40.423Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2022-03-09T23:09:40.423Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2022-03-09T23:09:40.879Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2022-03-09T23:09:43.665Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2022-03-09T23:09:44.598Z] === RUN TestDockerSuite/TestCreateWithPortRange [2022-03-09T23:09:45.057Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2022-03-09T23:09:45.057Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2022-03-09T23:09:45.057Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2022-03-09T23:09:46.616Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2022-03-09T23:09:48.327Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2022-03-09T23:09:48.327Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2022-03-09T23:09:48.327Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2022-03-09T23:09:48.861Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2022-03-09T23:09:48.861Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-03-09T23:09:48.861Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2022-03-09T23:09:48.861Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2022-03-09T23:09:48.861Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-03-09T23:09:48.861Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2022-03-09T23:09:48.861Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-03-09T23:09:48.861Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2022-03-09T23:09:48.861Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-03-09T23:09:48.861Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2022-03-09T23:09:48.861Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-03-09T23:09:48.861Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2022-03-09T23:09:48.861Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-03-09T23:09:48.861Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2022-03-09T23:09:48.861Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-03-09T23:09:48.861Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2022-03-09T23:09:48.861Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-03-09T23:09:48.861Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2022-03-09T23:09:48.861Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-03-09T23:09:48.861Z] === RUN TestDockerSuite/TestDevicePermissions [2022-03-09T23:09:48.861Z] docker_cli_run_test.go:2963: unmatched requirement DaemonIsLinux [2022-03-09T23:09:48.861Z] === RUN TestDockerSuite/TestDockerFails [2022-03-09T23:09:48.861Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2022-03-09T23:09:48.861Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-03-09T23:09:48.861Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2022-03-09T23:09:48.861Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-03-09T23:09:48.861Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2022-03-09T23:09:48.861Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-03-09T23:09:48.861Z] === RUN TestDockerSuite/TestEventsAttach [2022-03-09T23:09:48.861Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-03-09T23:09:48.861Z] === RUN TestDockerSuite/TestEventsCommit [2022-03-09T23:09:48.861Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-03-09T23:09:48.861Z] === RUN TestDockerSuite/TestEventsContainerEvents [2022-03-09T23:09:54.630Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2022-03-09T23:09:58.346Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2022-03-09T23:10:00.903Z] === RUN TestDockerSuite/TestBuildSpaces [2022-03-09T23:10:00.903Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2022-03-09T23:10:01.235Z] === RUN TestDockerSuite/TestEventsContainerRestart [2022-03-09T23:10:06.804Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2022-03-09T23:10:06.804Z] === RUN TestDockerSuite/TestBuildStderr [2022-03-09T23:10:07.878Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2022-03-09T23:10:07.878Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-03-09T23:10:07.878Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2022-03-09T23:10:12.770Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2022-03-09T23:10:13.627Z] === RUN TestDockerSuite/TestEventsCopy [2022-03-09T23:10:15.032Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2022-03-09T23:10:15.032Z] === RUN TestDockerSuite/TestRestartPolicyNO [2022-03-09T23:10:15.032Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2022-03-09T23:10:16.067Z] === RUN TestDockerSuite/TestRestartRunningContainer [2022-03-09T23:10:19.471Z] === RUN TestDockerSuite/TestEventsFilterContainer [2022-03-09T23:10:20.816Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2022-03-09T23:10:26.573Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2022-03-09T23:10:26.680Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2022-03-09T23:10:26.680Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-03-09T23:10:26.680Z] === RUN TestDockerSuite/TestRestartWithVolumes [2022-03-09T23:10:29.471Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2022-03-09T23:10:30.439Z] === RUN TestDockerSuite/TestEventsFilterImageName [2022-03-09T23:10:31.475Z] === RUN TestDockerSuite/TestRmiBlank [2022-03-09T23:10:31.475Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2022-03-09T23:10:31.475Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2022-03-09T23:10:37.494Z] === RUN TestDockerSuite/TestEventsFilterLabels [2022-03-09T23:10:37.494Z] === RUN TestDockerSuite/TestEventsFilterType [2022-03-09T23:10:38.455Z] === RUN TestDockerSuite/TestEventsFilters [2022-03-09T23:10:38.680Z] === RUN TestDockerSuite/TestBuildStopSignal [2022-03-09T23:10:38.680Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-03-09T23:10:38.680Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2022-03-09T23:10:39.742Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2022-03-09T23:10:41.416Z] === RUN TestDockerSuite/TestBuildTagEvent [2022-03-09T23:10:45.508Z] === RUN TestDockerSuite/TestEventsFormat [2022-03-09T23:10:46.448Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2022-03-09T23:10:47.572Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2022-03-09T23:10:48.662Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2022-03-09T23:10:49.650Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2022-03-09T23:10:52.601Z] === RUN TestDockerSuite/TestEventsFormatBadField [2022-03-09T23:10:52.602Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2022-03-09T23:10:52.602Z] === RUN TestDockerSuite/TestEventsImageImport [2022-03-09T23:10:52.602Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-03-09T23:10:52.602Z] === RUN TestDockerSuite/TestEventsImageLoad [2022-03-09T23:10:52.602Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-03-09T23:10:52.602Z] === RUN TestDockerSuite/TestEventsImagePull [2022-03-09T23:10:52.602Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-03-09T23:10:52.602Z] === RUN TestDockerSuite/TestEventsImageTag [2022-03-09T23:10:53.563Z] === RUN TestDockerSuite/TestEventsPluginOps [2022-03-09T23:10:53.563Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-03-09T23:10:53.563Z] === RUN TestDockerSuite/TestEventsRename [2022-03-09T23:10:53.724Z] === RUN TestDockerSuite/TestBuildUser [2022-03-09T23:10:53.724Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-03-09T23:10:53.724Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2022-03-09T23:10:53.724Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-03-09T23:10:53.724Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2022-03-09T23:10:53.724Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-03-09T23:10:53.724Z] === RUN TestDockerSuite/TestBuildVerboseOut [2022-03-09T23:10:56.824Z] === RUN TestDockerSuite/TestRmiImgIDForce [2022-03-09T23:10:57.282Z] === RUN TestDockerSuite/TestEventsResize [2022-03-09T23:10:58.730Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2022-03-09T23:10:59.240Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2022-03-09T23:11:02.703Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2022-03-09T23:11:08.263Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2022-03-09T23:11:08.263Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-03-09T23:11:08.263Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2022-03-09T23:11:08.263Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-03-09T23:11:08.263Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2022-03-09T23:11:11.370Z] === RUN TestDockerSuite/TestRmiParentImageFail [2022-03-09T23:11:16.136Z] === RUN TestDockerSuite/TestRmiTag [2022-03-09T23:11:17.127Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2022-03-09T23:11:20.083Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2022-03-09T23:11:32.964Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2022-03-09T23:11:34.119Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2022-03-09T23:11:34.492Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2022-03-09T23:11:35.178Z] === RUN TestDockerSuite/TestBuildWindowsUser [2022-03-09T23:11:37.902Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2022-03-09T23:11:39.159Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2022-03-09T23:11:40.856Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2022-03-09T23:11:44.923Z] === RUN TestDockerSuite/TestEventsTop [2022-03-09T23:11:44.923Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-03-09T23:11:44.923Z] === RUN TestDockerSuite/TestEventsUntag [2022-03-09T23:11:46.719Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2022-03-09T23:11:47.711Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2022-03-09T23:11:47.711Z] docker_cli_run_test.go:4399: unmatched requirement DaemonIsLinux [2022-03-09T23:11:47.711Z] === RUN TestDockerSuite/TestRunAddHost [2022-03-09T23:11:47.711Z] docker_cli_run_test.go:1575: unmatched requirement DaemonIsLinux [2022-03-09T23:11:47.711Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2022-03-09T23:11:47.711Z] docker_cli_run_test.go:3912: unmatched requirement DaemonIsLinux [2022-03-09T23:11:47.711Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2022-03-09T23:11:47.711Z] docker_cli_run_test.go:1170: unmatched requirement DaemonIsLinux [2022-03-09T23:11:47.711Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2022-03-09T23:11:47.711Z] docker_cli_run_test.go:1188: unmatched requirement DaemonIsLinux [2022-03-09T23:11:47.711Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2022-03-09T23:11:47.711Z] docker_cli_run_test.go:1179: unmatched requirement DaemonIsLinux [2022-03-09T23:11:47.711Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2022-03-09T23:11:47.711Z] docker_cli_run_test.go:2055: unmatched requirement DaemonIsLinux [2022-03-09T23:11:47.711Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2022-03-09T23:11:47.812Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2022-03-09T23:11:48.107Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2022-03-09T23:11:49.935Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2022-03-09T23:11:49.935Z] docker_cli_run_test.go:2260: unmatched requirement DaemonIsLinux [2022-03-09T23:11:49.935Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2022-03-09T23:11:49.935Z] docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux [2022-03-09T23:11:49.935Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2022-03-09T23:11:54.197Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2022-03-09T23:11:54.197Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2022-03-09T23:11:54.197Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2022-03-09T23:11:54.197Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2022-03-09T23:11:54.197Z] === RUN TestDockerSuite/TestBuildWithFailure [2022-03-09T23:11:54.862Z] === RUN TestDockerSuite/TestExec [2022-03-09T23:11:54.862Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-03-09T23:11:54.862Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2022-03-09T23:11:54.862Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2022-03-09T23:11:54.862Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2022-03-09T23:11:55.800Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2022-03-09T23:11:57.198Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2022-03-09T23:11:57.198Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-09T23:11:57.667Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2022-03-09T23:11:57.751Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2022-03-09T23:11:58.751Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2022-03-09T23:12:01.465Z] === RUN TestDockerSuite/TestExecAPIStart [2022-03-09T23:12:01.465Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2022-03-09T23:12:01.465Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2022-03-09T23:12:01.465Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2022-03-09T23:12:01.465Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2022-03-09T23:12:01.465Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2022-03-09T23:12:01.465Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2022-03-09T23:12:01.701Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2022-03-09T23:12:04.653Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2022-03-09T23:12:05.236Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2022-03-09T23:12:07.607Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2022-03-09T23:12:07.607Z] === RUN TestDockerSuite/TestRunBindMounts [2022-03-09T23:12:09.905Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2022-03-09T23:12:12.614Z] === RUN TestDockerSuite/TestBuildWithTabs [2022-03-09T23:12:13.511Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2022-03-09T23:12:13.511Z] docker_cli_run_test.go:1051: unmatched requirement DaemonIsLinux [2022-03-09T23:12:13.511Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2022-03-09T23:12:13.511Z] docker_cli_run_test.go:1061: unmatched requirement DaemonIsLinux [2022-03-09T23:12:13.511Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2022-03-09T23:12:13.511Z] docker_cli_run_test.go:2976: unmatched requirement DaemonIsLinux [2022-03-09T23:12:13.511Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2022-03-09T23:12:13.511Z] docker_cli_run_test.go:1041: unmatched requirement DaemonIsLinux [2022-03-09T23:12:13.511Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2022-03-09T23:12:13.511Z] docker_cli_run_test.go:1032: unmatched requirement DaemonIsLinux [2022-03-09T23:12:13.511Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2022-03-09T23:12:13.511Z] docker_cli_run_test.go:3162: unmatched requirement DaemonIsLinux [2022-03-09T23:12:13.511Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2022-03-09T23:12:13.511Z] docker_cli_run_test.go:1022: unmatched requirement DaemonIsLinux [2022-03-09T23:12:13.511Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2022-03-09T23:12:13.511Z] docker_cli_run_test.go:1010: unmatched requirement DaemonIsLinux [2022-03-09T23:12:13.511Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2022-03-09T23:12:13.511Z] docker_cli_run_test.go:984: unmatched requirement DaemonIsLinux [2022-03-09T23:12:13.511Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2022-03-09T23:12:13.511Z] docker_cli_run_test.go:997: unmatched requirement DaemonIsLinux [2022-03-09T23:12:13.511Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2022-03-09T23:12:13.511Z] docker_cli_run_test.go:975: unmatched requirement DaemonIsLinux [2022-03-09T23:12:13.511Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2022-03-09T23:12:13.620Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2022-03-09T23:12:16.435Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2022-03-09T23:12:16.907Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2022-03-09T23:12:17.355Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2022-03-09T23:12:17.355Z] docker_cli_run_test.go:1926: unmatched requirement DaemonIsLinux [2022-03-09T23:12:17.355Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2022-03-09T23:12:18.289Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2022-03-09T23:12:23.010Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2022-03-09T23:12:23.010Z] docker_cli_run_test.go:3304: unmatched requirement DaemonIsLinux [2022-03-09T23:12:23.010Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2022-03-09T23:12:23.010Z] docker_cli_run_test.go:3328: unmatched requirement DaemonIsLinux [2022-03-09T23:12:23.010Z] === RUN TestDockerSuite/TestRunContainerNetwork [2022-03-09T23:12:24.733Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2022-03-09T23:12:24.733Z] docker_cli_run_test.go:3295: unmatched requirement DaemonIsLinux [2022-03-09T23:12:24.733Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2022-03-09T23:12:24.733Z] docker_cli_run_test.go:3280: unmatched requirement DaemonIsLinux [2022-03-09T23:12:24.733Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2022-03-09T23:12:24.733Z] docker_cli_run_test.go:3205: unmatched requirement DaemonIsLinux [2022-03-09T23:12:24.733Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2022-03-09T23:12:24.733Z] docker_cli_run_test.go:2704: unmatched requirement DaemonIsLinux [2022-03-09T23:12:24.733Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2022-03-09T23:12:24.733Z] docker_cli_run_test.go:2653: unmatched requirement DaemonIsLinux [2022-03-09T23:12:24.733Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2022-03-09T23:12:24.733Z] docker_cli_run_test.go:2726: unmatched requirement DaemonIsLinux [2022-03-09T23:12:25.202Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2022-03-09T23:12:25.202Z] docker_cli_run_test.go:2716: unmatched requirement DaemonIsLinux [2022-03-09T23:12:25.202Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2022-03-09T23:12:26.837Z] === RUN TestDockerSuite/TestExecCgroup [2022-03-09T23:12:26.837Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-03-09T23:12:26.837Z] === RUN TestDockerSuite/TestExecEnv [2022-03-09T23:12:26.838Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-03-09T23:12:26.838Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2022-03-09T23:12:26.838Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-03-09T23:12:26.838Z] === RUN TestDockerSuite/TestExecExitStatus [2022-03-09T23:12:27.418Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2022-03-09T23:12:30.643Z] === RUN TestDockerSuite/TestExecInspectID [2022-03-09T23:12:31.829Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2022-03-09T23:12:34.787Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2022-03-09T23:12:34.787Z] docker_cli_run_test.go:1676: unmatched requirement DaemonIsLinux [2022-03-09T23:12:34.787Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2022-03-09T23:12:34.787Z] docker_cli_run_test.go:1657: unmatched requirement DaemonIsLinux [2022-03-09T23:12:34.787Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2022-03-09T23:12:34.787Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2022-03-09T23:12:34.787Z] === RUN TestDockerSuite/TestRunCreateVolume [2022-03-09T23:12:36.411Z] === RUN TestDockerSuite/TestExecInteractive [2022-03-09T23:12:36.412Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-03-09T23:12:36.412Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2022-03-09T23:12:36.412Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-03-09T23:12:36.412Z] === RUN TestDockerSuite/TestExecParseError [2022-03-09T23:12:36.412Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-03-09T23:12:36.412Z] === RUN TestDockerSuite/TestExecPausedContainer [2022-03-09T23:12:36.412Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-03-09T23:12:36.412Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2022-03-09T23:12:36.412Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-03-09T23:12:36.412Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2022-03-09T23:12:38.153Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2022-03-09T23:12:38.153Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-03-09T23:12:38.613Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2022-03-09T23:12:38.613Z] docker_cli_run_test.go:2147: unmatched requirement DaemonIsLinux [2022-03-09T23:12:38.613Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2022-03-09T23:12:38.613Z] docker_cli_run_test.go:620: unmatched requirement DaemonIsLinux [2022-03-09T23:12:38.613Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2022-03-09T23:12:38.613Z] docker_cli_run_test.go:382: unmatched requirement DaemonIsLinux [2022-03-09T23:12:38.613Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2022-03-09T23:12:38.613Z] docker_cli_run_test.go:426: unmatched requirement DaemonIsLinux [2022-03-09T23:12:38.613Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2022-03-09T23:12:38.626Z] === RUN TestDockerSuite/TestBuildWithVolumes [2022-03-09T23:12:38.626Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-03-09T23:12:39.094Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2022-03-09T23:12:39.094Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2022-03-09T23:12:39.094Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2022-03-09T23:12:40.178Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2022-03-09T23:12:40.664Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2022-03-09T23:12:41.131Z] === RUN TestDockerSuite/TestExecSetEnv [2022-03-09T23:12:41.131Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-03-09T23:12:41.131Z] === RUN TestDockerSuite/TestExecStartFails [2022-03-09T23:12:41.131Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-03-09T23:12:41.131Z] === RUN TestDockerSuite/TestExecStateCleanup [2022-03-09T23:12:41.131Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2022-03-09T23:12:41.131Z] === RUN TestDockerSuite/TestExecStopNotHanging [2022-03-09T23:12:41.131Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-03-09T23:12:41.131Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2022-03-09T23:12:41.131Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-03-09T23:12:41.131Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2022-03-09T23:12:45.803Z] === RUN TestDockerSuite/TestExecUlimits [2022-03-09T23:12:45.803Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-03-09T23:12:45.803Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2022-03-09T23:12:49.743Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2022-03-09T23:12:49.744Z] docker_cli_run_test.go:1252: unmatched requirement DaemonIsLinux [2022-03-09T23:12:49.744Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2022-03-09T23:12:49.744Z] docker_cli_run_test.go:3877: unmatched requirement DaemonIsLinux [2022-03-09T23:12:49.744Z] === RUN TestDockerSuite/TestRunDNSOptions [2022-03-09T23:12:49.744Z] docker_cli_run_test.go:1287: unmatched requirement DaemonIsLinux [2022-03-09T23:12:49.744Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2022-03-09T23:12:49.744Z] docker_cli_run_test.go:1320: unmatched requirement DaemonIsLinux [2022-03-09T23:12:49.744Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2022-03-09T23:12:49.744Z] docker_cli_run_test.go:1309: unmatched requirement DaemonIsLinux [2022-03-09T23:12:49.744Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2022-03-09T23:12:49.744Z] docker_cli_run_test.go:2020: unmatched requirement DaemonIsLinux [2022-03-09T23:12:49.744Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2022-03-09T23:12:51.102Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2022-03-09T23:12:51.965Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2022-03-09T23:12:51.965Z] docker_cli_run_test.go:1140: unmatched requirement DaemonIsLinux [2022-03-09T23:12:51.965Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2022-03-09T23:12:51.965Z] === RUN TestDockerSuite/TestRunDuplicateMount [2022-03-09T23:12:51.965Z] docker_cli_run_test.go:4052: unmatched requirement DaemonIsLinux [2022-03-09T23:12:51.965Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2022-03-09T23:12:53.320Z] === RUN TestDockerSuite/TestBuildXZHost [2022-03-09T23:12:53.320Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-03-09T23:12:53.320Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2022-03-09T23:12:53.320Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-03-09T23:12:53.320Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2022-03-09T23:12:53.320Z] docker_cli_sni_test.go:18: Flakey test [2022-03-09T23:12:53.320Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2022-03-09T23:12:54.757Z] === RUN TestDockerSuite/TestExecWithImageUser [2022-03-09T23:12:54.757Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-03-09T23:12:54.757Z] === RUN TestDockerSuite/TestExecWithPrivileged [2022-03-09T23:12:54.757Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-03-09T23:12:54.757Z] === RUN TestDockerSuite/TestExecWithUser [2022-03-09T23:12:54.757Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-03-09T23:12:54.757Z] === RUN TestDockerSuite/TestGetContainerStats [2022-03-09T23:12:56.280Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2022-03-09T23:12:56.596Z] === RUN TestDockerSuite/TestRunEchoStdout [2022-03-09T23:12:59.579Z] === RUN TestDockerSuite/TestRunEmptyEnv [2022-03-09T23:12:59.579Z] docker_cli_run_test.go:4135: unmatched requirement DaemonIsLinux [2022-03-09T23:12:59.579Z] === RUN TestDockerSuite/TestRunEntrypoint [2022-03-09T23:13:03.422Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2022-03-09T23:13:03.685Z] === RUN TestDockerSuite/TestRunEnvironment [2022-03-09T23:13:03.685Z] docker_cli_run_test.go:816: unmatched requirement DaemonIsLinux [2022-03-09T23:13:03.685Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2022-03-09T23:13:03.685Z] docker_cli_run_test.go:855: unmatched requirement DaemonIsLinux [2022-03-09T23:13:03.685Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2022-03-09T23:13:03.685Z] docker_cli_run_test.go:888: unmatched requirement DaemonIsLinux [2022-03-09T23:13:03.685Z] === RUN TestDockerSuite/TestRunExitCode [2022-03-09T23:13:05.961Z] === RUN TestDockerSuite/TestRunExitCodeOne [2022-03-09T23:13:06.769Z] === RUN TestDockerSuite/TestCommitChange [2022-03-09T23:13:08.912Z] === RUN TestDockerSuite/TestRunExitCodeZero [2022-03-09T23:13:10.467Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2022-03-09T23:13:11.864Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2022-03-09T23:13:12.639Z] === RUN TestDockerSuite/TestCommitChangeLabels [2022-03-09T23:13:14.820Z] === RUN TestDockerSuite/TestRunExposePort [2022-03-09T23:13:14.820Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2022-03-09T23:13:14.820Z] docker_cli_run_test.go:946: unmatched requirement DaemonIsLinux [2022-03-09T23:13:14.820Z] === RUN TestDockerSuite/TestRunGroupAdd [2022-03-09T23:13:14.820Z] docker_cli_run_test.go:1073: unmatched requirement DaemonIsLinux [2022-03-09T23:13:14.820Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2022-03-09T23:13:14.820Z] docker_cli_run_test.go:4378: unmatched requirement DaemonIsLinux [2022-03-09T23:13:14.820Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2022-03-09T23:13:14.820Z] docker_cli_run_test.go:4391: unmatched requirement DaemonIsLinux [2022-03-09T23:13:14.820Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2022-03-09T23:13:14.820Z] docker_cli_run_test.go:4119: unmatched requirement Isolation.IsHyperV-fm [2022-03-09T23:13:14.820Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2022-03-09T23:13:14.820Z] docker_cli_run_test.go:3693: unmatched requirement DaemonIsLinux [2022-03-09T23:13:14.820Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2022-03-09T23:13:14.820Z] docker_cli_run_test.go:1998: unmatched requirement DaemonIsLinux [2022-03-09T23:13:14.820Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2022-03-09T23:13:15.135Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2022-03-09T23:13:18.519Z] === RUN TestDockerSuite/TestCommitHardlink [2022-03-09T23:13:18.519Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-03-09T23:13:18.519Z] === RUN TestDockerSuite/TestCommitNewFile [2022-03-09T23:13:22.136Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2022-03-09T23:13:22.136Z] docker_cli_run_test.go:3240: unmatched requirement DaemonIsLinux [2022-03-09T23:13:22.136Z] === RUN TestDockerSuite/TestRunInvalidReference [2022-03-09T23:13:22.136Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2022-03-09T23:13:22.136Z] docker_cli_run_test.go:59: unmatched requirement DaemonIsLinux [2022-03-09T23:13:22.136Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2022-03-09T23:13:22.136Z] docker_cli_run_test.go:3349: unmatched requirement DaemonIsLinux [2022-03-09T23:13:22.136Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2022-03-09T23:13:22.136Z] docker_cli_run_test.go:194: unmatched requirement DaemonIsLinux [2022-03-09T23:13:22.136Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2022-03-09T23:13:22.136Z] docker_cli_run_test.go:179: unmatched requirement DaemonIsLinux [2022-03-09T23:13:22.136Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2022-03-09T23:13:23.718Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2022-03-09T23:13:23.719Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-03-09T23:13:23.719Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2022-03-09T23:13:23.719Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2022-03-09T23:13:23.719Z] === RUN TestDockerSuite/TestHealth [2022-03-09T23:13:23.719Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-03-09T23:13:23.719Z] === RUN TestDockerSuite/TestHistoryExistentImage [2022-03-09T23:13:23.719Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2022-03-09T23:13:23.719Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2022-03-09T23:13:23.719Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2022-03-09T23:13:29.297Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2022-03-09T23:13:29.297Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2022-03-09T23:13:29.297Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2022-03-09T23:13:30.831Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2022-03-09T23:13:30.831Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2022-03-09T23:13:30.831Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-03-09T23:13:30.831Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2022-03-09T23:13:30.831Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2022-03-09T23:13:30.831Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2022-03-09T23:13:30.831Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2022-03-09T23:13:31.024Z] === RUN TestDockerSuite/TestCommitPausedContainer [2022-03-09T23:13:31.024Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-03-09T23:13:31.024Z] === RUN TestDockerSuite/TestCommitTTY [2022-03-09T23:13:31.290Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2022-03-09T23:13:31.290Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-03-09T23:13:31.290Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2022-03-09T23:13:31.512Z] === RUN TestDockerSuite/TestRunModeHostname [2022-03-09T23:13:31.512Z] docker_cli_run_test.go:1197: unmatched requirement DaemonIsLinux [2022-03-09T23:13:31.512Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2022-03-09T23:13:31.512Z] docker_cli_run_test.go:2310: unmatched requirement DaemonIsLinux [2022-03-09T23:13:31.512Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2022-03-09T23:13:31.512Z] docker_cli_run_test.go:2319: unmatched requirement DaemonIsLinux [2022-03-09T23:13:31.512Z] === RUN TestDockerSuite/TestRunModeIpcHost [2022-03-09T23:13:31.512Z] docker_cli_run_test.go:2288: unmatched requirement DaemonIsLinux [2022-03-09T23:13:31.512Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2022-03-09T23:13:31.512Z] docker_cli_run_test.go:3393: unmatched requirement DaemonIsLinux [2022-03-09T23:13:31.512Z] === RUN TestDockerSuite/TestRunModePIDContainer [2022-03-09T23:13:31.512Z] docker_cli_run_test.go:2332: unmatched requirement DaemonIsLinux [2022-03-09T23:13:31.512Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2022-03-09T23:13:31.512Z] docker_cli_run_test.go:2357: unmatched requirement DaemonIsLinux [2022-03-09T23:13:31.512Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2022-03-09T23:13:31.512Z] docker_cli_run_test.go:2366: unmatched requirement DaemonIsLinux [2022-03-09T23:13:31.512Z] === RUN TestDockerSuite/TestRunModeUTSHost [2022-03-09T23:13:31.512Z] docker_cli_run_test.go:2424: unmatched requirement DaemonIsLinux [2022-03-09T23:13:31.512Z] === RUN TestDockerSuite/TestRunMount [2022-03-09T23:13:31.512Z] docker_cli_run_test.go:4201: unmatched requirement DaemonIsLinux [2022-03-09T23:13:31.512Z] === RUN TestDockerSuite/TestRunMountOrdering [2022-03-09T23:13:31.512Z] docker_cli_run_test.go:2075: unmatched requirement DaemonIsLinux [2022-03-09T23:13:31.512Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2022-03-09T23:13:31.512Z] docker_cli_run_test.go:4189: unmatched requirement DaemonIsLinux [2022-03-09T23:13:31.512Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2022-03-09T23:13:31.512Z] docker_cli_run_test.go:2379: unmatched requirement DaemonIsLinux [2022-03-09T23:13:31.512Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2022-03-09T23:13:32.830Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2022-03-09T23:13:32.830Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2022-03-09T23:13:35.008Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2022-03-09T23:13:35.009Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2022-03-09T23:13:37.927Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2022-03-09T23:13:39.702Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2022-03-09T23:13:40.169Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2022-03-09T23:13:40.169Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-03-09T23:13:40.169Z] === RUN TestDockerSuite/TestRunNamedVolume [2022-03-09T23:13:40.169Z] docker_cli_run_test.go:3182: unmatched requirement DaemonIsLinux [2022-03-09T23:13:40.169Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2022-03-09T23:13:40.169Z] docker_cli_run_test.go:3744: unmatched requirement DaemonIsLinux [2022-03-09T23:13:40.169Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2022-03-09T23:13:41.690Z] === RUN TestDockerSuite/TestImagesFormat [2022-03-09T23:13:42.150Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2022-03-09T23:13:42.150Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-03-09T23:13:42.150Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2022-03-09T23:13:45.899Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2022-03-09T23:13:46.037Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2022-03-09T23:13:46.359Z] === RUN TestDockerSuite/TestImportBadURL [2022-03-09T23:13:46.359Z] === RUN TestDockerSuite/TestImportDisplay [2022-03-09T23:13:46.359Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-03-09T23:13:46.359Z] === RUN TestDockerSuite/TestImportFile [2022-03-09T23:13:46.359Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-03-09T23:13:46.359Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2022-03-09T23:13:46.360Z] === RUN TestDockerSuite/TestImportFileWithMessage [2022-03-09T23:13:46.360Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-03-09T23:13:46.360Z] === RUN TestDockerSuite/TestImportGzipped [2022-03-09T23:13:46.360Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-03-09T23:13:46.360Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2022-03-09T23:13:46.360Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-03-09T23:13:46.360Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2022-03-09T23:13:46.360Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-03-09T23:13:46.360Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2022-03-09T23:13:46.360Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-03-09T23:13:46.360Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2022-03-09T23:13:46.360Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-03-09T23:13:46.360Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2022-03-09T23:13:46.360Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2022-03-09T23:13:46.818Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-03-09T23:13:46.818Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2022-03-09T23:13:46.818Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-09T23:13:46.818Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2022-03-09T23:13:50.218Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2022-03-09T23:13:50.218Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-03-09T23:13:50.218Z] === RUN TestDockerSuite/TestCommitWithoutPause [2022-03-09T23:13:50.218Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-03-09T23:13:50.218Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2022-03-09T23:13:50.218Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-03-09T23:13:50.218Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2022-03-09T23:13:50.218Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-03-09T23:13:50.218Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2022-03-09T23:13:50.218Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-03-09T23:13:50.218Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2022-03-09T23:13:50.218Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-03-09T23:13:50.218Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2022-03-09T23:13:50.218Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2022-03-09T23:13:50.218Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2022-03-09T23:13:50.218Z] === RUN TestDockerSuite/TestContainerAPICommit [2022-03-09T23:13:50.560Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2022-03-09T23:13:51.904Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2022-03-09T23:13:51.904Z] docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux [2022-03-09T23:13:51.904Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2022-03-09T23:13:51.904Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2022-03-09T23:13:51.904Z] === RUN TestDockerSuite/TestRunNetHost [2022-03-09T23:13:51.904Z] docker_cli_run_test.go:2545: unmatched requirement DaemonIsLinux [2022-03-09T23:13:51.904Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2022-03-09T23:13:51.904Z] docker_cli_run_test.go:930: unmatched requirement DaemonIsLinux [2022-03-09T23:13:51.904Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2022-03-09T23:13:51.904Z] docker_cli_run_test.go:2568: unmatched requirement DaemonIsLinux [2022-03-09T23:13:51.904Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2022-03-09T23:13:51.904Z] docker_cli_run_test.go:3037: unmatched requirement DaemonIsLinux [2022-03-09T23:13:51.904Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2022-03-09T23:13:51.904Z] docker_cli_run_test.go:3061: unmatched requirement DaemonIsLinux [2022-03-09T23:13:51.904Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2022-03-09T23:13:51.904Z] docker_cli_run_test.go:3083: unmatched requirement DaemonIsLinux [2022-03-09T23:13:51.904Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2022-03-09T23:13:51.904Z] docker_cli_run_test.go:3407: unmatched requirement DaemonIsLinux [2022-03-09T23:13:51.904Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2022-03-09T23:13:51.904Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2022-03-09T23:13:52.890Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2022-03-09T23:13:55.104Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2022-03-09T23:13:55.234Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2022-03-09T23:13:55.234Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-03-09T23:13:55.234Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2022-03-09T23:13:55.234Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-03-09T23:13:55.234Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2022-03-09T23:13:55.234Z] === RUN TestDockerSuite/TestInspectAmpersand [2022-03-09T23:13:55.234Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-03-09T23:13:55.234Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2022-03-09T23:13:57.319Z] === RUN TestDockerSuite/TestRunNonExistingImage [2022-03-09T23:13:58.304Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2022-03-09T23:13:58.951Z] === RUN TestDockerSuite/TestInspectByPrefix [2022-03-09T23:13:58.951Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2022-03-09T23:14:01.323Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2022-03-09T23:14:01.323Z] docker_cli_run_test.go:1402: unmatched requirement DaemonIsLinux [2022-03-09T23:14:01.323Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2022-03-09T23:14:01.323Z] docker_cli_run_test.go:2776: unmatched requirement DaemonIsLinux [2022-03-09T23:14:01.323Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2022-03-09T23:14:01.323Z] docker_cli_run_test.go:2466: unmatched requirement DaemonIsLinux [2022-03-09T23:14:01.323Z] === RUN TestDockerSuite/TestRunPortInUse [2022-03-09T23:14:01.323Z] docker_cli_run_test.go:2038: unmatched requirement DaemonIsLinux [2022-03-09T23:14:01.323Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2022-03-09T23:14:01.323Z] docker_cli_run_test.go:956: unmatched requirement DaemonIsLinux [2022-03-09T23:14:01.323Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2022-03-09T23:14:01.323Z] docker_cli_run_test.go:1084: unmatched requirement DaemonIsLinux [2022-03-09T23:14:01.323Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2022-03-09T23:14:01.323Z] docker_cli_run_test.go:1123: unmatched requirement DaemonIsLinux [2022-03-09T23:14:01.323Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2022-03-09T23:14:01.323Z] docker_cli_run_test.go:1131: unmatched requirement DaemonIsLinux [2022-03-09T23:14:01.323Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2022-03-09T23:14:02.814Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2022-03-09T23:14:03.624Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2022-03-09T23:14:03.625Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-03-09T23:14:03.625Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2022-03-09T23:14:03.625Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-03-09T23:14:03.625Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2022-03-09T23:14:03.625Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-03-09T23:14:03.625Z] === RUN TestDockerSuite/TestInspectDefault [2022-03-09T23:14:07.651Z] === RUN TestDockerSuite/TestRunPublishPort [2022-03-09T23:14:07.651Z] docker_cli_run_test.go:2951: unmatched requirement DaemonIsLinux [2022-03-09T23:14:07.651Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2022-03-09T23:14:07.651Z] docker_cli_run_test.go:2854: unmatched requirement Apparmor [2022-03-09T23:14:07.651Z] === RUN TestDockerSuite/TestRunReadProcLatency [2022-03-09T23:14:07.651Z] docker_cli_run_test.go:2833: unmatched requirement DaemonIsLinux [2022-03-09T23:14:07.651Z] === RUN TestDockerSuite/TestRunReadProcTimer [2022-03-09T23:14:07.651Z] docker_cli_run_test.go:2818: unmatched requirement DaemonIsLinux [2022-03-09T23:14:07.651Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2022-03-09T23:14:07.651Z] docker_cli_run_test.go:1424: unmatched requirement DaemonIsLinux [2022-03-09T23:14:07.651Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2022-03-09T23:14:08.313Z] === RUN TestDockerSuite/TestInspectHistory [2022-03-09T23:14:15.405Z] === RUN TestDockerSuite/TestInspectImage [2022-03-09T23:14:15.405Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-03-09T23:14:15.405Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2022-03-09T23:14:15.405Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-03-09T23:14:15.405Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2022-03-09T23:14:15.405Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-09T23:14:15.405Z] === RUN TestDockerSuite/TestInspectInt64 [2022-03-09T23:14:17.755Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2022-03-09T23:14:17.755Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-09T23:14:17.755Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2022-03-09T23:14:18.069Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2022-03-09T23:14:18.069Z] docker_cli_run_test.go:2120: unmatched requirement DaemonIsLinux [2022-03-09T23:14:18.069Z] === RUN TestDockerSuite/TestRunRm [2022-03-09T23:14:19.119Z] === RUN TestDockerSuite/TestInspectJSONFields [2022-03-09T23:14:19.636Z] === RUN TestDockerSuite/TestRunRmAndWait [2022-03-09T23:14:23.629Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2022-03-09T23:14:23.629Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2022-03-09T23:14:23.629Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2022-03-09T23:14:23.629Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-09T23:14:23.629Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2022-03-09T23:14:23.629Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2022-03-09T23:14:23.629Z] === RUN TestDockerSuite/TestContainerAPICreate [2022-03-09T23:14:25.508Z] === RUN TestDockerSuite/TestRunRmPre125Api [2022-03-09T23:14:25.915Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2022-03-09T23:14:25.915Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2022-03-09T23:14:26.384Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2022-03-09T23:14:26.384Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2022-03-09T23:14:28.512Z] === RUN TestDockerSuite/TestRunRootWorkdir [2022-03-09T23:14:29.351Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2022-03-09T23:14:29.351Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2022-03-09T23:14:29.351Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2022-03-09T23:14:29.352Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2022-03-09T23:14:29.352Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2022-03-09T23:14:29.352Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2022-03-09T23:14:29.352Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2022-03-09T23:14:29.352Z] === RUN TestDockerSuite/TestContainerAPIDelete [2022-03-09T23:14:31.461Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2022-03-09T23:14:31.475Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2022-03-09T23:14:31.475Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2022-03-09T23:14:32.308Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2022-03-09T23:14:33.679Z] === RUN TestDockerSuite/TestRunSetMacAddress [2022-03-09T23:14:35.263Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2022-03-09T23:14:36.631Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2022-03-09T23:14:36.631Z] docker_cli_run_test.go:2232: unmatched requirement DaemonIsLinux [2022-03-09T23:14:36.631Z] === RUN TestDockerSuite/TestRunState [2022-03-09T23:14:36.631Z] docker_cli_run_test.go:1620: unmatched requirement DaemonIsLinux [2022-03-09T23:14:36.631Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2022-03-09T23:14:37.300Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2022-03-09T23:14:37.487Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2022-03-09T23:14:37.487Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2022-03-09T23:14:37.487Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2022-03-09T23:14:37.487Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2022-03-09T23:14:39.583Z] === RUN TestDockerSuite/TestRunStdinPipe [2022-03-09T23:14:39.583Z] docker_cli_run_test.go:97: unmatched requirement DaemonIsLinux [2022-03-09T23:14:39.583Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2022-03-09T23:14:40.444Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2022-03-09T23:14:40.444Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2022-03-09T23:14:41.982Z] === RUN TestDockerSuite/TestInspectPlugin [2022-03-09T23:14:41.982Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-03-09T23:14:41.982Z] === RUN TestDockerSuite/TestInspectRootFS [2022-03-09T23:14:41.982Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2022-03-09T23:14:42.533Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2022-03-09T23:14:42.533Z] docker_cli_run_test.go:1107: unmatched requirement DaemonIsLinux [2022-03-09T23:14:42.533Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2022-03-09T23:14:42.533Z] docker_cli_run_test.go:1115: unmatched requirement DaemonIsLinux [2022-03-09T23:14:42.533Z] === RUN TestDockerSuite/TestRunTLSVerify [2022-03-09T23:14:42.533Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2022-03-09T23:14:42.533Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2022-03-09T23:14:42.533Z] docker_cli_run_test.go:1155: unmatched requirement DaemonIsLinux [2022-03-09T23:14:42.533Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2022-03-09T23:14:43.436Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2022-03-09T23:14:43.436Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2022-03-09T23:14:43.436Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2022-03-09T23:14:43.436Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2022-03-09T23:14:43.436Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2022-03-09T23:14:45.698Z] === RUN TestDockerSuite/TestInspectStatus [2022-03-09T23:14:46.393Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2022-03-09T23:14:46.393Z] === RUN TestDockerSuite/TestContainerAPIKill [2022-03-09T23:14:48.537Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2022-03-09T23:14:48.537Z] docker_cli_run_test.go:966: unmatched requirement DaemonIsLinux [2022-03-09T23:14:48.537Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2022-03-09T23:14:48.537Z] docker_cli_run_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-09T23:14:48.537Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2022-03-09T23:14:48.537Z] docker_cli_run_test.go:1164: unmatched requirement DaemonIsLinux [2022-03-09T23:14:48.537Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2022-03-09T23:14:48.537Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2022-03-09T23:14:48.537Z] === RUN TestDockerSuite/TestRunUnshareProc [2022-03-09T23:14:48.537Z] docker_cli_run_test.go:2893: unmatched requirement Apparmor [2022-03-09T23:14:48.537Z] === RUN TestDockerSuite/TestRunUserByID [2022-03-09T23:14:48.537Z] docker_cli_run_test.go:735: unmatched requirement DaemonIsLinux [2022-03-09T23:14:48.537Z] === RUN TestDockerSuite/TestRunUserByIDBig [2022-03-09T23:14:48.537Z] docker_cli_run_test.go:745: unmatched requirement DaemonIsLinux [2022-03-09T23:14:48.537Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2022-03-09T23:14:48.537Z] docker_cli_run_test.go:758: unmatched requirement DaemonIsLinux [2022-03-09T23:14:48.537Z] === RUN TestDockerSuite/TestRunUserByIDZero [2022-03-09T23:14:48.537Z] docker_cli_run_test.go:771: unmatched requirement DaemonIsLinux [2022-03-09T23:14:48.537Z] === RUN TestDockerSuite/TestRunUserByName [2022-03-09T23:14:48.537Z] docker_cli_run_test.go:725: unmatched requirement DaemonIsLinux [2022-03-09T23:14:48.537Z] === RUN TestDockerSuite/TestRunUserDefaults [2022-03-09T23:14:48.610Z] === RUN TestDockerSuite/TestContainerAPIPause [2022-03-09T23:14:48.611Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2022-03-09T23:14:48.611Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2022-03-09T23:14:50.751Z] === RUN TestDockerSuite/TestRunUserNotFound [2022-03-09T23:14:50.751Z] docker_cli_run_test.go:784: unmatched requirement DaemonIsLinux [2022-03-09T23:14:50.751Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2022-03-09T23:14:51.625Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2022-03-09T23:14:51.625Z] === RUN TestDockerSuite/TestContainerAPIRename [2022-03-09T23:14:52.750Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2022-03-09T23:14:53.729Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2022-03-09T23:14:53.729Z] docker_cli_run_test.go:3842: unmatched requirement DaemonIsLinux [2022-03-09T23:14:53.729Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2022-03-09T23:14:53.729Z] docker_cli_run_test.go:3835: unmatched requirement DaemonIsLinux [2022-03-09T23:14:53.729Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2022-03-09T23:14:57.551Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2022-03-09T23:14:59.906Z] === RUN TestDockerSuite/TestInspectTemplateError [2022-03-09T23:15:00.296Z] === RUN TestDockerSuite/TestContainerAPIRestart [2022-03-09T23:15:03.620Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2022-03-09T23:15:04.093Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2022-03-09T23:15:06.255Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2022-03-09T23:15:06.508Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2022-03-09T23:15:08.859Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2022-03-09T23:15:08.859Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2022-03-09T23:15:08.859Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2022-03-09T23:15:08.859Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2022-03-09T23:15:08.859Z] === RUN TestDockerSuite/TestContainerAPIStart [2022-03-09T23:15:11.084Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2022-03-09T23:15:11.084Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2022-03-09T23:15:11.084Z] === RUN TestDockerSuite/TestContainerAPIStop [2022-03-09T23:15:11.173Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2022-03-09T23:15:12.124Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2022-03-09T23:15:14.072Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2022-03-09T23:15:17.837Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2022-03-09T23:15:19.295Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2022-03-09T23:15:19.295Z] docker_cli_run_test.go:657: unmatched requirement DaemonIsLinux [2022-03-09T23:15:19.295Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2022-03-09T23:15:19.295Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2022-03-09T23:15:19.881Z] === RUN TestDockerSuite/TestContainerAPITop [2022-03-09T23:15:19.881Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2022-03-09T23:15:19.881Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2022-03-09T23:15:21.552Z] === RUN TestDockerSuite/TestInspectUnknownObject [2022-03-09T23:15:21.552Z] === RUN TestDockerSuite/TestLinkShortDefinition [2022-03-09T23:15:21.552Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-03-09T23:15:21.552Z] === RUN TestDockerSuite/TestLinksEnvs [2022-03-09T23:15:21.552Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-03-09T23:15:21.552Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2022-03-09T23:15:21.552Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-03-09T23:15:21.552Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2022-03-09T23:15:21.552Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-03-09T23:15:21.552Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2022-03-09T23:15:21.552Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-03-09T23:15:21.552Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2022-03-09T23:15:21.552Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-03-09T23:15:21.552Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2022-03-09T23:15:21.552Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-03-09T23:15:21.552Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2022-03-09T23:15:21.552Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-03-09T23:15:21.552Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2022-03-09T23:15:21.552Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-03-09T23:15:21.552Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2022-03-09T23:15:21.552Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-03-09T23:15:21.552Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2022-03-09T23:15:21.552Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-03-09T23:15:21.552Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2022-03-09T23:15:21.552Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-03-09T23:15:21.552Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2022-03-09T23:15:21.552Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-03-09T23:15:21.552Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2022-03-09T23:15:21.552Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-03-09T23:15:21.552Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2022-03-09T23:15:21.552Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-03-09T23:15:21.552Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2022-03-09T23:15:21.552Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-03-09T23:15:21.552Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2022-03-09T23:15:21.552Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2022-03-09T23:15:21.552Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2022-03-09T23:15:21.561Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2022-03-09T23:15:21.561Z] === RUN TestDockerSuite/TestContainerAPIWait [2022-03-09T23:15:23.146Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2022-03-09T23:15:25.271Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2022-03-09T23:15:26.095Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2022-03-09T23:15:26.469Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2022-03-09T23:15:28.158Z] === RUN TestDockerSuite/TestLogsAPIUntil [2022-03-09T23:15:28.769Z] === RUN TestDockerSuite/TestContainerNetworkMode [2022-03-09T23:15:28.769Z] docker_cli_run_test.go:2403: unmatched requirement DaemonIsLinux [2022-03-09T23:15:28.769Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2022-03-09T23:15:28.769Z] docker_cli_run_test.go:3498: unmatched requirement DaemonIsLinux [2022-03-09T23:15:28.769Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2022-03-09T23:15:28.769Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2022-03-09T23:15:28.769Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2022-03-09T23:15:28.769Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2022-03-09T23:15:28.769Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2022-03-09T23:15:28.769Z] docker_cli_run_test.go:3544: unmatched requirement DaemonIsLinux [2022-03-09T23:15:28.769Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2022-03-09T23:15:29.045Z] === RUN TestDockerSuite/TestRunWithBadDevice [2022-03-09T23:15:29.045Z] docker_cli_run_test.go:1849: unmatched requirement DaemonIsLinux [2022-03-09T23:15:29.045Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2022-03-09T23:15:29.045Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2022-03-09T23:15:29.045Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2022-03-09T23:15:29.045Z] docker_cli_run_test.go:281: unmatched requirement DaemonIsLinux [2022-03-09T23:15:29.045Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2022-03-09T23:15:29.045Z] docker_cli_run_test.go:3709: unmatched requirement DaemonIsLinux [2022-03-09T23:15:29.045Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2022-03-09T23:15:29.045Z] docker_cli_run_test.go:3720: unmatched requirement DaemonIsLinux [2022-03-09T23:15:29.512Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2022-03-09T23:15:29.512Z] docker_cli_run_test.go:2799: unmatched requirement DaemonIsLinux [2022-03-09T23:15:29.512Z] === RUN TestDockerSuite/TestRunWithUlimits [2022-03-09T23:15:29.512Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2022-03-09T23:15:29.512Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2022-03-09T23:15:31.114Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2022-03-09T23:15:31.114Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2022-03-09T23:15:33.305Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2022-03-09T23:15:35.240Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2022-03-09T23:15:35.519Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2022-03-09T23:15:37.736Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2022-03-09T23:15:38.128Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2022-03-09T23:15:38.128Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-03-09T23:15:38.128Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2022-03-09T23:15:39.994Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2022-03-09T23:15:42.794Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2022-03-09T23:15:42.794Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2022-03-09T23:15:45.215Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2022-03-09T23:15:45.215Z] docker_cli_run_test.go:3010: unmatched requirement Apparmor [2022-03-09T23:15:45.215Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2022-03-09T23:15:45.215Z] docker_cli_run_test.go:1801: unmatched requirement DaemonIsLinux [2022-03-09T23:15:45.215Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2022-03-09T23:15:45.215Z] docker_cli_run_test.go:2809: unmatched requirement DaemonIsLinux [2022-03-09T23:15:45.215Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2022-03-09T23:15:45.215Z] docker_cli_run_test.go:3607: unmatched requirement DaemonIsLinux [2022-03-09T23:15:45.215Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2022-03-09T23:15:45.215Z] docker_cli_run_test.go:3618: unmatched requirement DaemonIsLinux [2022-03-09T23:15:45.215Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2022-03-09T23:15:45.215Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-03-09T23:15:45.215Z] === RUN TestDockerSuite/TestSaveCheckTimes [2022-03-09T23:15:45.215Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-03-09T23:15:45.215Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2022-03-09T23:15:45.215Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-03-09T23:15:45.215Z] === RUN TestDockerSuite/TestSaveImageId [2022-03-09T23:15:45.215Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-03-09T23:15:45.215Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2022-03-09T23:15:45.215Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-03-09T23:15:45.215Z] === RUN TestDockerSuite/TestSaveLoadParents [2022-03-09T23:15:45.215Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-03-09T23:15:45.215Z] === RUN TestDockerSuite/TestSaveMultipleNames [2022-03-09T23:15:45.215Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-03-09T23:15:45.215Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2022-03-09T23:15:45.215Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-03-09T23:15:45.215Z] === RUN TestDockerSuite/TestSaveSingleTag [2022-03-09T23:15:45.215Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-03-09T23:15:45.215Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2022-03-09T23:15:45.215Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-03-09T23:15:45.215Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2022-03-09T23:15:45.215Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-03-09T23:15:45.215Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2022-03-09T23:15:45.215Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-03-09T23:15:45.215Z] === RUN TestDockerSuite/TestSearchCmdOptions [2022-03-09T23:15:46.778Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2022-03-09T23:15:47.246Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2022-03-09T23:15:47.338Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [2022-03-09T23:15:47.721Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2022-03-09T23:15:48.198Z] === RUN TestDockerSuite/TestSearchWithLimit [2022-03-09T23:15:49.761Z] === RUN TestDockerSuite/TestSlowStdinClosing [2022-03-09T23:15:49.761Z] === RUN TestDockerSuite/TestSlowStdinClosing/0 [2022-03-09T23:15:50.392Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [2022-03-09T23:15:51.339Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2022-03-09T23:15:52.690Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000b868d0_} [2022-03-09T23:15:52.722Z] === RUN TestDockerSuite/TestSlowStdinClosing/1 [2022-03-09T23:15:55.674Z] === RUN TestDockerSuite/TestSlowStdinClosing/2 [2022-03-09T23:15:55.749Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-11696203738_c:\foo_false____} [2022-03-09T23:15:57.895Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2022-03-09T23:15:57.895Z] docker_cli_start_test.go:45: unmatched requirement DaemonIsLinux [2022-03-09T23:15:57.895Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2022-03-09T23:15:58.395Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2022-03-09T23:16:04.620Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-11696203738_c:\foo_true____} [2022-03-09T23:16:05.471Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2022-03-09T23:16:08.315Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2022-03-09T23:16:08.315Z] docker_cli_start_test.go:17: unmatched requirement DaemonIsLinux [2022-03-09T23:16:08.315Z] === RUN TestDockerSuite/TestStartAttachSilent [2022-03-09T23:16:11.236Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2022-03-09T23:16:11.973Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2022-03-09T23:16:11.973Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2022-03-09T23:16:11.973Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2022-03-09T23:16:11.973Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2022-03-09T23:16:11.973Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2022-03-09T23:16:11.973Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2022-03-09T23:16:11.973Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2022-03-09T23:16:11.973Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2022-03-09T23:16:11.973Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2022-03-09T23:16:11.973Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2022-03-09T23:16:11.973Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2022-03-09T23:16:11.973Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2022-03-09T23:16:11.973Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2022-03-09T23:16:11.973Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2022-03-09T23:16:11.973Z] docker_cli_run_test.go:3434: unmatched requirement DaemonIsLinux [2022-03-09T23:16:11.973Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2022-03-09T23:16:11.973Z] docker_cli_run_test.go:3426: unmatched requirement DaemonIsLinux [2022-03-09T23:16:11.973Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2022-03-09T23:16:11.973Z] docker_cli_run_test.go:3453: unmatched requirement DaemonIsLinux [2022-03-09T23:16:11.973Z] === RUN TestDockerSuite/TestCopyAndRestart [2022-03-09T23:16:11.973Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-03-09T23:16:11.973Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2022-03-09T23:16:11.973Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-03-09T23:16:11.973Z] === RUN TestDockerSuite/TestCpAbsolutePath [2022-03-09T23:16:13.072Z] === RUN TestDockerSuite/TestStartAttachWithRename [2022-03-09T23:16:13.072Z] docker_cli_start_test.go:174: unmatched requirement DaemonIsLinux [2022-03-09T23:16:13.072Z] === RUN TestDockerSuite/TestStartMultipleContainers [2022-03-09T23:16:13.072Z] docker_cli_start_test.go:110: unmatched requirement DaemonIsLinux [2022-03-09T23:16:13.072Z] === RUN TestDockerSuite/TestStartPausedContainer [2022-03-09T23:16:13.072Z] docker_cli_start_test.go:95: unmatched requirement IsPausable [2022-03-09T23:16:13.072Z] === RUN TestDockerSuite/TestStartRecordError [2022-03-09T23:16:13.072Z] docker_cli_start_test.go:71: unmatched requirement DaemonIsLinux [2022-03-09T23:16:13.072Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2022-03-09T23:16:15.969Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2022-03-09T23:16:15.969Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-03-09T23:16:15.969Z] === RUN TestDockerSuite/TestLogsFollowStopped [2022-03-09T23:16:18.860Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2022-03-09T23:16:20.840Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2022-03-09T23:16:20.841Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-03-09T23:16:20.841Z] === RUN TestDockerSuite/TestCpFromCaseA [2022-03-09T23:16:20.841Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-03-09T23:16:20.841Z] === RUN TestDockerSuite/TestCpFromCaseB [2022-03-09T23:16:20.841Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-03-09T23:16:20.841Z] === RUN TestDockerSuite/TestCpFromCaseC [2022-03-09T23:16:20.841Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-03-09T23:16:20.841Z] === RUN TestDockerSuite/TestCpFromCaseD [2022-03-09T23:16:20.841Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-03-09T23:16:20.841Z] === RUN TestDockerSuite/TestCpFromCaseE [2022-03-09T23:16:20.841Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-03-09T23:16:20.841Z] === RUN TestDockerSuite/TestCpFromCaseF [2022-03-09T23:16:20.841Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-03-09T23:16:20.841Z] === RUN TestDockerSuite/TestCpFromCaseG [2022-03-09T23:16:20.841Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-03-09T23:16:20.841Z] === RUN TestDockerSuite/TestCpFromCaseH [2022-03-09T23:16:20.841Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-03-09T23:16:20.841Z] === RUN TestDockerSuite/TestCpFromCaseI [2022-03-09T23:16:20.841Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-03-09T23:16:20.841Z] === RUN TestDockerSuite/TestCpFromCaseJ [2022-03-09T23:16:20.841Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-03-09T23:16:20.841Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2022-03-09T23:16:20.841Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-09T23:16:20.841Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2022-03-09T23:16:20.841Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-03-09T23:16:20.841Z] === RUN TestDockerSuite/TestCpGarbagePath [2022-03-09T23:16:21.789Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2022-03-09T23:16:21.789Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-03-09T23:16:21.789Z] === RUN TestDockerSuite/TestStatsAllNoStream [2022-03-09T23:16:21.789Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-03-09T23:16:21.789Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2022-03-09T23:16:21.789Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-03-09T23:16:21.789Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2022-03-09T23:16:21.789Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-03-09T23:16:21.789Z] === RUN TestDockerSuite/TestStatsFormatAll [2022-03-09T23:16:21.789Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-03-09T23:16:21.789Z] === RUN TestDockerSuite/TestStatsNoStream [2022-03-09T23:16:21.789Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-03-09T23:16:21.789Z] === RUN TestDockerSuite/TestTopMultipleArgs [2022-03-09T23:16:22.574Z] === RUN TestDockerSuite/TestLogsSince [2022-03-09T23:16:23.140Z] === RUN TestDockerSuite/TestCpLocalOnly [2022-03-09T23:16:23.140Z] === RUN TestDockerSuite/TestCpNameHasColon [2022-03-09T23:16:23.140Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-03-09T23:16:23.140Z] === RUN TestDockerSuite/TestCpRelativePath [2022-03-09T23:16:23.358Z] === RUN TestDockerSuite/TestTopNonPrivileged [2022-03-09T23:16:26.312Z] === RUN TestDockerSuite/TestTopPrivileged [2022-03-09T23:16:26.312Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-03-09T23:16:26.312Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2022-03-09T23:16:28.527Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2022-03-09T23:16:28.527Z] docker_cli_run_test.go:3418: unmatched requirement DaemonIsLinux [2022-03-09T23:16:28.527Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2022-03-09T23:16:28.527Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-03-09T23:16:28.527Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2022-03-09T23:16:28.527Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-03-09T23:16:28.527Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2022-03-09T23:16:28.527Z] docker_cli_run_test.go:292: unmatched requirement DaemonIsLinux [2022-03-09T23:16:28.527Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2022-03-09T23:16:28.527Z] docker_cli_run_test.go:207: unmatched requirement DaemonIsLinux [2022-03-09T23:16:28.527Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2022-03-09T23:16:28.527Z] docker_cli_run_test.go:243: unmatched requirement DaemonIsLinux [2022-03-09T23:16:28.527Z] === RUN TestDockerSuite/TestVolumeCLICreate [2022-03-09T23:16:32.013Z] === RUN TestDockerSuite/TestCpSpecialFiles [2022-03-09T23:16:32.013Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-03-09T23:16:32.013Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2022-03-09T23:16:32.013Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-03-09T23:16:32.013Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2022-03-09T23:16:32.013Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-03-09T23:16:32.013Z] === RUN TestDockerSuite/TestCpToCaseA [2022-03-09T23:16:32.934Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2022-03-09T23:16:32.934Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-03-09T23:16:32.934Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2022-03-09T23:16:32.934Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-03-09T23:16:32.934Z] === RUN TestDockerSuite/TestLogsTail [2022-03-09T23:16:36.647Z] === RUN TestDockerSuite/TestLogsTimestamps [2022-03-09T23:16:40.366Z] === RUN TestDockerSuite/TestLogsWithDetails [2022-03-09T23:16:42.708Z] === RUN TestDockerSuite/TestCpToCaseB [2022-03-09T23:16:43.408Z] === RUN TestDockerSuite/TestMountIntoProc [2022-03-09T23:16:43.408Z] docker_cli_run_test.go:2877: unmatched requirement DaemonIsLinux [2022-03-09T23:16:43.408Z] === RUN TestDockerSuite/TestMountIntoSys [2022-03-09T23:16:43.408Z] docker_cli_run_test.go:2886: unmatched requirement DaemonIsLinux [2022-03-09T23:16:43.408Z] === RUN TestDockerSuite/TestNetHostname [2022-03-09T23:16:43.408Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-03-09T23:16:43.408Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2022-03-09T23:16:43.408Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-03-09T23:16:43.408Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2022-03-09T23:16:43.408Z] docker_cli_run_test.go:3480: unmatched requirement DaemonIsLinux [2022-03-09T23:16:43.408Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2022-03-09T23:16:43.408Z] docker_cli_run_test.go:2666: unmatched requirement DaemonIsLinux [2022-03-09T23:16:43.408Z] === RUN TestDockerSuite/TestPluginActive [2022-03-09T23:16:43.408Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-03-09T23:16:43.408Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2022-03-09T23:16:43.408Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-03-09T23:16:43.408Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2022-03-09T23:16:43.864Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2022-03-09T23:16:43.864Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-03-09T23:16:43.864Z] === RUN TestDockerSuite/TestPluginLogDriver [2022-03-09T23:16:43.864Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-03-09T23:16:43.864Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2022-03-09T23:16:43.864Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-03-09T23:16:43.864Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2022-03-09T23:16:43.864Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-03-09T23:16:43.864Z] === RUN TestDockerSuite/TestPluginUpgrade [2022-03-09T23:16:43.864Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-03-09T23:16:43.864Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2022-03-09T23:16:43.864Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-03-09T23:16:43.864Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2022-03-09T23:16:43.864Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-03-09T23:16:43.864Z] === RUN TestDockerSuite/TestPortHostBinding [2022-03-09T23:16:43.864Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-03-09T23:16:43.864Z] === RUN TestDockerSuite/TestPortList [2022-03-09T23:16:43.864Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-03-09T23:16:43.864Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2022-03-09T23:16:46.340Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2022-03-09T23:16:46.340Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2022-03-09T23:16:46.340Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2022-03-09T23:16:46.340Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-03-09T23:16:46.340Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2022-03-09T23:16:46.340Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2022-03-09T23:16:46.340Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2022-03-09T23:16:46.340Z] === RUN TestDockerSuite/TestVolumeCLILs [2022-03-09T23:16:48.553Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2022-03-09T23:16:48.553Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2022-03-09T23:16:50.059Z] === RUN TestDockerSuite/TestCpToCaseC [2022-03-09T23:16:50.059Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-03-09T23:16:50.059Z] === RUN TestDockerSuite/TestCpToCaseD [2022-03-09T23:16:50.059Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-03-09T23:16:50.059Z] === RUN TestDockerSuite/TestCpToCaseE [2022-03-09T23:16:50.907Z] === RUN TestDockerSuite/TestPostContainersAttach [2022-03-09T23:16:50.907Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-03-09T23:16:50.907Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2022-03-09T23:16:50.907Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2022-03-09T23:16:50.907Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2022-03-09T23:16:50.907Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2022-03-09T23:16:50.907Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2022-03-09T23:16:50.907Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2022-03-09T23:16:50.907Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2022-03-09T23:16:50.907Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2022-03-09T23:16:50.907Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2022-03-09T23:16:50.907Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2022-03-09T23:16:50.907Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2022-03-09T23:16:50.907Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2022-03-09T23:16:50.907Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2022-03-09T23:16:50.907Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2022-03-09T23:16:50.907Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2022-03-09T23:16:50.907Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2022-03-09T23:16:52.340Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2022-03-09T23:16:52.828Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2022-03-09T23:16:52.828Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2022-03-09T23:16:53.296Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2022-03-09T23:16:53.296Z] === RUN TestDockerSuite/TestVolumeCLIRm [2022-03-09T23:16:58.020Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2022-03-09T23:16:58.020Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2022-03-09T23:16:58.020Z] === RUN TestDockerSuite/TestPsByOrder [2022-03-09T23:17:01.956Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2022-03-09T23:17:01.957Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-03-09T23:17:02.430Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2022-03-09T23:17:02.898Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2022-03-09T23:17:02.898Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2022-03-09T23:17:02.898Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-03-09T23:17:02.898Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2022-03-09T23:17:05.346Z] === RUN TestDockerSuite/TestCpToCaseF [2022-03-09T23:17:05.346Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-03-09T23:17:05.347Z] === RUN TestDockerSuite/TestCpToCaseG [2022-03-09T23:17:05.347Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-03-09T23:17:05.347Z] === RUN TestDockerSuite/TestCpToCaseH [2022-03-09T23:17:11.557Z] === RUN TestDockerSuite/TestVolumeLsFormat [2022-03-09T23:17:11.557Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2022-03-09T23:17:12.025Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2022-03-09T23:17:12.947Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2022-03-09T23:17:12.947Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-03-09T23:17:12.947Z] === RUN TestDockerSuite/TestPsListContainersBase [2022-03-09T23:17:16.243Z] === RUN TestDockerSuite/TestCpToCaseI [2022-03-09T23:17:16.243Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-03-09T23:17:16.243Z] === RUN TestDockerSuite/TestCpToCaseJ [2022-03-09T23:17:16.243Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-03-09T23:17:16.243Z] === RUN TestDockerSuite/TestCpToDot [2022-03-09T23:17:23.724Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2022-03-09T23:17:23.724Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-03-09T23:17:23.724Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2022-03-09T23:17:23.724Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-03-09T23:17:23.724Z] === RUN TestDockerSuite/TestCpToStdout [2022-03-09T23:17:24.567Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2022-03-09T23:17:24.567Z] docker_cli_run_test.go:2168: unmatched requirement DaemonIsLinux [2022-03-09T23:17:24.567Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite (2546.13s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.03s) [2022-03-09T23:17:24.567Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.03s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.03s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.03s) [2022-03-09T23:17:24.567Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.03s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (1.05s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.33s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.86s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.36s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (88.56s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.72s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.05s) [2022-03-09T23:17:24.567Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-03-09T23:17:24.567Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-03-09T23:17:24.567Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-03-09T23:17:24.567Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.28s) [2022-03-09T23:17:24.567Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-03-09T23:17:24.567Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-03-09T23:17:24.567Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.02s) [2022-03-09T23:17:24.567Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (5.75s) [2022-03-09T23:17:24.567Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-03-09T23:17:24.567Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (3.40s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (2.88s) [2022-03-09T23:17:24.567Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-03-09T23:17:24.567Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-03-09T23:17:24.567Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-03-09T23:17:24.567Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (3.40s) [2022-03-09T23:17:24.567Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-03-09T23:17:24.567Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (7.40s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (97.31s) [2022-03-09T23:17:24.567Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.55s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (6.70s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.03s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (4.80s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (1.04s) [2022-03-09T23:17:24.567Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-03-09T23:17:24.567Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-03-09T23:17:24.567Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.29s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (1.05s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (3.54s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.83s) [2022-03-09T23:17:24.567Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.05s) [2022-03-09T23:17:24.567Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.09s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (3.37s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (13.82s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (6.03s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (1.27s) [2022-03-09T23:17:24.567Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.43s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.91s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (5.91s) [2022-03-09T23:17:24.567Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2022-03-09T23:17:24.567Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-03-09T23:17:24.567Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-03-09T23:17:24.567Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.58s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildAddTar (38.69s) [2022-03-09T23:17:24.567Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.05s) [2022-03-09T23:17:24.567Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.56s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (20.36s) [2022-03-09T23:17:24.567Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.99s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.70s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (7.67s) [2022-03-09T23:17:24.567Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.40s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (5.49s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (10.92s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (11.12s) [2022-03-09T23:17:24.567Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.50s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (5.87s) [2022-03-09T23:17:24.567Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2022-03-09T23:17:24.567Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (7.71s) [2022-03-09T23:17:24.567Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.70s) [2022-03-09T23:17:24.567Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.05s) [2022-03-09T23:17:24.567Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (28.34s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (5.69s) [2022-03-09T23:17:24.567Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.01s) [2022-03-09T23:17:24.567Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.52s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.70s) [2022-03-09T23:17:24.567Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.06s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (4.80s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.72s) [2022-03-09T23:17:24.567Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.05s) [2022-03-09T23:17:24.567Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.74s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildClearCmd (1.13s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildCmd (0.68s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.67s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.66s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (6.67s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.60s) [2022-03-09T23:17:24.567Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.40s) [2022-03-09T23:17:24.567Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.57s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (2.06s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (1.18s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.63s) [2022-03-09T23:17:24.567Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (1.05s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.80s) [2022-03-09T23:17:24.567Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2022-03-09T23:17:24.567Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (6.43s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (38.94s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.85s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.73s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (7.01s) [2022-03-09T23:17:24.567Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.49s) [2022-03-09T23:17:24.567Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.47s) [2022-03-09T23:17:24.567Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.64s) [2022-03-09T23:17:24.567Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (27.86s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.87s) [2022-03-09T23:17:24.567Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.50s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (20.76s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (2.13s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (1.06s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (4.42s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (3.49s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (3.50s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildDockerignore (57.43s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (6.67s) [2022-03-09T23:17:24.567Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.47s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (60.05s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.84s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.97s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (20.62s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (11.52s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (11.04s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (30.95s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (12.16s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (11.47s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (84.73s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.55s) [2022-03-09T23:17:24.567Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.43s) [2022-03-09T23:17:24.567Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.04s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.62s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.43s) [2022-03-09T23:17:24.567Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.54s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.59s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (5.84s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (3.11s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (5.22s) [2022-03-09T23:17:24.567Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2022-03-09T23:17:24.567Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.41s) [2022-03-09T23:17:24.567Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-03-09T23:17:24.567Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2022-03-09T23:17:24.567Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (4.07s) [2022-03-09T23:17:24.567Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2022-03-09T23:17:24.567Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2022-03-09T23:17:24.567Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (1.18s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (4.89s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (15.65s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.67s) [2022-03-09T23:17:24.567Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2022-03-09T23:17:24.567Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.03s) [2022-03-09T23:17:24.567Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-03-09T23:17:24.567Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2022-03-09T23:17:24.567Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildFails (2.79s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.13s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (6.87s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (6.69s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildForceRm (7.28s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildFromGit (6.62s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.59s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (5.52s) [2022-03-09T23:17:24.567Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.76s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.59s) [2022-03-09T23:17:24.567Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (14.22s) [2022-03-09T23:17:24.567Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildHistory (12.29s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildIidFile (1.08s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (2.39s) [2022-03-09T23:17:24.567Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.04s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.85s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.11s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (5.17s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildLabel (1.09s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.72s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (1.28s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.70s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildLabels (1.15s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.93s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (6.95s) [2022-03-09T23:17:24.567Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.09s) [2022-03-09T23:17:24.567Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.05s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.13s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.11s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.10s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.10s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.65s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.78s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (6.11s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (17.18s) [2022-03-09T23:17:24.567Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.08s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.67s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (35.50s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (16.88s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (6.53s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (7.44s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (5.96s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (19.51s) [2022-03-09T23:17:24.567Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (8.85s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.75s) [2022-03-09T23:17:24.567Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2022-03-09T23:17:24.567Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2022-03-09T23:17:24.567Z] --- PASS: TestDockerSuite/TestBuildNoContext (3.45s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (5.02s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.94s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.32s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.20s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.84s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (1.16s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.56s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestBuildOnBuild (10.44s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.80s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (9.94s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (4.35s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (10.17s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (5.33s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (5.02s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.37s) [2022-03-09T23:17:24.568Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.05s) [2022-03-09T23:17:24.568Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (2.20s) [2022-03-09T23:17:24.568Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (45.22s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (21.46s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestBuildRm (13.47s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (3.55s) [2022-03-09T23:17:24.568Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.16s) [2022-03-09T23:17:24.568Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.45s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.58s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (4.10s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (4.36s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestBuildShellInherited (5.09s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (17.35s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.92s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.69s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (9.41s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.31s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (5.12s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.10s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestBuildStderr (4.77s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (24.95s) [2022-03-09T23:17:24.568Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.43s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (3.73s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.52s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestBuildTagEvent (5.72s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (5.94s) [2022-03-09T23:17:24.568Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2022-03-09T23:17:24.568Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2022-03-09T23:17:24.568Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (4.64s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.65s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (2.98s) [2022-03-09T23:17:24.568Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-03-09T23:17:24.568Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (24.42s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (1.08s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (9.83s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (6.31s) [2022-03-09T23:17:24.568Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.49s) [2022-03-09T23:17:24.568Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestBuildWithFailure (2.66s) [2022-03-09T23:17:24.568Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.45s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (11.10s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestBuildWithTabs (4.53s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.52s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (14.35s) [2022-03-09T23:17:24.568Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.46s) [2022-03-09T23:17:24.568Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.46s) [2022-03-09T23:17:24.568Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.30s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (8.27s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (2.21s) [2022-03-09T23:17:24.568Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.46s) [2022-03-09T23:17:24.568Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2022-03-09T23:17:24.568Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.05s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (2.16s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (5.48s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestCommitChange (5.77s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (5.39s) [2022-03-09T23:17:24.568Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestCommitNewFile (7.98s) [2022-03-09T23:17:24.568Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestCommitTTY (7.84s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (5.20s) [2022-03-09T23:17:24.568Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2022-03-09T23:17:24.568Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-03-09T23:17:24.568Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2022-03-09T23:17:24.568Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2022-03-09T23:17:24.568Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2022-03-09T23:17:24.568Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2022-03-09T23:17:24.568Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.12s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestContainerAPICommit (8.01s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (8.54s) [2022-03-09T23:17:24.568Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (2.82s) [2022-03-09T23:17:24.568Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-03-09T23:17:24.568Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2022-03-09T23:17:24.568Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestContainerAPICreate (2.71s) [2022-03-09T23:17:24.568Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.02s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (2.70s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s) [2022-03-09T23:17:24.568Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-03-09T23:17:24.568Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2022-03-09T23:17:24.568Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (2.88s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (2.15s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (2.24s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.02s) [2022-03-09T23:17:24.568Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (2.42s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.02s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (2.41s) [2022-03-09T23:17:24.568Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2022-03-09T23:17:24.568Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (2.82s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestContainerAPIKill (2.17s) [2022-03-09T23:17:24.568Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (2.86s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.28s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestContainerAPIRename (2.44s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (4.18s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (4.34s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.12s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestContainerAPIStart (2.83s) [2022-03-09T23:17:24.568Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestContainerAPIStop (2.95s) [2022-03-09T23:17:24.568Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (2.38s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.12s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestContainerAPIWait (4.67s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (2.27s) [2022-03-09T23:17:24.568Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-03-09T23:17:24.568Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2022-03-09T23:17:24.568Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2022-03-09T23:17:24.568Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-03-09T23:17:24.568Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (2.20s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (19.07s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (2.76s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (2.74s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (2.73s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (2.75s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000645800_} (2.74s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-12866255197_c:\foo_false____} (2.65s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-12866255197_c:\foo_true____} (2.66s) [2022-03-09T23:17:24.568Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.42s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.10s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.09s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.09s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.08s) [2022-03-09T23:17:24.568Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2022-03-09T23:17:24.568Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-03-09T23:17:24.568Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2022-03-09T23:17:24.568Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s) [2022-03-09T23:17:24.568Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (2.80s) [2022-03-09T23:17:24.568Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-03-09T23:17:24.568Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s) [2022-03-09T23:17:24.568Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2022-03-09T23:17:24.568Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2022-03-09T23:17:24.568Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2022-03-09T23:17:24.568Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s) [2022-03-09T23:17:24.568Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s) [2022-03-09T23:17:24.568Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2022-03-09T23:17:24.568Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s) [2022-03-09T23:17:24.568Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2022-03-09T23:17:24.568Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2022-03-09T23:17:24.568Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2022-03-09T23:17:24.568Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestCpGarbagePath (2.84s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.07s) [2022-03-09T23:17:24.568Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestCpRelativePath (2.96s) [2022-03-09T23:17:24.568Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2022-03-09T23:17:24.568Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2022-03-09T23:17:24.568Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestCpToCaseA (4.73s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestCpToCaseB (2.51s) [2022-03-09T23:17:24.568Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2022-03-09T23:17:24.568Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestCpToCaseE (10.18s) [2022-03-09T23:17:24.568Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2022-03-09T23:17:24.568Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestCpToCaseH (10.13s) [2022-03-09T23:17:24.568Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2022-03-09T23:17:24.568Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestCpToDot (2.91s) [2022-03-09T23:17:24.568Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-03-09T23:17:24.568Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestCpToStdout (2.58s) [2022-03-09T23:17:24.568Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-03-09T23:17:24.568Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2022-03-09T23:17:24.568Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-03-09T23:17:24.568Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.25s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestCreateArgs (0.26s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestCreateByImageID (2.26s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (2.71s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.24s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.24s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (1.93s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.86s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestCreateLabels (0.25s) [2022-03-09T23:17:24.568Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestCreateRM (0.49s) [2022-03-09T23:17:24.568Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.25s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.49s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (9.21s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.31s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.64s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.45s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.26s) [2022-03-09T23:17:24.568Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (2.90s) [2022-03-09T23:17:24.568Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.19s) [2022-03-09T23:17:24.568Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2022-03-09T23:17:24.568Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-03-09T23:17:24.568Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2022-03-09T23:17:24.568Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-03-09T23:17:24.568Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2022-03-09T23:17:24.568Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-03-09T23:17:24.568Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2022-03-09T23:17:24.568Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-03-09T23:17:24.568Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestDockerFails (0.08s) [2022-03-09T23:17:24.568Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-03-09T23:17:24.568Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2022-03-09T23:17:24.568Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-03-09T23:17:24.568Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.02s) [2022-03-09T23:17:24.568Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2022-03-09T23:17:24.568Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (2.85s) [2022-03-09T23:17:24.569Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (2.76s) [2022-03-09T23:17:24.569Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (3.05s) [2022-03-09T23:17:24.569Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (9.95s) [2022-03-09T23:17:24.569Z] --- PASS: TestDockerSuite/TestEventsCopy (5.29s) [2022-03-09T23:17:24.569Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (6.17s) [2022-03-09T23:17:24.569Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (2.95s) [2022-03-09T23:17:24.569Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.96s) [2022-03-09T23:17:24.569Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (4.86s) [2022-03-09T23:17:24.569Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.51s) [2022-03-09T23:17:24.569Z] --- PASS: TestDockerSuite/TestEventsFilterType (1.19s) [2022-03-09T23:17:24.569Z] --- PASS: TestDockerSuite/TestEventsFilters (5.92s) [2022-03-09T23:17:24.569Z] --- PASS: TestDockerSuite/TestEventsFormat (5.79s) [2022-03-09T23:17:24.569Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.07s) [2022-03-09T23:17:24.569Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.09s) [2022-03-09T23:17:24.569Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2022-03-09T23:17:24.569Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2022-03-09T23:17:24.569Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2022-03-09T23:17:24.569Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.23s) [2022-03-09T23:17:24.569Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2022-03-09T23:17:24.569Z] --- PASS: TestDockerSuite/TestEventsRename (2.91s) [2022-03-09T23:17:24.569Z] --- PASS: TestDockerSuite/TestEventsResize (8.11s) [2022-03-09T23:17:24.569Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (2.67s) [2022-03-09T23:17:24.569Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (2.67s) [2022-03-09T23:17:24.569Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (5.25s) [2022-03-09T23:17:24.569Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2022-03-09T23:17:24.569Z] --- PASS: TestDockerSuite/TestEventsUntag (2.78s) [2022-03-09T23:17:24.569Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (4.61s) [2022-03-09T23:17:24.569Z] --- SKIP: TestDockerSuite/TestExec (0.02s) [2022-03-09T23:17:24.569Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2022-03-09T23:17:24.569Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (2.25s) [2022-03-09T23:17:24.569Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (2.24s) [2022-03-09T23:17:24.569Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2022-03-09T23:17:24.569Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-03-09T23:17:24.569Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2022-03-09T23:17:24.569Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (2.30s) [2022-03-09T23:17:24.569Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (2.27s) [2022-03-09T23:17:24.569Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (2.55s) [2022-03-09T23:17:24.569Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (2.60s) [2022-03-09T23:17:24.569Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (5.55s) [2022-03-09T23:17:24.569Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2022-03-09T23:17:24.569Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2022-03-09T23:17:24.569Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-03-09T23:17:24.569Z] --- PASS: TestDockerSuite/TestExecExitStatus (2.40s) [2022-03-09T23:17:24.569Z] --- PASS: TestDockerSuite/TestExecInspectID (4.78s) [2022-03-09T23:17:24.569Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2022-03-09T23:17:24.569Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-03-09T23:17:24.569Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2022-03-09T23:17:24.569Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2022-03-09T23:17:24.569Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-03-09T23:17:24.569Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.67s) [2022-03-09T23:17:24.569Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2022-03-09T23:17:24.569Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2022-03-09T23:17:24.569Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s) [2022-03-09T23:17:24.569Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-03-09T23:17:24.569Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2022-03-09T23:17:24.569Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (2.46s) [2022-03-09T23:17:24.569Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2022-03-09T23:17:24.569Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (5.76s) [2022-03-09T23:17:24.569Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2022-03-09T23:17:24.569Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2022-03-09T23:17:24.569Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2022-03-09T23:17:24.569Z] --- PASS: TestDockerSuite/TestGetContainerStats (6.15s) [2022-03-09T23:17:24.569Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (6.14s) [2022-03-09T23:17:24.569Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (3.27s) [2022-03-09T23:17:24.569Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (6.19s) [2022-03-09T23:17:24.569Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2022-03-09T23:17:24.569Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.02s) [2022-03-09T23:17:24.569Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.19s) [2022-03-09T23:17:24.569Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2022-03-09T23:17:24.569Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.07s) [2022-03-09T23:17:24.569Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.08s) [2022-03-09T23:17:24.569Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.09s) [2022-03-09T23:17:24.569Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (5.29s) [2022-03-09T23:17:24.569Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.09s) [2022-03-09T23:17:24.569Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-03-09T23:17:24.569Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.10s) [2022-03-09T23:17:24.569Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.09s) [2022-03-09T23:17:24.569Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.39s) [2022-03-09T23:17:24.569Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.79s) [2022-03-09T23:17:24.569Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-03-09T23:17:24.569Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (1.25s) [2022-03-09T23:17:24.569Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.10s) [2022-03-09T23:17:24.569Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (2.02s) [2022-03-09T23:17:24.569Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.34s) [2022-03-09T23:17:24.569Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (2.47s) [2022-03-09T23:17:24.569Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (3.11s) [2022-03-09T23:17:24.569Z] --- PASS: TestDockerSuite/TestImagesFormat (0.24s) [2022-03-09T23:17:24.569Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2022-03-09T23:17:24.569Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (4.06s) [2022-03-09T23:17:24.569Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.11s) [2022-03-09T23:17:24.569Z] --- PASS: TestDockerSuite/TestImportBadURL (0.11s) [2022-03-09T23:17:24.569Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2022-03-09T23:17:24.569Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2022-03-09T23:17:24.569Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.08s) [2022-03-09T23:17:24.569Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2022-03-09T23:17:24.569Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2022-03-09T23:17:24.569Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2022-03-09T23:17:24.569Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2022-03-09T23:17:24.569Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-03-09T23:17:24.569Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2022-03-09T23:17:24.569Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.08s) [2022-03-09T23:17:24.569Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-03-09T23:17:24.569Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.04s) [2022-03-09T23:17:24.569Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (3.10s) [2022-03-09T23:17:24.569Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (2.77s) [2022-03-09T23:17:24.569Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-03-09T23:17:24.569Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-03-09T23:17:24.569Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.11s) [2022-03-09T23:17:24.569Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s) [2022-03-09T23:17:24.569Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (2.86s) [2022-03-09T23:17:24.569Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.27s) [2022-03-09T23:17:24.569Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (2.77s) [2022-03-09T23:17:24.569Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2022-03-09T23:17:24.569Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2022-03-09T23:17:24.569Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2022-03-09T23:17:24.569Z] --- PASS: TestDockerSuite/TestInspectDefault (2.83s) [2022-03-09T23:17:24.569Z] --- PASS: TestDockerSuite/TestInspectHistory (5.47s) [2022-03-09T23:17:24.569Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2022-03-09T23:17:24.569Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-03-09T23:17:24.569Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-03-09T23:17:24.569Z] --- PASS: TestDockerSuite/TestInspectInt64 (3.04s) [2022-03-09T23:17:24.569Z] --- PASS: TestDockerSuite/TestInspectJSONFields (2.55s) [2022-03-09T23:17:24.569Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.29s) [2022-03-09T23:17:24.569Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (3.01s) [2022-03-09T23:17:24.569Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (2.45s) [2022-03-09T23:17:24.569Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2022-03-09T23:17:24.569Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.08s) [2022-03-09T23:17:24.569Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (2.46s) [2022-03-09T23:17:24.569Z] --- PASS: TestDockerSuite/TestInspectStatus (3.73s) [2022-03-09T23:17:24.569Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (5.41s) [2022-03-09T23:17:24.569Z] --- PASS: TestDockerSuite/TestInspectTemplateError (2.56s) [2022-03-09T23:17:24.569Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (2.77s) [2022-03-09T23:17:24.569Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (2.61s) [2022-03-09T23:17:24.569Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (2.80s) [2022-03-09T23:17:24.569Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (3.78s) [2022-03-09T23:17:24.569Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (2.71s) [2022-03-09T23:17:24.569Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.08s) [2022-03-09T23:17:24.569Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2022-03-09T23:17:24.569Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2022-03-09T23:17:24.569Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-03-09T23:17:24.569Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-03-09T23:17:24.569Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2022-03-09T23:17:24.569Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2022-03-09T23:17:24.569Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-03-09T23:17:24.569Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-03-09T23:17:24.569Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-03-09T23:17:24.569Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2022-03-09T23:17:24.569Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-03-09T23:17:24.569Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-03-09T23:17:24.569Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-03-09T23:17:24.569Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-03-09T23:17:24.569Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-03-09T23:17:24.569Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-03-09T23:17:24.569Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.07s) [2022-03-09T23:17:24.569Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.02s) [2022-03-09T23:17:24.569Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (2.20s) [2022-03-09T23:17:24.569Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (2.28s) [2022-03-09T23:17:24.569Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (6.29s) [2022-03-09T23:17:24.569Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (2.94s) [2022-03-09T23:17:24.569Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2022-03-09T23:17:24.569Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (2.43s) [2022-03-09T23:17:24.569Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.07s) [2022-03-09T23:17:24.569Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (7.10s) [2022-03-09T23:17:24.569Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (6.75s) [2022-03-09T23:17:24.569Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (6.79s) [2022-03-09T23:17:24.569Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (2.71s) [2022-03-09T23:17:24.569Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (2.43s) [2022-03-09T23:17:24.569Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2022-03-09T23:17:24.569Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (3.00s) [2022-03-09T23:17:24.569Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (2.69s) [2022-03-09T23:17:24.569Z] --- PASS: TestDockerSuite/TestLogsSince (9.35s) [2022-03-09T23:17:24.569Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-03-09T23:17:24.569Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2022-03-09T23:17:24.569Z] --- PASS: TestDockerSuite/TestLogsTail (3.10s) [2022-03-09T23:17:24.569Z] --- PASS: TestDockerSuite/TestLogsTimestamps (2.78s) [2022-03-09T23:17:24.569Z] --- PASS: TestDockerSuite/TestLogsWithDetails (2.71s) [2022-03-09T23:17:24.569Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2022-03-09T23:17:24.569Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2022-03-09T23:17:24.569Z] --- SKIP: TestDockerSuite/TestNetHostname (0.02s) [2022-03-09T23:17:24.569Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-03-09T23:17:24.569Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2022-03-09T23:17:24.569Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2022-03-09T23:17:24.569Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2022-03-09T23:17:24.569Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-03-09T23:17:24.569Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.07s) [2022-03-09T23:17:24.569Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2022-03-09T23:17:24.569Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2022-03-09T23:17:24.569Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-03-09T23:17:24.569Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2022-03-09T23:17:24.569Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s) [2022-03-09T23:17:24.569Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2022-03-09T23:17:24.569Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2022-03-09T23:17:24.569Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2022-03-09T23:17:24.569Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2022-03-09T23:17:24.569Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (5.25s) [2022-03-09T23:17:24.569Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2022-03-09T23:17:24.569Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.01s) [2022-03-09T23:17:24.569Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2022-03-09T23:17:24.569Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-03-09T23:17:24.569Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2022-03-09T23:17:24.569Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2022-03-09T23:17:24.569Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2022-03-09T23:17:24.569Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2022-03-09T23:17:24.569Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-03-09T23:17:24.569Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (5.19s) [2022-03-09T23:17:24.569Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-03-09T23:17:24.569Z] --- PASS: TestDockerSuite/TestPsByOrder (8.69s) [2022-03-09T23:17:24.569Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-03-09T23:17:24.569Z] --- PASS: TestDockerSuite/TestPsListContainersBase (9.93s) [2022-03-09T23:17:24.569Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (17.21s) [2022-03-09T23:17:24.569Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.32s) [2022-03-09T23:17:24.569Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-03-09T23:17:24.569Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (12.67s) [2022-03-09T23:17:24.569Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (4.02s) [2022-03-09T23:17:24.570Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (8.32s) [2022-03-09T23:17:24.570Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (5.06s) [2022-03-09T23:17:24.570Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2022-03-09T23:17:24.570Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2022-03-09T23:17:24.570Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (5.19s) [2022-03-09T23:17:24.570Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s) [2022-03-09T23:17:24.570Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-03-09T23:17:24.570Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-03-09T23:17:24.570Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s) [2022-03-09T23:17:24.570Z] --- PASS: TestDockerSuite/TestPsShowMounts (7.15s) [2022-03-09T23:17:24.570Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2022-03-09T23:17:24.570Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.57s) [2022-03-09T23:17:25.038Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2022-03-09T23:17:25.038Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.27s) [2022-03-09T23:17:25.038Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.92s) [2022-03-09T23:17:25.038Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2022-03-09T23:17:25.038Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (4.31s) [2022-03-09T23:17:25.038Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (5.04s) [2022-03-09T23:17:25.038Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (2.81s) [2022-03-09T23:17:25.038Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (20.85s) [2022-03-09T23:17:25.038Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2022-03-09T23:17:25.038Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (7.47s) [2022-03-09T23:17:25.038Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.28s) [2022-03-09T23:17:25.038Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.22s) [2022-03-09T23:17:25.038Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.87s) [2022-03-09T23:17:25.038Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (4.90s) [2022-03-09T23:17:25.038Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (4.99s) [2022-03-09T23:17:25.038Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-03-09T23:17:25.038Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (4.92s) [2022-03-09T23:17:25.038Z] --- PASS: TestDockerSuite/TestRmiBlank (0.07s) [2022-03-09T23:17:25.038Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.32s) [2022-03-09T23:17:25.038Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (14.13s) [2022-03-09T23:17:25.038Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (3.28s) [2022-03-09T23:17:25.038Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.74s) [2022-03-09T23:17:25.038Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (6.76s) [2022-03-09T23:17:25.038Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (5.74s) [2022-03-09T23:17:25.038Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (9.40s) [2022-03-09T23:17:25.038Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (5.00s) [2022-03-09T23:17:25.038Z] --- PASS: TestDockerSuite/TestRmiTag (0.73s) [2022-03-09T23:17:25.038Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (2.88s) [2022-03-09T23:17:25.038Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (17.94s) [2022-03-09T23:17:25.038Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (3.07s) [2022-03-09T23:17:25.038Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (5.42s) [2022-03-09T23:17:25.038Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.27s) [2022-03-09T23:17:25.038Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2022-03-09T23:17:25.038Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2022-03-09T23:17:25.038Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2022-03-09T23:17:25.038Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.03s) [2022-03-09T23:17:25.038Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-03-09T23:17:25.038Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-03-09T23:17:25.038Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-03-09T23:17:25.038Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (2.33s) [2022-03-09T23:17:25.038Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-03-09T23:17:25.038Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2022-03-09T23:17:25.038Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (5.42s) [2022-03-09T23:17:25.038Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (3.11s) [2022-03-09T23:17:25.038Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (2.76s) [2022-03-09T23:17:25.038Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (3.04s) [2022-03-09T23:17:25.038Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (2.75s) [2022-03-09T23:17:25.038Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.08s) [2022-03-09T23:17:25.038Z] --- PASS: TestDockerSuite/TestRunBindMounts (6.25s) [2022-03-09T23:17:25.038Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-03-09T23:17:25.038Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-03-09T23:17:25.038Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-03-09T23:17:25.038Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-03-09T23:17:25.038Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-03-09T23:17:25.038Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-03-09T23:17:25.038Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-03-09T23:17:25.038Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-03-09T23:17:25.038Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-03-09T23:17:25.039Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (3.22s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-03-09T23:17:25.039Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (5.60s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-03-09T23:17:25.039Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (2.28s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-03-09T23:17:25.039Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (2.46s) [2022-03-09T23:17:25.039Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (4.47s) [2022-03-09T23:17:25.039Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (3.02s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-03-09T23:17:25.039Z] --- PASS: TestDockerSuite/TestRunCreateVolume (3.08s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-03-09T23:17:25.039Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (2.13s) [2022-03-09T23:17:25.039Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (8.57s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-03-09T23:17:25.039Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (3.03s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2022-03-09T23:17:25.039Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.17s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2022-03-09T23:17:25.039Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (4.05s) [2022-03-09T23:17:25.039Z] --- PASS: TestDockerSuite/TestRunEchoStdout (2.89s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-03-09T23:17:25.039Z] --- PASS: TestDockerSuite/TestRunEntrypoint (4.07s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-03-09T23:17:25.039Z] --- PASS: TestDockerSuite/TestRunExitCode (2.85s) [2022-03-09T23:17:25.039Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (2.88s) [2022-03-09T23:17:25.039Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (2.85s) [2022-03-09T23:17:25.039Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (3.03s) [2022-03-09T23:17:25.039Z] --- PASS: TestDockerSuite/TestRunExposePort (0.08s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2022-03-09T23:17:25.039Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (6.13s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2022-03-09T23:17:25.039Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.07s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2022-03-09T23:17:25.039Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (8.03s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-03-09T23:17:25.039Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (2.05s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2022-03-09T23:17:25.039Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (8.29s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-03-09T23:17:25.039Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (6.05s) [2022-03-09T23:17:25.039Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (5.24s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-03-09T23:17:25.039Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.45s) [2022-03-09T23:17:25.039Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.23s) [2022-03-09T23:17:25.039Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (2.06s) [2022-03-09T23:17:25.039Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (2.12s) [2022-03-09T23:17:25.039Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.25s) [2022-03-09T23:17:25.039Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (2.58s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.32s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-03-09T23:17:25.039Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (5.46s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-03-09T23:17:25.039Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (9.52s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-03-09T23:17:25.039Z] --- PASS: TestDockerSuite/TestRunRm (2.87s) [2022-03-09T23:17:25.039Z] --- PASS: TestDockerSuite/TestRunRmAndWait (5.82s) [2022-03-09T23:17:25.039Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (2.83s) [2022-03-09T23:17:25.039Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (2.93s) [2022-03-09T23:17:25.039Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (2.49s) [2022-03-09T23:17:25.039Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (3.02s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2022-03-09T23:17:25.039Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (2.85s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2022-03-09T23:17:25.039Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (2.76s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-03-09T23:17:25.039Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.20s) [2022-03-09T23:17:25.039Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.08s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-03-09T23:17:25.039Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (5.25s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.02s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.02s) [2022-03-09T23:17:25.039Z] --- PASS: TestDockerSuite/TestRunUserDefaults (2.87s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2022-03-09T23:17:25.039Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (2.88s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-03-09T23:17:25.039Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (3.66s) [2022-03-09T23:17:25.039Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (8.79s) [2022-03-09T23:17:25.039Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (5.87s) [2022-03-09T23:17:25.039Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (6.97s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-03-09T23:17:25.039Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.17s) [2022-03-09T23:17:25.039Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (4.12s) [2022-03-09T23:17:25.039Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (2.84s) [2022-03-09T23:17:25.039Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (2.89s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2022-03-09T23:17:25.039Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.06s) [2022-03-09T23:17:25.039Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.07s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.03s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2022-03-09T23:17:25.039Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (4.12s) [2022-03-09T23:17:25.039Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (2.27s) [2022-03-09T23:17:25.039Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (2.04s) [2022-03-09T23:17:25.039Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (6.49s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.03s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.02s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-03-09T23:17:25.039Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.39s) [2022-03-09T23:17:25.039Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.41s) [2022-03-09T23:17:25.039Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.42s) [2022-03-09T23:17:25.039Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.25s) [2022-03-09T23:17:25.039Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.75s) [2022-03-09T23:17:25.039Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (8.36s) [2022-03-09T23:17:25.039Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/0 (2.81s) [2022-03-09T23:17:25.039Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/1 (2.81s) [2022-03-09T23:17:25.039Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/2 (2.72s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-03-09T23:17:25.039Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (9.18s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-03-09T23:17:25.039Z] --- PASS: TestDockerSuite/TestStartAttachSilent (5.31s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.02s) [2022-03-09T23:17:25.039Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (8.35s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2022-03-09T23:17:25.039Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (2.35s) [2022-03-09T23:17:25.039Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (2.61s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2022-03-09T23:17:25.039Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (2.51s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.03s) [2022-03-09T23:17:25.039Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.33s) [2022-03-09T23:17:25.039Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.16s) [2022-03-09T23:17:25.039Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.25s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-03-09T23:17:25.039Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.37s) [2022-03-09T23:17:25.039Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.34s) [2022-03-09T23:17:25.039Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.15s) [2022-03-09T23:17:25.039Z] --- PASS: TestDockerSuite/TestVolumeCLILs (3.16s) [2022-03-09T23:17:25.039Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.07s) [2022-03-09T23:17:25.039Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (3.60s) [2022-03-09T23:17:25.039Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.42s) [2022-03-09T23:17:25.039Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.39s) [2022-03-09T23:17:25.039Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.08s) [2022-03-09T23:17:25.039Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.19s) [2022-03-09T23:17:25.039Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (8.90s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-03-09T23:17:25.039Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.66s) [2022-03-09T23:17:25.039Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.20s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-03-09T23:17:25.039Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (8.33s) [2022-03-09T23:17:25.039Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.31s) [2022-03-09T23:17:25.039Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.31s) [2022-03-09T23:17:25.039Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (11.13s) [2022-03-09T23:17:25.039Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-03-09T23:17:25.040Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.40s) [2022-03-09T23:17:25.040Z] === RUN TestDockerRegistrySuite [2022-03-09T23:17:25.040Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2022-03-09T23:17:25.040Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.040Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2022-03-09T23:17:25.040Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.040Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2022-03-09T23:17:25.040Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.040Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2022-03-09T23:17:25.040Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.040Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2022-03-09T23:17:25.040Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.040Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2022-03-09T23:17:25.040Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.040Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2022-03-09T23:17:25.040Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.040Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2022-03-09T23:17:25.040Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.040Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2022-03-09T23:17:25.040Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.040Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2022-03-09T23:17:25.040Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.040Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2022-03-09T23:17:25.040Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.040Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2022-03-09T23:17:25.040Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.040Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2022-03-09T23:17:25.040Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.040Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2022-03-09T23:17:25.040Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.040Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2022-03-09T23:17:25.040Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.040Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2022-03-09T23:17:25.040Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.040Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2022-03-09T23:17:25.040Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.040Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2022-03-09T23:17:25.040Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.040Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2022-03-09T23:17:25.040Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.040Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2022-03-09T23:17:25.040Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.040Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2022-03-09T23:17:25.040Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.040Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2022-03-09T23:17:25.040Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.040Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2022-03-09T23:17:25.040Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.040Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2022-03-09T23:17:25.040Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.040Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2022-03-09T23:17:25.040Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.040Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2022-03-09T23:17:25.040Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.040Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2022-03-09T23:17:25.040Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.040Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2022-03-09T23:17:25.040Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.040Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2022-03-09T23:17:25.040Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.040Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2022-03-09T23:17:25.040Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.040Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2022-03-09T23:17:25.040Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.040Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2022-03-09T23:17:25.040Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.040Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2022-03-09T23:17:25.040Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.040Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2022-03-09T23:17:25.040Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.040Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2022-03-09T23:17:25.040Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.040Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2022-03-09T23:17:25.040Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.040Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2022-03-09T23:17:25.040Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.040Z] === RUN TestDockerRegistrySuite/TestV2Only [2022-03-09T23:17:25.040Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.040Z] --- PASS: TestDockerRegistrySuite (0.15s) [2022-03-09T23:17:25.040Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-03-09T23:17:25.040Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-03-09T23:17:25.040Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-03-09T23:17:25.040Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-09T23:17:25.040Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-09T23:17:25.040Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-09T23:17:25.040Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-03-09T23:17:25.040Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-03-09T23:17:25.040Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-03-09T23:17:25.040Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-03-09T23:17:25.040Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-03-09T23:17:25.040Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-03-09T23:17:25.040Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-03-09T23:17:25.040Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-03-09T23:17:25.040Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-03-09T23:17:25.040Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-03-09T23:17:25.040Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-03-09T23:17:25.040Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-03-09T23:17:25.040Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-03-09T23:17:25.040Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-09T23:17:25.040Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.15s) [2022-03-09T23:17:25.040Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-09T23:17:25.040Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-09T23:17:25.040Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-03-09T23:17:25.040Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-09T23:17:25.040Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-03-09T23:17:25.040Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-03-09T23:17:25.040Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-03-09T23:17:25.040Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-03-09T23:17:25.040Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-03-09T23:17:25.040Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-03-09T23:17:25.040Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-03-09T23:17:25.040Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-03-09T23:17:25.040Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-03-09T23:17:25.040Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-03-09T23:17:25.040Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-03-09T23:17:25.040Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-03-09T23:17:25.040Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-03-09T23:17:25.040Z] === RUN TestDockerSchema1RegistrySuite [2022-03-09T23:17:25.040Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2022-03-09T23:17:25.040Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.040Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2022-03-09T23:17:25.040Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.040Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2022-03-09T23:17:25.040Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.040Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2022-03-09T23:17:25.040Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.040Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2022-03-09T23:17:25.040Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.040Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2022-03-09T23:17:25.040Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.040Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2022-03-09T23:17:25.040Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.040Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2022-03-09T23:17:25.040Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.040Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2022-03-09T23:17:25.040Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.040Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2022-03-09T23:17:25.040Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.040Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2022-03-09T23:17:25.040Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.040Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2022-03-09T23:17:25.040Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-09T23:17:25.040Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-09T23:17:25.040Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-09T23:17:25.040Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-03-09T23:17:25.040Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-09T23:17:25.040Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-09T23:17:25.040Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-09T23:17:25.040Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-09T23:17:25.040Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-03-09T23:17:25.040Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-09T23:17:25.040Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-03-09T23:17:25.040Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2022-03-09T23:17:25.040Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2022-03-09T23:17:25.040Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.040Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2022-03-09T23:17:25.040Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.040Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2022-03-09T23:17:25.040Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.040Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2022-03-09T23:17:25.040Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.040Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2022-03-09T23:17:25.040Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.040Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2022-03-09T23:17:25.040Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.040Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2022-03-09T23:17:25.040Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.040Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2022-03-09T23:17:25.040Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.040Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.00s) [2022-03-09T23:17:25.040Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-03-09T23:17:25.040Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-03-09T23:17:25.040Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-03-09T23:17:25.040Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-03-09T23:17:25.040Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-03-09T23:17:25.040Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-03-09T23:17:25.040Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-03-09T23:17:25.040Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-03-09T23:17:25.040Z] === RUN TestDockerRegistryAuthTokenSuite [2022-03-09T23:17:25.040Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2022-03-09T23:17:25.040Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.040Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2022-03-09T23:17:25.040Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.040Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2022-03-09T23:17:25.040Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.040Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2022-03-09T23:17:25.040Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.040Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2022-03-09T23:17:25.040Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.040Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2022-03-09T23:17:25.040Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-03-09T23:17:25.040Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-03-09T23:17:25.040Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-03-09T23:17:25.040Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-03-09T23:17:25.040Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-03-09T23:17:25.040Z] === RUN TestDockerDaemonSuite [2022-03-09T23:17:25.040Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2022-03-09T23:17:25.040Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.040Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2022-03-09T23:17:25.040Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.040Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2022-03-09T23:17:25.040Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.040Z] --- PASS: TestDockerDaemonSuite (0.00s) [2022-03-09T23:17:25.040Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-03-09T23:17:25.040Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-03-09T23:17:25.040Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-03-09T23:17:25.040Z] === RUN TestDockerSwarmSuite [2022-03-09T23:17:25.040Z] --- PASS: TestDockerSwarmSuite (0.00s) [2022-03-09T23:17:25.040Z] === RUN TestDockerPluginSuite [2022-03-09T23:17:25.040Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2022-03-09T23:17:25.040Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.040Z] === RUN TestDockerPluginSuite/TestPluginCreate [2022-03-09T23:17:25.040Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.040Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2022-03-09T23:17:25.040Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.040Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2022-03-09T23:17:25.040Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.040Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2022-03-09T23:17:25.040Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.040Z] === RUN TestDockerPluginSuite/TestPluginInspect [2022-03-09T23:17:25.040Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.040Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2022-03-09T23:17:25.040Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.040Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2022-03-09T23:17:25.040Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.040Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2022-03-09T23:17:25.040Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.040Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2022-03-09T23:17:25.040Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.040Z] === RUN TestDockerPluginSuite/TestPluginSet [2022-03-09T23:17:25.040Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.040Z] --- PASS: TestDockerPluginSuite (0.00s) [2022-03-09T23:17:25.040Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-03-09T23:17:25.040Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-03-09T23:17:25.040Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-03-09T23:17:25.040Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-03-09T23:17:25.040Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-03-09T23:17:25.040Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-03-09T23:17:25.040Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-03-09T23:17:25.040Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-03-09T23:17:25.040Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-03-09T23:17:25.040Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-03-09T23:17:25.040Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-03-09T23:17:25.040Z] === RUN TestDockerExternalVolumeSuite [2022-03-09T23:17:25.040Z] check_test.go:127: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.040Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2022-03-09T23:17:25.040Z] === RUN TestDockerNetworkSuite [2022-03-09T23:17:25.040Z] check_test.go:133: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.040Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2022-03-09T23:17:25.040Z] === RUN TestDockerHubPullSuite [2022-03-09T23:17:25.040Z] check_test.go:141: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.040Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2022-03-09T23:17:25.040Z] PASS [2022-03-09T23:17:25.040Z] ok github.com/docker/docker/integration-cli 2546.551s [2022-03-09T23:17:25.040Z] [2022-03-09T23:17:25.040Z] === Skipped [2022-03-09T23:17:25.040Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-03-09T23:17:25.040Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.040Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-03-09T23:17:25.040Z] [2022-03-09T23:17:25.040Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-03-09T23:17:25.040Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.040Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-03-09T23:17:25.041Z] [2022-03-09T23:17:25.041Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-03-09T23:17:25.041Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.041Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-03-09T23:17:25.041Z] [2022-03-09T23:17:25.041Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-03-09T23:17:25.041Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.041Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-03-09T23:17:25.041Z] [2022-03-09T23:17:25.041Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-03-09T23:17:25.041Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.041Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-03-09T23:17:25.041Z] [2022-03-09T23:17:25.041Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.28s) [2022-03-09T23:17:25.041Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.041Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.28s) [2022-03-09T23:17:25.041Z] [2022-03-09T23:17:25.041Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-03-09T23:17:25.041Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.041Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-03-09T23:17:25.041Z] [2022-03-09T23:17:25.041Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-03-09T23:17:25.041Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.041Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-03-09T23:17:25.041Z] [2022-03-09T23:17:25.041Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-03-09T23:17:25.041Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.041Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-03-09T23:17:25.041Z] [2022-03-09T23:17:25.041Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-03-09T23:17:25.041Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.041Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-03-09T23:17:25.041Z] [2022-03-09T23:17:25.041Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-03-09T23:17:25.041Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.041Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-03-09T23:17:25.041Z] [2022-03-09T23:17:25.041Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-03-09T23:17:25.041Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.041Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-03-09T23:17:25.041Z] [2022-03-09T23:17:25.041Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-03-09T23:17:25.041Z] docker_cli_run_test.go:3149: unmatched requirement Apparmor [2022-03-09T23:17:25.041Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-03-09T23:17:25.041Z] [2022-03-09T23:17:25.041Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-03-09T23:17:25.041Z] docker_cli_run_test.go:3127: unmatched requirement Apparmor [2022-03-09T23:17:25.041Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-03-09T23:17:25.041Z] [2022-03-09T23:17:25.041Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-03-09T23:17:25.041Z] docker_cli_run_test.go:3139: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.041Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-03-09T23:17:25.041Z] [2022-03-09T23:17:25.041Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.02s) [2022-03-09T23:17:25.041Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.041Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2022-03-09T23:17:25.041Z] [2022-03-09T23:17:25.041Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-03-09T23:17:25.041Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-03-09T23:17:25.041Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-03-09T23:17:25.041Z] [2022-03-09T23:17:25.041Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-03-09T23:17:25.041Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.041Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-03-09T23:17:25.041Z] [2022-03-09T23:17:25.041Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.55s) [2022-03-09T23:17:25.041Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-03-09T23:17:25.041Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.55s) [2022-03-09T23:17:25.041Z] [2022-03-09T23:17:25.041Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-03-09T23:17:25.041Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.041Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-03-09T23:17:25.041Z] [2022-03-09T23:17:25.041Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-03-09T23:17:25.041Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.041Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-03-09T23:17:25.041Z] [2022-03-09T23:17:25.041Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-03-09T23:17:25.041Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.041Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-03-09T23:17:25.041Z] [2022-03-09T23:17:25.041Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.05s) [2022-03-09T23:17:25.041Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.041Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.05s) [2022-03-09T23:17:25.041Z] [2022-03-09T23:17:25.041Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-03-09T23:17:25.041Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.041Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-03-09T23:17:25.041Z] [2022-03-09T23:17:25.041Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s) [2022-03-09T23:17:25.041Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.041Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s) [2022-03-09T23:17:25.041Z] [2022-03-09T23:17:25.041Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.03s) [2022-03-09T23:17:25.041Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.041Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2022-03-09T23:17:25.041Z] [2022-03-09T23:17:25.041Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-03-09T23:17:25.041Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.041Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-03-09T23:17:25.041Z] [2022-03-09T23:17:25.041Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-03-09T23:17:25.041Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.041Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-03-09T23:17:25.041Z] [2022-03-09T23:17:25.041Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-03-09T23:17:25.041Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.041Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-03-09T23:17:25.041Z] [2022-03-09T23:17:25.041Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.05s) [2022-03-09T23:17:25.041Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.041Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.05s) [2022-03-09T23:17:25.041Z] [2022-03-09T23:17:25.041Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.56s) [2022-03-09T23:17:25.041Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.041Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.56s) [2022-03-09T23:17:25.041Z] [2022-03-09T23:17:25.041Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.99s) [2022-03-09T23:17:25.041Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.041Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.99s) [2022-03-09T23:17:25.041Z] [2022-03-09T23:17:25.041Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.40s) [2022-03-09T23:17:25.041Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.041Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.40s) [2022-03-09T23:17:25.041Z] [2022-03-09T23:17:25.041Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.50s) [2022-03-09T23:17:25.041Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.041Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.50s) [2022-03-09T23:17:25.041Z] [2022-03-09T23:17:25.041Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2022-03-09T23:17:25.041Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.041Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2022-03-09T23:17:25.041Z] [2022-03-09T23:17:25.041Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-03-09T23:17:25.041Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.041Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-03-09T23:17:25.041Z] [2022-03-09T23:17:25.041Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2022-03-09T23:17:25.041Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.041Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2022-03-09T23:17:25.041Z] [2022-03-09T23:17:25.041Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.05s) [2022-03-09T23:17:25.041Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.041Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.05s) [2022-03-09T23:17:25.041Z] [2022-03-09T23:17:25.041Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2022-03-09T23:17:25.041Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.041Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2022-03-09T23:17:25.041Z] [2022-03-09T23:17:25.041Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.01s) [2022-03-09T23:17:25.041Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.041Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.01s) [2022-03-09T23:17:25.041Z] [2022-03-09T23:17:25.041Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.52s) [2022-03-09T23:17:25.041Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.041Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.52s) [2022-03-09T23:17:25.041Z] [2022-03-09T23:17:25.041Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.06s) [2022-03-09T23:17:25.041Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.041Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.06s) [2022-03-09T23:17:25.041Z] [2022-03-09T23:17:25.041Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.05s) [2022-03-09T23:17:25.041Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.041Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.05s) [2022-03-09T23:17:25.041Z] [2022-03-09T23:17:25.041Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-03-09T23:17:25.041Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-03-09T23:17:25.041Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-03-09T23:17:25.041Z] [2022-03-09T23:17:25.041Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-03-09T23:17:25.041Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.041Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-03-09T23:17:25.041Z] [2022-03-09T23:17:25.041Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-03-09T23:17:25.041Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.041Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-03-09T23:17:25.041Z] [2022-03-09T23:17:25.041Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s) [2022-03-09T23:17:25.041Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.041Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s) [2022-03-09T23:17:25.041Z] [2022-03-09T23:17:25.041Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2022-03-09T23:17:25.041Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.041Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2022-03-09T23:17:25.041Z] [2022-03-09T23:17:25.041Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-03-09T23:17:25.041Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.041Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-03-09T23:17:25.041Z] [2022-03-09T23:17:25.041Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.49s) [2022-03-09T23:17:25.041Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.041Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.49s) [2022-03-09T23:17:25.041Z] [2022-03-09T23:17:25.041Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.47s) [2022-03-09T23:17:25.041Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.041Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.47s) [2022-03-09T23:17:25.041Z] [2022-03-09T23:17:25.041Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-03-09T23:17:25.041Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.041Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-03-09T23:17:25.041Z] [2022-03-09T23:17:25.041Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2022-03-09T23:17:25.041Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.041Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2022-03-09T23:17:25.041Z] [2022-03-09T23:17:25.041Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.50s) [2022-03-09T23:17:25.041Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.041Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.50s) [2022-03-09T23:17:25.041Z] [2022-03-09T23:17:25.041Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.47s) [2022-03-09T23:17:25.041Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.041Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.47s) [2022-03-09T23:17:25.041Z] [2022-03-09T23:17:25.041Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.43s) [2022-03-09T23:17:25.041Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.041Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.43s) [2022-03-09T23:17:25.041Z] [2022-03-09T23:17:25.041Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.04s) [2022-03-09T23:17:25.041Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.041Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.04s) [2022-03-09T23:17:25.041Z] [2022-03-09T23:17:25.041Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.01s) [2022-03-09T23:17:25.041Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.041Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s) [2022-03-09T23:17:25.041Z] [2022-03-09T23:17:25.041Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.03s) [2022-03-09T23:17:25.041Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.041Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2022-03-09T23:17:25.041Z] [2022-03-09T23:17:25.041Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.41s) [2022-03-09T23:17:25.041Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.041Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.41s) [2022-03-09T23:17:25.041Z] [2022-03-09T23:17:25.041Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-03-09T23:17:25.041Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.041Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-03-09T23:17:25.041Z] [2022-03-09T23:17:25.041Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.01s) [2022-03-09T23:17:25.041Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.041Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2022-03-09T23:17:25.041Z] [2022-03-09T23:17:25.041Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2022-03-09T23:17:25.041Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.041Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2022-03-09T23:17:25.041Z] [2022-03-09T23:17:25.041Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2022-03-09T23:17:25.041Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.041Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2022-03-09T23:17:25.041Z] [2022-03-09T23:17:25.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2022-03-09T23:17:25.042Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.042Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2022-03-09T23:17:25.042Z] [2022-03-09T23:17:25.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2022-03-09T23:17:25.042Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.042Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2022-03-09T23:17:25.042Z] [2022-03-09T23:17:25.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2022-03-09T23:17:25.042Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.042Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2022-03-09T23:17:25.042Z] [2022-03-09T23:17:25.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.03s) [2022-03-09T23:17:25.042Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.042Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.03s) [2022-03-09T23:17:25.042Z] [2022-03-09T23:17:25.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-03-09T23:17:25.042Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.042Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-03-09T23:17:25.042Z] [2022-03-09T23:17:25.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.01s) [2022-03-09T23:17:25.042Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.042Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2022-03-09T23:17:25.042Z] [2022-03-09T23:17:25.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2022-03-09T23:17:25.042Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.042Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2022-03-09T23:17:25.042Z] [2022-03-09T23:17:25.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2022-03-09T23:17:25.042Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-03-09T23:17:25.042Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2022-03-09T23:17:25.042Z] [2022-03-09T23:17:25.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2022-03-09T23:17:25.042Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.042Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2022-03-09T23:17:25.042Z] [2022-03-09T23:17:25.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2022-03-09T23:17:25.042Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.042Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2022-03-09T23:17:25.042Z] [2022-03-09T23:17:25.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.04s) [2022-03-09T23:17:25.042Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.042Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.04s) [2022-03-09T23:17:25.042Z] [2022-03-09T23:17:25.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.09s) [2022-03-09T23:17:25.042Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.042Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.09s) [2022-03-09T23:17:25.042Z] [2022-03-09T23:17:25.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.05s) [2022-03-09T23:17:25.042Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.042Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.05s) [2022-03-09T23:17:25.042Z] [2022-03-09T23:17:25.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.08s) [2022-03-09T23:17:25.042Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.042Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.08s) [2022-03-09T23:17:25.042Z] [2022-03-09T23:17:25.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2022-03-09T23:17:25.042Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.042Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2022-03-09T23:17:25.042Z] [2022-03-09T23:17:25.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.01s) [2022-03-09T23:17:25.042Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.042Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2022-03-09T23:17:25.042Z] [2022-03-09T23:17:25.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.01s) [2022-03-09T23:17:25.042Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.042Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2022-03-09T23:17:25.042Z] [2022-03-09T23:17:25.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.05s) [2022-03-09T23:17:25.042Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.042Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.05s) [2022-03-09T23:17:25.042Z] [2022-03-09T23:17:25.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.01s) [2022-03-09T23:17:25.042Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.042Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2022-03-09T23:17:25.042Z] [2022-03-09T23:17:25.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-03-09T23:17:25.042Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.042Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-03-09T23:17:25.042Z] [2022-03-09T23:17:25.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.16s) [2022-03-09T23:17:25.042Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.042Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.16s) [2022-03-09T23:17:25.042Z] [2022-03-09T23:17:25.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.45s) [2022-03-09T23:17:25.042Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.042Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.45s) [2022-03-09T23:17:25.042Z] [2022-03-09T23:17:25.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.43s) [2022-03-09T23:17:25.042Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.042Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.43s) [2022-03-09T23:17:25.042Z] [2022-03-09T23:17:25.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.03s) [2022-03-09T23:17:25.042Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.042Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2022-03-09T23:17:25.042Z] [2022-03-09T23:17:25.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2022-03-09T23:17:25.042Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.042Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2022-03-09T23:17:25.042Z] [2022-03-09T23:17:25.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-03-09T23:17:25.042Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.042Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-03-09T23:17:25.042Z] [2022-03-09T23:17:25.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-03-09T23:17:25.042Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.042Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-03-09T23:17:25.042Z] [2022-03-09T23:17:25.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-03-09T23:17:25.042Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.042Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-03-09T23:17:25.042Z] [2022-03-09T23:17:25.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.49s) [2022-03-09T23:17:25.042Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.042Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.49s) [2022-03-09T23:17:25.042Z] [2022-03-09T23:17:25.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2022-03-09T23:17:25.042Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.042Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2022-03-09T23:17:25.042Z] [2022-03-09T23:17:25.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.45s) [2022-03-09T23:17:25.042Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.042Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.45s) [2022-03-09T23:17:25.042Z] [2022-03-09T23:17:25.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.46s) [2022-03-09T23:17:25.042Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.042Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.46s) [2022-03-09T23:17:25.042Z] [2022-03-09T23:17:25.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.46s) [2022-03-09T23:17:25.042Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.042Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.46s) [2022-03-09T23:17:25.042Z] [2022-03-09T23:17:25.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2022-03-09T23:17:25.042Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.042Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2022-03-09T23:17:25.042Z] [2022-03-09T23:17:25.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.46s) [2022-03-09T23:17:25.042Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.042Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.46s) [2022-03-09T23:17:25.042Z] [2022-03-09T23:17:25.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2022-03-09T23:17:25.042Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.042Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2022-03-09T23:17:25.042Z] [2022-03-09T23:17:25.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.05s) [2022-03-09T23:17:25.042Z] docker_cli_sni_test.go:18: Flakey test [2022-03-09T23:17:25.042Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.05s) [2022-03-09T23:17:25.042Z] [2022-03-09T23:17:25.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.02s) [2022-03-09T23:17:25.042Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.042Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2022-03-09T23:17:25.042Z] [2022-03-09T23:17:25.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-03-09T23:17:25.042Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.042Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-03-09T23:17:25.042Z] [2022-03-09T23:17:25.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2022-03-09T23:17:25.042Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.042Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2022-03-09T23:17:25.042Z] [2022-03-09T23:17:25.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-03-09T23:17:25.042Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.042Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-03-09T23:17:25.042Z] [2022-03-09T23:17:25.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2022-03-09T23:17:25.042Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.042Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2022-03-09T23:17:25.042Z] [2022-03-09T23:17:25.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2022-03-09T23:17:25.042Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.042Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2022-03-09T23:17:25.042Z] [2022-03-09T23:17:25.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2022-03-09T23:17:25.042Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.042Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2022-03-09T23:17:25.042Z] [2022-03-09T23:17:25.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2022-03-09T23:17:25.042Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.042Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2022-03-09T23:17:25.042Z] [2022-03-09T23:17:25.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.01s) [2022-03-09T23:17:25.042Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.042Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2022-03-09T23:17:25.042Z] [2022-03-09T23:17:25.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-03-09T23:17:25.042Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.042Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-03-09T23:17:25.042Z] [2022-03-09T23:17:25.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-03-09T23:17:25.042Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.042Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-03-09T23:17:25.042Z] [2022-03-09T23:17:25.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2022-03-09T23:17:25.042Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.042Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2022-03-09T23:17:25.042Z] [2022-03-09T23:17:25.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-03-09T23:17:25.042Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.042Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-03-09T23:17:25.042Z] [2022-03-09T23:17:25.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-03-09T23:17:25.042Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.042Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-03-09T23:17:25.042Z] [2022-03-09T23:17:25.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-03-09T23:17:25.042Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.042Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-03-09T23:17:25.042Z] [2022-03-09T23:17:25.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2022-03-09T23:17:25.042Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.042Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2022-03-09T23:17:25.042Z] [2022-03-09T23:17:25.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2022-03-09T23:17:25.042Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.042Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2022-03-09T23:17:25.042Z] [2022-03-09T23:17:25.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2022-03-09T23:17:25.042Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.042Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2022-03-09T23:17:25.042Z] [2022-03-09T23:17:25.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2022-03-09T23:17:25.042Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.042Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2022-03-09T23:17:25.042Z] [2022-03-09T23:17:25.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.01s) [2022-03-09T23:17:25.042Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.042Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2022-03-09T23:17:25.042Z] [2022-03-09T23:17:25.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.01s) [2022-03-09T23:17:25.042Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.042Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2022-03-09T23:17:25.042Z] [2022-03-09T23:17:25.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2022-03-09T23:17:25.042Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.042Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2022-03-09T23:17:25.042Z] [2022-03-09T23:17:25.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.02s) [2022-03-09T23:17:25.042Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.042Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2022-03-09T23:17:25.042Z] [2022-03-09T23:17:25.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-03-09T23:17:25.042Z] docker_cli_run_test.go:2403: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.042Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-03-09T23:17:25.042Z] [2022-03-09T23:17:25.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2022-03-09T23:17:25.042Z] docker_cli_run_test.go:3498: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.042Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2022-03-09T23:17:25.042Z] [2022-03-09T23:17:25.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2022-03-09T23:17:25.042Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.042Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2022-03-09T23:17:25.042Z] [2022-03-09T23:17:25.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-03-09T23:17:25.042Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.042Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-03-09T23:17:25.042Z] [2022-03-09T23:17:25.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-03-09T23:17:25.042Z] docker_cli_run_test.go:3544: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.042Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-03-09T23:17:25.042Z] [2022-03-09T23:17:25.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-03-09T23:17:25.042Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.042Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-03-09T23:17:25.042Z] [2022-03-09T23:17:25.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2022-03-09T23:17:25.043Z] docker_cli_run_test.go:3434: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.043Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2022-03-09T23:17:25.043Z] [2022-03-09T23:17:25.043Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-03-09T23:17:25.043Z] docker_cli_run_test.go:3426: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.043Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-03-09T23:17:25.043Z] [2022-03-09T23:17:25.043Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2022-03-09T23:17:25.043Z] docker_cli_run_test.go:3453: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.043Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2022-03-09T23:17:25.043Z] [2022-03-09T23:17:25.043Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.02s) [2022-03-09T23:17:25.043Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.043Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s) [2022-03-09T23:17:25.043Z] [2022-03-09T23:17:25.043Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.01s) [2022-03-09T23:17:25.043Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.043Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2022-03-09T23:17:25.043Z] [2022-03-09T23:17:25.043Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-03-09T23:17:25.043Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.043Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-03-09T23:17:25.043Z] [2022-03-09T23:17:25.043Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.02s) [2022-03-09T23:17:25.043Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.043Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s) [2022-03-09T23:17:25.043Z] [2022-03-09T23:17:25.043Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.02s) [2022-03-09T23:17:25.043Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.043Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2022-03-09T23:17:25.043Z] [2022-03-09T23:17:25.043Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.01s) [2022-03-09T23:17:25.043Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.043Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2022-03-09T23:17:25.043Z] [2022-03-09T23:17:25.043Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.01s) [2022-03-09T23:17:25.043Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.043Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2022-03-09T23:17:25.043Z] [2022-03-09T23:17:25.043Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.02s) [2022-03-09T23:17:25.043Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.043Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s) [2022-03-09T23:17:25.043Z] [2022-03-09T23:17:25.043Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.02s) [2022-03-09T23:17:25.043Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.043Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s) [2022-03-09T23:17:25.043Z] [2022-03-09T23:17:25.043Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.01s) [2022-03-09T23:17:25.043Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.043Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2022-03-09T23:17:25.043Z] [2022-03-09T23:17:25.043Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.02s) [2022-03-09T23:17:25.043Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.043Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s) [2022-03-09T23:17:25.043Z] [2022-03-09T23:17:25.043Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.02s) [2022-03-09T23:17:25.043Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.043Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2022-03-09T23:17:25.043Z] [2022-03-09T23:17:25.043Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.01s) [2022-03-09T23:17:25.043Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.043Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2022-03-09T23:17:25.043Z] [2022-03-09T23:17:25.043Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2022-03-09T23:17:25.043Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.043Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2022-03-09T23:17:25.043Z] [2022-03-09T23:17:25.043Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-03-09T23:17:25.043Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.043Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-03-09T23:17:25.043Z] [2022-03-09T23:17:25.043Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.01s) [2022-03-09T23:17:25.043Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.043Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2022-03-09T23:17:25.043Z] [2022-03-09T23:17:25.043Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.01s) [2022-03-09T23:17:25.043Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.043Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2022-03-09T23:17:25.043Z] [2022-03-09T23:17:25.043Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.01s) [2022-03-09T23:17:25.043Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.043Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2022-03-09T23:17:25.043Z] [2022-03-09T23:17:25.043Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2022-03-09T23:17:25.043Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.043Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2022-03-09T23:17:25.043Z] [2022-03-09T23:17:25.043Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.01s) [2022-03-09T23:17:25.043Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.043Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2022-03-09T23:17:25.043Z] [2022-03-09T23:17:25.043Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.02s) [2022-03-09T23:17:25.043Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.043Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2022-03-09T23:17:25.043Z] [2022-03-09T23:17:25.043Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.02s) [2022-03-09T23:17:25.043Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.043Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2022-03-09T23:17:25.043Z] [2022-03-09T23:17:25.043Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.02s) [2022-03-09T23:17:25.043Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.043Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s) [2022-03-09T23:17:25.043Z] [2022-03-09T23:17:25.043Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.01s) [2022-03-09T23:17:25.043Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.043Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2022-03-09T23:17:25.043Z] [2022-03-09T23:17:25.043Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.01s) [2022-03-09T23:17:25.043Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.043Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2022-03-09T23:17:25.043Z] [2022-03-09T23:17:25.043Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-03-09T23:17:25.043Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.043Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-03-09T23:17:25.043Z] [2022-03-09T23:17:25.043Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2022-03-09T23:17:25.043Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.043Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2022-03-09T23:17:25.043Z] [2022-03-09T23:17:25.043Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-03-09T23:17:25.043Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.043Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-03-09T23:17:25.043Z] [2022-03-09T23:17:25.043Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2022-03-09T23:17:25.043Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.043Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2022-03-09T23:17:25.043Z] [2022-03-09T23:17:25.043Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-03-09T23:17:25.043Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.043Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-03-09T23:17:25.043Z] [2022-03-09T23:17:25.043Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.01s) [2022-03-09T23:17:25.043Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.043Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2022-03-09T23:17:25.043Z] [2022-03-09T23:17:25.043Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2022-03-09T23:17:25.043Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.043Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2022-03-09T23:17:25.043Z] [2022-03-09T23:17:25.043Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2022-03-09T23:17:25.043Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-03-09T23:17:25.043Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2022-03-09T23:17:25.043Z] [2022-03-09T23:17:25.043Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-03-09T23:17:25.043Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.043Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-03-09T23:17:25.043Z] [2022-03-09T23:17:25.043Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-03-09T23:17:25.043Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.043Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-03-09T23:17:25.043Z] [2022-03-09T23:17:25.043Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2022-03-09T23:17:25.043Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.043Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2022-03-09T23:17:25.043Z] [2022-03-09T23:17:25.043Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-03-09T23:17:25.043Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.043Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-03-09T23:17:25.043Z] [2022-03-09T23:17:25.043Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2022-03-09T23:17:25.043Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.043Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2022-03-09T23:17:25.043Z] [2022-03-09T23:17:25.043Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-03-09T23:17:25.043Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.043Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-03-09T23:17:25.043Z] [2022-03-09T23:17:25.043Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2022-03-09T23:17:25.043Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.043Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2022-03-09T23:17:25.043Z] [2022-03-09T23:17:25.043Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-03-09T23:17:25.043Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.043Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-03-09T23:17:25.043Z] [2022-03-09T23:17:25.043Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2022-03-09T23:17:25.043Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.043Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2022-03-09T23:17:25.043Z] [2022-03-09T23:17:25.043Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-03-09T23:17:25.043Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.043Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-03-09T23:17:25.043Z] [2022-03-09T23:17:25.043Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.02s) [2022-03-09T23:17:25.043Z] docker_cli_run_test.go:2963: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.043Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s) [2022-03-09T23:17:25.043Z] [2022-03-09T23:17:25.043Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-03-09T23:17:25.043Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.043Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-03-09T23:17:25.043Z] [2022-03-09T23:17:25.043Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2022-03-09T23:17:25.043Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.043Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2022-03-09T23:17:25.043Z] [2022-03-09T23:17:25.043Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-03-09T23:17:25.043Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.043Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-03-09T23:17:25.043Z] [2022-03-09T23:17:25.043Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.02s) [2022-03-09T23:17:25.043Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.043Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.02s) [2022-03-09T23:17:25.043Z] [2022-03-09T23:17:25.043Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.01s) [2022-03-09T23:17:25.043Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.043Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2022-03-09T23:17:25.043Z] [2022-03-09T23:17:25.043Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.01s) [2022-03-09T23:17:25.043Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.043Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2022-03-09T23:17:25.043Z] [2022-03-09T23:17:25.043Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.01s) [2022-03-09T23:17:25.512Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.512Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2022-03-09T23:17:25.512Z] [2022-03-09T23:17:25.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.02s) [2022-03-09T23:17:25.512Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.512Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2022-03-09T23:17:25.512Z] [2022-03-09T23:17:25.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.02s) [2022-03-09T23:17:25.512Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.512Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2022-03-09T23:17:25.512Z] [2022-03-09T23:17:25.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.01s) [2022-03-09T23:17:25.512Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.512Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2022-03-09T23:17:25.512Z] [2022-03-09T23:17:25.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.02s) [2022-03-09T23:17:25.512Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.512Z] --- SKIP: TestDockerSuite/TestExec (0.02s) [2022-03-09T23:17:25.512Z] [2022-03-09T23:17:25.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2022-03-09T23:17:25.512Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.512Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2022-03-09T23:17:25.512Z] [2022-03-09T23:17:25.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.02s) [2022-03-09T23:17:25.512Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.512Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2022-03-09T23:17:25.512Z] [2022-03-09T23:17:25.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-03-09T23:17:25.512Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.512Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-03-09T23:17:25.512Z] [2022-03-09T23:17:25.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2022-03-09T23:17:25.512Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.512Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2022-03-09T23:17:25.512Z] [2022-03-09T23:17:25.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.02s) [2022-03-09T23:17:25.512Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.512Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2022-03-09T23:17:25.512Z] [2022-03-09T23:17:25.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.02s) [2022-03-09T23:17:25.512Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.512Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2022-03-09T23:17:25.512Z] [2022-03-09T23:17:25.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-03-09T23:17:25.512Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.512Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-03-09T23:17:25.512Z] [2022-03-09T23:17:25.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.02s) [2022-03-09T23:17:25.512Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.512Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2022-03-09T23:17:25.512Z] [2022-03-09T23:17:25.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-03-09T23:17:25.512Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.512Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-03-09T23:17:25.512Z] [2022-03-09T23:17:25.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.02s) [2022-03-09T23:17:25.512Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.512Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2022-03-09T23:17:25.512Z] [2022-03-09T23:17:25.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.01s) [2022-03-09T23:17:25.512Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-03-09T23:17:25.512Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2022-03-09T23:17:25.512Z] [2022-03-09T23:17:25.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-03-09T23:17:25.512Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.512Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-03-09T23:17:25.512Z] [2022-03-09T23:17:25.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.01s) [2022-03-09T23:17:25.512Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.512Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2022-03-09T23:17:25.512Z] [2022-03-09T23:17:25.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.01s) [2022-03-09T23:17:25.512Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.512Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2022-03-09T23:17:25.512Z] [2022-03-09T23:17:25.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.02s) [2022-03-09T23:17:25.512Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.512Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s) [2022-03-09T23:17:25.512Z] [2022-03-09T23:17:25.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-03-09T23:17:25.512Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.512Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-03-09T23:17:25.512Z] [2022-03-09T23:17:25.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2022-03-09T23:17:25.512Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.512Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2022-03-09T23:17:25.512Z] [2022-03-09T23:17:25.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.02s) [2022-03-09T23:17:25.512Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.512Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2022-03-09T23:17:25.512Z] [2022-03-09T23:17:25.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.01s) [2022-03-09T23:17:25.512Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.512Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2022-03-09T23:17:25.512Z] [2022-03-09T23:17:25.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.01s) [2022-03-09T23:17:25.512Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.512Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2022-03-09T23:17:25.512Z] [2022-03-09T23:17:25.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.01s) [2022-03-09T23:17:25.512Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.512Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2022-03-09T23:17:25.512Z] [2022-03-09T23:17:25.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2022-03-09T23:17:25.512Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.512Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2022-03-09T23:17:25.512Z] [2022-03-09T23:17:25.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.01s) [2022-03-09T23:17:25.512Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.512Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2022-03-09T23:17:25.512Z] [2022-03-09T23:17:25.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-03-09T23:17:25.512Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.512Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-03-09T23:17:25.512Z] [2022-03-09T23:17:25.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-03-09T23:17:25.512Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.512Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-03-09T23:17:25.512Z] [2022-03-09T23:17:25.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2022-03-09T23:17:25.512Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.512Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2022-03-09T23:17:25.512Z] [2022-03-09T23:17:25.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.01s) [2022-03-09T23:17:25.512Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.512Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2022-03-09T23:17:25.512Z] [2022-03-09T23:17:25.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.02s) [2022-03-09T23:17:25.513Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.513Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2022-03-09T23:17:25.513Z] [2022-03-09T23:17:25.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.01s) [2022-03-09T23:17:25.513Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.513Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2022-03-09T23:17:25.513Z] [2022-03-09T23:17:25.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.01s) [2022-03-09T23:17:25.513Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.513Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2022-03-09T23:17:25.513Z] [2022-03-09T23:17:25.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2022-03-09T23:17:25.513Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.513Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2022-03-09T23:17:25.513Z] [2022-03-09T23:17:25.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2022-03-09T23:17:25.513Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-03-09T23:17:25.513Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2022-03-09T23:17:25.513Z] [2022-03-09T23:17:25.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-03-09T23:17:25.513Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.513Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-03-09T23:17:25.513Z] [2022-03-09T23:17:25.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2022-03-09T23:17:25.513Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.513Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2022-03-09T23:17:25.513Z] [2022-03-09T23:17:25.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-03-09T23:17:25.513Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.513Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-03-09T23:17:25.513Z] [2022-03-09T23:17:25.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.04s) [2022-03-09T23:17:25.513Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.513Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.04s) [2022-03-09T23:17:25.513Z] [2022-03-09T23:17:25.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-03-09T23:17:25.513Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.513Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-03-09T23:17:25.513Z] [2022-03-09T23:17:25.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-03-09T23:17:25.513Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.513Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-03-09T23:17:25.513Z] [2022-03-09T23:17:25.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.02s) [2022-03-09T23:17:25.513Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.513Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s) [2022-03-09T23:17:25.513Z] [2022-03-09T23:17:25.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2022-03-09T23:17:25.513Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.513Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2022-03-09T23:17:25.513Z] [2022-03-09T23:17:25.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2022-03-09T23:17:25.513Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.513Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2022-03-09T23:17:25.513Z] [2022-03-09T23:17:25.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2022-03-09T23:17:25.513Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.513Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2022-03-09T23:17:25.513Z] [2022-03-09T23:17:25.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.02s) [2022-03-09T23:17:25.513Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.513Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2022-03-09T23:17:25.513Z] [2022-03-09T23:17:25.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-03-09T23:17:25.513Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.513Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-03-09T23:17:25.513Z] [2022-03-09T23:17:25.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-03-09T23:17:25.513Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.513Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-03-09T23:17:25.513Z] [2022-03-09T23:17:25.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.01s) [2022-03-09T23:17:25.513Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.513Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2022-03-09T23:17:25.513Z] [2022-03-09T23:17:25.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.01s) [2022-03-09T23:17:25.513Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.513Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2022-03-09T23:17:25.513Z] [2022-03-09T23:17:25.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.01s) [2022-03-09T23:17:25.513Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.513Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2022-03-09T23:17:25.513Z] [2022-03-09T23:17:25.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-03-09T23:17:25.513Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.513Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-03-09T23:17:25.513Z] [2022-03-09T23:17:25.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-03-09T23:17:25.513Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.513Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-03-09T23:17:25.513Z] [2022-03-09T23:17:25.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2022-03-09T23:17:25.513Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.513Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2022-03-09T23:17:25.513Z] [2022-03-09T23:17:25.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2022-03-09T23:17:25.513Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.513Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2022-03-09T23:17:25.513Z] [2022-03-09T23:17:25.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-03-09T23:17:25.513Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.513Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-03-09T23:17:25.513Z] [2022-03-09T23:17:25.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-03-09T23:17:25.513Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.513Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-03-09T23:17:25.513Z] [2022-03-09T23:17:25.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-03-09T23:17:25.513Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.513Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-03-09T23:17:25.513Z] [2022-03-09T23:17:25.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2022-03-09T23:17:25.513Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.513Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2022-03-09T23:17:25.513Z] [2022-03-09T23:17:25.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-03-09T23:17:25.513Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.513Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-03-09T23:17:25.513Z] [2022-03-09T23:17:25.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-03-09T23:17:25.513Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.513Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-03-09T23:17:25.513Z] [2022-03-09T23:17:25.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-03-09T23:17:25.513Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.513Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-03-09T23:17:25.513Z] [2022-03-09T23:17:25.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-03-09T23:17:25.513Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.513Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-03-09T23:17:25.513Z] [2022-03-09T23:17:25.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-03-09T23:17:25.513Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.513Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-03-09T23:17:25.513Z] [2022-03-09T23:17:25.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-03-09T23:17:25.513Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.513Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-03-09T23:17:25.513Z] [2022-03-09T23:17:25.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2022-03-09T23:17:25.513Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.513Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2022-03-09T23:17:25.513Z] [2022-03-09T23:17:25.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2022-03-09T23:17:25.513Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.513Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2022-03-09T23:17:25.513Z] [2022-03-09T23:17:25.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-03-09T23:17:25.513Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.513Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-03-09T23:17:25.513Z] [2022-03-09T23:17:25.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.01s) [2022-03-09T23:17:25.513Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.513Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2022-03-09T23:17:25.513Z] [2022-03-09T23:17:25.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.01s) [2022-03-09T23:17:25.513Z] docker_cli_run_test.go:2877: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.513Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2022-03-09T23:17:25.513Z] [2022-03-09T23:17:25.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.01s) [2022-03-09T23:17:25.513Z] docker_cli_run_test.go:2886: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.513Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2022-03-09T23:17:25.513Z] [2022-03-09T23:17:25.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.02s) [2022-03-09T23:17:25.513Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.513Z] --- SKIP: TestDockerSuite/TestNetHostname (0.02s) [2022-03-09T23:17:25.513Z] [2022-03-09T23:17:25.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-03-09T23:17:25.513Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.513Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-03-09T23:17:25.513Z] [2022-03-09T23:17:25.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2022-03-09T23:17:25.513Z] docker_cli_run_test.go:3480: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.513Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2022-03-09T23:17:25.513Z] [2022-03-09T23:17:25.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2022-03-09T23:17:25.513Z] docker_cli_run_test.go:2666: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.513Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2022-03-09T23:17:25.513Z] [2022-03-09T23:17:25.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.01s) [2022-03-09T23:17:25.513Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.513Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2022-03-09T23:17:25.513Z] [2022-03-09T23:17:25.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-03-09T23:17:25.513Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.513Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-03-09T23:17:25.513Z] [2022-03-09T23:17:25.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2022-03-09T23:17:25.513Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.513Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2022-03-09T23:17:25.513Z] [2022-03-09T23:17:25.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.01s) [2022-03-09T23:17:25.513Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-03-09T23:17:25.513Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2022-03-09T23:17:25.513Z] [2022-03-09T23:17:25.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-03-09T23:17:25.513Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-03-09T23:17:25.513Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-03-09T23:17:25.513Z] [2022-03-09T23:17:25.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.01s) [2022-03-09T23:17:25.513Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.513Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2022-03-09T23:17:25.513Z] [2022-03-09T23:17:25.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.02s) [2022-03-09T23:17:25.513Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.513Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s) [2022-03-09T23:17:25.513Z] [2022-03-09T23:17:25.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2022-03-09T23:17:25.513Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.513Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2022-03-09T23:17:25.513Z] [2022-03-09T23:17:25.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.01s) [2022-03-09T23:17:25.513Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.513Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2022-03-09T23:17:25.513Z] [2022-03-09T23:17:25.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.01s) [2022-03-09T23:17:25.513Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.513Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2022-03-09T23:17:25.513Z] [2022-03-09T23:17:25.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.01s) [2022-03-09T23:17:25.513Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.513Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2022-03-09T23:17:25.513Z] [2022-03-09T23:17:25.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.01s) [2022-03-09T23:17:25.513Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.513Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2022-03-09T23:17:25.513Z] [2022-03-09T23:17:25.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2022-03-09T23:17:25.513Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.513Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2022-03-09T23:17:25.513Z] [2022-03-09T23:17:25.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-03-09T23:17:25.513Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.513Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-03-09T23:17:25.513Z] [2022-03-09T23:17:25.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2022-03-09T23:17:25.513Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.513Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2022-03-09T23:17:25.513Z] [2022-03-09T23:17:25.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2022-03-09T23:17:25.513Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.513Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2022-03-09T23:17:25.513Z] [2022-03-09T23:17:25.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2022-03-09T23:17:25.513Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.513Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2022-03-09T23:17:25.513Z] [2022-03-09T23:17:25.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2022-03-09T23:17:25.513Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.513Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2022-03-09T23:17:25.513Z] [2022-03-09T23:17:25.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-03-09T23:17:25.513Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.513Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-03-09T23:17:25.513Z] [2022-03-09T23:17:25.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-03-09T23:17:25.513Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.513Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-03-09T23:17:25.513Z] [2022-03-09T23:17:25.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-03-09T23:17:25.513Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.513Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-03-09T23:17:25.513Z] [2022-03-09T23:17:25.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-03-09T23:17:25.513Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-03-09T23:17:25.513Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-03-09T23:17:25.513Z] [2022-03-09T23:17:25.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2022-03-09T23:17:25.513Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.513Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2022-03-09T23:17:25.513Z] [2022-03-09T23:17:25.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2022-03-09T23:17:25.514Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.514Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2022-03-09T23:17:25.514Z] [2022-03-09T23:17:25.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.02s) [2022-03-09T23:17:25.514Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.514Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s) [2022-03-09T23:17:25.514Z] [2022-03-09T23:17:25.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-03-09T23:17:25.514Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.514Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-03-09T23:17:25.514Z] [2022-03-09T23:17:25.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-03-09T23:17:25.514Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.514Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-03-09T23:17:25.514Z] [2022-03-09T23:17:25.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.02s) [2022-03-09T23:17:25.514Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.514Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s) [2022-03-09T23:17:25.514Z] [2022-03-09T23:17:25.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2022-03-09T23:17:25.514Z] docker_cli_run_test.go:3112: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.514Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2022-03-09T23:17:25.514Z] [2022-03-09T23:17:25.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2022-03-09T23:17:25.514Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.514Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2022-03-09T23:17:25.514Z] [2022-03-09T23:17:25.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2022-03-09T23:17:25.514Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.514Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2022-03-09T23:17:25.514Z] [2022-03-09T23:17:25.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2022-03-09T23:17:25.514Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.514Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2022-03-09T23:17:25.514Z] [2022-03-09T23:17:25.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-03-09T23:17:25.514Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.514Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-03-09T23:17:25.514Z] [2022-03-09T23:17:25.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2022-03-09T23:17:25.514Z] docker_cli_run_test.go:4399: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.514Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2022-03-09T23:17:25.514Z] [2022-03-09T23:17:25.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.02s) [2022-03-09T23:17:25.514Z] docker_cli_run_test.go:1575: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.514Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2022-03-09T23:17:25.514Z] [2022-03-09T23:17:25.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2022-03-09T23:17:25.514Z] docker_cli_run_test.go:3912: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.514Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2022-03-09T23:17:25.514Z] [2022-03-09T23:17:25.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.03s) [2022-03-09T23:17:25.514Z] docker_cli_run_test.go:1170: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.514Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.03s) [2022-03-09T23:17:25.514Z] [2022-03-09T23:17:25.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-03-09T23:17:25.514Z] docker_cli_run_test.go:1188: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.514Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-03-09T23:17:25.514Z] [2022-03-09T23:17:25.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-03-09T23:17:25.514Z] docker_cli_run_test.go:1179: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.514Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-03-09T23:17:25.514Z] [2022-03-09T23:17:25.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-03-09T23:17:25.514Z] docker_cli_run_test.go:2055: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.514Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-03-09T23:17:25.514Z] [2022-03-09T23:17:25.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-03-09T23:17:25.514Z] docker_cli_run_test.go:2260: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.514Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-03-09T23:17:25.514Z] [2022-03-09T23:17:25.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2022-03-09T23:17:25.514Z] docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.514Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2022-03-09T23:17:25.514Z] [2022-03-09T23:17:25.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-03-09T23:17:25.514Z] docker_cli_run_test.go:1051: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.514Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-03-09T23:17:25.514Z] [2022-03-09T23:17:25.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-03-09T23:17:25.514Z] docker_cli_run_test.go:1061: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.514Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-03-09T23:17:25.514Z] [2022-03-09T23:17:25.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-03-09T23:17:25.514Z] docker_cli_run_test.go:2976: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.514Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-03-09T23:17:25.514Z] [2022-03-09T23:17:25.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-03-09T23:17:25.514Z] docker_cli_run_test.go:1041: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.514Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-03-09T23:17:25.514Z] [2022-03-09T23:17:25.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-03-09T23:17:25.514Z] docker_cli_run_test.go:1032: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.514Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-03-09T23:17:25.514Z] [2022-03-09T23:17:25.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-03-09T23:17:25.514Z] docker_cli_run_test.go:3162: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.514Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-03-09T23:17:25.514Z] [2022-03-09T23:17:25.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-03-09T23:17:25.514Z] docker_cli_run_test.go:1022: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.514Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-03-09T23:17:25.514Z] [2022-03-09T23:17:25.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-03-09T23:17:25.514Z] docker_cli_run_test.go:1010: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.514Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-03-09T23:17:25.514Z] [2022-03-09T23:17:25.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-03-09T23:17:25.514Z] docker_cli_run_test.go:984: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.514Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-03-09T23:17:25.514Z] [2022-03-09T23:17:25.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-03-09T23:17:25.514Z] docker_cli_run_test.go:997: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.514Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-03-09T23:17:25.514Z] [2022-03-09T23:17:25.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-03-09T23:17:25.514Z] docker_cli_run_test.go:975: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.514Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-03-09T23:17:25.514Z] [2022-03-09T23:17:25.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-03-09T23:17:25.514Z] docker_cli_run_test.go:1926: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.514Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-03-09T23:17:25.514Z] [2022-03-09T23:17:25.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2022-03-09T23:17:25.514Z] docker_cli_run_test.go:3304: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.514Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2022-03-09T23:17:25.514Z] [2022-03-09T23:17:25.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-03-09T23:17:25.514Z] docker_cli_run_test.go:3328: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.514Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-03-09T23:17:25.514Z] [2022-03-09T23:17:25.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-03-09T23:17:25.514Z] docker_cli_run_test.go:3295: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.514Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-03-09T23:17:25.514Z] [2022-03-09T23:17:25.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-03-09T23:17:25.514Z] docker_cli_run_test.go:3280: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.514Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-03-09T23:17:25.514Z] [2022-03-09T23:17:25.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-03-09T23:17:25.514Z] docker_cli_run_test.go:3205: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.514Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-03-09T23:17:25.514Z] [2022-03-09T23:17:25.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-03-09T23:17:25.514Z] docker_cli_run_test.go:2704: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.514Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-03-09T23:17:25.514Z] [2022-03-09T23:17:25.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-03-09T23:17:25.514Z] docker_cli_run_test.go:2653: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.514Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-03-09T23:17:25.514Z] [2022-03-09T23:17:25.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-03-09T23:17:25.514Z] docker_cli_run_test.go:2726: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.514Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-03-09T23:17:25.514Z] [2022-03-09T23:17:25.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-03-09T23:17:25.514Z] docker_cli_run_test.go:2716: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.514Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-03-09T23:17:25.514Z] [2022-03-09T23:17:25.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-03-09T23:17:25.514Z] docker_cli_run_test.go:1676: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.514Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-03-09T23:17:25.514Z] [2022-03-09T23:17:25.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-03-09T23:17:25.514Z] docker_cli_run_test.go:1657: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.514Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-03-09T23:17:25.514Z] [2022-03-09T23:17:25.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-03-09T23:17:25.514Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.514Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-03-09T23:17:25.514Z] [2022-03-09T23:17:25.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-03-09T23:17:25.514Z] docker_cli_run_test.go:2147: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.514Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-03-09T23:17:25.514Z] [2022-03-09T23:17:25.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2022-03-09T23:17:25.514Z] docker_cli_run_test.go:620: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.514Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2022-03-09T23:17:25.514Z] [2022-03-09T23:17:25.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-03-09T23:17:25.514Z] docker_cli_run_test.go:382: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.514Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-03-09T23:17:25.514Z] [2022-03-09T23:17:25.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-03-09T23:17:25.514Z] docker_cli_run_test.go:426: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.514Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-03-09T23:17:25.514Z] [2022-03-09T23:17:25.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-03-09T23:17:25.514Z] docker_cli_run_test.go:1252: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.514Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-03-09T23:17:25.514Z] [2022-03-09T23:17:25.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-03-09T23:17:25.514Z] docker_cli_run_test.go:3877: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.514Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-03-09T23:17:25.514Z] [2022-03-09T23:17:25.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.02s) [2022-03-09T23:17:25.514Z] docker_cli_run_test.go:1287: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.514Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2022-03-09T23:17:25.514Z] [2022-03-09T23:17:25.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-03-09T23:17:25.514Z] docker_cli_run_test.go:1320: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.514Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-03-09T23:17:25.514Z] [2022-03-09T23:17:25.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-03-09T23:17:25.514Z] docker_cli_run_test.go:1309: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.514Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-03-09T23:17:25.514Z] [2022-03-09T23:17:25.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-03-09T23:17:25.514Z] docker_cli_run_test.go:2020: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.514Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-03-09T23:17:25.514Z] [2022-03-09T23:17:25.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.01s) [2022-03-09T23:17:25.514Z] docker_cli_run_test.go:1140: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.514Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2022-03-09T23:17:25.514Z] [2022-03-09T23:17:25.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.01s) [2022-03-09T23:17:25.514Z] docker_cli_run_test.go:4052: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.514Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2022-03-09T23:17:25.514Z] [2022-03-09T23:17:25.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-03-09T23:17:25.514Z] docker_cli_run_test.go:4135: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.514Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-03-09T23:17:25.514Z] [2022-03-09T23:17:25.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.02s) [2022-03-09T23:17:25.514Z] docker_cli_run_test.go:816: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.514Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2022-03-09T23:17:25.514Z] [2022-03-09T23:17:25.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-03-09T23:17:25.514Z] docker_cli_run_test.go:855: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.514Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-03-09T23:17:25.514Z] [2022-03-09T23:17:25.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-03-09T23:17:25.514Z] docker_cli_run_test.go:888: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.514Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-03-09T23:17:25.514Z] [2022-03-09T23:17:25.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-03-09T23:17:25.514Z] docker_cli_run_test.go:946: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.514Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-03-09T23:17:25.514Z] [2022-03-09T23:17:25.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.02s) [2022-03-09T23:17:25.514Z] docker_cli_run_test.go:1073: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.514Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2022-03-09T23:17:25.514Z] [2022-03-09T23:17:25.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-03-09T23:17:25.514Z] docker_cli_run_test.go:4378: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.514Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-03-09T23:17:25.514Z] [2022-03-09T23:17:25.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2022-03-09T23:17:25.514Z] docker_cli_run_test.go:4391: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.514Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2022-03-09T23:17:25.514Z] [2022-03-09T23:17:25.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-03-09T23:17:25.514Z] docker_cli_run_test.go:4119: unmatched requirement Isolation.IsHyperV-fm [2022-03-09T23:17:25.514Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-03-09T23:17:25.514Z] [2022-03-09T23:17:25.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-03-09T23:17:25.514Z] docker_cli_run_test.go:3693: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.514Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-03-09T23:17:25.514Z] [2022-03-09T23:17:25.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.01s) [2022-03-09T23:17:25.514Z] docker_cli_run_test.go:1998: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.515Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2022-03-09T23:17:25.515Z] [2022-03-09T23:17:25.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2022-03-09T23:17:25.515Z] docker_cli_run_test.go:3240: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.515Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2022-03-09T23:17:25.515Z] [2022-03-09T23:17:25.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-03-09T23:17:25.515Z] docker_cli_run_test.go:59: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.515Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-03-09T23:17:25.515Z] [2022-03-09T23:17:25.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-03-09T23:17:25.515Z] docker_cli_run_test.go:3349: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.515Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-03-09T23:17:25.515Z] [2022-03-09T23:17:25.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-03-09T23:17:25.515Z] docker_cli_run_test.go:194: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.515Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-03-09T23:17:25.515Z] [2022-03-09T23:17:25.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2022-03-09T23:17:25.515Z] docker_cli_run_test.go:179: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.515Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2022-03-09T23:17:25.515Z] [2022-03-09T23:17:25.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-03-09T23:17:25.515Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.515Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-03-09T23:17:25.515Z] [2022-03-09T23:17:25.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.02s) [2022-03-09T23:17:25.515Z] docker_cli_run_test.go:1197: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.515Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2022-03-09T23:17:25.515Z] [2022-03-09T23:17:25.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2022-03-09T23:17:25.515Z] docker_cli_run_test.go:2310: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.515Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2022-03-09T23:17:25.515Z] [2022-03-09T23:17:25.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2022-03-09T23:17:25.515Z] docker_cli_run_test.go:2319: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.515Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2022-03-09T23:17:25.515Z] [2022-03-09T23:17:25.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.01s) [2022-03-09T23:17:25.515Z] docker_cli_run_test.go:2288: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.515Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2022-03-09T23:17:25.515Z] [2022-03-09T23:17:25.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2022-03-09T23:17:25.515Z] docker_cli_run_test.go:3393: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.515Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2022-03-09T23:17:25.515Z] [2022-03-09T23:17:25.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.01s) [2022-03-09T23:17:25.515Z] docker_cli_run_test.go:2332: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.515Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2022-03-09T23:17:25.515Z] [2022-03-09T23:17:25.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2022-03-09T23:17:25.515Z] docker_cli_run_test.go:2357: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.515Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2022-03-09T23:17:25.515Z] [2022-03-09T23:17:25.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2022-03-09T23:17:25.515Z] docker_cli_run_test.go:2366: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.515Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2022-03-09T23:17:25.515Z] [2022-03-09T23:17:25.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-03-09T23:17:25.515Z] docker_cli_run_test.go:2424: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.515Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-03-09T23:17:25.515Z] [2022-03-09T23:17:25.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.01s) [2022-03-09T23:17:25.515Z] docker_cli_run_test.go:4201: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.515Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2022-03-09T23:17:25.515Z] [2022-03-09T23:17:25.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.01s) [2022-03-09T23:17:25.515Z] docker_cli_run_test.go:2075: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.515Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2022-03-09T23:17:25.515Z] [2022-03-09T23:17:25.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-03-09T23:17:25.515Z] docker_cli_run_test.go:4189: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.515Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-03-09T23:17:25.515Z] [2022-03-09T23:17:25.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2022-03-09T23:17:25.515Z] docker_cli_run_test.go:2379: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.515Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2022-03-09T23:17:25.515Z] [2022-03-09T23:17:25.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-03-09T23:17:25.515Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.515Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-03-09T23:17:25.515Z] [2022-03-09T23:17:25.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.01s) [2022-03-09T23:17:25.515Z] docker_cli_run_test.go:3182: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.515Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2022-03-09T23:17:25.515Z] [2022-03-09T23:17:25.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-03-09T23:17:25.515Z] docker_cli_run_test.go:3744: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.515Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-03-09T23:17:25.515Z] [2022-03-09T23:17:25.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-03-09T23:17:25.515Z] docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.515Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-03-09T23:17:25.515Z] [2022-03-09T23:17:25.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2022-03-09T23:17:25.515Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.515Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2022-03-09T23:17:25.515Z] [2022-03-09T23:17:25.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.01s) [2022-03-09T23:17:25.515Z] docker_cli_run_test.go:2545: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.515Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2022-03-09T23:17:25.515Z] [2022-03-09T23:17:25.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-03-09T23:17:25.515Z] docker_cli_run_test.go:930: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.515Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-03-09T23:17:25.515Z] [2022-03-09T23:17:25.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-03-09T23:17:25.515Z] docker_cli_run_test.go:2568: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.515Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-03-09T23:17:25.515Z] [2022-03-09T23:17:25.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-03-09T23:17:25.515Z] docker_cli_run_test.go:3037: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.515Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-03-09T23:17:25.515Z] [2022-03-09T23:17:25.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2022-03-09T23:17:25.515Z] docker_cli_run_test.go:3061: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.515Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2022-03-09T23:17:25.515Z] [2022-03-09T23:17:25.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-03-09T23:17:25.515Z] docker_cli_run_test.go:3083: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.515Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-03-09T23:17:25.515Z] [2022-03-09T23:17:25.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-03-09T23:17:25.515Z] docker_cli_run_test.go:3407: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.515Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-03-09T23:17:25.515Z] [2022-03-09T23:17:25.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.32s) [2022-03-09T23:17:25.515Z] docker_cli_run_test.go:1402: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.515Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.32s) [2022-03-09T23:17:25.515Z] [2022-03-09T23:17:25.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-03-09T23:17:25.515Z] docker_cli_run_test.go:2776: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.515Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-03-09T23:17:25.515Z] [2022-03-09T23:17:25.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-03-09T23:17:25.515Z] docker_cli_run_test.go:2466: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.515Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-03-09T23:17:25.515Z] [2022-03-09T23:17:25.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.02s) [2022-03-09T23:17:25.515Z] docker_cli_run_test.go:2038: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.515Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s) [2022-03-09T23:17:25.515Z] [2022-03-09T23:17:25.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-03-09T23:17:25.515Z] docker_cli_run_test.go:956: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.515Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-03-09T23:17:25.515Z] [2022-03-09T23:17:25.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-03-09T23:17:25.515Z] docker_cli_run_test.go:1084: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.515Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-03-09T23:17:25.515Z] [2022-03-09T23:17:25.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-03-09T23:17:25.515Z] docker_cli_run_test.go:1123: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.515Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-03-09T23:17:25.515Z] [2022-03-09T23:17:25.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-03-09T23:17:25.515Z] docker_cli_run_test.go:1131: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.515Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-03-09T23:17:25.515Z] [2022-03-09T23:17:25.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.02s) [2022-03-09T23:17:25.515Z] docker_cli_run_test.go:2951: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.515Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2022-03-09T23:17:25.515Z] [2022-03-09T23:17:25.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-03-09T23:17:25.515Z] docker_cli_run_test.go:2854: unmatched requirement Apparmor [2022-03-09T23:17:25.515Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-03-09T23:17:25.515Z] [2022-03-09T23:17:25.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-03-09T23:17:25.515Z] docker_cli_run_test.go:2833: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.515Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-03-09T23:17:25.515Z] [2022-03-09T23:17:25.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-03-09T23:17:25.515Z] docker_cli_run_test.go:2818: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.515Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-03-09T23:17:25.515Z] [2022-03-09T23:17:25.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-03-09T23:17:25.515Z] docker_cli_run_test.go:1424: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.515Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-03-09T23:17:25.515Z] [2022-03-09T23:17:25.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-03-09T23:17:25.515Z] docker_cli_run_test.go:2120: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.515Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-03-09T23:17:25.515Z] [2022-03-09T23:17:25.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2022-03-09T23:17:25.515Z] docker_cli_run_test.go:2232: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.515Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2022-03-09T23:17:25.515Z] [2022-03-09T23:17:25.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.02s) [2022-03-09T23:17:25.515Z] docker_cli_run_test.go:1620: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.515Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2022-03-09T23:17:25.515Z] [2022-03-09T23:17:25.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.02s) [2022-03-09T23:17:25.515Z] docker_cli_run_test.go:97: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.515Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2022-03-09T23:17:25.515Z] [2022-03-09T23:17:25.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-03-09T23:17:25.515Z] docker_cli_run_test.go:1107: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.515Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-03-09T23:17:25.515Z] [2022-03-09T23:17:25.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-03-09T23:17:25.515Z] docker_cli_run_test.go:1115: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.515Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-03-09T23:17:25.515Z] [2022-03-09T23:17:25.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-03-09T23:17:25.515Z] docker_cli_run_test.go:1155: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.515Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-03-09T23:17:25.515Z] [2022-03-09T23:17:25.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-03-09T23:17:25.515Z] docker_cli_run_test.go:966: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.515Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-03-09T23:17:25.515Z] [2022-03-09T23:17:25.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-03-09T23:17:25.515Z] docker_cli_run_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.515Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-03-09T23:17:25.515Z] [2022-03-09T23:17:25.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-03-09T23:17:25.515Z] docker_cli_run_test.go:1164: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.515Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-03-09T23:17:25.515Z] [2022-03-09T23:17:25.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-03-09T23:17:25.515Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.515Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-03-09T23:17:25.515Z] [2022-03-09T23:17:25.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.01s) [2022-03-09T23:17:25.515Z] docker_cli_run_test.go:2893: unmatched requirement Apparmor [2022-03-09T23:17:25.515Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2022-03-09T23:17:25.515Z] [2022-03-09T23:17:25.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.02s) [2022-03-09T23:17:25.515Z] docker_cli_run_test.go:735: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.515Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.02s) [2022-03-09T23:17:25.515Z] [2022-03-09T23:17:25.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-03-09T23:17:25.515Z] docker_cli_run_test.go:745: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.515Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-03-09T23:17:25.515Z] [2022-03-09T23:17:25.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-03-09T23:17:25.515Z] docker_cli_run_test.go:758: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.515Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-03-09T23:17:25.515Z] [2022-03-09T23:17:25.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-03-09T23:17:25.515Z] docker_cli_run_test.go:771: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.515Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-03-09T23:17:25.515Z] [2022-03-09T23:17:25.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.02s) [2022-03-09T23:17:25.515Z] docker_cli_run_test.go:725: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.515Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.02s) [2022-03-09T23:17:25.515Z] [2022-03-09T23:17:25.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.02s) [2022-03-09T23:17:25.515Z] docker_cli_run_test.go:784: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.515Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2022-03-09T23:17:25.515Z] [2022-03-09T23:17:25.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-03-09T23:17:25.515Z] docker_cli_run_test.go:3842: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.515Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-03-09T23:17:25.515Z] [2022-03-09T23:17:25.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-03-09T23:17:25.516Z] docker_cli_run_test.go:3835: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.516Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-03-09T23:17:25.516Z] [2022-03-09T23:17:25.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-03-09T23:17:25.516Z] docker_cli_run_test.go:657: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.516Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-03-09T23:17:25.516Z] [2022-03-09T23:17:25.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.01s) [2022-03-09T23:17:25.516Z] docker_cli_run_test.go:1849: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.516Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2022-03-09T23:17:25.516Z] [2022-03-09T23:17:25.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-03-09T23:17:25.516Z] docker_cli_run_test.go:281: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.516Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-03-09T23:17:25.516Z] [2022-03-09T23:17:25.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-03-09T23:17:25.516Z] docker_cli_run_test.go:3709: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.516Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-03-09T23:17:25.516Z] [2022-03-09T23:17:25.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.03s) [2022-03-09T23:17:25.516Z] docker_cli_run_test.go:3720: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.516Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.03s) [2022-03-09T23:17:25.516Z] [2022-03-09T23:17:25.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2022-03-09T23:17:25.516Z] docker_cli_run_test.go:2799: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.516Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2022-03-09T23:17:25.516Z] [2022-03-09T23:17:25.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.01s) [2022-03-09T23:17:25.516Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.516Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2022-03-09T23:17:25.516Z] [2022-03-09T23:17:25.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-03-09T23:17:25.516Z] docker_cli_run_test.go:3010: unmatched requirement Apparmor [2022-03-09T23:17:25.516Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-03-09T23:17:25.516Z] [2022-03-09T23:17:25.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.03s) [2022-03-09T23:17:25.516Z] docker_cli_run_test.go:1801: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.516Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.03s) [2022-03-09T23:17:25.516Z] [2022-03-09T23:17:25.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-03-09T23:17:25.516Z] docker_cli_run_test.go:2809: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.516Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-03-09T23:17:25.516Z] [2022-03-09T23:17:25.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-03-09T23:17:25.516Z] docker_cli_run_test.go:3607: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.516Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-03-09T23:17:25.516Z] [2022-03-09T23:17:25.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-03-09T23:17:25.516Z] docker_cli_run_test.go:3618: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.516Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-03-09T23:17:25.516Z] [2022-03-09T23:17:25.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-03-09T23:17:25.516Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.516Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-03-09T23:17:25.516Z] [2022-03-09T23:17:25.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-03-09T23:17:25.516Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.516Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-03-09T23:17:25.516Z] [2022-03-09T23:17:25.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-03-09T23:17:25.516Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.516Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-03-09T23:17:25.516Z] [2022-03-09T23:17:25.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.02s) [2022-03-09T23:17:25.516Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.516Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.02s) [2022-03-09T23:17:25.516Z] [2022-03-09T23:17:25.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-03-09T23:17:25.516Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.516Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-03-09T23:17:25.516Z] [2022-03-09T23:17:25.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.01s) [2022-03-09T23:17:25.516Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.516Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2022-03-09T23:17:25.516Z] [2022-03-09T23:17:25.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-03-09T23:17:25.516Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.516Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-03-09T23:17:25.516Z] [2022-03-09T23:17:25.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-03-09T23:17:25.516Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.516Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-03-09T23:17:25.516Z] [2022-03-09T23:17:25.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.02s) [2022-03-09T23:17:25.516Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.516Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s) [2022-03-09T23:17:25.516Z] [2022-03-09T23:17:25.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-03-09T23:17:25.516Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.516Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-03-09T23:17:25.516Z] [2022-03-09T23:17:25.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2022-03-09T23:17:25.516Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.516Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2022-03-09T23:17:25.516Z] [2022-03-09T23:17:25.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-03-09T23:17:25.516Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.516Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-03-09T23:17:25.516Z] [2022-03-09T23:17:25.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-03-09T23:17:25.516Z] docker_cli_start_test.go:45: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.516Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-03-09T23:17:25.516Z] [2022-03-09T23:17:25.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-03-09T23:17:25.516Z] docker_cli_start_test.go:17: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.516Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-03-09T23:17:25.516Z] [2022-03-09T23:17:25.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-03-09T23:17:25.516Z] docker_cli_start_test.go:174: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.516Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-03-09T23:17:25.516Z] [2022-03-09T23:17:25.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-03-09T23:17:25.516Z] docker_cli_start_test.go:110: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.516Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-03-09T23:17:25.516Z] [2022-03-09T23:17:25.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.02s) [2022-03-09T23:17:25.516Z] docker_cli_start_test.go:95: unmatched requirement IsPausable [2022-03-09T23:17:25.516Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s) [2022-03-09T23:17:25.516Z] [2022-03-09T23:17:25.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.02s) [2022-03-09T23:17:25.516Z] docker_cli_start_test.go:71: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.516Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.02s) [2022-03-09T23:17:25.516Z] [2022-03-09T23:17:25.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2022-03-09T23:17:25.516Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.516Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2022-03-09T23:17:25.516Z] [2022-03-09T23:17:25.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-03-09T23:17:25.516Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.516Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-03-09T23:17:25.516Z] [2022-03-09T23:17:25.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2022-03-09T23:17:25.516Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.516Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2022-03-09T23:17:25.516Z] [2022-03-09T23:17:25.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.01s) [2022-03-09T23:17:25.516Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.516Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2022-03-09T23:17:25.516Z] [2022-03-09T23:17:25.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.01s) [2022-03-09T23:17:25.516Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.516Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2022-03-09T23:17:25.516Z] [2022-03-09T23:17:25.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.01s) [2022-03-09T23:17:25.516Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.516Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2022-03-09T23:17:25.516Z] [2022-03-09T23:17:25.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.02s) [2022-03-09T23:17:25.516Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.516Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2022-03-09T23:17:25.516Z] [2022-03-09T23:17:25.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-03-09T23:17:25.516Z] docker_cli_run_test.go:3418: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.516Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-03-09T23:17:25.516Z] [2022-03-09T23:17:25.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-03-09T23:17:25.516Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.516Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-03-09T23:17:25.516Z] [2022-03-09T23:17:25.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-03-09T23:17:25.516Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.516Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-03-09T23:17:25.516Z] [2022-03-09T23:17:25.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-03-09T23:17:25.516Z] docker_cli_run_test.go:292: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.516Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-03-09T23:17:25.516Z] [2022-03-09T23:17:25.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-03-09T23:17:25.516Z] docker_cli_run_test.go:207: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.516Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-03-09T23:17:25.516Z] [2022-03-09T23:17:25.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.03s) [2022-03-09T23:17:25.516Z] docker_cli_run_test.go:243: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.516Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.03s) [2022-03-09T23:17:25.516Z] [2022-03-09T23:17:25.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-03-09T23:17:25.516Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.516Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-03-09T23:17:25.516Z] [2022-03-09T23:17:25.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-03-09T23:17:25.516Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.516Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-03-09T23:17:25.516Z] [2022-03-09T23:17:25.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-03-09T23:17:25.516Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.516Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-03-09T23:17:25.516Z] [2022-03-09T23:17:25.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-03-09T23:17:25.516Z] docker_cli_run_test.go:2168: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.516Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-03-09T23:17:25.516Z] [2022-03-09T23:17:25.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-03-09T23:17:25.516Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.516Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-03-09T23:17:25.516Z] [2022-03-09T23:17:25.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-03-09T23:17:25.516Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.516Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-03-09T23:17:25.516Z] [2022-03-09T23:17:25.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-03-09T23:17:25.516Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.516Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-03-09T23:17:25.516Z] [2022-03-09T23:17:25.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-09T23:17:25.516Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.516Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-09T23:17:25.516Z] [2022-03-09T23:17:25.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-09T23:17:25.516Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.516Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-09T23:17:25.516Z] [2022-03-09T23:17:25.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-09T23:17:25.516Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.516Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-09T23:17:25.516Z] [2022-03-09T23:17:25.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-03-09T23:17:25.516Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.516Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-03-09T23:17:25.516Z] [2022-03-09T23:17:25.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-03-09T23:17:25.516Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.516Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-03-09T23:17:25.516Z] [2022-03-09T23:17:25.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-03-09T23:17:25.516Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.516Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-03-09T23:17:25.516Z] [2022-03-09T23:17:25.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-03-09T23:17:25.516Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.516Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-03-09T23:17:25.516Z] [2022-03-09T23:17:25.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-03-09T23:17:25.516Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.516Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-03-09T23:17:25.516Z] [2022-03-09T23:17:25.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-03-09T23:17:25.516Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.516Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-03-09T23:17:25.516Z] [2022-03-09T23:17:25.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-03-09T23:17:25.516Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.516Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-03-09T23:17:25.516Z] [2022-03-09T23:17:25.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-03-09T23:17:25.516Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.516Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-03-09T23:17:25.516Z] [2022-03-09T23:17:25.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-03-09T23:17:25.516Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.516Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-03-09T23:17:25.516Z] [2022-03-09T23:17:25.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-03-09T23:17:25.516Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.516Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-03-09T23:17:25.516Z] [2022-03-09T23:17:25.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-03-09T23:17:25.516Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.516Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-03-09T23:17:25.516Z] [2022-03-09T23:17:25.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-03-09T23:17:25.516Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.516Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-03-09T23:17:25.516Z] [2022-03-09T23:17:25.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-03-09T23:17:25.516Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.516Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-03-09T23:17:25.516Z] [2022-03-09T23:17:25.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-09T23:17:25.516Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.516Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-09T23:17:25.516Z] [2022-03-09T23:17:25.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.15s) [2022-03-09T23:17:25.516Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.516Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.15s) [2022-03-09T23:17:25.516Z] [2022-03-09T23:17:25.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-09T23:17:25.516Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.517Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-09T23:17:25.517Z] [2022-03-09T23:17:25.517Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-09T23:17:25.517Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.517Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-09T23:17:25.517Z] [2022-03-09T23:17:25.517Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-03-09T23:17:25.517Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.517Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-03-09T23:17:25.517Z] [2022-03-09T23:17:25.517Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-09T23:17:25.517Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.517Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-09T23:17:25.517Z] [2022-03-09T23:17:25.517Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-03-09T23:17:25.517Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.517Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-03-09T23:17:25.517Z] [2022-03-09T23:17:25.517Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-03-09T23:17:25.517Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.517Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-03-09T23:17:25.517Z] [2022-03-09T23:17:25.517Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-03-09T23:17:25.517Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.517Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-03-09T23:17:25.517Z] [2022-03-09T23:17:25.517Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-03-09T23:17:25.517Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.517Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-03-09T23:17:25.517Z] [2022-03-09T23:17:25.517Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-03-09T23:17:25.517Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.517Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-03-09T23:17:25.517Z] [2022-03-09T23:17:25.517Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-03-09T23:17:25.517Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.517Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-03-09T23:17:25.517Z] [2022-03-09T23:17:25.517Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-03-09T23:17:25.517Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.517Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-03-09T23:17:25.517Z] [2022-03-09T23:17:25.517Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-03-09T23:17:25.517Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.517Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-03-09T23:17:25.517Z] [2022-03-09T23:17:25.517Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-03-09T23:17:25.517Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.517Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-03-09T23:17:25.517Z] [2022-03-09T23:17:25.517Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-03-09T23:17:25.517Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.517Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-03-09T23:17:25.517Z] [2022-03-09T23:17:25.517Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-03-09T23:17:25.517Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.517Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-03-09T23:17:25.517Z] [2022-03-09T23:17:25.517Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-03-09T23:17:25.517Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.517Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-03-09T23:17:25.517Z] [2022-03-09T23:17:25.517Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2022-03-09T23:17:25.517Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.517Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-03-09T23:17:25.517Z] [2022-03-09T23:17:25.517Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-09T23:17:25.517Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.517Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-09T23:17:25.517Z] [2022-03-09T23:17:25.517Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-09T23:17:25.517Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.517Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-09T23:17:25.517Z] [2022-03-09T23:17:25.517Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-09T23:17:25.517Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.517Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-09T23:17:25.517Z] [2022-03-09T23:17:25.517Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-03-09T23:17:25.517Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.517Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-03-09T23:17:25.517Z] [2022-03-09T23:17:25.517Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-09T23:17:25.517Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.517Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-09T23:17:25.517Z] [2022-03-09T23:17:25.517Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-09T23:17:25.517Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.517Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-09T23:17:25.517Z] [2022-03-09T23:17:25.517Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-09T23:17:25.517Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.517Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-09T23:17:25.517Z] [2022-03-09T23:17:25.517Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-09T23:17:25.517Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.517Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-09T23:17:25.517Z] [2022-03-09T23:17:25.517Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-03-09T23:17:25.517Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.517Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-03-09T23:17:25.517Z] [2022-03-09T23:17:25.517Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-09T23:17:25.517Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.517Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-09T23:17:25.517Z] [2022-03-09T23:17:25.517Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-03-09T23:17:25.517Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.517Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-03-09T23:17:25.517Z] [2022-03-09T23:17:25.517Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-03-09T23:17:25.517Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.517Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-03-09T23:17:25.517Z] [2022-03-09T23:17:25.517Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-03-09T23:17:25.517Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.517Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-03-09T23:17:25.517Z] [2022-03-09T23:17:25.517Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-03-09T23:17:25.517Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.517Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-03-09T23:17:25.517Z] [2022-03-09T23:17:25.517Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-03-09T23:17:25.517Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.517Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-03-09T23:17:25.517Z] [2022-03-09T23:17:25.517Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-03-09T23:17:25.517Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.517Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-03-09T23:17:25.517Z] [2022-03-09T23:17:25.517Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-03-09T23:17:25.517Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.517Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-03-09T23:17:25.517Z] [2022-03-09T23:17:25.517Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-03-09T23:17:25.517Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.517Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-03-09T23:17:25.517Z] [2022-03-09T23:17:25.517Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-03-09T23:17:25.517Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.517Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-03-09T23:17:25.517Z] [2022-03-09T23:17:25.517Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-03-09T23:17:25.517Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.517Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-03-09T23:17:25.517Z] [2022-03-09T23:17:25.517Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-03-09T23:17:25.517Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.517Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-03-09T23:17:25.517Z] [2022-03-09T23:17:25.517Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-03-09T23:17:25.517Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.517Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-03-09T23:17:25.517Z] [2022-03-09T23:17:25.517Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-03-09T23:17:25.517Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.517Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-03-09T23:17:25.517Z] [2022-03-09T23:17:25.517Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-03-09T23:17:25.517Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.517Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-03-09T23:17:25.517Z] [2022-03-09T23:17:25.517Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-03-09T23:17:25.517Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.517Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-03-09T23:17:25.517Z] [2022-03-09T23:17:25.517Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-03-09T23:17:25.517Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.517Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-03-09T23:17:25.517Z] [2022-03-09T23:17:25.517Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-03-09T23:17:25.517Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.517Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-03-09T23:17:25.517Z] [2022-03-09T23:17:25.517Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-03-09T23:17:25.517Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.517Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-03-09T23:17:25.517Z] [2022-03-09T23:17:25.517Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-03-09T23:17:25.517Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.517Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-03-09T23:17:25.517Z] [2022-03-09T23:17:25.517Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-03-09T23:17:25.517Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.517Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-03-09T23:17:25.517Z] [2022-03-09T23:17:25.517Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-03-09T23:17:25.517Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.517Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-03-09T23:17:25.517Z] [2022-03-09T23:17:25.517Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-03-09T23:17:25.517Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.517Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-03-09T23:17:25.517Z] [2022-03-09T23:17:25.517Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-03-09T23:17:25.517Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.517Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-03-09T23:17:25.517Z] [2022-03-09T23:17:25.517Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-03-09T23:17:25.517Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.517Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-03-09T23:17:25.517Z] [2022-03-09T23:17:25.517Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-03-09T23:17:25.517Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.517Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-03-09T23:17:25.517Z] [2022-03-09T23:17:25.517Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-03-09T23:17:25.517Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.517Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-03-09T23:17:25.517Z] [2022-03-09T23:17:25.517Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-03-09T23:17:25.517Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.517Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-03-09T23:17:25.517Z] [2022-03-09T23:17:25.517Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2022-03-09T23:17:25.517Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.517Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-03-09T23:17:25.517Z] [2022-03-09T23:17:25.517Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2022-03-09T23:17:25.517Z] check_test.go:127: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.517Z] [2022-03-09T23:17:25.517Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2022-03-09T23:17:25.517Z] check_test.go:133: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.517Z] [2022-03-09T23:17:25.517Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2022-03-09T23:17:25.517Z] check_test.go:141: unmatched requirement DaemonIsLinux [2022-03-09T23:17:25.517Z] [2022-03-09T23:17:25.517Z] DONE 1088 tests, 539 skipped in 2559.274s [2022-03-09T23:17:25.517Z] INFO: Integration tests ended at 03/09/2022 23:17:25. Duration:00:42:39.4296869 [2022-03-09T23:17:25.517Z] INFO: Docker info of the daemon under test at end of run [2022-03-09T23:17:25.517Z] [2022-03-09T23:17:25.985Z] Containers: 2 [2022-03-09T23:17:25.985Z] Running: 0 [2022-03-09T23:17:25.985Z] Paused: 0 [2022-03-09T23:17:25.985Z] Stopped: 2 [2022-03-09T23:17:25.985Z] Images: 18 [2022-03-09T23:17:25.985Z] Server Version: 0.0.0-dev [2022-03-09T23:17:25.985Z] Storage Driver: windowsfilter [2022-03-09T23:17:25.985Z] Windows: [2022-03-09T23:17:25.985Z] Logging Driver: json-file [2022-03-09T23:17:25.985Z] Plugins: [2022-03-09T23:17:25.985Z] Volume: local [2022-03-09T23:17:25.985Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-09T23:17:25.985Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-09T23:17:25.985Z] Swarm: inactive [2022-03-09T23:17:25.985Z] Default Isolation: process [2022-03-09T23:17:25.985Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-03-09T23:17:25.985Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-03-09T23:17:25.985Z] OSType: windows [2022-03-09T23:17:25.985Z] Architecture: x86_64 [2022-03-09T23:17:25.985Z] CPUs: 4 [2022-03-09T23:17:25.985Z] Total Memory: 32GiB [2022-03-09T23:17:25.985Z] Name: azwin-2-4ecfc0 [2022-03-09T23:17:25.985Z] ID: F5GS:KSYY:GIA2:Q362:VYGU:E5SI:E3FP:IJKZ:6ID4:VZL7:TJE2:2QVG [2022-03-09T23:17:25.985Z] Docker Root Dir: D:\CI\PR-43352\2\daemon [2022-03-09T23:17:25.985Z] Debug Mode (client): false [2022-03-09T23:17:25.985Z] Debug Mode (server): true [2022-03-09T23:17:25.985Z] File Descriptors: -1 [2022-03-09T23:17:25.985Z] Goroutines: 17 [2022-03-09T23:17:25.985Z] System Time: 2022-03-09T23:17:25.5166913Z [2022-03-09T23:17:25.985Z] EventsListeners: 0 [2022-03-09T23:17:25.985Z] Registry: https://index.docker.io/v1/ [2022-03-09T23:17:25.985Z] Labels: [2022-03-09T23:17:25.985Z] Experimental: false [2022-03-09T23:17:25.985Z] Insecure Registries: [2022-03-09T23:17:25.985Z] 127.0.0.0/8 [2022-03-09T23:17:25.985Z] Live Restore Enabled: false [2022-03-09T23:17:25.985Z] [2022-03-09T23:17:25.985Z] [2022-03-09T23:17:25.985Z] INFO: Stopping daemon under test [2022-03-09T23:17:25.985Z] SUCCESS: The process with PID 4000 (child process of PID 1920) has been terminated. [2022-03-09T23:17:25.985Z] SUCCESS: The process with PID 1920 (child process of PID 4848) has been terminated. [2022-03-09T23:17:25.985Z] INFO: Stop tailing logs of the daemon under tests [2022-03-09T23:17:25.985Z] INFO: executeCI.ps1 Completed successfully at 03/09/2022 23:17:25. [2022-03-09T23:17:25.985Z] INFO: Tidying up at end of run [2022-03-09T23:17:25.985Z] INFO: Saving daemon under test log (d:\CI\PR-43352\2\dut.out) to bundles\CIDUT.out [2022-03-09T23:17:25.985Z] INFO: Saving daemon under test log (d:\CI\PR-43352\2\dut.err) to bundles\CIDUT.err [2022-03-09T23:17:25.985Z] INFO: Saving containerd logs to bundles [2022-03-09T23:17:25.985Z] INFO: Nuke-Everything... [2022-03-09T23:17:25.985Z] INFO: Container count on control daemon to delete is 2 [2022-03-09T23:17:26.159Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2022-03-09T23:17:26.159Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-09T23:17:26.159Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2022-03-09T23:17:26.159Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-03-09T23:17:26.159Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2022-03-09T23:17:26.159Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-03-09T23:17:26.159Z] === RUN TestDockerSuite/TestCpVolumePath [2022-03-09T23:17:26.159Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-03-09T23:17:26.159Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2022-03-09T23:17:26.159Z] === RUN TestDockerSuite/TestCreateArgs [2022-03-09T23:17:26.453Z] 6dbed42a26cd [2022-03-09T23:17:26.453Z] bf20dc6549bd [2022-03-09T23:17:26.453Z] INFO: Tidying pidfile d:\CI\PR-43352\2\docker.pid [2022-03-09T23:17:26.453Z] INFO: Nuking d:\CI [2022-03-09T23:17:26.665Z] === RUN TestDockerSuite/TestCreateByImageID [2022-03-09T23:17:28.010Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2022-03-09T23:17:29.080Z] === RUN TestDockerSuite/TestCreateEchoStdout [2022-03-09T23:17:31.438Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2022-03-09T23:17:31.944Z] === RUN TestDockerSuite/TestCreateHostConfig [2022-03-09T23:17:31.944Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2022-03-09T23:17:34.306Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2022-03-09T23:17:35.365Z] === RUN TestDockerSuite/TestCreateLabels [2022-03-09T23:17:35.365Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2022-03-09T23:17:35.365Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-03-09T23:17:35.365Z] === RUN TestDockerSuite/TestCreateRM [2022-03-09T23:17:35.871Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2022-03-09T23:17:35.871Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-03-09T23:17:35.871Z] === RUN TestDockerSuite/TestCreateStopSignal [2022-03-09T23:17:36.378Z] === RUN TestDockerSuite/TestCreateStopTimeout [2022-03-09T23:17:36.882Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2022-03-09T23:17:49.230Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2022-03-09T23:17:49.230Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2022-03-09T23:17:49.230Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-03-09T23:17:49.230Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2022-03-09T23:17:49.230Z] docker_cli_ps_test.go:230: RuntimeIsWindowsContainerd(): FIXME. Hang on Windows + containerd combination [2022-03-09T23:17:49.230Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2022-03-09T23:17:52.283Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2022-03-09T23:17:52.283Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2022-03-09T23:17:52.283Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2022-03-09T23:17:53.081Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2022-03-09T23:17:55.411Z] === RUN TestDockerSuite/TestCreateWithPortRange [2022-03-09T23:17:55.411Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2022-03-09T23:17:55.411Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2022-03-09T23:17:55.411Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2022-03-09T23:17:56.621Z] INFO: Zapped successfully [2022-03-09T23:17:56.621Z] [2022-03-09T23:17:56.621Z] INFO: executeCI.ps1 exiting at Wed Mar 9 23:17:52 CUT 2022. Duration 01:09:28.4265385 [2022-03-09T23:17:56.621Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2022-03-09T23:17:56.871Z] Recording test results [2022-03-09T23:18:03.532Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2022-03-09T23:18:04.186Z] [Checks API] No suitable checks publisher found. [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2022-03-09T23:18:04.433Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2022-03-09T23:18:04.433Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-03-09T23:18:04.433Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2022-03-09T23:18:04.433Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2022-03-09T23:18:04.433Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-03-09T23:18:04.433Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2022-03-09T23:18:04.433Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-03-09T23:18:04.433Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2022-03-09T23:18:04.433Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-03-09T23:18:04.433Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2022-03-09T23:18:04.433Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-03-09T23:18:04.433Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2022-03-09T23:18:04.433Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-03-09T23:18:04.433Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2022-03-09T23:18:04.433Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-03-09T23:18:04.433Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2022-03-09T23:18:04.433Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-03-09T23:18:04.433Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2022-03-09T23:18:04.433Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-03-09T23:18:04.433Z] === RUN TestDockerSuite/TestDevicePermissions [2022-03-09T23:18:04.433Z] docker_cli_run_test.go:2963: unmatched requirement DaemonIsLinux [2022-03-09T23:18:04.433Z] === RUN TestDockerSuite/TestDockerFails [2022-03-09T23:18:04.433Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2022-03-09T23:18:04.433Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-03-09T23:18:04.433Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2022-03-09T23:18:04.433Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-03-09T23:18:04.433Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2022-03-09T23:18:04.433Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-03-09T23:18:04.433Z] === RUN TestDockerSuite/TestEventsAttach [2022-03-09T23:18:04.433Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-03-09T23:18:04.433Z] === RUN TestDockerSuite/TestEventsCommit [2022-03-09T23:18:04.433Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-03-09T23:18:04.433Z] === RUN TestDockerSuite/TestEventsContainerEvents [2022-03-09T23:18:05.713Z] Creating win-2022-integration-bundles.zip [2022-03-09T23:18:06.859Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [Pipeline] archiveArtifacts [2022-03-09T23:18:07.499Z] Archiving artifacts [2022-03-09T23:18:09.987Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2022-03-09T23:18:10.758Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2022-03-09T23:18:10.758Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-03-09T23:18:10.758Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2022-03-09T23:18:10.758Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-03-09T23:18:11.226Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2022-03-09T23:18:12.350Z] === RUN TestDockerSuite/TestEventsContainerRestart [2022-03-09T23:18:18.391Z] === RUN TestDockerSuite/TestPsListContainersSize [2022-03-09T23:18:18.391Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-03-09T23:18:18.391Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2022-03-09T23:18:18.391Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-03-09T23:18:18.391Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2022-03-09T23:18:18.391Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-03-09T23:18:18.391Z] === RUN TestDockerSuite/TestPsRightTagName [2022-03-09T23:18:18.391Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-03-09T23:18:18.391Z] === RUN TestDockerSuite/TestPsShowMounts [2022-03-09T23:18:21.752Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43352/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-03-09T23:18:22.705Z] + make clean [2022-03-09T23:18:24.267Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-03-09T23:18:24.267Z] docker-dev-cache [2022-03-09T23:18:24.267Z] docker-mod-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-03-09T23:18:30.885Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2022-03-09T23:18:30.885Z] docker_cli_run_test.go:3112: unmatched requirement DaemonIsLinux [2022-03-09T23:18:30.885Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2022-03-09T23:18:31.847Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2022-03-09T23:18:31.847Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-03-09T23:18:31.847Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2022-03-09T23:18:33.374Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2022-03-09T23:18:33.830Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2022-03-09T23:18:33.830Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2022-03-09T23:18:33.830Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2022-03-09T23:18:34.125Z] === RUN TestDockerSuite/TestEventsCopy [2022-03-09T23:18:37.079Z] === RUN TestDockerSuite/TestEventsFilterContainer [2022-03-09T23:18:40.934Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2022-03-09T23:18:47.979Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2022-03-09T23:18:49.529Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2022-03-09T23:18:51.076Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2022-03-09T23:18:51.699Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2022-03-09T23:18:52.055Z] === RUN TestDockerSuite/TestEventsFilterImageName [2022-03-09T23:18:56.780Z] === RUN TestDockerSuite/TestEventsFilterLabels [2022-03-09T23:18:57.242Z] === RUN TestDockerSuite/TestEventsFilterType [2022-03-09T23:18:58.800Z] === RUN TestDockerSuite/TestEventsFilters [2022-03-09T23:19:04.625Z] === RUN TestDockerSuite/TestEventsFormat [2022-03-09T23:19:10.450Z] === RUN TestDockerSuite/TestEventsFormatBadField [2022-03-09T23:19:10.450Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2022-03-09T23:19:10.450Z] === RUN TestDockerSuite/TestEventsImageImport [2022-03-09T23:19:10.450Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-03-09T23:19:10.450Z] === RUN TestDockerSuite/TestEventsImageLoad [2022-03-09T23:19:10.450Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-03-09T23:19:10.450Z] === RUN TestDockerSuite/TestEventsImagePull [2022-03-09T23:19:10.450Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-03-09T23:19:10.450Z] === RUN TestDockerSuite/TestEventsImageTag [2022-03-09T23:19:10.910Z] === RUN TestDockerSuite/TestEventsPluginOps [2022-03-09T23:19:10.910Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-03-09T23:19:10.910Z] === RUN TestDockerSuite/TestEventsRename [2022-03-09T23:19:13.902Z] === RUN TestDockerSuite/TestEventsResize [2022-03-09T23:19:22.560Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2022-03-09T23:19:25.497Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2022-03-09T23:19:27.374Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2022-03-09T23:19:27.374Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-03-09T23:19:27.374Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2022-03-09T23:19:28.441Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2022-03-09T23:19:34.478Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2022-03-09T23:19:34.478Z] === RUN TestDockerSuite/TestRestartPolicyNO [2022-03-09T23:19:34.478Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2022-03-09T23:19:34.933Z] === RUN TestDockerSuite/TestRestartRunningContainer [2022-03-09T23:19:38.809Z] === RUN TestDockerSuite/TestEventsTop [2022-03-09T23:19:38.809Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-03-09T23:19:38.809Z] === RUN TestDockerSuite/TestEventsUntag [2022-03-09T23:19:41.726Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2022-03-09T23:19:43.465Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2022-03-09T23:19:46.443Z] === RUN TestDockerSuite/TestExec [2022-03-09T23:19:46.443Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-03-09T23:19:46.443Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2022-03-09T23:19:46.443Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2022-03-09T23:19:46.443Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2022-03-09T23:19:48.643Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2022-03-09T23:19:49.233Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2022-03-09T23:19:49.233Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-03-09T23:19:49.717Z] === RUN TestDockerSuite/TestRestartWithVolumes [2022-03-09T23:19:51.028Z] === RUN TestDockerSuite/TestExecAPIStart [2022-03-09T23:19:51.028Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2022-03-09T23:19:51.028Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2022-03-09T23:19:51.028Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2022-03-09T23:19:51.028Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2022-03-09T23:19:51.028Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2022-03-09T23:19:51.028Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2022-03-09T23:19:53.216Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2022-03-09T23:19:56.136Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2022-03-09T23:19:56.762Z] === RUN TestDockerSuite/TestRmiBlank [2022-03-09T23:19:56.762Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2022-03-09T23:19:57.217Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2022-03-09T23:19:59.062Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2022-03-09T23:20:01.252Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2022-03-09T23:20:05.962Z] === RUN TestDockerSuite/TestExecCgroup [2022-03-09T23:20:05.962Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-03-09T23:20:05.962Z] === RUN TestDockerSuite/TestExecEnv [2022-03-09T23:20:05.962Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-03-09T23:20:05.962Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2022-03-09T23:20:05.962Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-03-09T23:20:05.962Z] === RUN TestDockerSuite/TestExecExitStatus [2022-03-09T23:20:08.934Z] === RUN TestDockerSuite/TestExecInspectID [2022-03-09T23:20:13.727Z] === RUN TestDockerSuite/TestExecInteractive [2022-03-09T23:20:13.727Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-03-09T23:20:13.727Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2022-03-09T23:20:13.727Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-03-09T23:20:13.727Z] === RUN TestDockerSuite/TestExecParseError [2022-03-09T23:20:13.727Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-03-09T23:20:13.727Z] === RUN TestDockerSuite/TestExecPausedContainer [2022-03-09T23:20:13.727Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-03-09T23:20:13.727Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2022-03-09T23:20:13.727Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-03-09T23:20:13.727Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2022-03-09T23:20:16.684Z] === RUN TestDockerSuite/TestExecSetEnv [2022-03-09T23:20:16.684Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-03-09T23:20:16.684Z] === RUN TestDockerSuite/TestExecStartFails [2022-03-09T23:20:16.684Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-03-09T23:20:16.684Z] === RUN TestDockerSuite/TestExecStateCleanup [2022-03-09T23:20:16.684Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2022-03-09T23:20:16.684Z] === RUN TestDockerSuite/TestExecStopNotHanging [2022-03-09T23:20:16.684Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-03-09T23:20:16.684Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2022-03-09T23:20:16.684Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-03-09T23:20:16.684Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2022-03-09T23:20:18.278Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2022-03-09T23:20:19.645Z] === RUN TestDockerSuite/TestExecUlimits [2022-03-09T23:20:19.645Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-03-09T23:20:19.645Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2022-03-09T23:20:21.179Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2022-03-09T23:20:21.634Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2022-03-09T23:20:30.149Z] === RUN TestDockerSuite/TestExecWithImageUser [2022-03-09T23:20:30.149Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-03-09T23:20:30.149Z] === RUN TestDockerSuite/TestExecWithPrivileged [2022-03-09T23:20:30.149Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-03-09T23:20:30.149Z] === RUN TestDockerSuite/TestExecWithUser [2022-03-09T23:20:30.149Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-03-09T23:20:30.149Z] === RUN TestDockerSuite/TestGetContainerStats [2022-03-09T23:20:31.963Z] === RUN TestDockerSuite/TestRmiImgIDForce [2022-03-09T23:20:36.022Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2022-03-09T23:20:37.732Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2022-03-09T23:20:41.931Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2022-03-09T23:20:45.739Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2022-03-09T23:20:48.080Z] === RUN TestDockerSuite/TestRmiParentImageFail [2022-03-09T23:20:52.906Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2022-03-09T23:20:52.906Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-03-09T23:20:52.906Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2022-03-09T23:20:52.906Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2022-03-09T23:20:52.906Z] === RUN TestDockerSuite/TestHealth [2022-03-09T23:20:52.906Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-03-09T23:20:52.906Z] === RUN TestDockerSuite/TestHistoryExistentImage [2022-03-09T23:20:52.906Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2022-03-09T23:20:52.906Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2022-03-09T23:20:52.906Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2022-03-09T23:20:53.861Z] === RUN TestDockerSuite/TestRmiTag [2022-03-09T23:20:54.316Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2022-03-09T23:20:57.675Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2022-03-09T23:20:58.032Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2022-03-09T23:20:58.155Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2022-03-09T23:20:58.155Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-03-09T23:20:58.155Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2022-03-09T23:20:58.155Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2022-03-09T23:20:58.155Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2022-03-09T23:20:58.626Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2022-03-09T23:20:59.624Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2022-03-09T23:20:59.624Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-03-09T23:20:59.624Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2022-03-09T23:21:00.612Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2022-03-09T23:21:01.082Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2022-03-09T23:21:03.301Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2022-03-09T23:21:03.301Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2022-03-09T23:21:06.261Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2022-03-09T23:21:10.057Z] === RUN TestDockerSuite/TestImagesFormat [2022-03-09T23:21:10.057Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2022-03-09T23:21:10.057Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-03-09T23:21:10.057Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2022-03-09T23:21:13.856Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2022-03-09T23:21:14.325Z] === RUN TestDockerSuite/TestImportBadURL [2022-03-09T23:21:14.325Z] === RUN TestDockerSuite/TestImportDisplay [2022-03-09T23:21:14.325Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-03-09T23:21:14.325Z] === RUN TestDockerSuite/TestImportFile [2022-03-09T23:21:14.325Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-03-09T23:21:14.325Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2022-03-09T23:21:14.325Z] === RUN TestDockerSuite/TestImportFileWithMessage [2022-03-09T23:21:14.325Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-03-09T23:21:14.325Z] === RUN TestDockerSuite/TestImportGzipped [2022-03-09T23:21:14.325Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-03-09T23:21:14.325Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2022-03-09T23:21:14.325Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-03-09T23:21:14.325Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2022-03-09T23:21:14.325Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-03-09T23:21:14.325Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2022-03-09T23:21:14.325Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-03-09T23:21:14.325Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2022-03-09T23:21:14.325Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-03-09T23:21:14.325Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2022-03-09T23:21:14.834Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2022-03-09T23:21:14.834Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-03-09T23:21:14.834Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2022-03-09T23:21:14.834Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-09T23:21:14.834Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2022-03-09T23:21:17.791Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2022-03-09T23:21:20.032Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2022-03-09T23:21:20.032Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-03-09T23:21:20.032Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2022-03-09T23:21:20.032Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-03-09T23:21:20.032Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2022-03-09T23:21:20.032Z] === RUN TestDockerSuite/TestInspectAmpersand [2022-03-09T23:21:20.032Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-03-09T23:21:20.032Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2022-03-09T23:21:23.013Z] === RUN TestDockerSuite/TestInspectByPrefix [2022-03-09T23:21:23.159Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2022-03-09T23:21:23.484Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2022-03-09T23:21:24.687Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2022-03-09T23:21:25.704Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2022-03-09T23:21:25.704Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-03-09T23:21:25.704Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2022-03-09T23:21:25.704Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-03-09T23:21:25.704Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2022-03-09T23:21:25.704Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-03-09T23:21:25.704Z] === RUN TestDockerSuite/TestInspectDefault [2022-03-09T23:21:28.663Z] === RUN TestDockerSuite/TestInspectHistory [2022-03-09T23:21:31.739Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2022-03-09T23:21:32.701Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2022-03-09T23:21:32.701Z] docker_cli_run_test.go:4399: unmatched requirement DaemonIsLinux [2022-03-09T23:21:32.701Z] === RUN TestDockerSuite/TestRunAddHost [2022-03-09T23:21:32.701Z] docker_cli_run_test.go:1575: unmatched requirement DaemonIsLinux [2022-03-09T23:21:32.701Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2022-03-09T23:21:32.701Z] docker_cli_run_test.go:3912: unmatched requirement DaemonIsLinux [2022-03-09T23:21:32.701Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2022-03-09T23:21:32.701Z] docker_cli_run_test.go:1170: unmatched requirement DaemonIsLinux [2022-03-09T23:21:32.701Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2022-03-09T23:21:32.701Z] docker_cli_run_test.go:1188: unmatched requirement DaemonIsLinux [2022-03-09T23:21:32.701Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2022-03-09T23:21:32.701Z] docker_cli_run_test.go:1179: unmatched requirement DaemonIsLinux [2022-03-09T23:21:32.701Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2022-03-09T23:21:32.701Z] docker_cli_run_test.go:2055: unmatched requirement DaemonIsLinux [2022-03-09T23:21:32.701Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2022-03-09T23:21:34.555Z] === RUN TestDockerSuite/TestInspectImage [2022-03-09T23:21:34.556Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-03-09T23:21:34.556Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2022-03-09T23:21:34.556Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-03-09T23:21:34.556Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2022-03-09T23:21:34.556Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-09T23:21:34.556Z] === RUN TestDockerSuite/TestInspectInt64 [2022-03-09T23:21:35.592Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2022-03-09T23:21:35.592Z] docker_cli_run_test.go:2260: unmatched requirement DaemonIsLinux [2022-03-09T23:21:35.592Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2022-03-09T23:21:35.592Z] docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux [2022-03-09T23:21:36.071Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2022-03-09T23:21:36.776Z] === RUN TestDockerSuite/TestInspectJSONFields [2022-03-09T23:21:39.780Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2022-03-09T23:21:39.780Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2022-03-09T23:21:42.740Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2022-03-09T23:21:43.134Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2022-03-09T23:21:44.960Z] === RUN TestDockerSuite/TestInspectPlugin [2022-03-09T23:21:44.960Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-03-09T23:21:44.960Z] === RUN TestDockerSuite/TestInspectRootFS [2022-03-09T23:21:45.429Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2022-03-09T23:21:46.864Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2022-03-09T23:21:48.421Z] === RUN TestDockerSuite/TestInspectStatus [2022-03-09T23:21:50.588Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2022-03-09T23:21:51.435Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2022-03-09T23:21:53.541Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2022-03-09T23:21:56.347Z] === RUN TestDockerSuite/TestInspectTemplateError [2022-03-09T23:21:57.329Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2022-03-09T23:21:57.329Z] === RUN TestDockerSuite/TestRunBindMounts [2022-03-09T23:21:59.412Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2022-03-09T23:22:01.716Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2022-03-09T23:22:04.524Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2022-03-09T23:22:04.524Z] docker_cli_run_test.go:1051: unmatched requirement DaemonIsLinux [2022-03-09T23:22:04.524Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2022-03-09T23:22:04.524Z] docker_cli_run_test.go:1061: unmatched requirement DaemonIsLinux [2022-03-09T23:22:04.524Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2022-03-09T23:22:04.524Z] docker_cli_run_test.go:2976: unmatched requirement DaemonIsLinux [2022-03-09T23:22:04.524Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2022-03-09T23:22:04.524Z] docker_cli_run_test.go:1041: unmatched requirement DaemonIsLinux [2022-03-09T23:22:04.524Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2022-03-09T23:22:04.524Z] docker_cli_run_test.go:1032: unmatched requirement DaemonIsLinux [2022-03-09T23:22:04.524Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2022-03-09T23:22:04.524Z] docker_cli_run_test.go:3162: unmatched requirement DaemonIsLinux [2022-03-09T23:22:04.524Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2022-03-09T23:22:04.524Z] docker_cli_run_test.go:1022: unmatched requirement DaemonIsLinux [2022-03-09T23:22:04.524Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2022-03-09T23:22:04.524Z] docker_cli_run_test.go:1010: unmatched requirement DaemonIsLinux [2022-03-09T23:22:04.524Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2022-03-09T23:22:04.524Z] docker_cli_run_test.go:984: unmatched requirement DaemonIsLinux [2022-03-09T23:22:04.524Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2022-03-09T23:22:04.524Z] docker_cli_run_test.go:997: unmatched requirement DaemonIsLinux [2022-03-09T23:22:04.524Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2022-03-09T23:22:04.524Z] docker_cli_run_test.go:975: unmatched requirement DaemonIsLinux [2022-03-09T23:22:04.524Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2022-03-09T23:22:04.777Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2022-03-09T23:22:07.075Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2022-03-09T23:22:07.522Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2022-03-09T23:22:07.522Z] docker_cli_run_test.go:1926: unmatched requirement DaemonIsLinux [2022-03-09T23:22:07.522Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2022-03-09T23:22:11.312Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2022-03-09T23:22:11.312Z] docker_cli_run_test.go:3304: unmatched requirement DaemonIsLinux [2022-03-09T23:22:11.312Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2022-03-09T23:22:11.312Z] docker_cli_run_test.go:3328: unmatched requirement DaemonIsLinux [2022-03-09T23:22:11.312Z] === RUN TestDockerSuite/TestRunContainerNetwork [2022-03-09T23:22:14.459Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2022-03-09T23:22:15.099Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2022-03-09T23:22:15.099Z] docker_cli_run_test.go:3295: unmatched requirement DaemonIsLinux [2022-03-09T23:22:15.099Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2022-03-09T23:22:15.099Z] docker_cli_run_test.go:3280: unmatched requirement DaemonIsLinux [2022-03-09T23:22:15.099Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2022-03-09T23:22:15.099Z] docker_cli_run_test.go:3205: unmatched requirement DaemonIsLinux [2022-03-09T23:22:15.099Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2022-03-09T23:22:15.099Z] docker_cli_run_test.go:2704: unmatched requirement DaemonIsLinux [2022-03-09T23:22:15.099Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2022-03-09T23:22:15.099Z] docker_cli_run_test.go:2653: unmatched requirement DaemonIsLinux [2022-03-09T23:22:15.099Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2022-03-09T23:22:15.099Z] docker_cli_run_test.go:2726: unmatched requirement DaemonIsLinux [2022-03-09T23:22:15.099Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2022-03-09T23:22:15.099Z] docker_cli_run_test.go:2716: unmatched requirement DaemonIsLinux [2022-03-09T23:22:15.099Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2022-03-09T23:22:17.350Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2022-03-09T23:22:17.563Z] === RUN TestDockerSuite/TestInspectUnknownObject [2022-03-09T23:22:17.563Z] === RUN TestDockerSuite/TestLinkShortDefinition [2022-03-09T23:22:17.563Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-03-09T23:22:17.563Z] === RUN TestDockerSuite/TestLinksEnvs [2022-03-09T23:22:17.563Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-03-09T23:22:17.563Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2022-03-09T23:22:17.563Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-03-09T23:22:17.563Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2022-03-09T23:22:17.563Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-03-09T23:22:17.563Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2022-03-09T23:22:17.563Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-03-09T23:22:17.563Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2022-03-09T23:22:17.563Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-03-09T23:22:17.563Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2022-03-09T23:22:17.563Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-03-09T23:22:17.563Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2022-03-09T23:22:17.563Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-03-09T23:22:17.563Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2022-03-09T23:22:17.563Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-03-09T23:22:17.563Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2022-03-09T23:22:17.563Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-03-09T23:22:17.563Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2022-03-09T23:22:17.563Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-03-09T23:22:17.563Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2022-03-09T23:22:17.563Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-03-09T23:22:17.563Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2022-03-09T23:22:17.563Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-03-09T23:22:17.563Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2022-03-09T23:22:17.563Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-03-09T23:22:17.563Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2022-03-09T23:22:17.563Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-03-09T23:22:17.563Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2022-03-09T23:22:17.563Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-03-09T23:22:17.563Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2022-03-09T23:22:17.563Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2022-03-09T23:22:17.563Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2022-03-09T23:22:19.862Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2022-03-09T23:22:20.301Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2022-03-09T23:22:22.923Z] === RUN TestDockerSuite/TestLogsAPIUntil [2022-03-09T23:22:24.090Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2022-03-09T23:22:24.090Z] docker_cli_run_test.go:1676: unmatched requirement DaemonIsLinux [2022-03-09T23:22:24.090Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2022-03-09T23:22:24.090Z] docker_cli_run_test.go:1657: unmatched requirement DaemonIsLinux [2022-03-09T23:22:24.090Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2022-03-09T23:22:24.090Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2022-03-09T23:22:24.090Z] === RUN TestDockerSuite/TestRunCreateVolume [2022-03-09T23:22:27.075Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2022-03-09T23:22:27.075Z] docker_cli_run_test.go:2147: unmatched requirement DaemonIsLinux [2022-03-09T23:22:27.075Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2022-03-09T23:22:27.075Z] docker_cli_run_test.go:620: unmatched requirement DaemonIsLinux [2022-03-09T23:22:27.075Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2022-03-09T23:22:27.075Z] docker_cli_run_test.go:382: unmatched requirement DaemonIsLinux [2022-03-09T23:22:27.075Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2022-03-09T23:22:27.075Z] docker_cli_run_test.go:426: unmatched requirement DaemonIsLinux [2022-03-09T23:22:27.075Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2022-03-09T23:22:28.963Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2022-03-09T23:22:29.293Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2022-03-09T23:22:32.032Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2022-03-09T23:22:32.032Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-03-09T23:22:32.032Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2022-03-09T23:22:34.332Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2022-03-09T23:22:34.332Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2022-03-09T23:22:36.448Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2022-03-09T23:22:36.448Z] docker_cli_run_test.go:1252: unmatched requirement DaemonIsLinux [2022-03-09T23:22:36.448Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2022-03-09T23:22:36.448Z] docker_cli_run_test.go:3877: unmatched requirement DaemonIsLinux [2022-03-09T23:22:36.448Z] === RUN TestDockerSuite/TestRunDNSOptions [2022-03-09T23:22:36.448Z] docker_cli_run_test.go:1287: unmatched requirement DaemonIsLinux [2022-03-09T23:22:36.448Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2022-03-09T23:22:36.448Z] docker_cli_run_test.go:1320: unmatched requirement DaemonIsLinux [2022-03-09T23:22:36.448Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2022-03-09T23:22:36.448Z] docker_cli_run_test.go:1309: unmatched requirement DaemonIsLinux [2022-03-09T23:22:36.448Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2022-03-09T23:22:36.448Z] docker_cli_run_test.go:2020: unmatched requirement DaemonIsLinux [2022-03-09T23:22:36.448Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2022-03-09T23:22:39.399Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2022-03-09T23:22:39.399Z] docker_cli_run_test.go:1140: unmatched requirement DaemonIsLinux [2022-03-09T23:22:39.399Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2022-03-09T23:22:39.868Z] === RUN TestDockerSuite/TestRunDuplicateMount [2022-03-09T23:22:39.868Z] docker_cli_run_test.go:4052: unmatched requirement DaemonIsLinux [2022-03-09T23:22:39.868Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2022-03-09T23:22:42.824Z] === RUN TestDockerSuite/TestRunEchoStdout [2022-03-09T23:22:43.207Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2022-03-09T23:22:46.616Z] === RUN TestDockerSuite/TestRunEmptyEnv [2022-03-09T23:22:46.617Z] docker_cli_run_test.go:4135: unmatched requirement DaemonIsLinux [2022-03-09T23:22:46.617Z] === RUN TestDockerSuite/TestRunEntrypoint [2022-03-09T23:22:49.566Z] === RUN TestDockerSuite/TestRunEnvironment [2022-03-09T23:22:49.566Z] docker_cli_run_test.go:816: unmatched requirement DaemonIsLinux [2022-03-09T23:22:49.566Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2022-03-09T23:22:49.566Z] docker_cli_run_test.go:855: unmatched requirement DaemonIsLinux [2022-03-09T23:22:49.567Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2022-03-09T23:22:49.567Z] docker_cli_run_test.go:888: unmatched requirement DaemonIsLinux [2022-03-09T23:22:49.567Z] === RUN TestDockerSuite/TestRunExitCode [2022-03-09T23:22:50.632Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2022-03-09T23:22:53.356Z] === RUN TestDockerSuite/TestRunExitCodeOne [2022-03-09T23:22:56.309Z] === RUN TestDockerSuite/TestRunExitCodeZero [2022-03-09T23:22:59.569Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2022-03-09T23:23:00.102Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2022-03-09T23:23:01.876Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2022-03-09T23:23:03.056Z] === RUN TestDockerSuite/TestRunExposePort [2022-03-09T23:23:03.056Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2022-03-09T23:23:03.056Z] docker_cli_run_test.go:946: unmatched requirement DaemonIsLinux [2022-03-09T23:23:03.056Z] === RUN TestDockerSuite/TestRunGroupAdd [2022-03-09T23:23:03.056Z] docker_cli_run_test.go:1073: unmatched requirement DaemonIsLinux [2022-03-09T23:23:03.056Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2022-03-09T23:23:03.056Z] docker_cli_run_test.go:4378: unmatched requirement DaemonIsLinux [2022-03-09T23:23:03.056Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2022-03-09T23:23:03.056Z] docker_cli_run_test.go:4391: unmatched requirement DaemonIsLinux [2022-03-09T23:23:03.056Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2022-03-09T23:23:03.056Z] docker_cli_run_test.go:4119: unmatched requirement Isolation.IsHyperV-fm [2022-03-09T23:23:03.056Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2022-03-09T23:23:03.056Z] docker_cli_run_test.go:3693: unmatched requirement DaemonIsLinux [2022-03-09T23:23:03.056Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2022-03-09T23:23:03.056Z] docker_cli_run_test.go:1998: unmatched requirement DaemonIsLinux [2022-03-09T23:23:03.056Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2022-03-09T23:23:04.940Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2022-03-09T23:23:04.940Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-03-09T23:23:04.940Z] === RUN TestDockerSuite/TestLogsFollowStopped [2022-03-09T23:23:08.025Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2022-03-09T23:23:10.220Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2022-03-09T23:23:10.221Z] docker_cli_run_test.go:3240: unmatched requirement DaemonIsLinux [2022-03-09T23:23:10.221Z] === RUN TestDockerSuite/TestRunInvalidReference [2022-03-09T23:23:10.221Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2022-03-09T23:23:10.221Z] docker_cli_run_test.go:59: unmatched requirement DaemonIsLinux [2022-03-09T23:23:10.221Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2022-03-09T23:23:10.221Z] docker_cli_run_test.go:3349: unmatched requirement DaemonIsLinux [2022-03-09T23:23:10.221Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2022-03-09T23:23:10.221Z] docker_cli_run_test.go:194: unmatched requirement DaemonIsLinux [2022-03-09T23:23:10.221Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2022-03-09T23:23:10.221Z] docker_cli_run_test.go:179: unmatched requirement DaemonIsLinux [2022-03-09T23:23:10.221Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2022-03-09T23:23:11.087Z] === RUN TestDockerSuite/TestLogsSince [2022-03-09T23:23:18.988Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2022-03-09T23:23:18.988Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2022-03-09T23:23:18.988Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2022-03-09T23:23:20.593Z] === RUN TestDockerSuite/TestRunModeHostname [2022-03-09T23:23:20.593Z] docker_cli_run_test.go:1197: unmatched requirement DaemonIsLinux [2022-03-09T23:23:20.593Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2022-03-09T23:23:20.593Z] docker_cli_run_test.go:2310: unmatched requirement DaemonIsLinux [2022-03-09T23:23:20.593Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2022-03-09T23:23:20.593Z] docker_cli_run_test.go:2319: unmatched requirement DaemonIsLinux [2022-03-09T23:23:20.593Z] === RUN TestDockerSuite/TestRunModeIpcHost [2022-03-09T23:23:20.593Z] docker_cli_run_test.go:2288: unmatched requirement DaemonIsLinux [2022-03-09T23:23:20.593Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2022-03-09T23:23:20.593Z] docker_cli_run_test.go:3393: unmatched requirement DaemonIsLinux [2022-03-09T23:23:20.593Z] === RUN TestDockerSuite/TestRunModePIDContainer [2022-03-09T23:23:20.593Z] docker_cli_run_test.go:2332: unmatched requirement DaemonIsLinux [2022-03-09T23:23:20.593Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2022-03-09T23:23:20.593Z] docker_cli_run_test.go:2357: unmatched requirement DaemonIsLinux [2022-03-09T23:23:20.593Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2022-03-09T23:23:20.593Z] docker_cli_run_test.go:2366: unmatched requirement DaemonIsLinux [2022-03-09T23:23:20.593Z] === RUN TestDockerSuite/TestRunModeUTSHost [2022-03-09T23:23:20.593Z] docker_cli_run_test.go:2424: unmatched requirement DaemonIsLinux [2022-03-09T23:23:21.062Z] === RUN TestDockerSuite/TestRunMount [2022-03-09T23:23:21.062Z] docker_cli_run_test.go:4201: unmatched requirement DaemonIsLinux [2022-03-09T23:23:21.062Z] === RUN TestDockerSuite/TestRunMountOrdering [2022-03-09T23:23:21.062Z] docker_cli_run_test.go:2075: unmatched requirement DaemonIsLinux [2022-03-09T23:23:21.062Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2022-03-09T23:23:21.062Z] docker_cli_run_test.go:4189: unmatched requirement DaemonIsLinux [2022-03-09T23:23:21.062Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2022-03-09T23:23:21.062Z] docker_cli_run_test.go:2379: unmatched requirement DaemonIsLinux [2022-03-09T23:23:21.062Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2022-03-09T23:23:21.762Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2022-03-09T23:23:21.762Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-03-09T23:23:21.762Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2022-03-09T23:23:21.762Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-03-09T23:23:21.762Z] === RUN TestDockerSuite/TestLogsTail [2022-03-09T23:23:24.069Z] === RUN TestDockerSuite/TestLogsTimestamps [2022-03-09T23:23:27.127Z] === RUN TestDockerSuite/TestLogsWithDetails [2022-03-09T23:23:29.483Z] === RUN TestDockerSuite/TestMountIntoProc [2022-03-09T23:23:29.483Z] docker_cli_run_test.go:2877: unmatched requirement DaemonIsLinux [2022-03-09T23:23:29.483Z] === RUN TestDockerSuite/TestMountIntoSys [2022-03-09T23:23:29.483Z] docker_cli_run_test.go:2886: unmatched requirement DaemonIsLinux [2022-03-09T23:23:29.483Z] === RUN TestDockerSuite/TestNetHostname [2022-03-09T23:23:29.483Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-03-09T23:23:29.483Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2022-03-09T23:23:29.483Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-03-09T23:23:29.483Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2022-03-09T23:23:29.483Z] docker_cli_run_test.go:3480: unmatched requirement DaemonIsLinux [2022-03-09T23:23:29.483Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2022-03-09T23:23:29.483Z] docker_cli_run_test.go:2666: unmatched requirement DaemonIsLinux [2022-03-09T23:23:29.483Z] === RUN TestDockerSuite/TestPluginActive [2022-03-09T23:23:29.483Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-03-09T23:23:29.483Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2022-03-09T23:23:29.483Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-03-09T23:23:29.483Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2022-03-09T23:23:29.960Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2022-03-09T23:23:29.960Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-03-09T23:23:29.961Z] === RUN TestDockerSuite/TestPluginLogDriver [2022-03-09T23:23:29.961Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-03-09T23:23:29.961Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2022-03-09T23:23:29.961Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-03-09T23:23:29.961Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2022-03-09T23:23:29.961Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-03-09T23:23:29.961Z] === RUN TestDockerSuite/TestPluginUpgrade [2022-03-09T23:23:29.961Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-03-09T23:23:29.961Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2022-03-09T23:23:29.961Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-03-09T23:23:29.961Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2022-03-09T23:23:29.961Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-03-09T23:23:29.961Z] === RUN TestDockerSuite/TestPortHostBinding [2022-03-09T23:23:29.961Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-03-09T23:23:29.961Z] === RUN TestDockerSuite/TestPortList [2022-03-09T23:23:29.961Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-03-09T23:23:29.961Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2022-03-09T23:23:31.497Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2022-03-09T23:23:31.497Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-03-09T23:23:31.497Z] === RUN TestDockerSuite/TestRunNamedVolume [2022-03-09T23:23:31.497Z] docker_cli_run_test.go:3182: unmatched requirement DaemonIsLinux [2022-03-09T23:23:31.497Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2022-03-09T23:23:31.497Z] docker_cli_run_test.go:3744: unmatched requirement DaemonIsLinux [2022-03-09T23:23:31.497Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2022-03-09T23:23:35.859Z] === RUN TestDockerSuite/TestPostContainersAttach [2022-03-09T23:23:35.859Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-03-09T23:23:35.859Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2022-03-09T23:23:35.859Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2022-03-09T23:23:35.859Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2022-03-09T23:23:35.859Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2022-03-09T23:23:35.859Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2022-03-09T23:23:35.859Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2022-03-09T23:23:35.859Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2022-03-09T23:23:35.859Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2022-03-09T23:23:35.859Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2022-03-09T23:23:35.859Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2022-03-09T23:23:35.859Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2022-03-09T23:23:35.859Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2022-03-09T23:23:35.859Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2022-03-09T23:23:35.859Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2022-03-09T23:23:35.859Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2022-03-09T23:23:35.859Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2022-03-09T23:23:38.612Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2022-03-09T23:23:40.648Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2022-03-09T23:23:40.648Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2022-03-09T23:23:40.648Z] === RUN TestDockerSuite/TestPsByOrder [2022-03-09T23:23:44.394Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2022-03-09T23:23:44.394Z] docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux [2022-03-09T23:23:44.394Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2022-03-09T23:23:44.394Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2022-03-09T23:23:44.394Z] === RUN TestDockerSuite/TestRunNetHost [2022-03-09T23:23:44.394Z] docker_cli_run_test.go:2545: unmatched requirement DaemonIsLinux [2022-03-09T23:23:44.394Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2022-03-09T23:23:44.394Z] docker_cli_run_test.go:930: unmatched requirement DaemonIsLinux [2022-03-09T23:23:44.394Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2022-03-09T23:23:44.394Z] docker_cli_run_test.go:2568: unmatched requirement DaemonIsLinux [2022-03-09T23:23:44.394Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2022-03-09T23:23:44.394Z] docker_cli_run_test.go:3037: unmatched requirement DaemonIsLinux [2022-03-09T23:23:44.394Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2022-03-09T23:23:44.394Z] docker_cli_run_test.go:3061: unmatched requirement DaemonIsLinux [2022-03-09T23:23:44.394Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2022-03-09T23:23:44.394Z] docker_cli_run_test.go:3083: unmatched requirement DaemonIsLinux [2022-03-09T23:23:44.394Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2022-03-09T23:23:44.394Z] docker_cli_run_test.go:3407: unmatched requirement DaemonIsLinux [2022-03-09T23:23:44.394Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2022-03-09T23:23:44.394Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2022-03-09T23:23:45.921Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2022-03-09T23:23:48.138Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2022-03-09T23:23:50.315Z] === RUN TestDockerSuite/TestRunNonExistingImage [2022-03-09T23:23:51.136Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2022-03-09T23:23:51.136Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-03-09T23:23:51.136Z] === RUN TestDockerSuite/TestPsListContainersBase [2022-03-09T23:23:51.866Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2022-03-09T23:23:54.759Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2022-03-09T23:23:54.759Z] docker_cli_run_test.go:1402: unmatched requirement DaemonIsLinux [2022-03-09T23:23:55.245Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2022-03-09T23:23:55.245Z] docker_cli_run_test.go:2776: unmatched requirement DaemonIsLinux [2022-03-09T23:23:55.245Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2022-03-09T23:23:55.245Z] docker_cli_run_test.go:2466: unmatched requirement DaemonIsLinux [2022-03-09T23:23:55.245Z] === RUN TestDockerSuite/TestRunPortInUse [2022-03-09T23:23:55.245Z] docker_cli_run_test.go:2038: unmatched requirement DaemonIsLinux [2022-03-09T23:23:55.245Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2022-03-09T23:23:55.245Z] docker_cli_run_test.go:956: unmatched requirement DaemonIsLinux [2022-03-09T23:23:55.245Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2022-03-09T23:23:55.245Z] docker_cli_run_test.go:1084: unmatched requirement DaemonIsLinux [2022-03-09T23:23:55.245Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2022-03-09T23:23:55.245Z] docker_cli_run_test.go:1123: unmatched requirement DaemonIsLinux [2022-03-09T23:23:55.245Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2022-03-09T23:23:55.245Z] docker_cli_run_test.go:1131: unmatched requirement DaemonIsLinux [2022-03-09T23:23:55.245Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2022-03-09T23:23:59.914Z] === RUN TestDockerSuite/TestRunPublishPort [2022-03-09T23:23:59.914Z] docker_cli_run_test.go:2951: unmatched requirement DaemonIsLinux [2022-03-09T23:23:59.914Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2022-03-09T23:23:59.914Z] docker_cli_run_test.go:2854: unmatched requirement Apparmor [2022-03-09T23:23:59.914Z] === RUN TestDockerSuite/TestRunReadProcLatency [2022-03-09T23:23:59.914Z] docker_cli_run_test.go:2833: unmatched requirement DaemonIsLinux [2022-03-09T23:23:59.914Z] === RUN TestDockerSuite/TestRunReadProcTimer [2022-03-09T23:23:59.914Z] docker_cli_run_test.go:2818: unmatched requirement DaemonIsLinux [2022-03-09T23:23:59.914Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2022-03-09T23:23:59.914Z] docker_cli_run_test.go:1424: unmatched requirement DaemonIsLinux [2022-03-09T23:23:59.914Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2022-03-09T23:24:03.680Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2022-03-09T23:24:12.444Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2022-03-09T23:24:12.444Z] docker_cli_run_test.go:2120: unmatched requirement DaemonIsLinux [2022-03-09T23:24:12.444Z] === RUN TestDockerSuite/TestRunRm [2022-03-09T23:24:15.349Z] === RUN TestDockerSuite/TestRunRmAndWait [2022-03-09T23:24:21.711Z] === RUN TestDockerSuite/TestRunRmPre125Api [2022-03-09T23:24:24.599Z] === RUN TestDockerSuite/TestRunRootWorkdir [2022-03-09T23:24:24.975Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2022-03-09T23:24:24.976Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2022-03-09T23:24:24.976Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-03-09T23:24:24.976Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2022-03-09T23:24:28.423Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2022-03-09T23:24:32.210Z] === RUN TestDockerSuite/TestRunSetMacAddress [2022-03-09T23:24:32.210Z] docker_cli_run_test.go:1980: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-03-09T23:24:32.210Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2022-03-09T23:24:32.210Z] docker_cli_run_test.go:2232: unmatched requirement DaemonIsLinux [2022-03-09T23:24:32.210Z] === RUN TestDockerSuite/TestRunState [2022-03-09T23:24:32.210Z] docker_cli_run_test.go:1620: unmatched requirement DaemonIsLinux [2022-03-09T23:24:32.210Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2022-03-09T23:24:35.989Z] === RUN TestDockerSuite/TestRunStdinPipe [2022-03-09T23:24:35.989Z] docker_cli_run_test.go:97: unmatched requirement DaemonIsLinux [2022-03-09T23:24:35.989Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2022-03-09T23:24:36.445Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2022-03-09T23:24:36.445Z] docker_cli_run_test.go:1107: unmatched requirement DaemonIsLinux [2022-03-09T23:24:36.445Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2022-03-09T23:24:36.445Z] docker_cli_run_test.go:1115: unmatched requirement DaemonIsLinux [2022-03-09T23:24:36.445Z] === RUN TestDockerSuite/TestRunTLSVerify [2022-03-09T23:24:36.445Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2022-03-09T23:24:36.445Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2022-03-09T23:24:36.445Z] docker_cli_run_test.go:1155: unmatched requirement DaemonIsLinux [2022-03-09T23:24:36.445Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2022-03-09T23:24:39.983Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2022-03-09T23:24:42.325Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2022-03-09T23:24:42.325Z] docker_cli_run_test.go:966: unmatched requirement DaemonIsLinux [2022-03-09T23:24:42.325Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2022-03-09T23:24:42.325Z] docker_cli_run_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-09T23:24:42.325Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2022-03-09T23:24:42.325Z] docker_cli_run_test.go:1164: unmatched requirement DaemonIsLinux [2022-03-09T23:24:42.325Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2022-03-09T23:24:42.325Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2022-03-09T23:24:42.325Z] === RUN TestDockerSuite/TestRunUnshareProc [2022-03-09T23:24:42.325Z] docker_cli_run_test.go:2893: unmatched requirement Apparmor [2022-03-09T23:24:42.325Z] === RUN TestDockerSuite/TestRunUserByID [2022-03-09T23:24:42.325Z] docker_cli_run_test.go:735: unmatched requirement DaemonIsLinux [2022-03-09T23:24:42.325Z] === RUN TestDockerSuite/TestRunUserByIDBig [2022-03-09T23:24:42.325Z] docker_cli_run_test.go:745: unmatched requirement DaemonIsLinux [2022-03-09T23:24:42.325Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2022-03-09T23:24:42.325Z] docker_cli_run_test.go:758: unmatched requirement DaemonIsLinux [2022-03-09T23:24:42.325Z] === RUN TestDockerSuite/TestRunUserByIDZero [2022-03-09T23:24:42.325Z] docker_cli_run_test.go:771: unmatched requirement DaemonIsLinux [2022-03-09T23:24:42.325Z] === RUN TestDockerSuite/TestRunUserByName [2022-03-09T23:24:42.325Z] docker_cli_run_test.go:725: unmatched requirement DaemonIsLinux [2022-03-09T23:24:42.325Z] === RUN TestDockerSuite/TestRunUserDefaults [2022-03-09T23:24:42.954Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2022-03-09T23:24:46.043Z] === RUN TestDockerSuite/TestRunUserNotFound [2022-03-09T23:24:46.043Z] docker_cli_run_test.go:784: unmatched requirement DaemonIsLinux [2022-03-09T23:24:46.043Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2022-03-09T23:24:48.938Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2022-03-09T23:24:48.938Z] docker_cli_run_test.go:3842: unmatched requirement DaemonIsLinux [2022-03-09T23:24:48.938Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2022-03-09T23:24:48.938Z] docker_cli_run_test.go:3835: unmatched requirement DaemonIsLinux [2022-03-09T23:24:48.938Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2022-03-09T23:24:53.672Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2022-03-09T23:25:04.028Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2022-03-09T23:25:04.243Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2022-03-09T23:25:07.225Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2022-03-09T23:25:07.225Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-03-09T23:25:07.225Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2022-03-09T23:25:07.225Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-03-09T23:25:07.225Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2022-03-09T23:25:11.141Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2022-03-09T23:25:13.379Z] === RUN TestDockerSuite/TestPsListContainersSize [2022-03-09T23:25:13.379Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-03-09T23:25:13.379Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2022-03-09T23:25:13.379Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-03-09T23:25:13.379Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2022-03-09T23:25:13.379Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-03-09T23:25:13.379Z] === RUN TestDockerSuite/TestPsRightTagName [2022-03-09T23:25:13.379Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-03-09T23:25:13.379Z] === RUN TestDockerSuite/TestPsShowMounts [2022-03-09T23:25:21.494Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2022-03-09T23:25:21.494Z] docker_cli_run_test.go:657: unmatched requirement DaemonIsLinux [2022-03-09T23:25:21.494Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2022-03-09T23:25:21.494Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2022-03-09T23:25:22.407Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2022-03-09T23:25:22.407Z] docker_cli_run_test.go:3112: unmatched requirement DaemonIsLinux [2022-03-09T23:25:22.407Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2022-03-09T23:25:23.467Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2022-03-09T23:25:23.467Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-03-09T23:25:23.467Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2022-03-09T23:25:24.530Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2022-03-09T23:25:25.214Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2022-03-09T23:25:25.588Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2022-03-09T23:25:25.588Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2022-03-09T23:25:25.588Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2022-03-09T23:25:28.934Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2022-03-09T23:25:30.615Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2022-03-09T23:25:31.841Z] === RUN TestDockerSuite/TestRunWithBadDevice [2022-03-09T23:25:31.841Z] docker_cli_run_test.go:1849: unmatched requirement DaemonIsLinux [2022-03-09T23:25:31.841Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2022-03-09T23:25:31.841Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2022-03-09T23:25:31.841Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2022-03-09T23:25:31.841Z] docker_cli_run_test.go:281: unmatched requirement DaemonIsLinux [2022-03-09T23:25:31.841Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2022-03-09T23:25:31.841Z] docker_cli_run_test.go:3709: unmatched requirement DaemonIsLinux [2022-03-09T23:25:31.841Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2022-03-09T23:25:31.841Z] docker_cli_run_test.go:3720: unmatched requirement DaemonIsLinux [2022-03-09T23:25:31.841Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2022-03-09T23:25:31.841Z] docker_cli_run_test.go:2799: unmatched requirement DaemonIsLinux [2022-03-09T23:25:31.841Z] === RUN TestDockerSuite/TestRunWithUlimits [2022-03-09T23:25:31.841Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2022-03-09T23:25:31.841Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2022-03-09T23:25:35.689Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2022-03-09T23:25:38.899Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2022-03-09T23:25:41.067Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2022-03-09T23:25:43.167Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2022-03-09T23:25:43.234Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2022-03-09T23:25:50.278Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2022-03-09T23:25:50.278Z] docker_cli_run_test.go:3010: unmatched requirement Apparmor [2022-03-09T23:25:50.278Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2022-03-09T23:25:50.278Z] docker_cli_run_test.go:1801: unmatched requirement DaemonIsLinux [2022-03-09T23:25:50.278Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2022-03-09T23:25:50.278Z] docker_cli_run_test.go:2809: unmatched requirement DaemonIsLinux [2022-03-09T23:25:50.278Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2022-03-09T23:25:50.278Z] docker_cli_run_test.go:3607: unmatched requirement DaemonIsLinux [2022-03-09T23:25:50.278Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2022-03-09T23:25:50.278Z] docker_cli_run_test.go:3618: unmatched requirement DaemonIsLinux [2022-03-09T23:25:50.278Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2022-03-09T23:25:50.278Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-03-09T23:25:50.278Z] === RUN TestDockerSuite/TestSaveCheckTimes [2022-03-09T23:25:50.278Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-03-09T23:25:50.278Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2022-03-09T23:25:50.278Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-03-09T23:25:50.278Z] === RUN TestDockerSuite/TestSaveImageId [2022-03-09T23:25:50.278Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-03-09T23:25:50.278Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2022-03-09T23:25:50.278Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-03-09T23:25:50.278Z] === RUN TestDockerSuite/TestSaveLoadParents [2022-03-09T23:25:50.278Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-03-09T23:25:50.278Z] === RUN TestDockerSuite/TestSaveMultipleNames [2022-03-09T23:25:50.278Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-03-09T23:25:50.278Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2022-03-09T23:25:50.278Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-03-09T23:25:50.278Z] === RUN TestDockerSuite/TestSaveSingleTag [2022-03-09T23:25:50.278Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-03-09T23:25:50.278Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2022-03-09T23:25:50.278Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-03-09T23:25:50.278Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2022-03-09T23:25:50.278Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-03-09T23:25:50.278Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2022-03-09T23:25:50.278Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-03-09T23:25:50.278Z] === RUN TestDockerSuite/TestSearchCmdOptions [2022-03-09T23:25:52.492Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2022-03-09T23:25:52.947Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2022-03-09T23:25:53.403Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2022-03-09T23:25:53.403Z] === RUN TestDockerSuite/TestSearchWithLimit [2022-03-09T23:25:55.568Z] === RUN TestDockerSuite/TestSlowStdinClosing [2022-03-09T23:25:55.568Z] === RUN TestDockerSuite/TestSlowStdinClosing/0 [2022-03-09T23:25:58.458Z] === RUN TestDockerSuite/TestSlowStdinClosing/1 [2022-03-09T23:26:02.175Z] === RUN TestDockerSuite/TestSlowStdinClosing/2 [2022-03-09T23:26:05.890Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2022-03-09T23:26:05.890Z] docker_cli_start_test.go:45: unmatched requirement DaemonIsLinux [2022-03-09T23:26:05.890Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2022-03-09T23:26:16.229Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2022-03-09T23:26:16.229Z] docker_cli_start_test.go:17: unmatched requirement DaemonIsLinux [2022-03-09T23:26:16.229Z] === RUN TestDockerSuite/TestStartAttachSilent [2022-03-09T23:26:22.001Z] === RUN TestDockerSuite/TestStartAttachWithRename [2022-03-09T23:26:22.001Z] docker_cli_start_test.go:174: unmatched requirement DaemonIsLinux [2022-03-09T23:26:22.001Z] === RUN TestDockerSuite/TestStartMultipleContainers [2022-03-09T23:26:22.001Z] docker_cli_start_test.go:110: unmatched requirement DaemonIsLinux [2022-03-09T23:26:22.001Z] === RUN TestDockerSuite/TestStartPausedContainer [2022-03-09T23:26:22.001Z] docker_cli_start_test.go:95: unmatched requirement IsPausable [2022-03-09T23:26:22.001Z] === RUN TestDockerSuite/TestStartRecordError [2022-03-09T23:26:22.001Z] docker_cli_start_test.go:71: unmatched requirement DaemonIsLinux [2022-03-09T23:26:22.461Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2022-03-09T23:26:26.553Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2022-03-09T23:26:26.553Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-03-09T23:26:26.553Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2022-03-09T23:26:32.728Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2022-03-09T23:26:32.728Z] === RUN TestDockerSuite/TestRestartPolicyNO [2022-03-09T23:26:32.728Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2022-03-09T23:26:32.809Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2022-03-09T23:26:32.809Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-03-09T23:26:32.809Z] === RUN TestDockerSuite/TestStatsAllNoStream [2022-03-09T23:26:32.809Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-03-09T23:26:32.809Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2022-03-09T23:26:32.809Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-03-09T23:26:32.809Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2022-03-09T23:26:32.809Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-03-09T23:26:32.809Z] === RUN TestDockerSuite/TestStatsFormatAll [2022-03-09T23:26:32.809Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-03-09T23:26:32.809Z] === RUN TestDockerSuite/TestStatsNoStream [2022-03-09T23:26:32.809Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-03-09T23:26:32.809Z] === RUN TestDockerSuite/TestTopMultipleArgs [2022-03-09T23:26:33.232Z] === RUN TestDockerSuite/TestRestartRunningContainer [2022-03-09T23:26:35.699Z] === RUN TestDockerSuite/TestTopNonPrivileged [2022-03-09T23:26:38.235Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2022-03-09T23:26:40.366Z] === RUN TestDockerSuite/TestTopPrivileged [2022-03-09T23:26:40.366Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-03-09T23:26:40.366Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2022-03-09T23:26:43.236Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2022-03-09T23:26:43.236Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-03-09T23:26:43.236Z] === RUN TestDockerSuite/TestRestartWithVolumes [2022-03-09T23:26:44.087Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2022-03-09T23:26:44.087Z] docker_cli_run_test.go:3418: unmatched requirement DaemonIsLinux [2022-03-09T23:26:44.087Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2022-03-09T23:26:44.087Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-03-09T23:26:44.087Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2022-03-09T23:26:44.087Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-03-09T23:26:44.087Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2022-03-09T23:26:44.087Z] docker_cli_run_test.go:292: unmatched requirement DaemonIsLinux [2022-03-09T23:26:44.087Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2022-03-09T23:26:44.087Z] docker_cli_run_test.go:207: unmatched requirement DaemonIsLinux [2022-03-09T23:26:44.087Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2022-03-09T23:26:44.087Z] docker_cli_run_test.go:243: unmatched requirement DaemonIsLinux [2022-03-09T23:26:44.087Z] === RUN TestDockerSuite/TestVolumeCLICreate [2022-03-09T23:26:48.246Z] === RUN TestDockerSuite/TestRmiBlank [2022-03-09T23:26:48.749Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2022-03-09T23:26:48.749Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2022-03-09T23:26:58.927Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2022-03-09T23:26:59.395Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2022-03-09T23:26:59.395Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2022-03-09T23:26:59.395Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-03-09T23:26:59.395Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2022-03-09T23:26:59.863Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2022-03-09T23:27:00.331Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2022-03-09T23:27:00.331Z] === RUN TestDockerSuite/TestVolumeCLILs [2022-03-09T23:27:04.138Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2022-03-09T23:27:04.138Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2022-03-09T23:27:08.890Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2022-03-09T23:27:08.890Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2022-03-09T23:27:09.358Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2022-03-09T23:27:09.358Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2022-03-09T23:27:09.358Z] === RUN TestDockerSuite/TestVolumeCLIRm [2022-03-09T23:27:10.635Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2022-03-09T23:27:14.645Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2022-03-09T23:27:15.151Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2022-03-09T23:27:21.903Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2022-03-09T23:27:21.904Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-03-09T23:27:21.904Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2022-03-09T23:27:21.904Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2022-03-09T23:27:21.904Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2022-03-09T23:27:21.904Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-03-09T23:27:21.904Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2022-03-09T23:27:24.174Z] === RUN TestDockerSuite/TestRmiImgIDForce [2022-03-09T23:27:32.368Z] === RUN TestDockerSuite/TestVolumeLsFormat [2022-03-09T23:27:32.368Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2022-03-09T23:27:32.368Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2022-03-09T23:27:35.043Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2022-03-09T23:27:47.303Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2022-03-09T23:27:47.303Z] docker_cli_run_test.go:2168: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.303Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2022-03-09T23:27:47.303Z] --- PASS: TestDockerSuite (3030.73s) [2022-03-09T23:27:47.303Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.03s) [2022-03-09T23:27:47.303Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-03-09T23:27:47.303Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2022-03-09T23:27:47.303Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.02s) [2022-03-09T23:27:47.303Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.02s) [2022-03-09T23:27:47.303Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-03-09T23:27:47.303Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s) [2022-03-09T23:27:47.303Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.85s) [2022-03-09T23:27:47.303Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.31s) [2022-03-09T23:27:47.303Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.75s) [2022-03-09T23:27:47.303Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.36s) [2022-03-09T23:27:47.303Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (92.10s) [2022-03-09T23:27:47.303Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (1.09s) [2022-03-09T23:27:47.303Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.04s) [2022-03-09T23:27:47.303Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-03-09T23:27:47.303Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-03-09T23:27:47.303Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-03-09T23:27:47.303Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-03-09T23:27:47.303Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-03-09T23:27:47.303Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-03-09T23:27:47.303Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-03-09T23:27:47.303Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.02s) [2022-03-09T23:27:47.303Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-03-09T23:27:47.303Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStats (0.02s) [2022-03-09T23:27:47.303Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-03-09T23:27:47.303Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-03-09T23:27:47.303Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamGetCpu (0.02s) [2022-03-09T23:27:47.303Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (3.58s) [2022-03-09T23:27:47.303Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-03-09T23:27:47.303Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-03-09T23:27:47.303Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-03-09T23:27:47.303Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2022-03-09T23:27:47.303Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (5.77s) [2022-03-09T23:27:47.303Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-03-09T23:27:47.303Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-03-09T23:27:47.303Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (8.97s) [2022-03-09T23:27:47.303Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (97.33s) [2022-03-09T23:27:47.303Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.56s) [2022-03-09T23:27:47.303Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (7.53s) [2022-03-09T23:27:47.303Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.02s) [2022-03-09T23:27:47.303Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (4.92s) [2022-03-09T23:27:47.303Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (1.11s) [2022-03-09T23:27:47.303Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-03-09T23:27:47.303Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2022-03-09T23:27:47.303Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-03-09T23:27:47.303Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.29s) [2022-03-09T23:27:47.303Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (1.07s) [2022-03-09T23:27:47.303Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (3.84s) [2022-03-09T23:27:47.303Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.85s) [2022-03-09T23:27:47.303Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.06s) [2022-03-09T23:27:47.303Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-03-09T23:27:47.303Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.09s) [2022-03-09T23:27:47.303Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (3.45s) [2022-03-09T23:27:47.303Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (14.82s) [2022-03-09T23:27:47.303Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (6.52s) [2022-03-09T23:27:47.303Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (1.31s) [2022-03-09T23:27:47.303Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s) [2022-03-09T23:27:47.303Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.45s) [2022-03-09T23:27:47.303Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.95s) [2022-03-09T23:27:47.303Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (6.25s) [2022-03-09T23:27:47.303Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.04s) [2022-03-09T23:27:47.303Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-03-09T23:27:47.303Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-03-09T23:27:47.303Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-03-09T23:27:47.303Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.63s) [2022-03-09T23:27:47.303Z] --- PASS: TestDockerSuite/TestBuildAddTar (41.54s) [2022-03-09T23:27:47.303Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.04s) [2022-03-09T23:27:47.303Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.49s) [2022-03-09T23:27:47.303Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (24.12s) [2022-03-09T23:27:47.303Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.98s) [2022-03-09T23:27:47.303Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.71s) [2022-03-09T23:27:47.303Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (9.73s) [2022-03-09T23:27:47.303Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.44s) [2022-03-09T23:27:47.303Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (6.70s) [2022-03-09T23:27:47.303Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (12.38s) [2022-03-09T23:27:47.303Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (12.23s) [2022-03-09T23:27:47.303Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.50s) [2022-03-09T23:27:47.303Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (6.53s) [2022-03-09T23:27:47.303Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2022-03-09T23:27:47.303Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-03-09T23:27:47.303Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (8.05s) [2022-03-09T23:27:47.303Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.05s) [2022-03-09T23:27:47.303Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.71s) [2022-03-09T23:27:47.303Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.05s) [2022-03-09T23:27:47.303Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2022-03-09T23:27:47.303Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (30.72s) [2022-03-09T23:27:47.303Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (6.47s) [2022-03-09T23:27:47.303Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.95s) [2022-03-09T23:27:47.303Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.52s) [2022-03-09T23:27:47.303Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.75s) [2022-03-09T23:27:47.303Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.06s) [2022-03-09T23:27:47.303Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (5.78s) [2022-03-09T23:27:47.303Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.73s) [2022-03-09T23:27:47.303Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.06s) [2022-03-09T23:27:47.303Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-03-09T23:27:47.303Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.85s) [2022-03-09T23:27:47.303Z] --- PASS: TestDockerSuite/TestBuildClearCmd (1.23s) [2022-03-09T23:27:47.303Z] --- PASS: TestDockerSuite/TestBuildCmd (0.72s) [2022-03-09T23:27:47.303Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.74s) [2022-03-09T23:27:47.303Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.70s) [2022-03-09T23:27:47.303Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (7.81s) [2022-03-09T23:27:47.303Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.72s) [2022-03-09T23:27:47.303Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-03-09T23:27:47.303Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.48s) [2022-03-09T23:27:47.303Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-03-09T23:27:47.303Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.60s) [2022-03-09T23:27:47.303Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (3.18s) [2022-03-09T23:27:47.303Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (1.17s) [2022-03-09T23:27:47.303Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.61s) [2022-03-09T23:27:47.303Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2022-03-09T23:27:47.303Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (1.11s) [2022-03-09T23:27:47.303Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.85s) [2022-03-09T23:27:47.303Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-03-09T23:27:47.303Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-03-09T23:27:47.303Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (7.12s) [2022-03-09T23:27:47.303Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (44.73s) [2022-03-09T23:27:47.303Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.88s) [2022-03-09T23:27:47.303Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.75s) [2022-03-09T23:27:47.303Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (7.19s) [2022-03-09T23:27:47.303Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.50s) [2022-03-09T23:27:47.303Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.46s) [2022-03-09T23:27:47.303Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.05s) [2022-03-09T23:27:47.303Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.64s) [2022-03-09T23:27:47.303Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2022-03-09T23:27:47.303Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (28.96s) [2022-03-09T23:27:47.303Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.91s) [2022-03-09T23:27:47.303Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.52s) [2022-03-09T23:27:47.303Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (23.03s) [2022-03-09T23:27:47.303Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (2.13s) [2022-03-09T23:27:47.303Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (1.04s) [2022-03-09T23:27:47.303Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (5.05s) [2022-03-09T23:27:47.303Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (4.02s) [2022-03-09T23:27:47.303Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (4.19s) [2022-03-09T23:27:47.303Z] --- PASS: TestDockerSuite/TestBuildDockerignore (63.12s) [2022-03-09T23:27:47.303Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (7.63s) [2022-03-09T23:27:47.303Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.52s) [2022-03-09T23:27:47.303Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (70.13s) [2022-03-09T23:27:47.303Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (2.16s) [2022-03-09T23:27:47.303Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (1.01s) [2022-03-09T23:27:47.303Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (24.46s) [2022-03-09T23:27:47.303Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (13.58s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (13.02s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (35.65s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (13.36s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (13.13s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (96.20s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.56s) [2022-03-09T23:27:47.304Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.45s) [2022-03-09T23:27:47.304Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.04s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.70s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.28s) [2022-03-09T23:27:47.304Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.03s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.60s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.64s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (7.89s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (4.66s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (6.25s) [2022-03-09T23:27:47.304Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.04s) [2022-03-09T23:27:47.304Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.45s) [2022-03-09T23:27:47.304Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-03-09T23:27:47.304Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-03-09T23:27:47.304Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (4.49s) [2022-03-09T23:27:47.304Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s) [2022-03-09T23:27:47.304Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.05s) [2022-03-09T23:27:47.304Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (1.24s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (6.43s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (17.85s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.73s) [2022-03-09T23:27:47.304Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.05s) [2022-03-09T23:27:47.304Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.03s) [2022-03-09T23:27:47.304Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-03-09T23:27:47.304Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-03-09T23:27:47.304Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestBuildFails (3.43s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.12s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (7.95s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (8.10s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestBuildForceRm (9.48s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestBuildFromGit (7.61s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.72s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (7.49s) [2022-03-09T23:27:47.304Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.79s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.65s) [2022-03-09T23:27:47.304Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (11.58s) [2022-03-09T23:27:47.304Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestBuildHistory (13.73s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestBuildIidFile (1.28s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (3.22s) [2022-03-09T23:27:47.304Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.05s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.91s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.10s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (5.90s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestBuildLabel (1.19s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.74s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (1.22s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.72s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestBuildLabels (1.22s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.83s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (6.99s) [2022-03-09T23:27:47.304Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.11s) [2022-03-09T23:27:47.304Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.05s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.12s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.10s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.09s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.12s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.67s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.76s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (6.74s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (20.68s) [2022-03-09T23:27:47.304Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.08s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.68s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (42.72s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (19.51s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (7.41s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (8.80s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (7.78s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (22.77s) [2022-03-09T23:27:47.304Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.04s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (10.08s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.79s) [2022-03-09T23:27:47.304Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2022-03-09T23:27:47.304Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestBuildNoContext (4.01s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (5.68s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (3.57s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.27s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.20s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.81s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (1.19s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.62s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestBuildOnBuild (11.68s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.97s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (11.83s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (5.13s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (11.45s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (6.81s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (6.65s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.53s) [2022-03-09T23:27:47.304Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.05s) [2022-03-09T23:27:47.304Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (3.43s) [2022-03-09T23:27:47.304Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (52.98s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (24.12s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestBuildRm (17.53s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (4.66s) [2022-03-09T23:27:47.304Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.06s) [2022-03-09T23:27:47.304Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.51s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.74s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (5.11s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (5.10s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestBuildShellInherited (5.94s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (21.14s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (1.03s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.76s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (10.50s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.33s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (5.93s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.12s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestBuildStderr (6.06s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (27.22s) [2022-03-09T23:27:47.304Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.47s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (4.48s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.56s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestBuildTagEvent (6.30s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (6.99s) [2022-03-09T23:27:47.304Z] --- SKIP: TestDockerSuite/TestBuildUser (0.04s) [2022-03-09T23:27:47.304Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2022-03-09T23:27:47.304Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (5.05s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.62s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (3.91s) [2022-03-09T23:27:47.304Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-03-09T23:27:47.304Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (26.35s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (1.08s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (11.63s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (6.79s) [2022-03-09T23:27:47.304Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.47s) [2022-03-09T23:27:47.304Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestBuildWithFailure (3.88s) [2022-03-09T23:27:47.304Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.46s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (14.62s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestBuildWithTabs (6.36s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.59s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (17.37s) [2022-03-09T23:27:47.304Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.49s) [2022-03-09T23:27:47.304Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.50s) [2022-03-09T23:27:47.304Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.06s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.40s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (10.52s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (2.36s) [2022-03-09T23:27:47.304Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.50s) [2022-03-09T23:27:47.304Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2022-03-09T23:27:47.304Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.04s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (2.49s) [2022-03-09T23:27:47.304Z] --- SKIP: TestDockerSuite/TestCommitAfterContainerIsDone (0.02s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestCommitChange (6.76s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (6.16s) [2022-03-09T23:27:47.304Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestCommitNewFile (9.40s) [2022-03-09T23:27:47.304Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestCommitTTY (9.54s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (5.96s) [2022-03-09T23:27:47.304Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-03-09T23:27:47.304Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-03-09T23:27:47.304Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-03-09T23:27:47.304Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-03-09T23:27:47.304Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.03s) [2022-03-09T23:27:47.304Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-03-09T23:27:47.304Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.03s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.14s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestContainerAPICommit (9.49s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (9.33s) [2022-03-09T23:27:47.304Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.03s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (3.44s) [2022-03-09T23:27:47.304Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-03-09T23:27:47.304Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-03-09T23:27:47.304Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestContainerAPICreate (3.50s) [2022-03-09T23:27:47.304Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.02s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (3.46s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s) [2022-03-09T23:27:47.304Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2022-03-09T23:27:47.304Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2022-03-09T23:27:47.304Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (4.03s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (4.10s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (4.24s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.02s) [2022-03-09T23:27:47.304Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (4.11s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.02s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (3.01s) [2022-03-09T23:27:47.304Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2022-03-09T23:27:47.304Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (3.43s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestContainerAPIKill (3.54s) [2022-03-09T23:27:47.304Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (4.11s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.32s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestContainerAPIRename (3.31s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (7.25s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (8.03s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.13s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestContainerAPIStart (3.37s) [2022-03-09T23:27:47.304Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestContainerAPIStop (3.55s) [2022-03-09T23:27:47.304Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (4.17s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.15s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestContainerAPIWait (5.29s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (3.68s) [2022-03-09T23:27:47.304Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-03-09T23:27:47.304Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-03-09T23:27:47.304Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-03-09T23:27:47.304Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-03-09T23:27:47.304Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (3.16s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (30.82s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (5.42s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (4.53s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (3.74s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (4.56s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000093968_} (4.94s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-11806332062_c:\foo_false____} (4.15s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-11806332062_c:\foo_true____} (3.46s) [2022-03-09T23:27:47.304Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.46s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.10s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.09s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.09s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2022-03-09T23:27:47.304Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.10s) [2022-03-09T23:27:47.304Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2022-03-09T23:27:47.304Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (4.20s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestCpGarbagePath (3.64s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.08s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestCpRelativePath (3.91s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestCpToCaseA (12.66s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestCpToCaseB (4.49s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestCpToCaseE (14.06s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestCpToCaseH (15.79s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestCpToDot (3.82s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestCpToStdout (3.78s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.24s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestCreateArgs (0.29s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestCreateByImageID (9.17s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (3.37s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.22s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.23s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (6.52s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.84s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestCreateLabels (0.23s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestCreateRM (0.53s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.27s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.47s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (12.07s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.26s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.60s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.64s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.26s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (3.37s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.18s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.03s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestDockerFails (0.08s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.02s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (5.41s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (3.60s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (3.50s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (11.82s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestEventsCopy (5.77s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (7.25s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (3.42s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.95s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (5.96s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.79s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestEventsFilterType (1.18s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestEventsFilters (7.03s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestEventsFormat (6.77s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.09s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.07s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.20s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestEventsRename (3.50s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestEventsResize (33.72s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (3.50s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (4.17s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (6.06s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestEventsUntag (2.77s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (6.52s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestExec (0.02s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (3.45s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (3.46s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (4.15s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (4.24s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (4.02s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (4.26s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (7.95s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestExecEnv (0.03s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestExecExitStatus (4.61s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestExecInspectID (6.15s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (4.39s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.02s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (4.37s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (8.22s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestGetContainerStats (8.91s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (7.57s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (5.24s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (7.55s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.02s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.24s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.09s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.08s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.09s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (6.36s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.08s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.09s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.10s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.36s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.75s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.03s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (1.30s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.10s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (2.21s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.28s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (2.53s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (4.04s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestImagesFormat (0.22s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (4.14s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.09s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestImportBadURL (0.12s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.08s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.07s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (3.96s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (4.61s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.10s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (3.49s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.23s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (3.84s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestInspectDefault (4.94s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestInspectHistory (7.00s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestInspectInt64 (3.79s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestInspectJSONFields (12.08s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.24s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (6.47s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (4.17s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.07s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (3.98s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestInspectStatus (6.07s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (7.22s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestInspectTemplateError (4.06s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (3.45s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (4.00s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (3.48s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (3.31s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (3.60s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.09s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.08s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.02s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (3.42s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (3.40s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (6.59s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (3.37s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.03s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (4.04s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.08s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (7.81s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (7.70s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (7.78s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (5.05s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (4.88s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (3.35s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (3.29s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestLogsSince (10.07s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestLogsTail (3.74s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestLogsTimestamps (4.07s) [2022-03-09T23:27:47.305Z] --- PASS: TestDockerSuite/TestLogsWithDetails (3.33s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.03s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2022-03-09T23:27:47.305Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-03-09T23:27:47.306Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.10s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestPortList (0.02s) [2022-03-09T23:27:47.306Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (6.75s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2022-03-09T23:27:47.306Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.02s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-03-09T23:27:47.306Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (6.62s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-03-09T23:27:47.306Z] --- PASS: TestDockerSuite/TestPsByOrder (14.20s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2022-03-09T23:27:47.306Z] --- PASS: TestDockerSuite/TestPsListContainersBase (14.91s) [2022-03-09T23:27:47.306Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (19.55s) [2022-03-09T23:27:47.306Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.37s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterHealth (0.02s) [2022-03-09T23:27:47.306Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (6.60s) [2022-03-09T23:27:47.306Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (10.32s) [2022-03-09T23:27:47.306Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (7.52s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.08s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.03s) [2022-03-09T23:27:47.306Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (7.34s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s) [2022-03-09T23:27:47.306Z] --- PASS: TestDockerSuite/TestPsShowMounts (11.46s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-03-09T23:27:47.306Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.78s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-03-09T23:27:47.306Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.34s) [2022-03-09T23:27:47.306Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.93s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2022-03-09T23:27:47.306Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (6.83s) [2022-03-09T23:27:47.306Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (6.94s) [2022-03-09T23:27:47.306Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (3.48s) [2022-03-09T23:27:47.306Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (31.42s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-03-09T23:27:47.306Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (10.82s) [2022-03-09T23:27:47.306Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.31s) [2022-03-09T23:27:47.306Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.22s) [2022-03-09T23:27:47.306Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.95s) [2022-03-09T23:27:47.306Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (8.20s) [2022-03-09T23:27:47.306Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (6.29s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-03-09T23:27:47.306Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (7.22s) [2022-03-09T23:27:47.306Z] --- PASS: TestDockerSuite/TestRmiBlank (0.07s) [2022-03-09T23:27:47.306Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.38s) [2022-03-09T23:27:47.306Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (19.80s) [2022-03-09T23:27:47.306Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (3.96s) [2022-03-09T23:27:47.306Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.78s) [2022-03-09T23:27:47.306Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (9.65s) [2022-03-09T23:27:47.306Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (6.39s) [2022-03-09T23:27:47.306Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (10.35s) [2022-03-09T23:27:47.306Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (5.65s) [2022-03-09T23:27:47.306Z] --- PASS: TestDockerSuite/TestRmiTag (0.75s) [2022-03-09T23:27:47.306Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (3.54s) [2022-03-09T23:27:47.306Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (22.92s) [2022-03-09T23:27:47.306Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (3.77s) [2022-03-09T23:27:47.306Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (6.50s) [2022-03-09T23:27:47.306Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.37s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-03-09T23:27:47.306Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (3.10s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-03-09T23:27:47.306Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (6.84s) [2022-03-09T23:27:47.306Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (4.27s) [2022-03-09T23:27:47.306Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (3.26s) [2022-03-09T23:27:47.306Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (3.33s) [2022-03-09T23:27:47.306Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (3.31s) [2022-03-09T23:27:47.306Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.07s) [2022-03-09T23:27:47.306Z] --- PASS: TestDockerSuite/TestRunBindMounts (6.70s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.03s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2022-03-09T23:27:47.306Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (3.26s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-03-09T23:27:47.306Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (4.30s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2022-03-09T23:27:47.306Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (3.07s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-03-09T23:27:47.306Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (2.37s) [2022-03-09T23:27:47.306Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (3.36s) [2022-03-09T23:27:47.306Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (3.33s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-03-09T23:27:47.306Z] --- PASS: TestDockerSuite/TestRunCreateVolume (3.37s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2022-03-09T23:27:47.306Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (2.12s) [2022-03-09T23:27:47.306Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (6.70s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-03-09T23:27:47.306Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (3.36s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-03-09T23:27:47.306Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.18s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-03-09T23:27:47.306Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (3.34s) [2022-03-09T23:27:47.306Z] --- PASS: TestDockerSuite/TestRunEchoStdout (3.36s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-03-09T23:27:47.306Z] --- PASS: TestDockerSuite/TestRunEntrypoint (3.32s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-03-09T23:27:47.306Z] --- PASS: TestDockerSuite/TestRunExitCode (3.21s) [2022-03-09T23:27:47.306Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (3.34s) [2022-03-09T23:27:47.306Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (3.33s) [2022-03-09T23:27:47.306Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (3.42s) [2022-03-09T23:27:47.306Z] --- PASS: TestDockerSuite/TestRunExposePort (0.08s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-03-09T23:27:47.306Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (6.18s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-03-09T23:27:47.306Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.07s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2022-03-09T23:27:47.306Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (8.33s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-03-09T23:27:47.306Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (2.77s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2022-03-09T23:27:47.306Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (10.00s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.03s) [2022-03-09T23:27:47.306Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (6.96s) [2022-03-09T23:27:47.306Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (6.00s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.02s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2022-03-09T23:27:47.306Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.52s) [2022-03-09T23:27:47.306Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.27s) [2022-03-09T23:27:47.306Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (2.29s) [2022-03-09T23:27:47.306Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (2.23s) [2022-03-09T23:27:47.306Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.27s) [2022-03-09T23:27:47.306Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (3.03s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.31s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-03-09T23:27:47.306Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (4.53s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-03-09T23:27:47.306Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (11.79s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-03-09T23:27:47.306Z] --- PASS: TestDockerSuite/TestRunRm (3.45s) [2022-03-09T23:27:47.306Z] --- PASS: TestDockerSuite/TestRunRmAndWait (6.36s) [2022-03-09T23:27:47.306Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (3.49s) [2022-03-09T23:27:47.306Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (3.32s) [2022-03-09T23:27:47.306Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (4.07s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestRunSetMacAddress (0.03s) [2022-03-09T23:27:47.306Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2022-03-09T23:27:47.307Z] --- SKIP: TestDockerSuite/TestRunState (0.03s) [2022-03-09T23:27:47.307Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (3.53s) [2022-03-09T23:27:47.307Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2022-03-09T23:27:47.307Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.45s) [2022-03-09T23:27:47.307Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-03-09T23:27:47.307Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-03-09T23:27:47.307Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.18s) [2022-03-09T23:27:47.307Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.07s) [2022-03-09T23:27:47.307Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-03-09T23:27:47.307Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (5.69s) [2022-03-09T23:27:47.307Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-03-09T23:27:47.307Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-03-09T23:27:47.307Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-03-09T23:27:47.307Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-03-09T23:27:47.307Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s) [2022-03-09T23:27:47.307Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.02s) [2022-03-09T23:27:47.307Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-03-09T23:27:47.307Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-03-09T23:27:47.307Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-03-09T23:27:47.307Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.02s) [2022-03-09T23:27:47.307Z] --- PASS: TestDockerSuite/TestRunUserDefaults (3.43s) [2022-03-09T23:27:47.307Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2022-03-09T23:27:47.307Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (3.23s) [2022-03-09T23:27:47.307Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-03-09T23:27:47.307Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-03-09T23:27:47.307Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (4.26s) [2022-03-09T23:27:47.307Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (10.15s) [2022-03-09T23:27:47.307Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (6.81s) [2022-03-09T23:27:47.307Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (9.90s) [2022-03-09T23:27:47.307Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-03-09T23:27:47.307Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.18s) [2022-03-09T23:27:47.307Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (4.49s) [2022-03-09T23:27:47.307Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (3.48s) [2022-03-09T23:27:47.307Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (3.33s) [2022-03-09T23:27:47.307Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-03-09T23:27:47.307Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.06s) [2022-03-09T23:27:47.307Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.07s) [2022-03-09T23:27:47.307Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2022-03-09T23:27:47.307Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-03-09T23:27:47.307Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-03-09T23:27:47.307Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-03-09T23:27:47.307Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.02s) [2022-03-09T23:27:47.307Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (6.30s) [2022-03-09T23:27:47.307Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (2.72s) [2022-03-09T23:27:47.307Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (2.16s) [2022-03-09T23:27:47.307Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (6.54s) [2022-03-09T23:27:47.307Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-03-09T23:27:47.307Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-03-09T23:27:47.307Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-03-09T23:27:47.307Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-03-09T23:27:47.307Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-03-09T23:27:47.307Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-03-09T23:27:47.307Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-03-09T23:27:47.307Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-03-09T23:27:47.307Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2022-03-09T23:27:47.307Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2022-03-09T23:27:47.307Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s) [2022-03-09T23:27:47.307Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2022-03-09T23:27:47.307Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-03-09T23:27:47.307Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s) [2022-03-09T23:27:47.307Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-03-09T23:27:47.307Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-03-09T23:27:47.307Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-03-09T23:27:47.307Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.33s) [2022-03-09T23:27:47.307Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.41s) [2022-03-09T23:27:47.307Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.42s) [2022-03-09T23:27:47.307Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.26s) [2022-03-09T23:27:47.307Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.74s) [2022-03-09T23:27:47.307Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (10.16s) [2022-03-09T23:27:47.307Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/0 (3.33s) [2022-03-09T23:27:47.307Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/1 (3.43s) [2022-03-09T23:27:47.307Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/2 (3.38s) [2022-03-09T23:27:47.307Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-03-09T23:27:47.307Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (10.80s) [2022-03-09T23:27:47.307Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-03-09T23:27:47.307Z] --- PASS: TestDockerSuite/TestStartAttachSilent (6.00s) [2022-03-09T23:27:47.307Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-03-09T23:27:47.307Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-03-09T23:27:47.307Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s) [2022-03-09T23:27:47.307Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.02s) [2022-03-09T23:27:47.307Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (9.48s) [2022-03-09T23:27:47.307Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-03-09T23:27:47.307Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2022-03-09T23:27:47.307Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2022-03-09T23:27:47.307Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2022-03-09T23:27:47.307Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s) [2022-03-09T23:27:47.307Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2022-03-09T23:27:47.307Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (3.96s) [2022-03-09T23:27:47.307Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (4.04s) [2022-03-09T23:27:47.307Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2022-03-09T23:27:47.307Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (3.88s) [2022-03-09T23:27:47.307Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-03-09T23:27:47.307Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-03-09T23:27:47.307Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2022-03-09T23:27:47.307Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2022-03-09T23:27:47.307Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-03-09T23:27:47.307Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-03-09T23:27:47.307Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.31s) [2022-03-09T23:27:47.307Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.16s) [2022-03-09T23:27:47.307Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.23s) [2022-03-09T23:27:47.307Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-03-09T23:27:47.307Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.39s) [2022-03-09T23:27:47.307Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.32s) [2022-03-09T23:27:47.307Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.16s) [2022-03-09T23:27:47.307Z] --- PASS: TestDockerSuite/TestVolumeCLILs (3.72s) [2022-03-09T23:27:47.307Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.09s) [2022-03-09T23:27:47.307Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (4.25s) [2022-03-09T23:27:47.307Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.42s) [2022-03-09T23:27:47.307Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.41s) [2022-03-09T23:27:47.307Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.08s) [2022-03-09T23:27:47.307Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.21s) [2022-03-09T23:27:47.307Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (10.66s) [2022-03-09T23:27:47.307Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-03-09T23:27:47.307Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.69s) [2022-03-09T23:27:47.307Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.21s) [2022-03-09T23:27:47.307Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-03-09T23:27:47.307Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (9.80s) [2022-03-09T23:27:47.307Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.30s) [2022-03-09T23:27:47.307Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.32s) [2022-03-09T23:27:47.307Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (13.59s) [2022-03-09T23:27:47.307Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2022-03-09T23:27:47.307Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.89s) [2022-03-09T23:27:47.307Z] === RUN TestDockerRegistrySuite [2022-03-09T23:27:47.307Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2022-03-09T23:27:47.307Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.307Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2022-03-09T23:27:47.307Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.307Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2022-03-09T23:27:47.307Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.307Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2022-03-09T23:27:47.307Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.307Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2022-03-09T23:27:47.307Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.307Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2022-03-09T23:27:47.307Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.307Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2022-03-09T23:27:47.307Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.307Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2022-03-09T23:27:47.307Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.307Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2022-03-09T23:27:47.307Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.307Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2022-03-09T23:27:47.307Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.307Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2022-03-09T23:27:47.307Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.307Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2022-03-09T23:27:47.307Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.307Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2022-03-09T23:27:47.307Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.307Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2022-03-09T23:27:47.307Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.307Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2022-03-09T23:27:47.307Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.307Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2022-03-09T23:27:47.307Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.307Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2022-03-09T23:27:47.307Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.307Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2022-03-09T23:27:47.307Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.307Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2022-03-09T23:27:47.307Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.307Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2022-03-09T23:27:47.307Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.307Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2022-03-09T23:27:47.307Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.307Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2022-03-09T23:27:47.307Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.307Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2022-03-09T23:27:47.307Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.307Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2022-03-09T23:27:47.307Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.307Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2022-03-09T23:27:47.307Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.307Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2022-03-09T23:27:47.307Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.307Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2022-03-09T23:27:47.307Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.307Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2022-03-09T23:27:47.307Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.307Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2022-03-09T23:27:47.307Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.307Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2022-03-09T23:27:47.307Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.307Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2022-03-09T23:27:47.307Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.307Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2022-03-09T23:27:47.307Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.307Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2022-03-09T23:27:47.307Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.307Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2022-03-09T23:27:47.307Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.307Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2022-03-09T23:27:47.307Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.307Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2022-03-09T23:27:47.307Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.307Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2022-03-09T23:27:47.307Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.307Z] === RUN TestDockerRegistrySuite/TestV2Only [2022-03-09T23:27:47.307Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.307Z] --- PASS: TestDockerRegistrySuite (0.16s) [2022-03-09T23:27:47.307Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-03-09T23:27:47.307Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-03-09T23:27:47.307Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-03-09T23:27:47.307Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-09T23:27:47.307Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-09T23:27:47.307Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-09T23:27:47.307Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-03-09T23:27:47.307Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-03-09T23:27:47.307Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-03-09T23:27:47.307Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-03-09T23:27:47.307Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-03-09T23:27:47.307Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-03-09T23:27:47.307Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-03-09T23:27:47.307Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-03-09T23:27:47.307Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-03-09T23:27:47.307Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-03-09T23:27:47.307Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-03-09T23:27:47.307Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-03-09T23:27:47.307Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-03-09T23:27:47.307Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-09T23:27:47.307Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.16s) [2022-03-09T23:27:47.307Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-09T23:27:47.307Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-09T23:27:47.307Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-03-09T23:27:47.307Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-09T23:27:47.307Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-03-09T23:27:47.307Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-03-09T23:27:47.307Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-03-09T23:27:47.307Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-03-09T23:27:47.307Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-03-09T23:27:47.307Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-03-09T23:27:47.307Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-03-09T23:27:47.307Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-03-09T23:27:47.307Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-03-09T23:27:47.307Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-03-09T23:27:47.307Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-03-09T23:27:47.307Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-03-09T23:27:47.307Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-03-09T23:27:47.307Z] === RUN TestDockerSchema1RegistrySuite [2022-03-09T23:27:47.307Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2022-03-09T23:27:47.307Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.307Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2022-03-09T23:27:47.307Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.307Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2022-03-09T23:27:47.307Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.307Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2022-03-09T23:27:47.307Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.307Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2022-03-09T23:27:47.307Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.307Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2022-03-09T23:27:47.307Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.307Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2022-03-09T23:27:47.307Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.307Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2022-03-09T23:27:47.307Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.307Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2022-03-09T23:27:47.307Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.307Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2022-03-09T23:27:47.307Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.307Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2022-03-09T23:27:47.307Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.307Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2022-03-09T23:27:47.307Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-09T23:27:47.307Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-09T23:27:47.307Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-09T23:27:47.308Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-03-09T23:27:47.308Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-09T23:27:47.308Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-09T23:27:47.308Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-09T23:27:47.308Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-09T23:27:47.308Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-03-09T23:27:47.308Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-09T23:27:47.308Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-03-09T23:27:47.308Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2022-03-09T23:27:47.308Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2022-03-09T23:27:47.308Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.308Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2022-03-09T23:27:47.308Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.308Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2022-03-09T23:27:47.308Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.308Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2022-03-09T23:27:47.308Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.308Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2022-03-09T23:27:47.308Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.308Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2022-03-09T23:27:47.308Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.308Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2022-03-09T23:27:47.308Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.308Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2022-03-09T23:27:47.308Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.308Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.00s) [2022-03-09T23:27:47.308Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-03-09T23:27:47.308Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-03-09T23:27:47.308Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-03-09T23:27:47.308Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-03-09T23:27:47.308Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-03-09T23:27:47.308Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-03-09T23:27:47.308Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-03-09T23:27:47.308Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-03-09T23:27:47.308Z] === RUN TestDockerRegistryAuthTokenSuite [2022-03-09T23:27:47.308Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2022-03-09T23:27:47.308Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.308Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2022-03-09T23:27:47.308Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.308Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2022-03-09T23:27:47.308Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.308Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2022-03-09T23:27:47.308Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.308Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2022-03-09T23:27:47.308Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.308Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2022-03-09T23:27:47.308Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-03-09T23:27:47.308Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-03-09T23:27:47.308Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-03-09T23:27:47.308Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-03-09T23:27:47.308Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-03-09T23:27:47.308Z] === RUN TestDockerDaemonSuite [2022-03-09T23:27:47.308Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2022-03-09T23:27:47.308Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.308Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2022-03-09T23:27:47.308Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.308Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2022-03-09T23:27:47.308Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.308Z] --- PASS: TestDockerDaemonSuite (0.00s) [2022-03-09T23:27:47.308Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-03-09T23:27:47.308Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-03-09T23:27:47.308Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-03-09T23:27:47.308Z] === RUN TestDockerSwarmSuite [2022-03-09T23:27:47.308Z] --- PASS: TestDockerSwarmSuite (0.00s) [2022-03-09T23:27:47.308Z] === RUN TestDockerPluginSuite [2022-03-09T23:27:47.308Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2022-03-09T23:27:47.308Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.308Z] === RUN TestDockerPluginSuite/TestPluginCreate [2022-03-09T23:27:47.308Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.308Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2022-03-09T23:27:47.308Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.308Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2022-03-09T23:27:47.308Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.308Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2022-03-09T23:27:47.308Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.308Z] === RUN TestDockerPluginSuite/TestPluginInspect [2022-03-09T23:27:47.308Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.308Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2022-03-09T23:27:47.308Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.308Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2022-03-09T23:27:47.308Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.308Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2022-03-09T23:27:47.308Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.308Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2022-03-09T23:27:47.308Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.308Z] === RUN TestDockerPluginSuite/TestPluginSet [2022-03-09T23:27:47.308Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.308Z] --- PASS: TestDockerPluginSuite (0.00s) [2022-03-09T23:27:47.308Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-03-09T23:27:47.308Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-03-09T23:27:47.308Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-03-09T23:27:47.308Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-03-09T23:27:47.308Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-03-09T23:27:47.308Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-03-09T23:27:47.308Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-03-09T23:27:47.308Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-03-09T23:27:47.308Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-03-09T23:27:47.308Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-03-09T23:27:47.308Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-03-09T23:27:47.308Z] === RUN TestDockerExternalVolumeSuite [2022-03-09T23:27:47.308Z] check_test.go:127: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.308Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2022-03-09T23:27:47.308Z] === RUN TestDockerNetworkSuite [2022-03-09T23:27:47.308Z] check_test.go:133: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.308Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2022-03-09T23:27:47.308Z] === RUN TestDockerHubPullSuite [2022-03-09T23:27:47.308Z] check_test.go:141: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.308Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2022-03-09T23:27:47.308Z] PASS [2022-03-09T23:27:47.308Z] ok github.com/docker/docker/integration-cli 3031.171s [2022-03-09T23:27:47.777Z] [2022-03-09T23:27:47.777Z] === Skipped [2022-03-09T23:27:47.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-03-09T23:27:47.777Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.777Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-03-09T23:27:47.777Z] [2022-03-09T23:27:47.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-03-09T23:27:47.777Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.777Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-03-09T23:27:47.777Z] [2022-03-09T23:27:47.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-03-09T23:27:47.777Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.777Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-03-09T23:27:47.777Z] [2022-03-09T23:27:47.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-03-09T23:27:47.777Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.777Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-03-09T23:27:47.777Z] [2022-03-09T23:27:47.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-03-09T23:27:47.777Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.777Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-03-09T23:27:47.777Z] [2022-03-09T23:27:47.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-03-09T23:27:47.777Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.777Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-03-09T23:27:47.777Z] [2022-03-09T23:27:47.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-03-09T23:27:47.777Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.777Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-03-09T23:27:47.777Z] [2022-03-09T23:27:47.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-03-09T23:27:47.777Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.777Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-03-09T23:27:47.777Z] [2022-03-09T23:27:47.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-03-09T23:27:47.777Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.777Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-03-09T23:27:47.777Z] [2022-03-09T23:27:47.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-03-09T23:27:47.777Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.777Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-03-09T23:27:47.777Z] [2022-03-09T23:27:47.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStats (0.02s) [2022-03-09T23:27:47.777Z] docker_api_stats_test.go:103: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-03-09T23:27:47.777Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStats (0.02s) [2022-03-09T23:27:47.777Z] [2022-03-09T23:27:47.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-03-09T23:27:47.777Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.777Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-03-09T23:27:47.777Z] [2022-03-09T23:27:47.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-03-09T23:27:47.777Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.777Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-03-09T23:27:47.777Z] [2022-03-09T23:27:47.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamGetCpu (0.02s) [2022-03-09T23:27:47.777Z] docker_api_stats_test.go:27: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-03-09T23:27:47.777Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamGetCpu (0.02s) [2022-03-09T23:27:47.777Z] [2022-03-09T23:27:47.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-03-09T23:27:47.778Z] docker_cli_run_test.go:3149: unmatched requirement Apparmor [2022-03-09T23:27:47.778Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-03-09T23:27:47.778Z] [2022-03-09T23:27:47.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-03-09T23:27:47.778Z] docker_cli_run_test.go:3127: unmatched requirement Apparmor [2022-03-09T23:27:47.778Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-03-09T23:27:47.778Z] [2022-03-09T23:27:47.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-03-09T23:27:47.778Z] docker_cli_run_test.go:3139: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.778Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-03-09T23:27:47.778Z] [2022-03-09T23:27:47.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.02s) [2022-03-09T23:27:47.778Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.778Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2022-03-09T23:27:47.778Z] [2022-03-09T23:27:47.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-03-09T23:27:47.778Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-03-09T23:27:47.778Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-03-09T23:27:47.778Z] [2022-03-09T23:27:47.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-03-09T23:27:47.778Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.778Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-03-09T23:27:47.778Z] [2022-03-09T23:27:47.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.56s) [2022-03-09T23:27:47.778Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-03-09T23:27:47.778Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.56s) [2022-03-09T23:27:47.778Z] [2022-03-09T23:27:47.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-03-09T23:27:47.778Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.778Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-03-09T23:27:47.778Z] [2022-03-09T23:27:47.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.01s) [2022-03-09T23:27:47.778Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.778Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2022-03-09T23:27:47.778Z] [2022-03-09T23:27:47.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-03-09T23:27:47.778Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.778Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-03-09T23:27:47.778Z] [2022-03-09T23:27:47.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.06s) [2022-03-09T23:27:47.778Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.778Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.06s) [2022-03-09T23:27:47.778Z] [2022-03-09T23:27:47.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-03-09T23:27:47.778Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.778Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-03-09T23:27:47.778Z] [2022-03-09T23:27:47.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s) [2022-03-09T23:27:47.778Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.778Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s) [2022-03-09T23:27:47.778Z] [2022-03-09T23:27:47.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.04s) [2022-03-09T23:27:47.778Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.778Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.04s) [2022-03-09T23:27:47.778Z] [2022-03-09T23:27:47.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-03-09T23:27:47.778Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.778Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-03-09T23:27:47.778Z] [2022-03-09T23:27:47.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-03-09T23:27:47.778Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.778Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-03-09T23:27:47.778Z] [2022-03-09T23:27:47.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-03-09T23:27:47.778Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.778Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-03-09T23:27:47.778Z] [2022-03-09T23:27:47.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.04s) [2022-03-09T23:27:47.778Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.778Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.04s) [2022-03-09T23:27:47.778Z] [2022-03-09T23:27:47.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.49s) [2022-03-09T23:27:47.778Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.778Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.49s) [2022-03-09T23:27:47.778Z] [2022-03-09T23:27:47.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.98s) [2022-03-09T23:27:47.778Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.778Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.98s) [2022-03-09T23:27:47.778Z] [2022-03-09T23:27:47.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.44s) [2022-03-09T23:27:47.778Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.778Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.44s) [2022-03-09T23:27:47.778Z] [2022-03-09T23:27:47.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.50s) [2022-03-09T23:27:47.778Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.778Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.50s) [2022-03-09T23:27:47.778Z] [2022-03-09T23:27:47.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2022-03-09T23:27:47.778Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.778Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2022-03-09T23:27:47.778Z] [2022-03-09T23:27:47.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-03-09T23:27:47.778Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.778Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-03-09T23:27:47.778Z] [2022-03-09T23:27:47.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.05s) [2022-03-09T23:27:47.778Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.778Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.05s) [2022-03-09T23:27:47.778Z] [2022-03-09T23:27:47.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.05s) [2022-03-09T23:27:47.778Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.778Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.05s) [2022-03-09T23:27:47.778Z] [2022-03-09T23:27:47.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2022-03-09T23:27:47.778Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.778Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2022-03-09T23:27:47.778Z] [2022-03-09T23:27:47.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.95s) [2022-03-09T23:27:47.778Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.778Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.95s) [2022-03-09T23:27:47.778Z] [2022-03-09T23:27:47.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.52s) [2022-03-09T23:27:47.778Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.778Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.52s) [2022-03-09T23:27:47.778Z] [2022-03-09T23:27:47.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.06s) [2022-03-09T23:27:47.778Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.778Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.06s) [2022-03-09T23:27:47.778Z] [2022-03-09T23:27:47.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.06s) [2022-03-09T23:27:47.778Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.778Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.06s) [2022-03-09T23:27:47.778Z] [2022-03-09T23:27:47.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-03-09T23:27:47.778Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-03-09T23:27:47.778Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-03-09T23:27:47.778Z] [2022-03-09T23:27:47.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-03-09T23:27:47.778Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.778Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-03-09T23:27:47.778Z] [2022-03-09T23:27:47.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-03-09T23:27:47.778Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.778Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-03-09T23:27:47.778Z] [2022-03-09T23:27:47.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2022-03-09T23:27:47.778Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.778Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2022-03-09T23:27:47.778Z] [2022-03-09T23:27:47.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-03-09T23:27:47.778Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.778Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-03-09T23:27:47.778Z] [2022-03-09T23:27:47.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-03-09T23:27:47.778Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.778Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-03-09T23:27:47.778Z] [2022-03-09T23:27:47.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.50s) [2022-03-09T23:27:47.778Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.778Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.50s) [2022-03-09T23:27:47.778Z] [2022-03-09T23:27:47.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.46s) [2022-03-09T23:27:47.778Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.778Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.46s) [2022-03-09T23:27:47.778Z] [2022-03-09T23:27:47.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.05s) [2022-03-09T23:27:47.778Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.778Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.05s) [2022-03-09T23:27:47.778Z] [2022-03-09T23:27:47.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2022-03-09T23:27:47.778Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.778Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2022-03-09T23:27:47.778Z] [2022-03-09T23:27:47.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.52s) [2022-03-09T23:27:47.778Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.778Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.52s) [2022-03-09T23:27:47.778Z] [2022-03-09T23:27:47.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.52s) [2022-03-09T23:27:47.778Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.778Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.52s) [2022-03-09T23:27:47.778Z] [2022-03-09T23:27:47.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.45s) [2022-03-09T23:27:47.778Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.778Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.45s) [2022-03-09T23:27:47.778Z] [2022-03-09T23:27:47.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.04s) [2022-03-09T23:27:47.778Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.778Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.04s) [2022-03-09T23:27:47.778Z] [2022-03-09T23:27:47.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.03s) [2022-03-09T23:27:47.778Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.778Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.03s) [2022-03-09T23:27:47.778Z] [2022-03-09T23:27:47.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.04s) [2022-03-09T23:27:47.778Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.778Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.04s) [2022-03-09T23:27:47.778Z] [2022-03-09T23:27:47.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.45s) [2022-03-09T23:27:47.778Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.778Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.45s) [2022-03-09T23:27:47.778Z] [2022-03-09T23:27:47.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-03-09T23:27:47.778Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.778Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-03-09T23:27:47.778Z] [2022-03-09T23:27:47.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-03-09T23:27:47.778Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.778Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-03-09T23:27:47.778Z] [2022-03-09T23:27:47.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-03-09T23:27:47.778Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.778Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-03-09T23:27:47.778Z] [2022-03-09T23:27:47.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s) [2022-03-09T23:27:47.778Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.778Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s) [2022-03-09T23:27:47.778Z] [2022-03-09T23:27:47.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.05s) [2022-03-09T23:27:47.778Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.778Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.05s) [2022-03-09T23:27:47.778Z] [2022-03-09T23:27:47.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s) [2022-03-09T23:27:47.778Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.778Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s) [2022-03-09T23:27:47.778Z] [2022-03-09T23:27:47.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.05s) [2022-03-09T23:27:47.778Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.778Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.05s) [2022-03-09T23:27:47.778Z] [2022-03-09T23:27:47.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.03s) [2022-03-09T23:27:47.778Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.778Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.03s) [2022-03-09T23:27:47.778Z] [2022-03-09T23:27:47.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-03-09T23:27:47.778Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.778Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-03-09T23:27:47.778Z] [2022-03-09T23:27:47.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-03-09T23:27:47.778Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.778Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-03-09T23:27:47.778Z] [2022-03-09T23:27:47.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-03-09T23:27:47.778Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.778Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-03-09T23:27:47.778Z] [2022-03-09T23:27:47.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2022-03-09T23:27:47.778Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-03-09T23:27:47.778Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2022-03-09T23:27:47.778Z] [2022-03-09T23:27:47.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-03-09T23:27:47.778Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.778Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-03-09T23:27:47.778Z] [2022-03-09T23:27:47.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s) [2022-03-09T23:27:47.778Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.778Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s) [2022-03-09T23:27:47.778Z] [2022-03-09T23:27:47.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.05s) [2022-03-09T23:27:47.778Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.778Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.05s) [2022-03-09T23:27:47.778Z] [2022-03-09T23:27:47.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.11s) [2022-03-09T23:27:47.778Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.778Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.11s) [2022-03-09T23:27:47.778Z] [2022-03-09T23:27:47.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.05s) [2022-03-09T23:27:47.778Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.778Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.05s) [2022-03-09T23:27:47.778Z] [2022-03-09T23:27:47.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.08s) [2022-03-09T23:27:47.778Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.778Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.08s) [2022-03-09T23:27:47.778Z] [2022-03-09T23:27:47.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.04s) [2022-03-09T23:27:47.779Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.779Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.04s) [2022-03-09T23:27:47.779Z] [2022-03-09T23:27:47.779Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.02s) [2022-03-09T23:27:47.779Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.779Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2022-03-09T23:27:47.779Z] [2022-03-09T23:27:47.779Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.02s) [2022-03-09T23:27:47.779Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.779Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s) [2022-03-09T23:27:47.779Z] [2022-03-09T23:27:47.779Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.05s) [2022-03-09T23:27:47.779Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.779Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.05s) [2022-03-09T23:27:47.779Z] [2022-03-09T23:27:47.779Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.02s) [2022-03-09T23:27:47.779Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.779Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2022-03-09T23:27:47.779Z] [2022-03-09T23:27:47.779Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-03-09T23:27:47.779Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.779Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-03-09T23:27:47.779Z] [2022-03-09T23:27:47.779Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.06s) [2022-03-09T23:27:47.779Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.779Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.06s) [2022-03-09T23:27:47.779Z] [2022-03-09T23:27:47.779Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.51s) [2022-03-09T23:27:47.779Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.779Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.51s) [2022-03-09T23:27:47.779Z] [2022-03-09T23:27:47.779Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.47s) [2022-03-09T23:27:47.779Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.779Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.47s) [2022-03-09T23:27:47.779Z] [2022-03-09T23:27:47.779Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.04s) [2022-03-09T23:27:47.779Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.779Z] --- SKIP: TestDockerSuite/TestBuildUser (0.04s) [2022-03-09T23:27:47.779Z] [2022-03-09T23:27:47.779Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2022-03-09T23:27:47.779Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.779Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2022-03-09T23:27:47.779Z] [2022-03-09T23:27:47.779Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-03-09T23:27:47.779Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.779Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-03-09T23:27:47.779Z] [2022-03-09T23:27:47.779Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-03-09T23:27:47.779Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.779Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-03-09T23:27:47.779Z] [2022-03-09T23:27:47.779Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-03-09T23:27:47.779Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.779Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-03-09T23:27:47.779Z] [2022-03-09T23:27:47.779Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.47s) [2022-03-09T23:27:47.779Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.779Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.47s) [2022-03-09T23:27:47.779Z] [2022-03-09T23:27:47.779Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s) [2022-03-09T23:27:47.779Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.779Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s) [2022-03-09T23:27:47.779Z] [2022-03-09T23:27:47.779Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.46s) [2022-03-09T23:27:47.779Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.779Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.46s) [2022-03-09T23:27:47.779Z] [2022-03-09T23:27:47.779Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.49s) [2022-03-09T23:27:47.779Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.779Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.49s) [2022-03-09T23:27:47.779Z] [2022-03-09T23:27:47.779Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.50s) [2022-03-09T23:27:47.779Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.779Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.50s) [2022-03-09T23:27:47.779Z] [2022-03-09T23:27:47.779Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.06s) [2022-03-09T23:27:47.779Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.779Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.06s) [2022-03-09T23:27:47.779Z] [2022-03-09T23:27:47.779Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.50s) [2022-03-09T23:27:47.779Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.779Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.50s) [2022-03-09T23:27:47.779Z] [2022-03-09T23:27:47.779Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2022-03-09T23:27:47.779Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.779Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2022-03-09T23:27:47.779Z] [2022-03-09T23:27:47.779Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.04s) [2022-03-09T23:27:47.779Z] docker_cli_sni_test.go:18: Flakey test [2022-03-09T23:27:47.779Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.04s) [2022-03-09T23:27:47.779Z] [2022-03-09T23:27:47.779Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitAfterContainerIsDone (0.02s) [2022-03-09T23:27:47.779Z] docker_cli_commit_test.go:14: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-03-09T23:27:47.779Z] --- SKIP: TestDockerSuite/TestCommitAfterContainerIsDone (0.02s) [2022-03-09T23:27:47.779Z] [2022-03-09T23:27:47.779Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.02s) [2022-03-09T23:27:47.779Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.779Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2022-03-09T23:27:47.779Z] [2022-03-09T23:27:47.779Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-03-09T23:27:47.779Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.779Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-03-09T23:27:47.779Z] [2022-03-09T23:27:47.779Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-03-09T23:27:47.779Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.779Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-03-09T23:27:47.779Z] [2022-03-09T23:27:47.779Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-03-09T23:27:47.779Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.779Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-03-09T23:27:47.779Z] [2022-03-09T23:27:47.779Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-03-09T23:27:47.779Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.779Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-03-09T23:27:47.779Z] [2022-03-09T23:27:47.779Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-03-09T23:27:47.779Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.779Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-03-09T23:27:47.779Z] [2022-03-09T23:27:47.779Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.03s) [2022-03-09T23:27:47.779Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.779Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.03s) [2022-03-09T23:27:47.779Z] [2022-03-09T23:27:47.779Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-03-09T23:27:47.779Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.779Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-03-09T23:27:47.779Z] [2022-03-09T23:27:47.779Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.03s) [2022-03-09T23:27:47.779Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.779Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.03s) [2022-03-09T23:27:47.779Z] [2022-03-09T23:27:47.779Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.03s) [2022-03-09T23:27:47.779Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.779Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.03s) [2022-03-09T23:27:47.779Z] [2022-03-09T23:27:47.779Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-03-09T23:27:47.779Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.779Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-03-09T23:27:47.779Z] [2022-03-09T23:27:47.779Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-03-09T23:27:47.779Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.779Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-03-09T23:27:47.779Z] [2022-03-09T23:27:47.779Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-03-09T23:27:47.779Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.779Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-03-09T23:27:47.779Z] [2022-03-09T23:27:47.779Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-03-09T23:27:47.779Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.779Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-03-09T23:27:47.779Z] [2022-03-09T23:27:47.779Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2022-03-09T23:27:47.779Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.779Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2022-03-09T23:27:47.779Z] [2022-03-09T23:27:47.779Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2022-03-09T23:27:47.779Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.779Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2022-03-09T23:27:47.779Z] [2022-03-09T23:27:47.779Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-03-09T23:27:47.779Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.779Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-03-09T23:27:47.779Z] [2022-03-09T23:27:47.779Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-03-09T23:27:47.779Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.779Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-03-09T23:27:47.779Z] [2022-03-09T23:27:47.779Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2022-03-09T23:27:47.779Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.779Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2022-03-09T23:27:47.779Z] [2022-03-09T23:27:47.779Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.01s) [2022-03-09T23:27:47.779Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.779Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2022-03-09T23:27:47.779Z] [2022-03-09T23:27:47.779Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.02s) [2022-03-09T23:27:47.779Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.779Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2022-03-09T23:27:47.779Z] [2022-03-09T23:27:47.779Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-03-09T23:27:47.779Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.779Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-03-09T23:27:47.779Z] [2022-03-09T23:27:47.779Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.01s) [2022-03-09T23:27:47.779Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.779Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2022-03-09T23:27:47.779Z] [2022-03-09T23:27:47.779Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-03-09T23:27:47.779Z] docker_cli_run_test.go:2403: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.779Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-03-09T23:27:47.779Z] [2022-03-09T23:27:47.779Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-03-09T23:27:47.779Z] docker_cli_run_test.go:3498: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.779Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-03-09T23:27:47.779Z] [2022-03-09T23:27:47.779Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-03-09T23:27:47.779Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.779Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-03-09T23:27:47.779Z] [2022-03-09T23:27:47.779Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-03-09T23:27:47.779Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.779Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-03-09T23:27:47.779Z] [2022-03-09T23:27:47.779Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-03-09T23:27:47.779Z] docker_cli_run_test.go:3544: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.779Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-03-09T23:27:47.779Z] [2022-03-09T23:27:47.779Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-03-09T23:27:47.779Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.779Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-03-09T23:27:47.779Z] [2022-03-09T23:27:47.779Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2022-03-09T23:27:47.779Z] docker_cli_run_test.go:3434: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.779Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2022-03-09T23:27:47.779Z] [2022-03-09T23:27:47.779Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2022-03-09T23:27:47.779Z] docker_cli_run_test.go:3426: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.779Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2022-03-09T23:27:47.779Z] [2022-03-09T23:27:47.779Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-03-09T23:27:47.779Z] docker_cli_run_test.go:3453: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.779Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-03-09T23:27:47.779Z] [2022-03-09T23:27:47.779Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.02s) [2022-03-09T23:27:47.779Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.779Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s) [2022-03-09T23:27:47.779Z] [2022-03-09T23:27:47.779Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-03-09T23:27:47.779Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.779Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-03-09T23:27:47.779Z] [2022-03-09T23:27:47.779Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2022-03-09T23:27:47.779Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.779Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2022-03-09T23:27:47.779Z] [2022-03-09T23:27:47.779Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.02s) [2022-03-09T23:27:47.779Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.779Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s) [2022-03-09T23:27:47.779Z] [2022-03-09T23:27:47.779Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.01s) [2022-03-09T23:27:47.779Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.779Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2022-03-09T23:27:47.779Z] [2022-03-09T23:27:47.779Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.02s) [2022-03-09T23:27:47.779Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.779Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s) [2022-03-09T23:27:47.779Z] [2022-03-09T23:27:47.779Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.02s) [2022-03-09T23:27:47.779Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.779Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2022-03-09T23:27:47.779Z] [2022-03-09T23:27:47.779Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.02s) [2022-03-09T23:27:47.779Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.779Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s) [2022-03-09T23:27:47.779Z] [2022-03-09T23:27:47.779Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.02s) [2022-03-09T23:27:47.779Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.779Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s) [2022-03-09T23:27:47.779Z] [2022-03-09T23:27:47.779Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.02s) [2022-03-09T23:27:47.779Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.779Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s) [2022-03-09T23:27:47.779Z] [2022-03-09T23:27:47.779Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.02s) [2022-03-09T23:27:47.779Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.779Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s) [2022-03-09T23:27:47.779Z] [2022-03-09T23:27:47.779Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.02s) [2022-03-09T23:27:47.779Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.779Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2022-03-09T23:27:47.779Z] [2022-03-09T23:27:47.779Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-03-09T23:27:47.779Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.779Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-03-09T23:27:47.779Z] [2022-03-09T23:27:47.779Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-03-09T23:27:47.780Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.780Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-03-09T23:27:47.780Z] [2022-03-09T23:27:47.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-03-09T23:27:47.780Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.780Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-03-09T23:27:47.780Z] [2022-03-09T23:27:47.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.02s) [2022-03-09T23:27:47.780Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.780Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2022-03-09T23:27:47.780Z] [2022-03-09T23:27:47.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-03-09T23:27:47.780Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.780Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-03-09T23:27:47.780Z] [2022-03-09T23:27:47.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-03-09T23:27:47.780Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.780Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-03-09T23:27:47.780Z] [2022-03-09T23:27:47.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-03-09T23:27:47.780Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.780Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-03-09T23:27:47.780Z] [2022-03-09T23:27:47.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.01s) [2022-03-09T23:27:47.780Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.780Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2022-03-09T23:27:47.780Z] [2022-03-09T23:27:47.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.01s) [2022-03-09T23:27:47.780Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.780Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2022-03-09T23:27:47.780Z] [2022-03-09T23:27:47.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.02s) [2022-03-09T23:27:47.780Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.780Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2022-03-09T23:27:47.780Z] [2022-03-09T23:27:47.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.01s) [2022-03-09T23:27:47.780Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.780Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2022-03-09T23:27:47.780Z] [2022-03-09T23:27:47.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.02s) [2022-03-09T23:27:47.780Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.780Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2022-03-09T23:27:47.780Z] [2022-03-09T23:27:47.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.02s) [2022-03-09T23:27:47.780Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.780Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2022-03-09T23:27:47.780Z] [2022-03-09T23:27:47.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-03-09T23:27:47.780Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.780Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-03-09T23:27:47.780Z] [2022-03-09T23:27:47.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-03-09T23:27:47.780Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.780Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-03-09T23:27:47.780Z] [2022-03-09T23:27:47.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-03-09T23:27:47.780Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.780Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-03-09T23:27:47.780Z] [2022-03-09T23:27:47.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-03-09T23:27:47.780Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.780Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-03-09T23:27:47.780Z] [2022-03-09T23:27:47.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2022-03-09T23:27:47.780Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.780Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2022-03-09T23:27:47.780Z] [2022-03-09T23:27:47.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.02s) [2022-03-09T23:27:47.780Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.780Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s) [2022-03-09T23:27:47.780Z] [2022-03-09T23:27:47.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-03-09T23:27:47.780Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.780Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-03-09T23:27:47.780Z] [2022-03-09T23:27:47.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-03-09T23:27:47.780Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-03-09T23:27:47.780Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-03-09T23:27:47.780Z] [2022-03-09T23:27:47.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-03-09T23:27:47.780Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.780Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-03-09T23:27:47.780Z] [2022-03-09T23:27:47.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-03-09T23:27:47.780Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.780Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-03-09T23:27:47.780Z] [2022-03-09T23:27:47.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-03-09T23:27:47.780Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.780Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-03-09T23:27:47.780Z] [2022-03-09T23:27:47.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.03s) [2022-03-09T23:27:47.780Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.780Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.03s) [2022-03-09T23:27:47.780Z] [2022-03-09T23:27:47.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-03-09T23:27:47.780Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.780Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-03-09T23:27:47.780Z] [2022-03-09T23:27:47.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-03-09T23:27:47.780Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.780Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-03-09T23:27:47.780Z] [2022-03-09T23:27:47.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-03-09T23:27:47.780Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.780Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-03-09T23:27:47.780Z] [2022-03-09T23:27:47.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-03-09T23:27:47.780Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.780Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-03-09T23:27:47.780Z] [2022-03-09T23:27:47.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-03-09T23:27:47.780Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.780Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-03-09T23:27:47.780Z] [2022-03-09T23:27:47.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-03-09T23:27:47.780Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.780Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-03-09T23:27:47.780Z] [2022-03-09T23:27:47.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.02s) [2022-03-09T23:27:47.780Z] docker_cli_run_test.go:2963: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.780Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s) [2022-03-09T23:27:47.780Z] [2022-03-09T23:27:47.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2022-03-09T23:27:47.780Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.780Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2022-03-09T23:27:47.780Z] [2022-03-09T23:27:47.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-03-09T23:27:47.780Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.780Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-03-09T23:27:47.780Z] [2022-03-09T23:27:47.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-03-09T23:27:47.780Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.780Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-03-09T23:27:47.780Z] [2022-03-09T23:27:47.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.02s) [2022-03-09T23:27:47.780Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.780Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.02s) [2022-03-09T23:27:47.780Z] [2022-03-09T23:27:47.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.01s) [2022-03-09T23:27:47.780Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.780Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2022-03-09T23:27:47.780Z] [2022-03-09T23:27:47.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.02s) [2022-03-09T23:27:47.780Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.780Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2022-03-09T23:27:47.780Z] [2022-03-09T23:27:47.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.02s) [2022-03-09T23:27:47.780Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.780Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s) [2022-03-09T23:27:47.780Z] [2022-03-09T23:27:47.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.02s) [2022-03-09T23:27:47.780Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.780Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2022-03-09T23:27:47.780Z] [2022-03-09T23:27:47.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.02s) [2022-03-09T23:27:47.780Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.780Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2022-03-09T23:27:47.780Z] [2022-03-09T23:27:47.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.02s) [2022-03-09T23:27:47.780Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.780Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2022-03-09T23:27:47.780Z] [2022-03-09T23:27:47.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.02s) [2022-03-09T23:27:47.780Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.780Z] --- SKIP: TestDockerSuite/TestExec (0.02s) [2022-03-09T23:27:47.780Z] [2022-03-09T23:27:47.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-03-09T23:27:47.780Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.780Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-03-09T23:27:47.780Z] [2022-03-09T23:27:47.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.02s) [2022-03-09T23:27:47.780Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.780Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2022-03-09T23:27:47.780Z] [2022-03-09T23:27:47.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-03-09T23:27:47.780Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.780Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-03-09T23:27:47.780Z] [2022-03-09T23:27:47.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-03-09T23:27:47.780Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.780Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-03-09T23:27:47.780Z] [2022-03-09T23:27:47.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.02s) [2022-03-09T23:27:47.780Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.780Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2022-03-09T23:27:47.780Z] [2022-03-09T23:27:47.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.03s) [2022-03-09T23:27:47.780Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.780Z] --- SKIP: TestDockerSuite/TestExecEnv (0.03s) [2022-03-09T23:27:47.780Z] [2022-03-09T23:27:47.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-03-09T23:27:47.780Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.780Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-03-09T23:27:47.780Z] [2022-03-09T23:27:47.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.02s) [2022-03-09T23:27:47.780Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.780Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2022-03-09T23:27:47.780Z] [2022-03-09T23:27:47.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-03-09T23:27:47.780Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.780Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-03-09T23:27:47.780Z] [2022-03-09T23:27:47.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.02s) [2022-03-09T23:27:47.780Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.780Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2022-03-09T23:27:47.780Z] [2022-03-09T23:27:47.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.01s) [2022-03-09T23:27:47.780Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-03-09T23:27:47.780Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2022-03-09T23:27:47.780Z] [2022-03-09T23:27:47.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2022-03-09T23:27:47.780Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.780Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2022-03-09T23:27:47.780Z] [2022-03-09T23:27:47.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.02s) [2022-03-09T23:27:47.780Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.780Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s) [2022-03-09T23:27:47.780Z] [2022-03-09T23:27:47.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.02s) [2022-03-09T23:27:47.780Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.780Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.02s) [2022-03-09T23:27:47.780Z] [2022-03-09T23:27:47.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.02s) [2022-03-09T23:27:47.780Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.780Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s) [2022-03-09T23:27:47.780Z] [2022-03-09T23:27:47.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-03-09T23:27:47.780Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.780Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-03-09T23:27:47.780Z] [2022-03-09T23:27:47.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-03-09T23:27:47.780Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.780Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-03-09T23:27:47.780Z] [2022-03-09T23:27:47.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.02s) [2022-03-09T23:27:47.780Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.780Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2022-03-09T23:27:47.780Z] [2022-03-09T23:27:47.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.02s) [2022-03-09T23:27:47.780Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.780Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2022-03-09T23:27:47.780Z] [2022-03-09T23:27:47.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-03-09T23:27:47.780Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.780Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-03-09T23:27:47.780Z] [2022-03-09T23:27:47.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.01s) [2022-03-09T23:27:47.780Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.780Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2022-03-09T23:27:47.780Z] [2022-03-09T23:27:47.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-03-09T23:27:47.781Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.781Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-03-09T23:27:47.781Z] [2022-03-09T23:27:47.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.02s) [2022-03-09T23:27:47.781Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.781Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2022-03-09T23:27:47.781Z] [2022-03-09T23:27:47.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2022-03-09T23:27:47.781Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.781Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2022-03-09T23:27:47.781Z] [2022-03-09T23:27:47.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.03s) [2022-03-09T23:27:47.781Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.781Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.03s) [2022-03-09T23:27:47.781Z] [2022-03-09T23:27:47.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-03-09T23:27:47.781Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.781Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-03-09T23:27:47.781Z] [2022-03-09T23:27:47.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.02s) [2022-03-09T23:27:47.781Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.781Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2022-03-09T23:27:47.781Z] [2022-03-09T23:27:47.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.02s) [2022-03-09T23:27:47.781Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.781Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2022-03-09T23:27:47.781Z] [2022-03-09T23:27:47.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-03-09T23:27:47.781Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.781Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-03-09T23:27:47.781Z] [2022-03-09T23:27:47.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.02s) [2022-03-09T23:27:47.781Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.781Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2022-03-09T23:27:47.781Z] [2022-03-09T23:27:47.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-03-09T23:27:47.781Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.781Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-03-09T23:27:47.781Z] [2022-03-09T23:27:47.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-03-09T23:27:47.781Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-03-09T23:27:47.781Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-03-09T23:27:47.781Z] [2022-03-09T23:27:47.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-03-09T23:27:47.781Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.781Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-03-09T23:27:47.781Z] [2022-03-09T23:27:47.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-03-09T23:27:47.781Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.781Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-03-09T23:27:47.781Z] [2022-03-09T23:27:47.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-03-09T23:27:47.781Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.781Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-03-09T23:27:47.781Z] [2022-03-09T23:27:47.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-03-09T23:27:47.781Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.781Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-03-09T23:27:47.781Z] [2022-03-09T23:27:47.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-03-09T23:27:47.781Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.781Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-03-09T23:27:47.781Z] [2022-03-09T23:27:47.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2022-03-09T23:27:47.781Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.781Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2022-03-09T23:27:47.781Z] [2022-03-09T23:27:47.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.02s) [2022-03-09T23:27:47.781Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.781Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s) [2022-03-09T23:27:47.781Z] [2022-03-09T23:27:47.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-03-09T23:27:47.781Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.781Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-03-09T23:27:47.781Z] [2022-03-09T23:27:47.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2022-03-09T23:27:47.781Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.781Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2022-03-09T23:27:47.781Z] [2022-03-09T23:27:47.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-03-09T23:27:47.781Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.781Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-03-09T23:27:47.781Z] [2022-03-09T23:27:47.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.02s) [2022-03-09T23:27:47.781Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.781Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2022-03-09T23:27:47.781Z] [2022-03-09T23:27:47.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-03-09T23:27:47.781Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.781Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-03-09T23:27:47.781Z] [2022-03-09T23:27:47.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-03-09T23:27:47.781Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.781Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-03-09T23:27:47.781Z] [2022-03-09T23:27:47.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.02s) [2022-03-09T23:27:47.781Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.781Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2022-03-09T23:27:47.781Z] [2022-03-09T23:27:47.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-03-09T23:27:47.781Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.781Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-03-09T23:27:47.781Z] [2022-03-09T23:27:47.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.02s) [2022-03-09T23:27:47.781Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.781Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2022-03-09T23:27:47.781Z] [2022-03-09T23:27:47.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-03-09T23:27:47.781Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.781Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-03-09T23:27:47.781Z] [2022-03-09T23:27:47.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-03-09T23:27:47.781Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.781Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-03-09T23:27:47.781Z] [2022-03-09T23:27:47.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-03-09T23:27:47.781Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.781Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-03-09T23:27:47.781Z] [2022-03-09T23:27:47.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-03-09T23:27:47.781Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.781Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-03-09T23:27:47.781Z] [2022-03-09T23:27:47.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-03-09T23:27:47.781Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.781Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-03-09T23:27:47.781Z] [2022-03-09T23:27:47.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-03-09T23:27:47.781Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.781Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-03-09T23:27:47.781Z] [2022-03-09T23:27:47.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-03-09T23:27:47.781Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.781Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-03-09T23:27:47.781Z] [2022-03-09T23:27:47.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-03-09T23:27:47.781Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.781Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-03-09T23:27:47.781Z] [2022-03-09T23:27:47.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-03-09T23:27:47.781Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.781Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-03-09T23:27:47.781Z] [2022-03-09T23:27:47.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-03-09T23:27:47.781Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.781Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-03-09T23:27:47.781Z] [2022-03-09T23:27:47.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-03-09T23:27:47.781Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.781Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-03-09T23:27:47.781Z] [2022-03-09T23:27:47.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-03-09T23:27:47.781Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.781Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-03-09T23:27:47.781Z] [2022-03-09T23:27:47.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-03-09T23:27:47.781Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.781Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-03-09T23:27:47.781Z] [2022-03-09T23:27:47.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-03-09T23:27:47.781Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.781Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-03-09T23:27:47.781Z] [2022-03-09T23:27:47.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.03s) [2022-03-09T23:27:47.781Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.781Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.03s) [2022-03-09T23:27:47.781Z] [2022-03-09T23:27:47.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-03-09T23:27:47.781Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.781Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-03-09T23:27:47.781Z] [2022-03-09T23:27:47.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-03-09T23:27:47.781Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.781Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-03-09T23:27:47.781Z] [2022-03-09T23:27:47.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-03-09T23:27:47.781Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.781Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-03-09T23:27:47.781Z] [2022-03-09T23:27:47.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.03s) [2022-03-09T23:27:47.781Z] docker_cli_run_test.go:2877: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.781Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.03s) [2022-03-09T23:27:47.781Z] [2022-03-09T23:27:47.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.02s) [2022-03-09T23:27:47.781Z] docker_cli_run_test.go:2886: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.781Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s) [2022-03-09T23:27:47.781Z] [2022-03-09T23:27:47.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.01s) [2022-03-09T23:27:47.781Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.781Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2022-03-09T23:27:47.781Z] [2022-03-09T23:27:47.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-03-09T23:27:47.781Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.781Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-03-09T23:27:47.781Z] [2022-03-09T23:27:47.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-03-09T23:27:47.781Z] docker_cli_run_test.go:3480: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.781Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-03-09T23:27:47.781Z] [2022-03-09T23:27:47.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2022-03-09T23:27:47.781Z] docker_cli_run_test.go:2666: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.781Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2022-03-09T23:27:47.781Z] [2022-03-09T23:27:47.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.01s) [2022-03-09T23:27:47.781Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.781Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2022-03-09T23:27:47.781Z] [2022-03-09T23:27:47.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-03-09T23:27:47.781Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.781Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-03-09T23:27:47.781Z] [2022-03-09T23:27:47.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-03-09T23:27:47.781Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.781Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-03-09T23:27:47.781Z] [2022-03-09T23:27:47.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.01s) [2022-03-09T23:27:47.781Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-03-09T23:27:47.781Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2022-03-09T23:27:47.781Z] [2022-03-09T23:27:47.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-03-09T23:27:47.781Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-03-09T23:27:47.781Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-03-09T23:27:47.781Z] [2022-03-09T23:27:47.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-03-09T23:27:47.781Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.781Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-03-09T23:27:47.781Z] [2022-03-09T23:27:47.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.01s) [2022-03-09T23:27:47.781Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.781Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2022-03-09T23:27:47.781Z] [2022-03-09T23:27:47.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2022-03-09T23:27:47.781Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.781Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2022-03-09T23:27:47.781Z] [2022-03-09T23:27:47.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-03-09T23:27:47.781Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.781Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-03-09T23:27:47.781Z] [2022-03-09T23:27:47.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.02s) [2022-03-09T23:27:47.781Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.781Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s) [2022-03-09T23:27:47.781Z] [2022-03-09T23:27:47.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.02s) [2022-03-09T23:27:47.781Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.781Z] --- SKIP: TestDockerSuite/TestPortList (0.02s) [2022-03-09T23:27:47.781Z] [2022-03-09T23:27:47.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.01s) [2022-03-09T23:27:47.781Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.781Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2022-03-09T23:27:47.781Z] [2022-03-09T23:27:47.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-03-09T23:27:47.781Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.781Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-03-09T23:27:47.781Z] [2022-03-09T23:27:47.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-03-09T23:27:47.781Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.781Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-03-09T23:27:47.781Z] [2022-03-09T23:27:47.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2022-03-09T23:27:47.781Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.781Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2022-03-09T23:27:47.781Z] [2022-03-09T23:27:47.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-03-09T23:27:47.781Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.781Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-03-09T23:27:47.781Z] [2022-03-09T23:27:47.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2022-03-09T23:27:47.781Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.781Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2022-03-09T23:27:47.781Z] [2022-03-09T23:27:47.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-03-09T23:27:47.781Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.781Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-03-09T23:27:47.781Z] [2022-03-09T23:27:47.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-03-09T23:27:47.782Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.782Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-03-09T23:27:47.782Z] [2022-03-09T23:27:47.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-03-09T23:27:47.782Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.782Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-03-09T23:27:47.782Z] [2022-03-09T23:27:47.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2022-03-09T23:27:47.782Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.782Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2022-03-09T23:27:47.782Z] [2022-03-09T23:27:47.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-03-09T23:27:47.782Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-03-09T23:27:47.782Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-03-09T23:27:47.782Z] [2022-03-09T23:27:47.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterHealth (0.02s) [2022-03-09T23:27:47.782Z] docker_cli_ps_test.go:230: RuntimeIsWindowsContainerd(): FIXME. Hang on Windows + containerd combination [2022-03-09T23:27:47.782Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterHealth (0.02s) [2022-03-09T23:27:47.782Z] [2022-03-09T23:27:47.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.08s) [2022-03-09T23:27:47.782Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.782Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.08s) [2022-03-09T23:27:47.782Z] [2022-03-09T23:27:47.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.03s) [2022-03-09T23:27:47.782Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.782Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.03s) [2022-03-09T23:27:47.782Z] [2022-03-09T23:27:47.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.02s) [2022-03-09T23:27:47.782Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.782Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s) [2022-03-09T23:27:47.782Z] [2022-03-09T23:27:47.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-03-09T23:27:47.782Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.782Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-03-09T23:27:47.782Z] [2022-03-09T23:27:47.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-03-09T23:27:47.782Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.782Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-03-09T23:27:47.782Z] [2022-03-09T23:27:47.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.02s) [2022-03-09T23:27:47.782Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.782Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s) [2022-03-09T23:27:47.782Z] [2022-03-09T23:27:47.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-03-09T23:27:47.782Z] docker_cli_run_test.go:3112: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.782Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-03-09T23:27:47.782Z] [2022-03-09T23:27:47.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-03-09T23:27:47.782Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.782Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-03-09T23:27:47.782Z] [2022-03-09T23:27:47.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2022-03-09T23:27:47.782Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.782Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2022-03-09T23:27:47.782Z] [2022-03-09T23:27:47.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-03-09T23:27:47.782Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.782Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-03-09T23:27:47.782Z] [2022-03-09T23:27:47.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-03-09T23:27:47.782Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.782Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-03-09T23:27:47.782Z] [2022-03-09T23:27:47.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-03-09T23:27:47.782Z] docker_cli_run_test.go:4399: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.782Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-03-09T23:27:47.782Z] [2022-03-09T23:27:47.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.02s) [2022-03-09T23:27:47.782Z] docker_cli_run_test.go:1575: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.782Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2022-03-09T23:27:47.782Z] [2022-03-09T23:27:47.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-03-09T23:27:47.782Z] docker_cli_run_test.go:3912: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.782Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-03-09T23:27:47.782Z] [2022-03-09T23:27:47.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-03-09T23:27:47.782Z] docker_cli_run_test.go:1170: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.782Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-03-09T23:27:47.782Z] [2022-03-09T23:27:47.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-03-09T23:27:47.782Z] docker_cli_run_test.go:1188: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.782Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-03-09T23:27:47.782Z] [2022-03-09T23:27:47.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-03-09T23:27:47.782Z] docker_cli_run_test.go:1179: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.782Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-03-09T23:27:47.782Z] [2022-03-09T23:27:47.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-03-09T23:27:47.782Z] docker_cli_run_test.go:2055: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.782Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-03-09T23:27:47.782Z] [2022-03-09T23:27:47.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2022-03-09T23:27:47.782Z] docker_cli_run_test.go:2260: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.782Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2022-03-09T23:27:47.782Z] [2022-03-09T23:27:47.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-03-09T23:27:47.782Z] docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.782Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-03-09T23:27:47.782Z] [2022-03-09T23:27:47.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-03-09T23:27:47.782Z] docker_cli_run_test.go:1051: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.782Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-03-09T23:27:47.782Z] [2022-03-09T23:27:47.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-03-09T23:27:47.782Z] docker_cli_run_test.go:1061: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.782Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-03-09T23:27:47.782Z] [2022-03-09T23:27:47.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2022-03-09T23:27:47.782Z] docker_cli_run_test.go:2976: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.782Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2022-03-09T23:27:47.782Z] [2022-03-09T23:27:47.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2022-03-09T23:27:47.782Z] docker_cli_run_test.go:1041: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.782Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2022-03-09T23:27:47.782Z] [2022-03-09T23:27:47.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-03-09T23:27:47.782Z] docker_cli_run_test.go:1032: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.782Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-03-09T23:27:47.782Z] [2022-03-09T23:27:47.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-03-09T23:27:47.782Z] docker_cli_run_test.go:3162: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.782Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-03-09T23:27:47.782Z] [2022-03-09T23:27:47.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2022-03-09T23:27:47.782Z] docker_cli_run_test.go:1022: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.782Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2022-03-09T23:27:47.782Z] [2022-03-09T23:27:47.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-03-09T23:27:47.782Z] docker_cli_run_test.go:1010: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.782Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-03-09T23:27:47.782Z] [2022-03-09T23:27:47.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-03-09T23:27:47.782Z] docker_cli_run_test.go:984: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.782Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-03-09T23:27:47.782Z] [2022-03-09T23:27:47.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.03s) [2022-03-09T23:27:47.782Z] docker_cli_run_test.go:997: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.782Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.03s) [2022-03-09T23:27:47.782Z] [2022-03-09T23:27:47.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.01s) [2022-03-09T23:27:47.782Z] docker_cli_run_test.go:975: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.782Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2022-03-09T23:27:47.782Z] [2022-03-09T23:27:47.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-03-09T23:27:47.782Z] docker_cli_run_test.go:1926: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.782Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-03-09T23:27:47.782Z] [2022-03-09T23:27:47.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2022-03-09T23:27:47.782Z] docker_cli_run_test.go:3304: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.782Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2022-03-09T23:27:47.782Z] [2022-03-09T23:27:47.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2022-03-09T23:27:47.782Z] docker_cli_run_test.go:3328: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.782Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2022-03-09T23:27:47.782Z] [2022-03-09T23:27:47.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2022-03-09T23:27:47.782Z] docker_cli_run_test.go:3295: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.782Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2022-03-09T23:27:47.782Z] [2022-03-09T23:27:47.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-03-09T23:27:47.782Z] docker_cli_run_test.go:3280: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.782Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-03-09T23:27:47.782Z] [2022-03-09T23:27:47.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2022-03-09T23:27:47.782Z] docker_cli_run_test.go:3205: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.782Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2022-03-09T23:27:47.782Z] [2022-03-09T23:27:47.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-03-09T23:27:47.782Z] docker_cli_run_test.go:2704: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.782Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-03-09T23:27:47.782Z] [2022-03-09T23:27:47.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-03-09T23:27:47.782Z] docker_cli_run_test.go:2653: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.782Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-03-09T23:27:47.782Z] [2022-03-09T23:27:47.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-03-09T23:27:47.782Z] docker_cli_run_test.go:2726: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.782Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-03-09T23:27:47.782Z] [2022-03-09T23:27:47.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-03-09T23:27:47.782Z] docker_cli_run_test.go:2716: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.782Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-03-09T23:27:47.782Z] [2022-03-09T23:27:47.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-03-09T23:27:47.782Z] docker_cli_run_test.go:1676: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.782Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-03-09T23:27:47.782Z] [2022-03-09T23:27:47.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-03-09T23:27:47.782Z] docker_cli_run_test.go:1657: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.782Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-03-09T23:27:47.782Z] [2022-03-09T23:27:47.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-03-09T23:27:47.782Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.782Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-03-09T23:27:47.782Z] [2022-03-09T23:27:47.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2022-03-09T23:27:47.782Z] docker_cli_run_test.go:2147: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.782Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2022-03-09T23:27:47.782Z] [2022-03-09T23:27:47.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-03-09T23:27:47.782Z] docker_cli_run_test.go:620: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.782Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-03-09T23:27:47.782Z] [2022-03-09T23:27:47.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-03-09T23:27:47.782Z] docker_cli_run_test.go:382: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.782Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-03-09T23:27:47.782Z] [2022-03-09T23:27:47.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2022-03-09T23:27:47.782Z] docker_cli_run_test.go:426: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.782Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2022-03-09T23:27:47.782Z] [2022-03-09T23:27:47.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-03-09T23:27:47.782Z] docker_cli_run_test.go:1252: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.782Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-03-09T23:27:47.782Z] [2022-03-09T23:27:47.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.01s) [2022-03-09T23:27:47.782Z] docker_cli_run_test.go:3877: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.782Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2022-03-09T23:27:47.782Z] [2022-03-09T23:27:47.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.02s) [2022-03-09T23:27:47.782Z] docker_cli_run_test.go:1287: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.782Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2022-03-09T23:27:47.782Z] [2022-03-09T23:27:47.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2022-03-09T23:27:47.782Z] docker_cli_run_test.go:1320: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.782Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2022-03-09T23:27:47.782Z] [2022-03-09T23:27:47.783Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-03-09T23:27:47.783Z] docker_cli_run_test.go:1309: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.783Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-03-09T23:27:47.783Z] [2022-03-09T23:27:47.783Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-03-09T23:27:47.783Z] docker_cli_run_test.go:2020: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.783Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-03-09T23:27:47.783Z] [2022-03-09T23:27:47.783Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-03-09T23:27:47.783Z] docker_cli_run_test.go:1140: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.783Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-03-09T23:27:47.783Z] [2022-03-09T23:27:47.783Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-03-09T23:27:47.783Z] docker_cli_run_test.go:4052: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.783Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-03-09T23:27:47.783Z] [2022-03-09T23:27:47.783Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-03-09T23:27:47.783Z] docker_cli_run_test.go:4135: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.783Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-03-09T23:27:47.783Z] [2022-03-09T23:27:47.783Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.02s) [2022-03-09T23:27:47.783Z] docker_cli_run_test.go:816: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.783Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2022-03-09T23:27:47.783Z] [2022-03-09T23:27:47.783Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-03-09T23:27:47.783Z] docker_cli_run_test.go:855: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.783Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-03-09T23:27:47.783Z] [2022-03-09T23:27:47.783Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-03-09T23:27:47.783Z] docker_cli_run_test.go:888: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.783Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-03-09T23:27:47.783Z] [2022-03-09T23:27:47.783Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-03-09T23:27:47.783Z] docker_cli_run_test.go:946: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.783Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-03-09T23:27:47.783Z] [2022-03-09T23:27:47.783Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.02s) [2022-03-09T23:27:47.783Z] docker_cli_run_test.go:1073: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.783Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2022-03-09T23:27:47.783Z] [2022-03-09T23:27:47.783Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-03-09T23:27:47.783Z] docker_cli_run_test.go:4378: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.783Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-03-09T23:27:47.783Z] [2022-03-09T23:27:47.783Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-03-09T23:27:47.783Z] docker_cli_run_test.go:4391: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.783Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-03-09T23:27:47.783Z] [2022-03-09T23:27:47.783Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-03-09T23:27:47.783Z] docker_cli_run_test.go:4119: unmatched requirement Isolation.IsHyperV-fm [2022-03-09T23:27:47.783Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-03-09T23:27:47.783Z] [2022-03-09T23:27:47.783Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-03-09T23:27:47.783Z] docker_cli_run_test.go:3693: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.783Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-03-09T23:27:47.783Z] [2022-03-09T23:27:47.783Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-03-09T23:27:47.783Z] docker_cli_run_test.go:1998: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.783Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-03-09T23:27:47.783Z] [2022-03-09T23:27:47.783Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-03-09T23:27:47.783Z] docker_cli_run_test.go:3240: unmatched requirement DaemonIsLinux [2022-03-09T23:27:47.783Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-03-09T23:27:47.783Z] [2022-03-09T23:27:47.967Z] === RUN TestDockerSuite/TestRmiParentImageFail [2022-03-09T23:27:48.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-03-09T23:27:48.253Z] docker_cli_run_test.go:59: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.253Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-03-09T23:27:48.253Z] [2022-03-09T23:27:48.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-03-09T23:27:48.253Z] docker_cli_run_test.go:3349: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.253Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-03-09T23:27:48.253Z] [2022-03-09T23:27:48.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-03-09T23:27:48.253Z] docker_cli_run_test.go:194: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.253Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-03-09T23:27:48.253Z] [2022-03-09T23:27:48.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2022-03-09T23:27:48.253Z] docker_cli_run_test.go:179: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.253Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2022-03-09T23:27:48.253Z] [2022-03-09T23:27:48.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-03-09T23:27:48.253Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.253Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-03-09T23:27:48.253Z] [2022-03-09T23:27:48.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.02s) [2022-03-09T23:27:48.253Z] docker_cli_run_test.go:1197: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.253Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2022-03-09T23:27:48.253Z] [2022-03-09T23:27:48.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-03-09T23:27:48.253Z] docker_cli_run_test.go:2310: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.253Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-03-09T23:27:48.253Z] [2022-03-09T23:27:48.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-03-09T23:27:48.253Z] docker_cli_run_test.go:2319: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.253Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-03-09T23:27:48.253Z] [2022-03-09T23:27:48.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-03-09T23:27:48.253Z] docker_cli_run_test.go:2288: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.253Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-03-09T23:27:48.253Z] [2022-03-09T23:27:48.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2022-03-09T23:27:48.253Z] docker_cli_run_test.go:3393: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.253Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2022-03-09T23:27:48.253Z] [2022-03-09T23:27:48.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-03-09T23:27:48.253Z] docker_cli_run_test.go:2332: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.253Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-03-09T23:27:48.253Z] [2022-03-09T23:27:48.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-03-09T23:27:48.253Z] docker_cli_run_test.go:2357: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.253Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-03-09T23:27:48.253Z] [2022-03-09T23:27:48.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-03-09T23:27:48.253Z] docker_cli_run_test.go:2366: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.253Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-03-09T23:27:48.253Z] [2022-03-09T23:27:48.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-03-09T23:27:48.253Z] docker_cli_run_test.go:2424: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.253Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-03-09T23:27:48.253Z] [2022-03-09T23:27:48.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.02s) [2022-03-09T23:27:48.253Z] docker_cli_run_test.go:4201: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.253Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2022-03-09T23:27:48.253Z] [2022-03-09T23:27:48.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.02s) [2022-03-09T23:27:48.253Z] docker_cli_run_test.go:2075: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.253Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2022-03-09T23:27:48.253Z] [2022-03-09T23:27:48.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2022-03-09T23:27:48.253Z] docker_cli_run_test.go:4189: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.253Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2022-03-09T23:27:48.253Z] [2022-03-09T23:27:48.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2022-03-09T23:27:48.253Z] docker_cli_run_test.go:2379: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.253Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2022-03-09T23:27:48.253Z] [2022-03-09T23:27:48.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-03-09T23:27:48.253Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.253Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-03-09T23:27:48.253Z] [2022-03-09T23:27:48.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.02s) [2022-03-09T23:27:48.253Z] docker_cli_run_test.go:3182: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.253Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s) [2022-03-09T23:27:48.253Z] [2022-03-09T23:27:48.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.03s) [2022-03-09T23:27:48.253Z] docker_cli_run_test.go:3744: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.253Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.03s) [2022-03-09T23:27:48.253Z] [2022-03-09T23:27:48.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2022-03-09T23:27:48.253Z] docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.253Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2022-03-09T23:27:48.253Z] [2022-03-09T23:27:48.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2022-03-09T23:27:48.253Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.253Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2022-03-09T23:27:48.253Z] [2022-03-09T23:27:48.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.02s) [2022-03-09T23:27:48.253Z] docker_cli_run_test.go:2545: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.253Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.02s) [2022-03-09T23:27:48.253Z] [2022-03-09T23:27:48.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-03-09T23:27:48.253Z] docker_cli_run_test.go:930: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.253Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-03-09T23:27:48.253Z] [2022-03-09T23:27:48.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2022-03-09T23:27:48.253Z] docker_cli_run_test.go:2568: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.253Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2022-03-09T23:27:48.253Z] [2022-03-09T23:27:48.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2022-03-09T23:27:48.253Z] docker_cli_run_test.go:3037: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.253Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2022-03-09T23:27:48.253Z] [2022-03-09T23:27:48.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-03-09T23:27:48.253Z] docker_cli_run_test.go:3061: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.253Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-03-09T23:27:48.253Z] [2022-03-09T23:27:48.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-03-09T23:27:48.253Z] docker_cli_run_test.go:3083: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.253Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-03-09T23:27:48.253Z] [2022-03-09T23:27:48.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2022-03-09T23:27:48.253Z] docker_cli_run_test.go:3407: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.253Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2022-03-09T23:27:48.253Z] [2022-03-09T23:27:48.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.31s) [2022-03-09T23:27:48.253Z] docker_cli_run_test.go:1402: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.253Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.31s) [2022-03-09T23:27:48.253Z] [2022-03-09T23:27:48.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2022-03-09T23:27:48.253Z] docker_cli_run_test.go:2776: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.253Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2022-03-09T23:27:48.253Z] [2022-03-09T23:27:48.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-03-09T23:27:48.253Z] docker_cli_run_test.go:2466: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.253Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-03-09T23:27:48.253Z] [2022-03-09T23:27:48.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.02s) [2022-03-09T23:27:48.253Z] docker_cli_run_test.go:2038: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.253Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s) [2022-03-09T23:27:48.253Z] [2022-03-09T23:27:48.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-03-09T23:27:48.253Z] docker_cli_run_test.go:956: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.253Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-03-09T23:27:48.253Z] [2022-03-09T23:27:48.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-03-09T23:27:48.253Z] docker_cli_run_test.go:1084: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.253Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-03-09T23:27:48.253Z] [2022-03-09T23:27:48.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-03-09T23:27:48.253Z] docker_cli_run_test.go:1123: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.253Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-03-09T23:27:48.253Z] [2022-03-09T23:27:48.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-03-09T23:27:48.253Z] docker_cli_run_test.go:1131: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.253Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-03-09T23:27:48.253Z] [2022-03-09T23:27:48.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.02s) [2022-03-09T23:27:48.253Z] docker_cli_run_test.go:2951: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.253Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2022-03-09T23:27:48.253Z] [2022-03-09T23:27:48.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-03-09T23:27:48.253Z] docker_cli_run_test.go:2854: unmatched requirement Apparmor [2022-03-09T23:27:48.253Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-03-09T23:27:48.253Z] [2022-03-09T23:27:48.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-03-09T23:27:48.253Z] docker_cli_run_test.go:2833: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.253Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-03-09T23:27:48.253Z] [2022-03-09T23:27:48.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-03-09T23:27:48.253Z] docker_cli_run_test.go:2818: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.253Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-03-09T23:27:48.253Z] [2022-03-09T23:27:48.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-03-09T23:27:48.253Z] docker_cli_run_test.go:1424: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.253Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-03-09T23:27:48.253Z] [2022-03-09T23:27:48.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-03-09T23:27:48.253Z] docker_cli_run_test.go:2120: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.253Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-03-09T23:27:48.253Z] [2022-03-09T23:27:48.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSetMacAddress (0.03s) [2022-03-09T23:27:48.253Z] docker_cli_run_test.go:1980: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-03-09T23:27:48.253Z] --- SKIP: TestDockerSuite/TestRunSetMacAddress (0.03s) [2022-03-09T23:27:48.253Z] [2022-03-09T23:27:48.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2022-03-09T23:27:48.254Z] docker_cli_run_test.go:2232: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.254Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2022-03-09T23:27:48.254Z] [2022-03-09T23:27:48.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.03s) [2022-03-09T23:27:48.254Z] docker_cli_run_test.go:1620: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.254Z] --- SKIP: TestDockerSuite/TestRunState (0.03s) [2022-03-09T23:27:48.254Z] [2022-03-09T23:27:48.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.02s) [2022-03-09T23:27:48.254Z] docker_cli_run_test.go:97: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.254Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2022-03-09T23:27:48.254Z] [2022-03-09T23:27:48.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-03-09T23:27:48.254Z] docker_cli_run_test.go:1107: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.254Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-03-09T23:27:48.254Z] [2022-03-09T23:27:48.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-03-09T23:27:48.254Z] docker_cli_run_test.go:1115: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.254Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-03-09T23:27:48.254Z] [2022-03-09T23:27:48.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-03-09T23:27:48.254Z] docker_cli_run_test.go:1155: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.254Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-03-09T23:27:48.254Z] [2022-03-09T23:27:48.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-03-09T23:27:48.254Z] docker_cli_run_test.go:966: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.254Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-03-09T23:27:48.254Z] [2022-03-09T23:27:48.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-03-09T23:27:48.254Z] docker_cli_run_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.254Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-03-09T23:27:48.254Z] [2022-03-09T23:27:48.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-03-09T23:27:48.254Z] docker_cli_run_test.go:1164: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.254Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-03-09T23:27:48.254Z] [2022-03-09T23:27:48.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-03-09T23:27:48.254Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.254Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-03-09T23:27:48.254Z] [2022-03-09T23:27:48.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.02s) [2022-03-09T23:27:48.254Z] docker_cli_run_test.go:2893: unmatched requirement Apparmor [2022-03-09T23:27:48.254Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s) [2022-03-09T23:27:48.254Z] [2022-03-09T23:27:48.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.02s) [2022-03-09T23:27:48.254Z] docker_cli_run_test.go:735: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.254Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.02s) [2022-03-09T23:27:48.254Z] [2022-03-09T23:27:48.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-03-09T23:27:48.254Z] docker_cli_run_test.go:745: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.254Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-03-09T23:27:48.254Z] [2022-03-09T23:27:48.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-03-09T23:27:48.254Z] docker_cli_run_test.go:758: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.254Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-03-09T23:27:48.254Z] [2022-03-09T23:27:48.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-03-09T23:27:48.254Z] docker_cli_run_test.go:771: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.254Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-03-09T23:27:48.254Z] [2022-03-09T23:27:48.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.02s) [2022-03-09T23:27:48.254Z] docker_cli_run_test.go:725: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.254Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.02s) [2022-03-09T23:27:48.254Z] [2022-03-09T23:27:48.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.01s) [2022-03-09T23:27:48.254Z] docker_cli_run_test.go:784: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.254Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2022-03-09T23:27:48.254Z] [2022-03-09T23:27:48.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-03-09T23:27:48.254Z] docker_cli_run_test.go:3842: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.254Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-03-09T23:27:48.254Z] [2022-03-09T23:27:48.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-03-09T23:27:48.254Z] docker_cli_run_test.go:3835: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.254Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-03-09T23:27:48.254Z] [2022-03-09T23:27:48.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-03-09T23:27:48.254Z] docker_cli_run_test.go:657: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.254Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-03-09T23:27:48.254Z] [2022-03-09T23:27:48.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-03-09T23:27:48.254Z] docker_cli_run_test.go:1849: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.254Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-03-09T23:27:48.254Z] [2022-03-09T23:27:48.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2022-03-09T23:27:48.254Z] docker_cli_run_test.go:281: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.254Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2022-03-09T23:27:48.254Z] [2022-03-09T23:27:48.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-03-09T23:27:48.254Z] docker_cli_run_test.go:3709: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.254Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-03-09T23:27:48.254Z] [2022-03-09T23:27:48.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-03-09T23:27:48.254Z] docker_cli_run_test.go:3720: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.254Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-03-09T23:27:48.254Z] [2022-03-09T23:27:48.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-03-09T23:27:48.254Z] docker_cli_run_test.go:2799: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.254Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-03-09T23:27:48.254Z] [2022-03-09T23:27:48.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.02s) [2022-03-09T23:27:48.254Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.254Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.02s) [2022-03-09T23:27:48.254Z] [2022-03-09T23:27:48.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-03-09T23:27:48.254Z] docker_cli_run_test.go:3010: unmatched requirement Apparmor [2022-03-09T23:27:48.254Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-03-09T23:27:48.254Z] [2022-03-09T23:27:48.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-03-09T23:27:48.254Z] docker_cli_run_test.go:1801: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.254Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-03-09T23:27:48.254Z] [2022-03-09T23:27:48.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-03-09T23:27:48.254Z] docker_cli_run_test.go:2809: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.254Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-03-09T23:27:48.254Z] [2022-03-09T23:27:48.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-03-09T23:27:48.254Z] docker_cli_run_test.go:3607: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.254Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-03-09T23:27:48.254Z] [2022-03-09T23:27:48.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-03-09T23:27:48.254Z] docker_cli_run_test.go:3618: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.254Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-03-09T23:27:48.254Z] [2022-03-09T23:27:48.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-03-09T23:27:48.254Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.254Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-03-09T23:27:48.254Z] [2022-03-09T23:27:48.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-03-09T23:27:48.254Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.254Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-03-09T23:27:48.254Z] [2022-03-09T23:27:48.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-03-09T23:27:48.254Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.254Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-03-09T23:27:48.254Z] [2022-03-09T23:27:48.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.01s) [2022-03-09T23:27:48.254Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.254Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2022-03-09T23:27:48.254Z] [2022-03-09T23:27:48.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.01s) [2022-03-09T23:27:48.254Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.254Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2022-03-09T23:27:48.254Z] [2022-03-09T23:27:48.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.02s) [2022-03-09T23:27:48.254Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.254Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s) [2022-03-09T23:27:48.254Z] [2022-03-09T23:27:48.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.01s) [2022-03-09T23:27:48.254Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.254Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2022-03-09T23:27:48.254Z] [2022-03-09T23:27:48.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-03-09T23:27:48.254Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.254Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-03-09T23:27:48.254Z] [2022-03-09T23:27:48.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.02s) [2022-03-09T23:27:48.254Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.254Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s) [2022-03-09T23:27:48.254Z] [2022-03-09T23:27:48.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-03-09T23:27:48.254Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.254Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-03-09T23:27:48.254Z] [2022-03-09T23:27:48.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-03-09T23:27:48.254Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.254Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-03-09T23:27:48.254Z] [2022-03-09T23:27:48.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-03-09T23:27:48.254Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.254Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-03-09T23:27:48.254Z] [2022-03-09T23:27:48.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-03-09T23:27:48.254Z] docker_cli_start_test.go:45: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.254Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-03-09T23:27:48.254Z] [2022-03-09T23:27:48.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-03-09T23:27:48.254Z] docker_cli_start_test.go:17: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.254Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-03-09T23:27:48.254Z] [2022-03-09T23:27:48.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-03-09T23:27:48.254Z] docker_cli_start_test.go:174: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.254Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-03-09T23:27:48.254Z] [2022-03-09T23:27:48.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-03-09T23:27:48.254Z] docker_cli_start_test.go:110: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.254Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-03-09T23:27:48.254Z] [2022-03-09T23:27:48.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.02s) [2022-03-09T23:27:48.254Z] docker_cli_start_test.go:95: unmatched requirement IsPausable [2022-03-09T23:27:48.254Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s) [2022-03-09T23:27:48.254Z] [2022-03-09T23:27:48.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.02s) [2022-03-09T23:27:48.254Z] docker_cli_start_test.go:71: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.254Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.02s) [2022-03-09T23:27:48.254Z] [2022-03-09T23:27:48.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-03-09T23:27:48.254Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.254Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-03-09T23:27:48.254Z] [2022-03-09T23:27:48.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.01s) [2022-03-09T23:27:48.254Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.254Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2022-03-09T23:27:48.254Z] [2022-03-09T23:27:48.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2022-03-09T23:27:48.254Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.254Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2022-03-09T23:27:48.254Z] [2022-03-09T23:27:48.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.01s) [2022-03-09T23:27:48.254Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.254Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2022-03-09T23:27:48.254Z] [2022-03-09T23:27:48.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.02s) [2022-03-09T23:27:48.254Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.254Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s) [2022-03-09T23:27:48.254Z] [2022-03-09T23:27:48.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.01s) [2022-03-09T23:27:48.254Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.254Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2022-03-09T23:27:48.254Z] [2022-03-09T23:27:48.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.02s) [2022-03-09T23:27:48.254Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.254Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2022-03-09T23:27:48.254Z] [2022-03-09T23:27:48.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-03-09T23:27:48.254Z] docker_cli_run_test.go:3418: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.254Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-03-09T23:27:48.254Z] [2022-03-09T23:27:48.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-03-09T23:27:48.254Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.254Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-03-09T23:27:48.254Z] [2022-03-09T23:27:48.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2022-03-09T23:27:48.254Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.254Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2022-03-09T23:27:48.254Z] [2022-03-09T23:27:48.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2022-03-09T23:27:48.254Z] docker_cli_run_test.go:292: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.254Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2022-03-09T23:27:48.254Z] [2022-03-09T23:27:48.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-03-09T23:27:48.254Z] docker_cli_run_test.go:207: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.254Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-03-09T23:27:48.254Z] [2022-03-09T23:27:48.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-03-09T23:27:48.254Z] docker_cli_run_test.go:243: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.254Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-03-09T23:27:48.254Z] [2022-03-09T23:27:48.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-03-09T23:27:48.254Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.254Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-03-09T23:27:48.254Z] [2022-03-09T23:27:48.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-03-09T23:27:48.254Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.254Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-03-09T23:27:48.254Z] [2022-03-09T23:27:48.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-03-09T23:27:48.254Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.254Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-03-09T23:27:48.254Z] [2022-03-09T23:27:48.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.01s) [2022-03-09T23:27:48.254Z] docker_cli_run_test.go:2168: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.254Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2022-03-09T23:27:48.254Z] [2022-03-09T23:27:48.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-03-09T23:27:48.254Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.254Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-03-09T23:27:48.254Z] [2022-03-09T23:27:48.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-03-09T23:27:48.255Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.255Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-03-09T23:27:48.255Z] [2022-03-09T23:27:48.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-03-09T23:27:48.255Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.255Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-03-09T23:27:48.255Z] [2022-03-09T23:27:48.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-09T23:27:48.255Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.255Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-09T23:27:48.255Z] [2022-03-09T23:27:48.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-09T23:27:48.255Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.255Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-09T23:27:48.255Z] [2022-03-09T23:27:48.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-09T23:27:48.255Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.255Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-09T23:27:48.255Z] [2022-03-09T23:27:48.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-03-09T23:27:48.255Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.255Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-03-09T23:27:48.255Z] [2022-03-09T23:27:48.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-03-09T23:27:48.255Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.255Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-03-09T23:27:48.255Z] [2022-03-09T23:27:48.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-03-09T23:27:48.255Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.255Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-03-09T23:27:48.255Z] [2022-03-09T23:27:48.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-03-09T23:27:48.255Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.255Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-03-09T23:27:48.255Z] [2022-03-09T23:27:48.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-03-09T23:27:48.255Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.255Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-03-09T23:27:48.255Z] [2022-03-09T23:27:48.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-03-09T23:27:48.255Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.255Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-03-09T23:27:48.255Z] [2022-03-09T23:27:48.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-03-09T23:27:48.255Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.255Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-03-09T23:27:48.255Z] [2022-03-09T23:27:48.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-03-09T23:27:48.255Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.255Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-03-09T23:27:48.255Z] [2022-03-09T23:27:48.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-03-09T23:27:48.255Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.255Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-03-09T23:27:48.255Z] [2022-03-09T23:27:48.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-03-09T23:27:48.255Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.255Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-03-09T23:27:48.255Z] [2022-03-09T23:27:48.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-03-09T23:27:48.255Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.255Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-03-09T23:27:48.255Z] [2022-03-09T23:27:48.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-03-09T23:27:48.255Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.255Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-03-09T23:27:48.255Z] [2022-03-09T23:27:48.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-03-09T23:27:48.255Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.255Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-03-09T23:27:48.255Z] [2022-03-09T23:27:48.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-09T23:27:48.255Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.255Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-09T23:27:48.255Z] [2022-03-09T23:27:48.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.16s) [2022-03-09T23:27:48.255Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.255Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.16s) [2022-03-09T23:27:48.255Z] [2022-03-09T23:27:48.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-09T23:27:48.255Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.255Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-09T23:27:48.255Z] [2022-03-09T23:27:48.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-09T23:27:48.255Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.255Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-09T23:27:48.255Z] [2022-03-09T23:27:48.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-03-09T23:27:48.255Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.255Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-03-09T23:27:48.255Z] [2022-03-09T23:27:48.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-09T23:27:48.255Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.255Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-09T23:27:48.255Z] [2022-03-09T23:27:48.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-03-09T23:27:48.255Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.255Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-03-09T23:27:48.255Z] [2022-03-09T23:27:48.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-03-09T23:27:48.255Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.255Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-03-09T23:27:48.255Z] [2022-03-09T23:27:48.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-03-09T23:27:48.255Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.255Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-03-09T23:27:48.255Z] [2022-03-09T23:27:48.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-03-09T23:27:48.255Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.255Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-03-09T23:27:48.255Z] [2022-03-09T23:27:48.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-03-09T23:27:48.255Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.255Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-03-09T23:27:48.255Z] [2022-03-09T23:27:48.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-03-09T23:27:48.255Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.255Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-03-09T23:27:48.255Z] [2022-03-09T23:27:48.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-03-09T23:27:48.255Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.255Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-03-09T23:27:48.255Z] [2022-03-09T23:27:48.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-03-09T23:27:48.255Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.255Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-03-09T23:27:48.255Z] [2022-03-09T23:27:48.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-03-09T23:27:48.255Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.255Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-03-09T23:27:48.255Z] [2022-03-09T23:27:48.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-03-09T23:27:48.255Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.255Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-03-09T23:27:48.255Z] [2022-03-09T23:27:48.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-03-09T23:27:48.255Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.255Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-03-09T23:27:48.255Z] [2022-03-09T23:27:48.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-03-09T23:27:48.255Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.255Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-03-09T23:27:48.255Z] [2022-03-09T23:27:48.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2022-03-09T23:27:48.255Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.255Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-03-09T23:27:48.255Z] [2022-03-09T23:27:48.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-09T23:27:48.255Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.255Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-09T23:27:48.255Z] [2022-03-09T23:27:48.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-09T23:27:48.255Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.255Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-09T23:27:48.255Z] [2022-03-09T23:27:48.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-09T23:27:48.255Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.255Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-09T23:27:48.255Z] [2022-03-09T23:27:48.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-03-09T23:27:48.255Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.255Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-03-09T23:27:48.255Z] [2022-03-09T23:27:48.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-09T23:27:48.255Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.255Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-09T23:27:48.255Z] [2022-03-09T23:27:48.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-09T23:27:48.255Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.255Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-09T23:27:48.255Z] [2022-03-09T23:27:48.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-09T23:27:48.255Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.255Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-09T23:27:48.255Z] [2022-03-09T23:27:48.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-09T23:27:48.255Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.255Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-09T23:27:48.255Z] [2022-03-09T23:27:48.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-03-09T23:27:48.255Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.255Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-03-09T23:27:48.255Z] [2022-03-09T23:27:48.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-09T23:27:48.255Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.255Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-09T23:27:48.255Z] [2022-03-09T23:27:48.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-03-09T23:27:48.255Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.255Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-03-09T23:27:48.255Z] [2022-03-09T23:27:48.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-03-09T23:27:48.255Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.255Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-03-09T23:27:48.255Z] [2022-03-09T23:27:48.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-03-09T23:27:48.255Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.255Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-03-09T23:27:48.255Z] [2022-03-09T23:27:48.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-03-09T23:27:48.255Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.255Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-03-09T23:27:48.255Z] [2022-03-09T23:27:48.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-03-09T23:27:48.255Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.255Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-03-09T23:27:48.255Z] [2022-03-09T23:27:48.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-03-09T23:27:48.255Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.255Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-03-09T23:27:48.255Z] [2022-03-09T23:27:48.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-03-09T23:27:48.255Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.255Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-03-09T23:27:48.255Z] [2022-03-09T23:27:48.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-03-09T23:27:48.255Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.255Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-03-09T23:27:48.255Z] [2022-03-09T23:27:48.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-03-09T23:27:48.255Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.255Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-03-09T23:27:48.255Z] [2022-03-09T23:27:48.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-03-09T23:27:48.255Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.255Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-03-09T23:27:48.255Z] [2022-03-09T23:27:48.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-03-09T23:27:48.255Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.255Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-03-09T23:27:48.255Z] [2022-03-09T23:27:48.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-03-09T23:27:48.255Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.256Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-03-09T23:27:48.256Z] [2022-03-09T23:27:48.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-03-09T23:27:48.256Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.256Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-03-09T23:27:48.256Z] [2022-03-09T23:27:48.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-03-09T23:27:48.256Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.256Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-03-09T23:27:48.256Z] [2022-03-09T23:27:48.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-03-09T23:27:48.256Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.256Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-03-09T23:27:48.256Z] [2022-03-09T23:27:48.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-03-09T23:27:48.256Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.256Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-03-09T23:27:48.256Z] [2022-03-09T23:27:48.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-03-09T23:27:48.256Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.256Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-03-09T23:27:48.256Z] [2022-03-09T23:27:48.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-03-09T23:27:48.256Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.256Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-03-09T23:27:48.256Z] [2022-03-09T23:27:48.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-03-09T23:27:48.256Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.256Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-03-09T23:27:48.256Z] [2022-03-09T23:27:48.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-03-09T23:27:48.256Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.256Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-03-09T23:27:48.256Z] [2022-03-09T23:27:48.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-03-09T23:27:48.256Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.256Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-03-09T23:27:48.256Z] [2022-03-09T23:27:48.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-03-09T23:27:48.256Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.256Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-03-09T23:27:48.256Z] [2022-03-09T23:27:48.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-03-09T23:27:48.256Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.256Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-03-09T23:27:48.256Z] [2022-03-09T23:27:48.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-03-09T23:27:48.256Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.256Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-03-09T23:27:48.256Z] [2022-03-09T23:27:48.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-03-09T23:27:48.256Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.256Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-03-09T23:27:48.256Z] [2022-03-09T23:27:48.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-03-09T23:27:48.256Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.256Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-03-09T23:27:48.256Z] [2022-03-09T23:27:48.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-03-09T23:27:48.256Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.256Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-03-09T23:27:48.256Z] [2022-03-09T23:27:48.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2022-03-09T23:27:48.256Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.256Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-03-09T23:27:48.256Z] [2022-03-09T23:27:48.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2022-03-09T23:27:48.256Z] check_test.go:127: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.256Z] [2022-03-09T23:27:48.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2022-03-09T23:27:48.256Z] check_test.go:133: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.256Z] [2022-03-09T23:27:48.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2022-03-09T23:27:48.256Z] check_test.go:141: unmatched requirement DaemonIsLinux [2022-03-09T23:27:48.256Z] [2022-03-09T23:27:48.256Z] DONE 1088 tests, 544 skipped in 3043.542s [2022-03-09T23:27:48.256Z] INFO: Integration tests ended at 03/09/2022 23:27:48. Duration:00:50:43.6914778 [2022-03-09T23:27:48.256Z] INFO: Docker info of the daemon under test at end of run [2022-03-09T23:27:48.256Z] [2022-03-09T23:27:48.256Z] Containers: 2 [2022-03-09T23:27:48.256Z] Running: 0 [2022-03-09T23:27:48.256Z] Paused: 0 [2022-03-09T23:27:48.256Z] Stopped: 2 [2022-03-09T23:27:48.256Z] Images: 18 [2022-03-09T23:27:48.256Z] Server Version: 0.0.0-dev [2022-03-09T23:27:48.256Z] Storage Driver: windowsfilter [2022-03-09T23:27:48.256Z] Windows: [2022-03-09T23:27:48.256Z] Logging Driver: json-file [2022-03-09T23:27:48.256Z] Plugins: [2022-03-09T23:27:48.256Z] Volume: local [2022-03-09T23:27:48.256Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-09T23:27:48.256Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-09T23:27:48.256Z] Swarm: inactive [2022-03-09T23:27:48.256Z] Default Isolation: process [2022-03-09T23:27:48.256Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-03-09T23:27:48.256Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-03-09T23:27:48.256Z] OSType: windows [2022-03-09T23:27:48.256Z] Architecture: x86_64 [2022-03-09T23:27:48.256Z] CPUs: 4 [2022-03-09T23:27:48.256Z] Total Memory: 32GiB [2022-03-09T23:27:48.256Z] Name: azwin-2-b09451 [2022-03-09T23:27:48.256Z] ID: VL2R:SWAT:RNPC:P7ZU:NSIR:E2I2:QZNL:BUME:QAHA:7JNW:LLKF:WYIU [2022-03-09T23:27:48.256Z] Docker Root Dir: D:\CI\PR-43352\2\daemon [2022-03-09T23:27:48.256Z] Debug Mode (client): false [2022-03-09T23:27:48.256Z] Debug Mode (server): true [2022-03-09T23:27:48.256Z] File Descriptors: -1 [2022-03-09T23:27:48.256Z] Goroutines: 46 [2022-03-09T23:27:48.256Z] System Time: 2022-03-09T23:27:48.0735053Z [2022-03-09T23:27:48.256Z] EventsListeners: 0 [2022-03-09T23:27:48.256Z] Registry: https://index.docker.io/v1/ [2022-03-09T23:27:48.256Z] Labels: [2022-03-09T23:27:48.256Z] Experimental: false [2022-03-09T23:27:48.256Z] Insecure Registries: [2022-03-09T23:27:48.256Z] 127.0.0.0/8 [2022-03-09T23:27:48.256Z] Live Restore Enabled: false [2022-03-09T23:27:48.256Z] [2022-03-09T23:27:48.256Z] [2022-03-09T23:27:48.256Z] INFO: Stopping daemon under test [2022-03-09T23:27:48.724Z] SUCCESS: The process with PID 4452 (child process of PID 1336) has been terminated. [2022-03-09T23:27:48.724Z] SUCCESS: The process with PID 1336 (child process of PID 3388) has been terminated. [2022-03-09T23:27:48.724Z] INFO: Stop tailing logs of the daemon under tests [2022-03-09T23:27:48.724Z] INFO: executeCI.ps1 Completed successfully at 03/09/2022 23:27:48. [2022-03-09T23:27:48.724Z] INFO: Tidying up at end of run [2022-03-09T23:27:48.724Z] INFO: Saving daemon under test log (d:\CI\PR-43352\2\dut.out) to bundles\CIDUT.out [2022-03-09T23:27:48.724Z] INFO: Saving daemon under test log (d:\CI\PR-43352\2\dut.err) to bundles\CIDUT.err [2022-03-09T23:27:48.724Z] INFO: Saving containerd logs to bundles [2022-03-09T23:27:48.724Z] INFO: Nuke-Everything... [2022-03-09T23:27:48.724Z] INFO: Container count on control daemon to delete is 2 [2022-03-09T23:27:49.192Z] 730a570ed15f [2022-03-09T23:27:49.193Z] d005550350e7 [2022-03-09T23:27:49.193Z] INFO: Tidying pidfile d:\CI\PR-43352\2\docker.pid [2022-03-09T23:27:49.193Z] INFO: Killing containerd with PID 3312 [2022-03-09T23:27:49.193Z] INFO: Nuking d:\CI [2022-03-09T23:27:52.971Z] === RUN TestDockerSuite/TestRmiTag [2022-03-09T23:27:54.029Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2022-03-09T23:27:57.159Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2022-03-09T23:28:18.965Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2022-03-09T23:28:19.387Z] INFO: Zapped successfully [2022-03-09T23:28:19.387Z] [2022-03-09T23:28:19.387Z] INFO: executeCI.ps1 exiting at Wed Mar 9 23:28:15 CUT 2022. Duration 01:19:29.8536978 [2022-03-09T23:28:19.387Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2022-03-09T23:28:19.637Z] Recording test results [2022-03-09T23:28:25.223Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2022-03-09T23:28:27.203Z] [Checks API] No suitable checks publisher found. [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2022-03-09T23:28:29.304Z] Creating win-2022-c8d-integration-bundles.zip [Pipeline] archiveArtifacts [2022-03-09T23:28:31.363Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2022-03-09T23:28:31.431Z] Archiving artifacts [2022-03-09T23:28:31.834Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2022-03-09T23:28:31.834Z] docker_cli_run_test.go:4399: unmatched requirement DaemonIsLinux [2022-03-09T23:28:31.834Z] === RUN TestDockerSuite/TestRunAddHost [2022-03-09T23:28:31.834Z] docker_cli_run_test.go:1575: unmatched requirement DaemonIsLinux [2022-03-09T23:28:31.834Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2022-03-09T23:28:31.834Z] docker_cli_run_test.go:3912: unmatched requirement DaemonIsLinux [2022-03-09T23:28:31.834Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2022-03-09T23:28:31.834Z] docker_cli_run_test.go:1170: unmatched requirement DaemonIsLinux [2022-03-09T23:28:31.834Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2022-03-09T23:28:31.834Z] docker_cli_run_test.go:1188: unmatched requirement DaemonIsLinux [2022-03-09T23:28:31.834Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2022-03-09T23:28:31.834Z] docker_cli_run_test.go:1179: unmatched requirement DaemonIsLinux [2022-03-09T23:28:31.834Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2022-03-09T23:28:31.834Z] docker_cli_run_test.go:2055: unmatched requirement DaemonIsLinux [2022-03-09T23:28:32.303Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2022-03-09T23:28:34.523Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2022-03-09T23:28:34.523Z] docker_cli_run_test.go:2260: unmatched requirement DaemonIsLinux [2022-03-09T23:28:34.523Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2022-03-09T23:28:34.523Z] docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux [2022-03-09T23:28:34.523Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2022-03-09T23:28:44.992Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2022-03-09T23:28:48.814Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2022-03-09T23:28:49.125Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43352/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-03-09T23:28:50.137Z] + make clean [2022-03-09T23:28:51.703Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-03-09T23:28:52.172Z] docker-dev-cache [2022-03-09T23:28:52.172Z] docker-mod-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-03-09T23:28:56.014Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2022-03-09T23:28:58.971Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2022-03-09T23:29:01.926Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2022-03-09T23:29:01.926Z] === RUN TestDockerSuite/TestRunBindMounts [2022-03-09T23:29:07.801Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2022-03-09T23:29:07.801Z] docker_cli_run_test.go:1051: unmatched requirement DaemonIsLinux [2022-03-09T23:29:07.801Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2022-03-09T23:29:07.801Z] docker_cli_run_test.go:1061: unmatched requirement DaemonIsLinux [2022-03-09T23:29:07.801Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2022-03-09T23:29:07.801Z] docker_cli_run_test.go:2976: unmatched requirement DaemonIsLinux [2022-03-09T23:29:07.801Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2022-03-09T23:29:07.801Z] docker_cli_run_test.go:1041: unmatched requirement DaemonIsLinux [2022-03-09T23:29:07.801Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2022-03-09T23:29:07.801Z] docker_cli_run_test.go:1032: unmatched requirement DaemonIsLinux [2022-03-09T23:29:07.801Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2022-03-09T23:29:07.801Z] docker_cli_run_test.go:3162: unmatched requirement DaemonIsLinux [2022-03-09T23:29:07.801Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2022-03-09T23:29:07.801Z] docker_cli_run_test.go:1022: unmatched requirement DaemonIsLinux [2022-03-09T23:29:07.801Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2022-03-09T23:29:07.801Z] docker_cli_run_test.go:1010: unmatched requirement DaemonIsLinux [2022-03-09T23:29:07.801Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2022-03-09T23:29:07.801Z] docker_cli_run_test.go:984: unmatched requirement DaemonIsLinux [2022-03-09T23:29:07.801Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2022-03-09T23:29:07.801Z] docker_cli_run_test.go:997: unmatched requirement DaemonIsLinux [2022-03-09T23:29:07.801Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2022-03-09T23:29:07.801Z] docker_cli_run_test.go:975: unmatched requirement DaemonIsLinux [2022-03-09T23:29:07.801Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2022-03-09T23:29:10.022Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2022-03-09T23:29:10.022Z] docker_cli_run_test.go:1926: unmatched requirement DaemonIsLinux [2022-03-09T23:29:10.022Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2022-03-09T23:29:13.822Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2022-03-09T23:29:13.822Z] docker_cli_run_test.go:3304: unmatched requirement DaemonIsLinux [2022-03-09T23:29:13.822Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2022-03-09T23:29:13.822Z] docker_cli_run_test.go:3328: unmatched requirement DaemonIsLinux [2022-03-09T23:29:13.822Z] === RUN TestDockerSuite/TestRunContainerNetwork [2022-03-09T23:29:16.040Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2022-03-09T23:29:16.040Z] docker_cli_run_test.go:3295: unmatched requirement DaemonIsLinux [2022-03-09T23:29:16.040Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2022-03-09T23:29:16.040Z] docker_cli_run_test.go:3280: unmatched requirement DaemonIsLinux [2022-03-09T23:29:16.509Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2022-03-09T23:29:16.509Z] docker_cli_run_test.go:3205: unmatched requirement DaemonIsLinux [2022-03-09T23:29:16.509Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2022-03-09T23:29:16.509Z] docker_cli_run_test.go:2704: unmatched requirement DaemonIsLinux [2022-03-09T23:29:16.509Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2022-03-09T23:29:16.509Z] docker_cli_run_test.go:2653: unmatched requirement DaemonIsLinux [2022-03-09T23:29:16.509Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2022-03-09T23:29:16.509Z] docker_cli_run_test.go:2726: unmatched requirement DaemonIsLinux [2022-03-09T23:29:16.509Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2022-03-09T23:29:16.509Z] docker_cli_run_test.go:2716: unmatched requirement DaemonIsLinux [2022-03-09T23:29:16.509Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2022-03-09T23:29:19.496Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2022-03-09T23:29:22.458Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2022-03-09T23:29:25.417Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2022-03-09T23:29:25.418Z] docker_cli_run_test.go:1676: unmatched requirement DaemonIsLinux [2022-03-09T23:29:25.418Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2022-03-09T23:29:25.418Z] docker_cli_run_test.go:1657: unmatched requirement DaemonIsLinux [2022-03-09T23:29:25.418Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2022-03-09T23:29:25.418Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2022-03-09T23:29:25.418Z] === RUN TestDockerSuite/TestRunCreateVolume [2022-03-09T23:29:27.635Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2022-03-09T23:29:27.635Z] docker_cli_run_test.go:2147: unmatched requirement DaemonIsLinux [2022-03-09T23:29:27.635Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2022-03-09T23:29:27.635Z] docker_cli_run_test.go:620: unmatched requirement DaemonIsLinux [2022-03-09T23:29:27.635Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2022-03-09T23:29:27.635Z] docker_cli_run_test.go:382: unmatched requirement DaemonIsLinux [2022-03-09T23:29:27.635Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2022-03-09T23:29:27.635Z] docker_cli_run_test.go:426: unmatched requirement DaemonIsLinux [2022-03-09T23:29:27.635Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2022-03-09T23:29:30.594Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2022-03-09T23:29:36.475Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2022-03-09T23:29:36.475Z] docker_cli_run_test.go:1252: unmatched requirement DaemonIsLinux [2022-03-09T23:29:36.475Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2022-03-09T23:29:36.475Z] docker_cli_run_test.go:3877: unmatched requirement DaemonIsLinux [2022-03-09T23:29:36.475Z] === RUN TestDockerSuite/TestRunDNSOptions [2022-03-09T23:29:36.475Z] docker_cli_run_test.go:1287: unmatched requirement DaemonIsLinux [2022-03-09T23:29:36.475Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2022-03-09T23:29:36.475Z] docker_cli_run_test.go:1320: unmatched requirement DaemonIsLinux [2022-03-09T23:29:36.476Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2022-03-09T23:29:36.476Z] docker_cli_run_test.go:1309: unmatched requirement DaemonIsLinux [2022-03-09T23:29:36.476Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2022-03-09T23:29:36.476Z] docker_cli_run_test.go:2020: unmatched requirement DaemonIsLinux [2022-03-09T23:29:36.476Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2022-03-09T23:29:39.433Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2022-03-09T23:29:39.433Z] docker_cli_run_test.go:1140: unmatched requirement DaemonIsLinux [2022-03-09T23:29:39.433Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2022-03-09T23:29:39.902Z] === RUN TestDockerSuite/TestRunDuplicateMount [2022-03-09T23:29:39.903Z] docker_cli_run_test.go:4052: unmatched requirement DaemonIsLinux [2022-03-09T23:29:39.903Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2022-03-09T23:29:42.858Z] === RUN TestDockerSuite/TestRunEchoStdout [2022-03-09T23:29:45.124Z] === RUN TestDockerSuite/TestRunEmptyEnv [2022-03-09T23:29:45.124Z] docker_cli_run_test.go:4135: unmatched requirement DaemonIsLinux [2022-03-09T23:29:45.124Z] === RUN TestDockerSuite/TestRunEntrypoint [2022-03-09T23:29:48.085Z] === RUN TestDockerSuite/TestRunEnvironment [2022-03-09T23:29:48.085Z] docker_cli_run_test.go:816: unmatched requirement DaemonIsLinux [2022-03-09T23:29:48.085Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2022-03-09T23:29:48.085Z] docker_cli_run_test.go:855: unmatched requirement DaemonIsLinux [2022-03-09T23:29:48.085Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2022-03-09T23:29:48.085Z] docker_cli_run_test.go:888: unmatched requirement DaemonIsLinux [2022-03-09T23:29:48.085Z] === RUN TestDockerSuite/TestRunExitCode [2022-03-09T23:29:51.048Z] === RUN TestDockerSuite/TestRunExitCodeOne [2022-03-09T23:29:53.273Z] === RUN TestDockerSuite/TestRunExitCodeZero [2022-03-09T23:29:56.232Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2022-03-09T23:29:59.192Z] === RUN TestDockerSuite/TestRunExposePort [2022-03-09T23:29:59.192Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2022-03-09T23:29:59.192Z] docker_cli_run_test.go:946: unmatched requirement DaemonIsLinux [2022-03-09T23:29:59.192Z] === RUN TestDockerSuite/TestRunGroupAdd [2022-03-09T23:29:59.192Z] docker_cli_run_test.go:1073: unmatched requirement DaemonIsLinux [2022-03-09T23:29:59.192Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2022-03-09T23:29:59.192Z] docker_cli_run_test.go:4378: unmatched requirement DaemonIsLinux [2022-03-09T23:29:59.192Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2022-03-09T23:29:59.192Z] docker_cli_run_test.go:4391: unmatched requirement DaemonIsLinux [2022-03-09T23:29:59.192Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2022-03-09T23:29:59.192Z] docker_cli_run_test.go:4119: unmatched requirement Isolation.IsHyperV-fm [2022-03-09T23:29:59.192Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2022-03-09T23:29:59.192Z] docker_cli_run_test.go:3693: unmatched requirement DaemonIsLinux [2022-03-09T23:29:59.192Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2022-03-09T23:29:59.192Z] docker_cli_run_test.go:1998: unmatched requirement DaemonIsLinux [2022-03-09T23:29:59.192Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2022-03-09T23:30:09.678Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2022-03-09T23:30:09.678Z] docker_cli_run_test.go:3240: unmatched requirement DaemonIsLinux [2022-03-09T23:30:09.678Z] === RUN TestDockerSuite/TestRunInvalidReference [2022-03-09T23:30:09.678Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2022-03-09T23:30:09.678Z] docker_cli_run_test.go:59: unmatched requirement DaemonIsLinux [2022-03-09T23:30:09.678Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2022-03-09T23:30:09.678Z] docker_cli_run_test.go:3349: unmatched requirement DaemonIsLinux [2022-03-09T23:30:09.678Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2022-03-09T23:30:09.678Z] docker_cli_run_test.go:194: unmatched requirement DaemonIsLinux [2022-03-09T23:30:09.678Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2022-03-09T23:30:09.678Z] docker_cli_run_test.go:179: unmatched requirement DaemonIsLinux [2022-03-09T23:30:09.678Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2022-03-09T23:30:20.402Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2022-03-09T23:30:20.402Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2022-03-09T23:30:20.402Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2022-03-09T23:30:22.029Z] === RUN TestDockerSuite/TestRunModeHostname [2022-03-09T23:30:22.029Z] docker_cli_run_test.go:1197: unmatched requirement DaemonIsLinux [2022-03-09T23:30:22.029Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2022-03-09T23:30:22.029Z] docker_cli_run_test.go:2310: unmatched requirement DaemonIsLinux [2022-03-09T23:30:22.029Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2022-03-09T23:30:22.029Z] docker_cli_run_test.go:2319: unmatched requirement DaemonIsLinux [2022-03-09T23:30:22.029Z] === RUN TestDockerSuite/TestRunModeIpcHost [2022-03-09T23:30:22.029Z] docker_cli_run_test.go:2288: unmatched requirement DaemonIsLinux [2022-03-09T23:30:22.029Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2022-03-09T23:30:22.029Z] docker_cli_run_test.go:3393: unmatched requirement DaemonIsLinux [2022-03-09T23:30:22.518Z] === RUN TestDockerSuite/TestRunModePIDContainer [2022-03-09T23:30:22.518Z] docker_cli_run_test.go:2332: unmatched requirement DaemonIsLinux [2022-03-09T23:30:22.518Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2022-03-09T23:30:22.518Z] docker_cli_run_test.go:2357: unmatched requirement DaemonIsLinux [2022-03-09T23:30:22.518Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2022-03-09T23:30:22.518Z] docker_cli_run_test.go:2366: unmatched requirement DaemonIsLinux [2022-03-09T23:30:22.518Z] === RUN TestDockerSuite/TestRunModeUTSHost [2022-03-09T23:30:22.518Z] docker_cli_run_test.go:2424: unmatched requirement DaemonIsLinux [2022-03-09T23:30:22.518Z] === RUN TestDockerSuite/TestRunMount [2022-03-09T23:30:22.518Z] docker_cli_run_test.go:4201: unmatched requirement DaemonIsLinux [2022-03-09T23:30:22.518Z] === RUN TestDockerSuite/TestRunMountOrdering [2022-03-09T23:30:22.518Z] docker_cli_run_test.go:2075: unmatched requirement DaemonIsLinux [2022-03-09T23:30:22.518Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2022-03-09T23:30:22.518Z] docker_cli_run_test.go:4189: unmatched requirement DaemonIsLinux [2022-03-09T23:30:22.518Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2022-03-09T23:30:22.518Z] docker_cli_run_test.go:2379: unmatched requirement DaemonIsLinux [2022-03-09T23:30:22.518Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2022-03-09T23:30:31.394Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2022-03-09T23:30:31.394Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-03-09T23:30:31.394Z] === RUN TestDockerSuite/TestRunNamedVolume [2022-03-09T23:30:31.394Z] docker_cli_run_test.go:3182: unmatched requirement DaemonIsLinux [2022-03-09T23:30:31.394Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2022-03-09T23:30:31.394Z] docker_cli_run_test.go:3744: unmatched requirement DaemonIsLinux [2022-03-09T23:30:31.394Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2022-03-09T23:30:42.124Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2022-03-09T23:30:47.043Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2022-03-09T23:30:47.043Z] docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux [2022-03-09T23:30:47.043Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2022-03-09T23:30:47.043Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2022-03-09T23:30:47.043Z] === RUN TestDockerSuite/TestRunNetHost [2022-03-09T23:30:47.043Z] docker_cli_run_test.go:2545: unmatched requirement DaemonIsLinux [2022-03-09T23:30:47.043Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2022-03-09T23:30:47.043Z] docker_cli_run_test.go:930: unmatched requirement DaemonIsLinux [2022-03-09T23:30:47.043Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2022-03-09T23:30:47.043Z] docker_cli_run_test.go:2568: unmatched requirement DaemonIsLinux [2022-03-09T23:30:47.043Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2022-03-09T23:30:47.043Z] docker_cli_run_test.go:3037: unmatched requirement DaemonIsLinux [2022-03-09T23:30:47.043Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2022-03-09T23:30:47.043Z] docker_cli_run_test.go:3061: unmatched requirement DaemonIsLinux [2022-03-09T23:30:47.043Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2022-03-09T23:30:47.043Z] docker_cli_run_test.go:3083: unmatched requirement DaemonIsLinux [2022-03-09T23:30:47.043Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2022-03-09T23:30:47.043Z] docker_cli_run_test.go:3407: unmatched requirement DaemonIsLinux [2022-03-09T23:30:47.043Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2022-03-09T23:30:47.535Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2022-03-09T23:30:48.563Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2022-03-09T23:30:51.666Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2022-03-09T23:30:53.979Z] === RUN TestDockerSuite/TestRunNonExistingImage [2022-03-09T23:30:55.025Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2022-03-09T23:30:57.323Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2022-03-09T23:30:57.817Z] docker_cli_run_test.go:1402: unmatched requirement DaemonIsLinux [2022-03-09T23:30:57.817Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2022-03-09T23:30:57.817Z] docker_cli_run_test.go:2776: unmatched requirement DaemonIsLinux [2022-03-09T23:30:57.817Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2022-03-09T23:30:57.817Z] docker_cli_run_test.go:2466: unmatched requirement DaemonIsLinux [2022-03-09T23:30:57.817Z] === RUN TestDockerSuite/TestRunPortInUse [2022-03-09T23:30:57.817Z] docker_cli_run_test.go:2038: unmatched requirement DaemonIsLinux [2022-03-09T23:30:57.817Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2022-03-09T23:30:57.817Z] docker_cli_run_test.go:956: unmatched requirement DaemonIsLinux [2022-03-09T23:30:57.817Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2022-03-09T23:30:57.817Z] docker_cli_run_test.go:1084: unmatched requirement DaemonIsLinux [2022-03-09T23:30:57.817Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2022-03-09T23:30:57.817Z] docker_cli_run_test.go:1123: unmatched requirement DaemonIsLinux [2022-03-09T23:30:57.817Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2022-03-09T23:30:57.817Z] docker_cli_run_test.go:1131: unmatched requirement DaemonIsLinux [2022-03-09T23:30:57.817Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2022-03-09T23:31:00.882Z] === RUN TestDockerSuite/TestRunPublishPort [2022-03-09T23:31:00.882Z] docker_cli_run_test.go:2951: unmatched requirement DaemonIsLinux [2022-03-09T23:31:00.882Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2022-03-09T23:31:00.882Z] docker_cli_run_test.go:2854: unmatched requirement Apparmor [2022-03-09T23:31:00.882Z] === RUN TestDockerSuite/TestRunReadProcLatency [2022-03-09T23:31:00.882Z] docker_cli_run_test.go:2833: unmatched requirement DaemonIsLinux [2022-03-09T23:31:00.882Z] === RUN TestDockerSuite/TestRunReadProcTimer [2022-03-09T23:31:00.882Z] docker_cli_run_test.go:2818: unmatched requirement DaemonIsLinux [2022-03-09T23:31:00.882Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2022-03-09T23:31:00.882Z] docker_cli_run_test.go:1424: unmatched requirement DaemonIsLinux [2022-03-09T23:31:00.882Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2022-03-09T23:31:11.543Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2022-03-09T23:31:11.543Z] docker_cli_run_test.go:2120: unmatched requirement DaemonIsLinux [2022-03-09T23:31:11.543Z] === RUN TestDockerSuite/TestRunRm [2022-03-09T23:31:13.245Z] === RUN TestDockerSuite/TestRunRmAndWait [2022-03-09T23:31:19.286Z] === RUN TestDockerSuite/TestRunRmPre125Api [2022-03-09T23:31:26.645Z] === RUN TestDockerSuite/TestRunRootWorkdir [2022-03-09T23:31:29.708Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2022-03-09T23:31:32.084Z] === RUN TestDockerSuite/TestRunSetMacAddress [2022-03-09T23:31:35.141Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2022-03-09T23:31:35.141Z] docker_cli_run_test.go:2232: unmatched requirement DaemonIsLinux [2022-03-09T23:31:35.141Z] === RUN TestDockerSuite/TestRunState [2022-03-09T23:31:35.141Z] docker_cli_run_test.go:1620: unmatched requirement DaemonIsLinux [2022-03-09T23:31:35.141Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2022-03-09T23:31:42.571Z] === RUN TestDockerSuite/TestRunStdinPipe [2022-03-09T23:31:42.571Z] docker_cli_run_test.go:97: unmatched requirement DaemonIsLinux [2022-03-09T23:31:42.571Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2022-03-09T23:31:45.635Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2022-03-09T23:31:45.635Z] docker_cli_run_test.go:1107: unmatched requirement DaemonIsLinux [2022-03-09T23:31:45.635Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2022-03-09T23:31:45.635Z] docker_cli_run_test.go:1115: unmatched requirement DaemonIsLinux [2022-03-09T23:31:45.635Z] === RUN TestDockerSuite/TestRunTLSVerify [2022-03-09T23:31:45.635Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2022-03-09T23:31:45.635Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2022-03-09T23:31:45.635Z] docker_cli_run_test.go:1155: unmatched requirement DaemonIsLinux [2022-03-09T23:31:45.635Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2022-03-09T23:31:50.554Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2022-03-09T23:31:50.554Z] docker_cli_run_test.go:966: unmatched requirement DaemonIsLinux [2022-03-09T23:31:50.554Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2022-03-09T23:31:50.554Z] docker_cli_run_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-09T23:31:51.044Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2022-03-09T23:31:51.044Z] docker_cli_run_test.go:1164: unmatched requirement DaemonIsLinux [2022-03-09T23:31:51.044Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2022-03-09T23:31:51.044Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2022-03-09T23:31:51.044Z] === RUN TestDockerSuite/TestRunUnshareProc [2022-03-09T23:31:51.044Z] docker_cli_run_test.go:2893: unmatched requirement Apparmor [2022-03-09T23:31:51.044Z] === RUN TestDockerSuite/TestRunUserByID [2022-03-09T23:31:51.044Z] docker_cli_run_test.go:735: unmatched requirement DaemonIsLinux [2022-03-09T23:31:51.044Z] === RUN TestDockerSuite/TestRunUserByIDBig [2022-03-09T23:31:51.044Z] docker_cli_run_test.go:745: unmatched requirement DaemonIsLinux [2022-03-09T23:31:51.044Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2022-03-09T23:31:51.044Z] docker_cli_run_test.go:758: unmatched requirement DaemonIsLinux [2022-03-09T23:31:51.044Z] === RUN TestDockerSuite/TestRunUserByIDZero [2022-03-09T23:31:51.044Z] docker_cli_run_test.go:771: unmatched requirement DaemonIsLinux [2022-03-09T23:31:51.044Z] === RUN TestDockerSuite/TestRunUserByName [2022-03-09T23:31:51.044Z] docker_cli_run_test.go:725: unmatched requirement DaemonIsLinux [2022-03-09T23:31:51.044Z] === RUN TestDockerSuite/TestRunUserDefaults [2022-03-09T23:31:54.031Z] === RUN TestDockerSuite/TestRunUserNotFound [2022-03-09T23:31:54.031Z] docker_cli_run_test.go:784: unmatched requirement DaemonIsLinux [2022-03-09T23:31:54.031Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2022-03-09T23:31:56.250Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2022-03-09T23:31:56.250Z] docker_cli_run_test.go:3842: unmatched requirement DaemonIsLinux [2022-03-09T23:31:56.250Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2022-03-09T23:31:56.250Z] docker_cli_run_test.go:3835: unmatched requirement DaemonIsLinux [2022-03-09T23:31:56.250Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2022-03-09T23:32:05.021Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2022-03-09T23:32:13.698Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2022-03-09T23:32:18.529Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2022-03-09T23:32:27.197Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2022-03-09T23:32:27.197Z] docker_cli_run_test.go:657: unmatched requirement DaemonIsLinux [2022-03-09T23:32:27.197Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2022-03-09T23:32:27.197Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2022-03-09T23:32:30.156Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2022-03-09T23:32:32.374Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2022-03-09T23:32:35.401Z] === RUN TestDockerSuite/TestRunWithBadDevice [2022-03-09T23:32:35.401Z] docker_cli_run_test.go:1849: unmatched requirement DaemonIsLinux [2022-03-09T23:32:35.401Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2022-03-09T23:32:35.401Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2022-03-09T23:32:35.401Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2022-03-09T23:32:35.401Z] docker_cli_run_test.go:281: unmatched requirement DaemonIsLinux [2022-03-09T23:32:35.401Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2022-03-09T23:32:35.401Z] docker_cli_run_test.go:3709: unmatched requirement DaemonIsLinux [2022-03-09T23:32:35.401Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2022-03-09T23:32:35.401Z] docker_cli_run_test.go:3720: unmatched requirement DaemonIsLinux [2022-03-09T23:32:35.401Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2022-03-09T23:32:35.401Z] docker_cli_run_test.go:2799: unmatched requirement DaemonIsLinux [2022-03-09T23:32:35.401Z] === RUN TestDockerSuite/TestRunWithUlimits [2022-03-09T23:32:35.401Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2022-03-09T23:32:35.401Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2022-03-09T23:32:40.236Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2022-03-09T23:32:42.460Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2022-03-09T23:32:45.418Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2022-03-09T23:32:50.255Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2022-03-09T23:32:50.255Z] docker_cli_run_test.go:3010: unmatched requirement Apparmor [2022-03-09T23:32:50.255Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2022-03-09T23:32:50.255Z] docker_cli_run_test.go:1801: unmatched requirement DaemonIsLinux [2022-03-09T23:32:50.793Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2022-03-09T23:32:50.793Z] docker_cli_run_test.go:2809: unmatched requirement DaemonIsLinux [2022-03-09T23:32:50.793Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2022-03-09T23:32:50.793Z] docker_cli_run_test.go:3607: unmatched requirement DaemonIsLinux [2022-03-09T23:32:50.793Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2022-03-09T23:32:50.793Z] docker_cli_run_test.go:3618: unmatched requirement DaemonIsLinux [2022-03-09T23:32:50.793Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2022-03-09T23:32:50.793Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-03-09T23:32:50.793Z] === RUN TestDockerSuite/TestSaveCheckTimes [2022-03-09T23:32:50.793Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-03-09T23:32:50.793Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2022-03-09T23:32:50.793Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-03-09T23:32:50.793Z] === RUN TestDockerSuite/TestSaveImageId [2022-03-09T23:32:50.793Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-03-09T23:32:50.793Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2022-03-09T23:32:50.793Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-03-09T23:32:50.793Z] === RUN TestDockerSuite/TestSaveLoadParents [2022-03-09T23:32:50.793Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-03-09T23:32:50.793Z] === RUN TestDockerSuite/TestSaveMultipleNames [2022-03-09T23:32:50.793Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-03-09T23:32:50.793Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2022-03-09T23:32:50.793Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-03-09T23:32:50.793Z] === RUN TestDockerSuite/TestSaveSingleTag [2022-03-09T23:32:50.793Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-03-09T23:32:50.793Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2022-03-09T23:32:50.793Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-03-09T23:32:50.793Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2022-03-09T23:32:50.793Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-03-09T23:32:50.793Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2022-03-09T23:32:50.793Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-03-09T23:32:50.793Z] === RUN TestDockerSuite/TestSearchCmdOptions [2022-03-09T23:32:53.750Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2022-03-09T23:32:53.750Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2022-03-09T23:32:54.219Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2022-03-09T23:32:54.688Z] === RUN TestDockerSuite/TestSearchWithLimit [2022-03-09T23:32:56.920Z] === RUN TestDockerSuite/TestSlowStdinClosing [2022-03-09T23:32:56.920Z] === RUN TestDockerSuite/TestSlowStdinClosing/0 [2022-03-09T23:33:04.090Z] === RUN TestDockerSuite/TestSlowStdinClosing/1 [2022-03-09T23:33:07.049Z] === RUN TestDockerSuite/TestSlowStdinClosing/2 [2022-03-09T23:33:14.286Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2022-03-09T23:33:14.286Z] docker_cli_start_test.go:45: unmatched requirement DaemonIsLinux [2022-03-09T23:33:14.286Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2022-03-09T23:33:24.733Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2022-03-09T23:33:24.733Z] docker_cli_start_test.go:17: unmatched requirement DaemonIsLinux [2022-03-09T23:33:24.733Z] === RUN TestDockerSuite/TestStartAttachSilent [2022-03-09T23:33:28.537Z] === RUN TestDockerSuite/TestStartAttachWithRename [2022-03-09T23:33:28.537Z] docker_cli_start_test.go:174: unmatched requirement DaemonIsLinux [2022-03-09T23:33:28.537Z] === RUN TestDockerSuite/TestStartMultipleContainers [2022-03-09T23:33:28.537Z] docker_cli_start_test.go:110: unmatched requirement DaemonIsLinux [2022-03-09T23:33:28.537Z] === RUN TestDockerSuite/TestStartPausedContainer [2022-03-09T23:33:28.537Z] docker_cli_start_test.go:95: unmatched requirement IsPausable [2022-03-09T23:33:28.537Z] === RUN TestDockerSuite/TestStartRecordError [2022-03-09T23:33:28.537Z] docker_cli_start_test.go:71: unmatched requirement DaemonIsLinux [2022-03-09T23:33:28.537Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2022-03-09T23:33:35.700Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2022-03-09T23:33:35.700Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-03-09T23:33:35.700Z] === RUN TestDockerSuite/TestStatsAllNoStream [2022-03-09T23:33:35.700Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-03-09T23:33:35.700Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2022-03-09T23:33:35.700Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-03-09T23:33:35.700Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2022-03-09T23:33:35.700Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-03-09T23:33:35.700Z] === RUN TestDockerSuite/TestStatsFormatAll [2022-03-09T23:33:35.700Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-03-09T23:33:35.700Z] === RUN TestDockerSuite/TestStatsNoStream [2022-03-09T23:33:35.700Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-03-09T23:33:35.700Z] === RUN TestDockerSuite/TestTopMultipleArgs [2022-03-09T23:33:37.919Z] === RUN TestDockerSuite/TestTopNonPrivileged [2022-03-09T23:33:40.941Z] === RUN TestDockerSuite/TestTopPrivileged [2022-03-09T23:33:40.941Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-03-09T23:33:40.941Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2022-03-09T23:33:43.902Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2022-03-09T23:33:43.902Z] docker_cli_run_test.go:3418: unmatched requirement DaemonIsLinux [2022-03-09T23:33:43.902Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2022-03-09T23:33:43.902Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-03-09T23:33:43.902Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2022-03-09T23:33:43.902Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-03-09T23:33:43.902Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2022-03-09T23:33:43.902Z] docker_cli_run_test.go:292: unmatched requirement DaemonIsLinux [2022-03-09T23:33:43.902Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2022-03-09T23:33:43.902Z] docker_cli_run_test.go:207: unmatched requirement DaemonIsLinux [2022-03-09T23:33:43.902Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2022-03-09T23:33:43.902Z] docker_cli_run_test.go:243: unmatched requirement DaemonIsLinux [2022-03-09T23:33:43.902Z] === RUN TestDockerSuite/TestVolumeCLICreate [2022-03-09T23:34:01.850Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2022-03-09T23:34:01.850Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2022-03-09T23:34:01.850Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2022-03-09T23:34:01.850Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-03-09T23:34:01.850Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2022-03-09T23:34:01.850Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2022-03-09T23:34:01.850Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2022-03-09T23:34:01.850Z] === RUN TestDockerSuite/TestVolumeCLILs [2022-03-09T23:34:04.077Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2022-03-09T23:34:04.077Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2022-03-09T23:34:12.745Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2022-03-09T23:34:13.212Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2022-03-09T23:34:13.752Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2022-03-09T23:34:13.752Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2022-03-09T23:34:14.223Z] === RUN TestDockerSuite/TestVolumeCLIRm [2022-03-09T23:34:29.164Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2022-03-09T23:34:29.164Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-03-09T23:34:29.164Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2022-03-09T23:34:29.164Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2022-03-09T23:34:29.634Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2022-03-09T23:34:29.634Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-03-09T23:34:29.634Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2022-03-09T23:34:38.373Z] === RUN TestDockerSuite/TestVolumeLsFormat [2022-03-09T23:34:38.373Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2022-03-09T23:34:38.373Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2022-03-09T23:34:56.256Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2022-03-09T23:34:56.256Z] docker_cli_run_test.go:2168: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.256Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2022-03-09T23:34:56.256Z] --- PASS: TestDockerSuite (3237.92s) [2022-03-09T23:34:56.256Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.03s) [2022-03-09T23:34:56.256Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-03-09T23:34:56.256Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.03s) [2022-03-09T23:34:56.256Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.02s) [2022-03-09T23:34:56.256Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.02s) [2022-03-09T23:34:56.256Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-03-09T23:34:56.256Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s) [2022-03-09T23:34:56.256Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.84s) [2022-03-09T23:34:56.256Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.34s) [2022-03-09T23:34:56.256Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.74s) [2022-03-09T23:34:56.256Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.39s) [2022-03-09T23:34:56.256Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (118.63s) [2022-03-09T23:34:56.256Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (1.20s) [2022-03-09T23:34:56.256Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.06s) [2022-03-09T23:34:56.256Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.03s) [2022-03-09T23:34:56.256Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-03-09T23:34:56.256Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-03-09T23:34:56.256Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.03s) [2022-03-09T23:34:56.256Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.03s) [2022-03-09T23:34:56.256Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-03-09T23:34:56.256Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-03-09T23:34:56.256Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.02s) [2022-03-09T23:34:56.256Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-03-09T23:34:56.256Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (6.48s) [2022-03-09T23:34:56.256Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-03-09T23:34:56.256Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-03-09T23:34:56.256Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (3.65s) [2022-03-09T23:34:56.256Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (2.69s) [2022-03-09T23:34:56.256Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-03-09T23:34:56.256Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.03s) [2022-03-09T23:34:56.256Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-03-09T23:34:56.256Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2022-03-09T23:34:56.256Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (3.74s) [2022-03-09T23:34:56.256Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-03-09T23:34:56.256Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-03-09T23:34:56.256Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (7.99s) [2022-03-09T23:34:56.256Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (139.53s) [2022-03-09T23:34:56.256Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.56s) [2022-03-09T23:34:56.256Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (6.95s) [2022-03-09T23:34:56.256Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.03s) [2022-03-09T23:34:56.256Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (4.91s) [2022-03-09T23:34:56.256Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (1.07s) [2022-03-09T23:34:56.256Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-03-09T23:34:56.256Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-03-09T23:34:56.256Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-03-09T23:34:56.256Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.30s) [2022-03-09T23:34:56.256Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (1.10s) [2022-03-09T23:34:56.256Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (3.89s) [2022-03-09T23:34:56.256Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.94s) [2022-03-09T23:34:56.256Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.06s) [2022-03-09T23:34:56.256Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-03-09T23:34:56.256Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.10s) [2022-03-09T23:34:56.256Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (3.82s) [2022-03-09T23:34:56.256Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (14.09s) [2022-03-09T23:34:56.256Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (6.11s) [2022-03-09T23:34:56.256Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (1.32s) [2022-03-09T23:34:56.256Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s) [2022-03-09T23:34:56.256Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.57s) [2022-03-09T23:34:56.256Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (2.11s) [2022-03-09T23:34:56.256Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (10.53s) [2022-03-09T23:34:56.256Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.04s) [2022-03-09T23:34:56.256Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-03-09T23:34:56.256Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-03-09T23:34:56.256Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-03-09T23:34:56.256Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.73s) [2022-03-09T23:34:56.256Z] --- PASS: TestDockerSuite/TestBuildAddTar (57.91s) [2022-03-09T23:34:56.256Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.05s) [2022-03-09T23:34:56.256Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.45s) [2022-03-09T23:34:56.256Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (25.53s) [2022-03-09T23:34:56.256Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.90s) [2022-03-09T23:34:56.256Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.74s) [2022-03-09T23:34:56.256Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (8.36s) [2022-03-09T23:34:56.256Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.26s) [2022-03-09T23:34:56.256Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (5.83s) [2022-03-09T23:34:56.256Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (10.97s) [2022-03-09T23:34:56.256Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (10.24s) [2022-03-09T23:34:56.256Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.48s) [2022-03-09T23:34:56.256Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (10.76s) [2022-03-09T23:34:56.256Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s) [2022-03-09T23:34:56.256Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-03-09T23:34:56.256Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (8.11s) [2022-03-09T23:34:56.256Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2022-03-09T23:34:56.256Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.80s) [2022-03-09T23:34:56.256Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.05s) [2022-03-09T23:34:56.256Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2022-03-09T23:34:56.256Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (37.13s) [2022-03-09T23:34:56.256Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (5.60s) [2022-03-09T23:34:56.256Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.94s) [2022-03-09T23:34:56.256Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.50s) [2022-03-09T23:34:56.256Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.73s) [2022-03-09T23:34:56.256Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.06s) [2022-03-09T23:34:56.256Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (5.37s) [2022-03-09T23:34:56.256Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.74s) [2022-03-09T23:34:56.256Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.06s) [2022-03-09T23:34:56.256Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.03s) [2022-03-09T23:34:56.256Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.91s) [2022-03-09T23:34:56.256Z] --- PASS: TestDockerSuite/TestBuildClearCmd (1.23s) [2022-03-09T23:34:56.256Z] --- PASS: TestDockerSuite/TestBuildCmd (0.79s) [2022-03-09T23:34:56.256Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.73s) [2022-03-09T23:34:56.256Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.71s) [2022-03-09T23:34:56.256Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (6.45s) [2022-03-09T23:34:56.256Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.77s) [2022-03-09T23:34:56.256Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-03-09T23:34:56.256Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.58s) [2022-03-09T23:34:56.256Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-03-09T23:34:56.256Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.64s) [2022-03-09T23:34:56.256Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (2.45s) [2022-03-09T23:34:56.256Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (1.19s) [2022-03-09T23:34:56.256Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.69s) [2022-03-09T23:34:56.256Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s) [2022-03-09T23:34:56.256Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (1.14s) [2022-03-09T23:34:56.256Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.87s) [2022-03-09T23:34:56.256Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-03-09T23:34:56.256Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-03-09T23:34:56.256Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (11.27s) [2022-03-09T23:34:56.256Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (39.21s) [2022-03-09T23:34:56.256Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.83s) [2022-03-09T23:34:56.256Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.71s) [2022-03-09T23:34:56.256Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (6.24s) [2022-03-09T23:34:56.256Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.46s) [2022-03-09T23:34:56.256Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.43s) [2022-03-09T23:34:56.256Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-03-09T23:34:56.256Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.68s) [2022-03-09T23:34:56.256Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.05s) [2022-03-09T23:34:56.256Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (36.11s) [2022-03-09T23:34:56.256Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.99s) [2022-03-09T23:34:56.256Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.50s) [2022-03-09T23:34:56.256Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (30.12s) [2022-03-09T23:34:56.256Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (2.04s) [2022-03-09T23:34:56.256Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.97s) [2022-03-09T23:34:56.256Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (4.20s) [2022-03-09T23:34:56.256Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (3.46s) [2022-03-09T23:34:56.256Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (3.51s) [2022-03-09T23:34:56.256Z] --- PASS: TestDockerSuite/TestBuildDockerignore (91.74s) [2022-03-09T23:34:56.256Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (6.69s) [2022-03-09T23:34:56.256Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.49s) [2022-03-09T23:34:56.256Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (102.66s) [2022-03-09T23:34:56.256Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (2.26s) [2022-03-09T23:34:56.256Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.94s) [2022-03-09T23:34:56.256Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (27.16s) [2022-03-09T23:34:56.256Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (17.47s) [2022-03-09T23:34:56.256Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (17.00s) [2022-03-09T23:34:56.256Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (42.42s) [2022-03-09T23:34:56.256Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (12.64s) [2022-03-09T23:34:56.256Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (12.45s) [2022-03-09T23:34:56.256Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (132.32s) [2022-03-09T23:34:56.256Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.57s) [2022-03-09T23:34:56.257Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.44s) [2022-03-09T23:34:56.257Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.04s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.77s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.44s) [2022-03-09T23:34:56.257Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.03s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.66s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.74s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (6.62s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (3.91s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (5.80s) [2022-03-09T23:34:56.257Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.04s) [2022-03-09T23:34:56.257Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.45s) [2022-03-09T23:34:56.257Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-03-09T23:34:56.257Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-03-09T23:34:56.257Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (4.75s) [2022-03-09T23:34:56.257Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s) [2022-03-09T23:34:56.257Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s) [2022-03-09T23:34:56.257Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (1.27s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (5.94s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (19.30s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.83s) [2022-03-09T23:34:56.257Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.06s) [2022-03-09T23:34:56.257Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.04s) [2022-03-09T23:34:56.257Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-03-09T23:34:56.257Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-03-09T23:34:56.257Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestBuildFails (7.62s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.15s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (6.75s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (6.52s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestBuildForceRm (12.77s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestBuildFromGit (11.94s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.72s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (6.52s) [2022-03-09T23:34:56.257Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.91s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.75s) [2022-03-09T23:34:56.257Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (15.18s) [2022-03-09T23:34:56.257Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestBuildHistory (14.38s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestBuildIidFile (1.25s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (2.42s) [2022-03-09T23:34:56.257Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.05s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.97s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.11s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (5.25s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestBuildLabel (1.25s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.82s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (1.27s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.78s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestBuildLabels (1.31s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (2.06s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (7.36s) [2022-03-09T23:34:56.257Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.11s) [2022-03-09T23:34:56.257Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.07s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.14s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.12s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.11s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.11s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.71s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.81s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (11.23s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (23.51s) [2022-03-09T23:34:56.257Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.08s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.81s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (37.38s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (22.43s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (6.28s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (7.32s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (6.65s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (19.86s) [2022-03-09T23:34:56.257Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.04s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (18.79s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.83s) [2022-03-09T23:34:56.257Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2022-03-09T23:34:56.257Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestBuildNoContext (3.33s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (10.09s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.96s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.32s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.16s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.83s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (1.28s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.72s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestBuildOnBuild (11.18s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (2.06s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (11.27s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (4.83s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (10.95s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (6.29s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (5.89s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.61s) [2022-03-09T23:34:56.257Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.07s) [2022-03-09T23:34:56.257Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (2.81s) [2022-03-09T23:34:56.257Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (54.45s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (32.35s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestBuildRm (15.44s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (4.22s) [2022-03-09T23:34:56.257Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.08s) [2022-03-09T23:34:56.257Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.56s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.82s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (4.48s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (9.43s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestBuildShellInherited (5.45s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (19.21s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (1.02s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.81s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (12.36s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.38s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (6.04s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.13s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestBuildStderr (5.66s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (23.42s) [2022-03-09T23:34:56.257Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.48s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (3.79s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.68s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestBuildTagEvent (5.66s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (6.28s) [2022-03-09T23:34:56.257Z] --- SKIP: TestDockerSuite/TestBuildUser (0.04s) [2022-03-09T23:34:56.257Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.04s) [2022-03-09T23:34:56.257Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (4.94s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.76s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (8.20s) [2022-03-09T23:34:56.257Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-03-09T23:34:56.257Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (26.39s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (1.14s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (11.48s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (6.84s) [2022-03-09T23:34:56.257Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.54s) [2022-03-09T23:34:56.257Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.07s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestBuildWithFailure (3.15s) [2022-03-09T23:34:56.257Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.45s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (13.34s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestBuildWithTabs (5.48s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.60s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (20.90s) [2022-03-09T23:34:56.257Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.50s) [2022-03-09T23:34:56.257Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.46s) [2022-03-09T23:34:56.257Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.08s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.61s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (9.75s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (2.63s) [2022-03-09T23:34:56.257Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.45s) [2022-03-09T23:34:56.257Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2022-03-09T23:34:56.257Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (2.58s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (10.25s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestCommitChange (6.02s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (5.59s) [2022-03-09T23:34:56.257Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestCommitNewFile (12.82s) [2022-03-09T23:34:56.257Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.03s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestCommitTTY (8.26s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (10.20s) [2022-03-09T23:34:56.257Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-03-09T23:34:56.257Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-03-09T23:34:56.257Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-03-09T23:34:56.257Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-03-09T23:34:56.257Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-03-09T23:34:56.257Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-03-09T23:34:56.257Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.10s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestContainerAPICommit (12.92s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (13.31s) [2022-03-09T23:34:56.257Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (7.52s) [2022-03-09T23:34:56.257Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-03-09T23:34:56.257Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-03-09T23:34:56.257Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestContainerAPICreate (2.84s) [2022-03-09T23:34:56.257Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.03s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (2.99s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s) [2022-03-09T23:34:56.257Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-03-09T23:34:56.257Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-03-09T23:34:56.257Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (2.99s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (2.70s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (2.67s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.02s) [2022-03-09T23:34:56.257Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (2.79s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.02s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (2.80s) [2022-03-09T23:34:56.257Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-03-09T23:34:56.257Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (2.78s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestContainerAPIKill (2.44s) [2022-03-09T23:34:56.257Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (2.91s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.29s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestContainerAPIRename (7.47s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (4.65s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (4.61s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.12s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.03s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.03s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestContainerAPIStart (2.36s) [2022-03-09T23:34:56.257Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestContainerAPIStop (7.78s) [2022-03-09T23:34:56.257Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (2.60s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.11s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestContainerAPIWait (4.65s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (2.37s) [2022-03-09T23:34:56.257Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-03-09T23:34:56.257Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-03-09T23:34:56.257Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-03-09T23:34:56.257Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-03-09T23:34:56.257Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (2.44s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (40.40s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (7.91s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (7.94s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (2.93s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (2.88s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000b868d0_} (2.87s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-11696203738_c:\foo_false____} (7.87s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-11696203738_c:\foo_true____} (7.96s) [2022-03-09T23:34:56.257Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.36s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.07s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.07s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.07s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2022-03-09T23:34:56.257Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.07s) [2022-03-09T23:34:56.257Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-03-09T23:34:56.257Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-03-09T23:34:56.257Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-03-09T23:34:56.257Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s) [2022-03-09T23:34:56.258Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-03-09T23:34:56.258Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (7.84s) [2022-03-09T23:34:56.258Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-03-09T23:34:56.258Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s) [2022-03-09T23:34:56.258Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2022-03-09T23:34:56.258Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s) [2022-03-09T23:34:56.258Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.03s) [2022-03-09T23:34:56.258Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s) [2022-03-09T23:34:56.258Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s) [2022-03-09T23:34:56.258Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s) [2022-03-09T23:34:56.258Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s) [2022-03-09T23:34:56.258Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2022-03-09T23:34:56.258Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-03-09T23:34:56.258Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-03-09T23:34:56.258Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-03-09T23:34:56.258Z] --- PASS: TestDockerSuite/TestCpGarbagePath (2.78s) [2022-03-09T23:34:56.258Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.08s) [2022-03-09T23:34:56.258Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2022-03-09T23:34:56.258Z] --- PASS: TestDockerSuite/TestCpRelativePath (8.05s) [2022-03-09T23:34:56.258Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-03-09T23:34:56.258Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-03-09T23:34:56.258Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.03s) [2022-03-09T23:34:56.258Z] --- PASS: TestDockerSuite/TestCpToCaseA (10.18s) [2022-03-09T23:34:56.258Z] --- PASS: TestDockerSuite/TestCpToCaseB (7.80s) [2022-03-09T23:34:56.258Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2022-03-09T23:34:56.258Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2022-03-09T23:34:56.258Z] --- PASS: TestDockerSuite/TestCpToCaseE (15.48s) [2022-03-09T23:34:56.258Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.03s) [2022-03-09T23:34:56.258Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s) [2022-03-09T23:34:56.258Z] --- PASS: TestDockerSuite/TestCpToCaseH (10.66s) [2022-03-09T23:34:56.258Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2022-03-09T23:34:56.258Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2022-03-09T23:34:56.258Z] --- PASS: TestDockerSuite/TestCpToDot (7.75s) [2022-03-09T23:34:56.258Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-03-09T23:34:56.258Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-03-09T23:34:56.258Z] --- PASS: TestDockerSuite/TestCpToStdout (2.84s) [2022-03-09T23:34:56.258Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.03s) [2022-03-09T23:34:56.258Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-03-09T23:34:56.258Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-03-09T23:34:56.258Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s) [2022-03-09T23:34:56.258Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.23s) [2022-03-09T23:34:56.258Z] --- PASS: TestDockerSuite/TestCreateArgs (0.23s) [2022-03-09T23:34:56.258Z] --- PASS: TestDockerSuite/TestCreateByImageID (2.36s) [2022-03-09T23:34:56.258Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (2.68s) [2022-03-09T23:34:56.258Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.22s) [2022-03-09T23:34:56.258Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.24s) [2022-03-09T23:34:56.258Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (2.32s) [2022-03-09T23:34:56.258Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.85s) [2022-03-09T23:34:56.258Z] --- PASS: TestDockerSuite/TestCreateLabels (0.22s) [2022-03-09T23:34:56.258Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-03-09T23:34:56.258Z] --- PASS: TestDockerSuite/TestCreateRM (0.44s) [2022-03-09T23:34:56.258Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-03-09T23:34:56.258Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.24s) [2022-03-09T23:34:56.258Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.46s) [2022-03-09T23:34:56.258Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (14.11s) [2022-03-09T23:34:56.258Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.27s) [2022-03-09T23:34:56.258Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.63s) [2022-03-09T23:34:56.258Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.65s) [2022-03-09T23:34:56.258Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.24s) [2022-03-09T23:34:56.258Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-03-09T23:34:56.258Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (7.64s) [2022-03-09T23:34:56.258Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-03-09T23:34:56.258Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.18s) [2022-03-09T23:34:56.258Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-03-09T23:34:56.258Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-03-09T23:34:56.258Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.03s) [2022-03-09T23:34:56.258Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-03-09T23:34:56.258Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-03-09T23:34:56.258Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-03-09T23:34:56.258Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-03-09T23:34:56.258Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.03s) [2022-03-09T23:34:56.258Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s) [2022-03-09T23:34:56.258Z] --- PASS: TestDockerSuite/TestDockerFails (0.09s) [2022-03-09T23:34:56.258Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-03-09T23:34:56.258Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-03-09T23:34:56.258Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-03-09T23:34:56.258Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.02s) [2022-03-09T23:34:56.258Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.02s) [2022-03-09T23:34:56.258Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (2.89s) [2022-03-09T23:34:56.258Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (2.91s) [2022-03-09T23:34:56.258Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (2.92s) [2022-03-09T23:34:56.258Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (18.73s) [2022-03-09T23:34:56.258Z] --- PASS: TestDockerSuite/TestEventsCopy (6.03s) [2022-03-09T23:34:56.258Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (10.95s) [2022-03-09T23:34:56.258Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (2.60s) [2022-03-09T23:34:56.258Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (1.05s) [2022-03-09T23:34:56.258Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (4.49s) [2022-03-09T23:34:56.258Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.98s) [2022-03-09T23:34:56.258Z] --- PASS: TestDockerSuite/TestEventsFilterType (1.35s) [2022-03-09T23:34:56.258Z] --- PASS: TestDockerSuite/TestEventsFilters (5.53s) [2022-03-09T23:34:56.258Z] --- PASS: TestDockerSuite/TestEventsFormat (5.43s) [2022-03-09T23:34:56.258Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.08s) [2022-03-09T23:34:56.258Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.09s) [2022-03-09T23:34:56.258Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2022-03-09T23:34:56.258Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s) [2022-03-09T23:34:56.258Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2022-03-09T23:34:56.258Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.24s) [2022-03-09T23:34:56.258Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2022-03-09T23:34:56.258Z] --- PASS: TestDockerSuite/TestEventsRename (2.98s) [2022-03-09T23:34:56.258Z] --- PASS: TestDockerSuite/TestEventsResize (8.28s) [2022-03-09T23:34:56.258Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (2.89s) [2022-03-09T23:34:56.258Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (3.34s) [2022-03-09T23:34:56.258Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (10.02s) [2022-03-09T23:34:56.258Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2022-03-09T23:34:56.258Z] --- PASS: TestDockerSuite/TestEventsUntag (2.83s) [2022-03-09T23:34:56.258Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (4.57s) [2022-03-09T23:34:56.258Z] --- SKIP: TestDockerSuite/TestExec (0.03s) [2022-03-09T23:34:56.258Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-03-09T23:34:56.258Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (2.41s) [2022-03-09T23:34:56.258Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (2.47s) [2022-03-09T23:34:56.258Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.03s) [2022-03-09T23:34:56.258Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-03-09T23:34:56.258Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-03-09T23:34:56.258Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (2.35s) [2022-03-09T23:34:56.258Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (2.61s) [2022-03-09T23:34:56.258Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (2.63s) [2022-03-09T23:34:56.258Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (2.44s) [2022-03-09T23:34:56.258Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (4.90s) [2022-03-09T23:34:56.258Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2022-03-09T23:34:56.258Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2022-03-09T23:34:56.258Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-03-09T23:34:56.258Z] --- PASS: TestDockerSuite/TestExecExitStatus (2.74s) [2022-03-09T23:34:56.258Z] --- PASS: TestDockerSuite/TestExecInspectID (4.36s) [2022-03-09T23:34:56.258Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2022-03-09T23:34:56.258Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-03-09T23:34:56.258Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2022-03-09T23:34:56.258Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s) [2022-03-09T23:34:56.258Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-03-09T23:34:56.258Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.99s) [2022-03-09T23:34:56.258Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s) [2022-03-09T23:34:56.258Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.02s) [2022-03-09T23:34:56.258Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s) [2022-03-09T23:34:56.258Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-03-09T23:34:56.258Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-03-09T23:34:56.258Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (3.03s) [2022-03-09T23:34:56.258Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2022-03-09T23:34:56.258Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (9.38s) [2022-03-09T23:34:56.258Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2022-03-09T23:34:56.258Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-03-09T23:34:56.258Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.02s) [2022-03-09T23:34:56.258Z] --- PASS: TestDockerSuite/TestGetContainerStats (6.53s) [2022-03-09T23:34:56.258Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (6.61s) [2022-03-09T23:34:56.258Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (3.51s) [2022-03-09T23:34:56.258Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (6.48s) [2022-03-09T23:34:56.258Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.03s) [2022-03-09T23:34:56.258Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.03s) [2022-03-09T23:34:56.258Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.16s) [2022-03-09T23:34:56.258Z] --- SKIP: TestDockerSuite/TestHealth (0.03s) [2022-03-09T23:34:56.258Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.09s) [2022-03-09T23:34:56.258Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.10s) [2022-03-09T23:34:56.258Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.09s) [2022-03-09T23:34:56.258Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (5.37s) [2022-03-09T23:34:56.258Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.09s) [2022-03-09T23:34:56.258Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-03-09T23:34:56.258Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.11s) [2022-03-09T23:34:56.258Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.10s) [2022-03-09T23:34:56.258Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.42s) [2022-03-09T23:34:56.258Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.83s) [2022-03-09T23:34:56.258Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.03s) [2022-03-09T23:34:56.258Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (1.33s) [2022-03-09T23:34:56.258Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.11s) [2022-03-09T23:34:56.258Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (2.26s) [2022-03-09T23:34:56.258Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.33s) [2022-03-09T23:34:56.258Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (2.74s) [2022-03-09T23:34:56.258Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (3.35s) [2022-03-09T23:34:56.258Z] --- PASS: TestDockerSuite/TestImagesFormat (0.25s) [2022-03-09T23:34:56.258Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.03s) [2022-03-09T23:34:56.258Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (4.20s) [2022-03-09T23:34:56.258Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.09s) [2022-03-09T23:34:56.258Z] --- PASS: TestDockerSuite/TestImportBadURL (0.09s) [2022-03-09T23:34:56.258Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.03s) [2022-03-09T23:34:56.258Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2022-03-09T23:34:56.258Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.09s) [2022-03-09T23:34:56.258Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-03-09T23:34:56.258Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2022-03-09T23:34:56.258Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-03-09T23:34:56.258Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.03s) [2022-03-09T23:34:56.258Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-03-09T23:34:56.258Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-03-09T23:34:56.258Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.09s) [2022-03-09T23:34:56.258Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-03-09T23:34:56.258Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-03-09T23:34:56.258Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (2.73s) [2022-03-09T23:34:56.258Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (2.63s) [2022-03-09T23:34:56.258Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-03-09T23:34:56.258Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-03-09T23:34:56.258Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.11s) [2022-03-09T23:34:56.258Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s) [2022-03-09T23:34:56.258Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (2.85s) [2022-03-09T23:34:56.258Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.24s) [2022-03-09T23:34:56.258Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (2.60s) [2022-03-09T23:34:56.258Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.03s) [2022-03-09T23:34:56.258Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-03-09T23:34:56.258Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-03-09T23:34:56.258Z] --- PASS: TestDockerSuite/TestInspectDefault (2.58s) [2022-03-09T23:34:56.258Z] --- PASS: TestDockerSuite/TestInspectHistory (5.32s) [2022-03-09T23:34:56.258Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2022-03-09T23:34:56.258Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-03-09T23:34:56.258Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-03-09T23:34:56.258Z] --- PASS: TestDockerSuite/TestInspectInt64 (2.79s) [2022-03-09T23:34:56.258Z] --- PASS: TestDockerSuite/TestInspectJSONFields (2.71s) [2022-03-09T23:34:56.258Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.24s) [2022-03-09T23:34:56.258Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (2.84s) [2022-03-09T23:34:56.258Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (2.69s) [2022-03-09T23:34:56.258Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2022-03-09T23:34:56.258Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.10s) [2022-03-09T23:34:56.258Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (2.69s) [2022-03-09T23:34:56.258Z] --- PASS: TestDockerSuite/TestInspectStatus (3.22s) [2022-03-09T23:34:56.258Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (5.19s) [2022-03-09T23:34:56.258Z] --- PASS: TestDockerSuite/TestInspectTemplateError (2.81s) [2022-03-09T23:34:56.258Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (2.58s) [2022-03-09T23:34:56.258Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (2.61s) [2022-03-09T23:34:56.258Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (2.56s) [2022-03-09T23:34:56.258Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (7.46s) [2022-03-09T23:34:56.258Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (2.70s) [2022-03-09T23:34:56.258Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.11s) [2022-03-09T23:34:56.258Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-03-09T23:34:56.258Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2022-03-09T23:34:56.258Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-03-09T23:34:56.258Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-03-09T23:34:56.258Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-03-09T23:34:56.258Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-03-09T23:34:56.258Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-03-09T23:34:56.258Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-03-09T23:34:56.258Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-03-09T23:34:56.258Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.03s) [2022-03-09T23:34:56.258Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-03-09T23:34:56.258Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-03-09T23:34:56.258Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2022-03-09T23:34:56.258Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-03-09T23:34:56.258Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-03-09T23:34:56.258Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-03-09T23:34:56.258Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.09s) [2022-03-09T23:34:56.258Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.02s) [2022-03-09T23:34:56.258Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (2.41s) [2022-03-09T23:34:56.258Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (2.38s) [2022-03-09T23:34:56.259Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (6.17s) [2022-03-09T23:34:56.259Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (3.02s) [2022-03-09T23:34:56.259Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-03-09T23:34:56.259Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (2.64s) [2022-03-09T23:34:56.259Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.09s) [2022-03-09T23:34:56.259Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (8.01s) [2022-03-09T23:34:56.259Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (8.11s) [2022-03-09T23:34:56.259Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (8.13s) [2022-03-09T23:34:56.259Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (3.26s) [2022-03-09T23:34:56.259Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (3.07s) [2022-03-09T23:34:56.259Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-03-09T23:34:56.259Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (2.88s) [2022-03-09T23:34:56.259Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (2.86s) [2022-03-09T23:34:56.259Z] --- PASS: TestDockerSuite/TestLogsSince (9.64s) [2022-03-09T23:34:56.259Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-03-09T23:34:56.259Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-03-09T23:34:56.259Z] --- PASS: TestDockerSuite/TestLogsTail (3.39s) [2022-03-09T23:34:56.259Z] --- PASS: TestDockerSuite/TestLogsTimestamps (3.04s) [2022-03-09T23:34:56.259Z] --- PASS: TestDockerSuite/TestLogsWithDetails (2.67s) [2022-03-09T23:34:56.259Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s) [2022-03-09T23:34:56.259Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s) [2022-03-09T23:34:56.259Z] --- SKIP: TestDockerSuite/TestNetHostname (0.02s) [2022-03-09T23:34:56.259Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-03-09T23:34:56.259Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-03-09T23:34:56.259Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-03-09T23:34:56.259Z] --- SKIP: TestDockerSuite/TestPluginActive (0.02s) [2022-03-09T23:34:56.259Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-03-09T23:34:56.259Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.12s) [2022-03-09T23:34:56.259Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.06s) [2022-03-09T23:34:56.259Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.03s) [2022-03-09T23:34:56.259Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-03-09T23:34:56.259Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-03-09T23:34:56.259Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s) [2022-03-09T23:34:56.259Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-03-09T23:34:56.259Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-03-09T23:34:56.259Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.03s) [2022-03-09T23:34:56.259Z] --- SKIP: TestDockerSuite/TestPortList (0.02s) [2022-03-09T23:34:56.259Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (5.23s) [2022-03-09T23:34:56.259Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.03s) [2022-03-09T23:34:56.259Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.03s) [2022-03-09T23:34:56.259Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-03-09T23:34:56.259Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-03-09T23:34:56.259Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-03-09T23:34:56.259Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-03-09T23:34:56.259Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-03-09T23:34:56.259Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-03-09T23:34:56.259Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-03-09T23:34:56.259Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (5.22s) [2022-03-09T23:34:56.259Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.03s) [2022-03-09T23:34:56.259Z] --- PASS: TestDockerSuite/TestPsByOrder (10.37s) [2022-03-09T23:34:56.259Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-03-09T23:34:56.259Z] --- PASS: TestDockerSuite/TestPsListContainersBase (11.32s) [2022-03-09T23:34:56.259Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (21.41s) [2022-03-09T23:34:56.259Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.37s) [2022-03-09T23:34:56.259Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.03s) [2022-03-09T23:34:56.259Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (14.32s) [2022-03-09T23:34:56.259Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (4.60s) [2022-03-09T23:34:56.259Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (18.51s) [2022-03-09T23:34:56.259Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (5.35s) [2022-03-09T23:34:56.259Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.10s) [2022-03-09T23:34:56.259Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.03s) [2022-03-09T23:34:56.259Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (5.84s) [2022-03-09T23:34:56.259Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s) [2022-03-09T23:34:56.259Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-03-09T23:34:56.259Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-03-09T23:34:56.259Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s) [2022-03-09T23:34:56.259Z] --- PASS: TestDockerSuite/TestPsShowMounts (8.58s) [2022-03-09T23:34:56.259Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.03s) [2022-03-09T23:34:56.259Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.66s) [2022-03-09T23:34:56.259Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-03-09T23:34:56.259Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.31s) [2022-03-09T23:34:56.259Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.98s) [2022-03-09T23:34:56.259Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-03-09T23:34:56.259Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (4.91s) [2022-03-09T23:34:56.259Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (4.97s) [2022-03-09T23:34:56.259Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (7.69s) [2022-03-09T23:34:56.259Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (41.38s) [2022-03-09T23:34:56.259Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.03s) [2022-03-09T23:34:56.259Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (7.31s) [2022-03-09T23:34:56.259Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.31s) [2022-03-09T23:34:56.259Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.24s) [2022-03-09T23:34:56.259Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.93s) [2022-03-09T23:34:56.259Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (5.02s) [2022-03-09T23:34:56.259Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (5.08s) [2022-03-09T23:34:56.259Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-03-09T23:34:56.259Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (4.97s) [2022-03-09T23:34:56.259Z] --- PASS: TestDockerSuite/TestRmiBlank (0.09s) [2022-03-09T23:34:56.259Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.36s) [2022-03-09T23:34:56.259Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (21.88s) [2022-03-09T23:34:56.259Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (3.38s) [2022-03-09T23:34:56.259Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.88s) [2022-03-09T23:34:56.259Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (7.87s) [2022-03-09T23:34:56.259Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (11.02s) [2022-03-09T23:34:56.259Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (14.00s) [2022-03-09T23:34:56.259Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (5.15s) [2022-03-09T23:34:56.259Z] --- PASS: TestDockerSuite/TestRmiTag (0.85s) [2022-03-09T23:34:56.259Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (2.83s) [2022-03-09T23:34:56.259Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (19.93s) [2022-03-09T23:34:56.259Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (8.00s) [2022-03-09T23:34:56.259Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (5.84s) [2022-03-09T23:34:56.259Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.42s) [2022-03-09T23:34:56.259Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-03-09T23:34:56.259Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2022-03-09T23:34:56.259Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-03-09T23:34:56.259Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-03-09T23:34:56.259Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-03-09T23:34:56.259Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-03-09T23:34:56.259Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-03-09T23:34:56.259Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (2.52s) [2022-03-09T23:34:56.259Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-03-09T23:34:56.259Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-03-09T23:34:56.259Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (10.22s) [2022-03-09T23:34:56.259Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (3.38s) [2022-03-09T23:34:56.259Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (7.61s) [2022-03-09T23:34:56.259Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (2.88s) [2022-03-09T23:34:56.259Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (2.80s) [2022-03-09T23:34:56.259Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.09s) [2022-03-09T23:34:56.259Z] --- PASS: TestDockerSuite/TestRunBindMounts (5.40s) [2022-03-09T23:34:56.259Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-03-09T23:34:56.259Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.03s) [2022-03-09T23:34:56.259Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-03-09T23:34:56.259Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-03-09T23:34:56.259Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-03-09T23:34:56.259Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-03-09T23:34:56.259Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-03-09T23:34:56.259Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-03-09T23:34:56.259Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-03-09T23:34:56.259Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-03-09T23:34:56.259Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-03-09T23:34:56.259Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (2.53s) [2022-03-09T23:34:56.259Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-03-09T23:34:56.259Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (3.94s) [2022-03-09T23:34:56.259Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.05s) [2022-03-09T23:34:56.259Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-03-09T23:34:56.259Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (2.45s) [2022-03-09T23:34:56.259Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-03-09T23:34:56.259Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-03-09T23:34:56.259Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-03-09T23:34:56.259Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-03-09T23:34:56.259Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-03-09T23:34:56.259Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-03-09T23:34:56.259Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-03-09T23:34:56.259Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (2.74s) [2022-03-09T23:34:56.259Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (3.03s) [2022-03-09T23:34:56.259Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (2.77s) [2022-03-09T23:34:56.259Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-03-09T23:34:56.259Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-03-09T23:34:56.259Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-03-09T23:34:56.259Z] --- PASS: TestDockerSuite/TestRunCreateVolume (2.61s) [2022-03-09T23:34:56.259Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-03-09T23:34:56.259Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-03-09T23:34:56.259Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.03s) [2022-03-09T23:34:56.259Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-03-09T23:34:56.259Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (2.56s) [2022-03-09T23:34:56.259Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (6.17s) [2022-03-09T23:34:56.259Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-03-09T23:34:56.259Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-03-09T23:34:56.259Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2022-03-09T23:34:56.259Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-03-09T23:34:56.259Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-03-09T23:34:56.259Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-03-09T23:34:56.259Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (3.11s) [2022-03-09T23:34:56.259Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-03-09T23:34:56.259Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.17s) [2022-03-09T23:34:56.259Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-03-09T23:34:56.259Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (2.65s) [2022-03-09T23:34:56.259Z] --- PASS: TestDockerSuite/TestRunEchoStdout (2.78s) [2022-03-09T23:34:56.259Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-03-09T23:34:56.259Z] --- PASS: TestDockerSuite/TestRunEntrypoint (2.77s) [2022-03-09T23:34:56.259Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2022-03-09T23:34:56.259Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.03s) [2022-03-09T23:34:56.259Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-03-09T23:34:56.259Z] --- PASS: TestDockerSuite/TestRunExitCode (2.57s) [2022-03-09T23:34:56.259Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (2.65s) [2022-03-09T23:34:56.259Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (2.75s) [2022-03-09T23:34:56.259Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (2.72s) [2022-03-09T23:34:56.259Z] --- PASS: TestDockerSuite/TestRunExposePort (0.09s) [2022-03-09T23:34:56.259Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-03-09T23:34:56.259Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2022-03-09T23:34:56.259Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-03-09T23:34:56.259Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-03-09T23:34:56.259Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-03-09T23:34:56.259Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-03-09T23:34:56.259Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-03-09T23:34:56.259Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (9.67s) [2022-03-09T23:34:56.259Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-03-09T23:34:56.259Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.09s) [2022-03-09T23:34:56.259Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-03-09T23:34:56.259Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-03-09T23:34:56.259Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-03-09T23:34:56.259Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-03-09T23:34:56.259Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (11.17s) [2022-03-09T23:34:56.259Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-03-09T23:34:56.259Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (2.08s) [2022-03-09T23:34:56.259Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2022-03-09T23:34:56.259Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-03-09T23:34:56.259Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-03-09T23:34:56.259Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-03-09T23:34:56.259Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-03-09T23:34:56.259Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-03-09T23:34:56.259Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.03s) [2022-03-09T23:34:56.259Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-03-09T23:34:56.259Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-03-09T23:34:56.259Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2022-03-09T23:34:56.259Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2022-03-09T23:34:56.259Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-03-09T23:34:56.259Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-03-09T23:34:56.259Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (8.41s) [2022-03-09T23:34:56.259Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.03s) [2022-03-09T23:34:56.259Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.03s) [2022-03-09T23:34:56.260Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-03-09T23:34:56.260Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (10.80s) [2022-03-09T23:34:56.260Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (5.10s) [2022-03-09T23:34:56.260Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-03-09T23:34:56.260Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-03-09T23:34:56.260Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2022-03-09T23:34:56.260Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-03-09T23:34:56.260Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2022-03-09T23:34:56.260Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-03-09T23:34:56.260Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.03s) [2022-03-09T23:34:56.260Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-03-09T23:34:56.260Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-03-09T23:34:56.260Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.46s) [2022-03-09T23:34:56.260Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.26s) [2022-03-09T23:34:56.260Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (2.54s) [2022-03-09T23:34:56.260Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (2.53s) [2022-03-09T23:34:56.260Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.24s) [2022-03-09T23:34:56.260Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (2.32s) [2022-03-09T23:34:56.260Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.34s) [2022-03-09T23:34:56.260Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-03-09T23:34:56.260Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-03-09T23:34:56.260Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s) [2022-03-09T23:34:56.260Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-03-09T23:34:56.260Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-03-09T23:34:56.260Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-03-09T23:34:56.260Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-03-09T23:34:56.260Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (3.06s) [2022-03-09T23:34:56.260Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2022-03-09T23:34:56.260Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-03-09T23:34:56.260Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-03-09T23:34:56.260Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-03-09T23:34:56.260Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-03-09T23:34:56.260Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (9.21s) [2022-03-09T23:34:56.260Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-03-09T23:34:56.260Z] --- PASS: TestDockerSuite/TestRunRm (2.74s) [2022-03-09T23:34:56.260Z] --- PASS: TestDockerSuite/TestRunRmAndWait (5.91s) [2022-03-09T23:34:56.260Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (7.82s) [2022-03-09T23:34:56.260Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (2.73s) [2022-03-09T23:34:56.260Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (2.64s) [2022-03-09T23:34:56.260Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (3.00s) [2022-03-09T23:34:56.260Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-03-09T23:34:56.260Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2022-03-09T23:34:56.260Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (7.58s) [2022-03-09T23:34:56.260Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2022-03-09T23:34:56.260Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (2.45s) [2022-03-09T23:34:56.260Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-03-09T23:34:56.260Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-03-09T23:34:56.260Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.26s) [2022-03-09T23:34:56.260Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.10s) [2022-03-09T23:34:56.260Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-03-09T23:34:56.260Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (5.17s) [2022-03-09T23:34:56.260Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.03s) [2022-03-09T23:34:56.260Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.03s) [2022-03-09T23:34:56.260Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-03-09T23:34:56.260Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-03-09T23:34:56.260Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s) [2022-03-09T23:34:56.260Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.02s) [2022-03-09T23:34:56.260Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-03-09T23:34:56.260Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-03-09T23:34:56.260Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-03-09T23:34:56.260Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.02s) [2022-03-09T23:34:56.260Z] --- PASS: TestDockerSuite/TestRunUserDefaults (2.68s) [2022-03-09T23:34:56.260Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2022-03-09T23:34:56.260Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (2.65s) [2022-03-09T23:34:56.260Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.03s) [2022-03-09T23:34:56.260Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-03-09T23:34:56.260Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (8.63s) [2022-03-09T23:34:56.260Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (8.30s) [2022-03-09T23:34:56.260Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (5.35s) [2022-03-09T23:34:56.260Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (7.62s) [2022-03-09T23:34:56.260Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-03-09T23:34:56.260Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.17s) [2022-03-09T23:34:56.260Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (3.31s) [2022-03-09T23:34:56.260Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (2.74s) [2022-03-09T23:34:56.260Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (2.82s) [2022-03-09T23:34:56.260Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-03-09T23:34:56.260Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.09s) [2022-03-09T23:34:56.260Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.09s) [2022-03-09T23:34:56.260Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.03s) [2022-03-09T23:34:56.260Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-03-09T23:34:56.260Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-03-09T23:34:56.260Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-03-09T23:34:56.260Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.02s) [2022-03-09T23:34:56.260Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (4.70s) [2022-03-09T23:34:56.260Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (2.09s) [2022-03-09T23:34:56.260Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (2.58s) [2022-03-09T23:34:56.260Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (5.46s) [2022-03-09T23:34:56.260Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-03-09T23:34:56.260Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-03-09T23:34:56.260Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-03-09T23:34:56.260Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-03-09T23:34:56.260Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-03-09T23:34:56.260Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-03-09T23:34:56.260Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-03-09T23:34:56.260Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-03-09T23:34:56.260Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.03s) [2022-03-09T23:34:56.260Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.03s) [2022-03-09T23:34:56.260Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s) [2022-03-09T23:34:56.260Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-03-09T23:34:56.260Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-03-09T23:34:56.260Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s) [2022-03-09T23:34:56.260Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-03-09T23:34:56.260Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-03-09T23:34:56.260Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-03-09T23:34:56.260Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.58s) [2022-03-09T23:34:56.260Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.43s) [2022-03-09T23:34:56.260Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.45s) [2022-03-09T23:34:56.260Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.35s) [2022-03-09T23:34:56.260Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.89s) [2022-03-09T23:34:56.260Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (17.81s) [2022-03-09T23:34:56.260Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/0 (7.61s) [2022-03-09T23:34:56.260Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/1 (2.69s) [2022-03-09T23:34:56.260Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/2 (7.49s) [2022-03-09T23:34:56.260Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-03-09T23:34:56.260Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (9.31s) [2022-03-09T23:34:56.260Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-03-09T23:34:56.260Z] --- PASS: TestDockerSuite/TestStartAttachSilent (4.71s) [2022-03-09T23:34:56.260Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-03-09T23:34:56.260Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-03-09T23:34:56.260Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s) [2022-03-09T23:34:56.260Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.02s) [2022-03-09T23:34:56.260Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (6.92s) [2022-03-09T23:34:56.260Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-03-09T23:34:56.260Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-03-09T23:34:56.260Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2022-03-09T23:34:56.260Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-03-09T23:34:56.260Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s) [2022-03-09T23:34:56.260Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s) [2022-03-09T23:34:56.260Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (2.63s) [2022-03-09T23:34:56.260Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (2.89s) [2022-03-09T23:34:56.260Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.03s) [2022-03-09T23:34:56.260Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (2.72s) [2022-03-09T23:34:56.260Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-03-09T23:34:56.260Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-03-09T23:34:56.260Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-03-09T23:34:56.260Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-03-09T23:34:56.260Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-03-09T23:34:56.260Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-03-09T23:34:56.260Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.41s) [2022-03-09T23:34:56.260Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.20s) [2022-03-09T23:34:56.260Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.29s) [2022-03-09T23:34:56.260Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-03-09T23:34:56.260Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.49s) [2022-03-09T23:34:56.260Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.44s) [2022-03-09T23:34:56.260Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.20s) [2022-03-09T23:34:56.260Z] --- PASS: TestDockerSuite/TestVolumeCLILs (3.21s) [2022-03-09T23:34:56.260Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.10s) [2022-03-09T23:34:56.260Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (8.46s) [2022-03-09T23:34:56.260Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.59s) [2022-03-09T23:34:56.260Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.54s) [2022-03-09T23:34:56.260Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.11s) [2022-03-09T23:34:56.260Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.26s) [2022-03-09T23:34:56.260Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (14.15s) [2022-03-09T23:34:56.260Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-03-09T23:34:56.260Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.84s) [2022-03-09T23:34:56.260Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.29s) [2022-03-09T23:34:56.260Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-03-09T23:34:56.260Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (7.98s) [2022-03-09T23:34:56.260Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.38s) [2022-03-09T23:34:56.260Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.40s) [2022-03-09T23:34:56.260Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (15.37s) [2022-03-09T23:34:56.260Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-03-09T23:34:56.260Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.77s) [2022-03-09T23:34:56.260Z] === RUN TestDockerRegistrySuite [2022-03-09T23:34:56.260Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2022-03-09T23:34:56.260Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.260Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2022-03-09T23:34:56.260Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.260Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2022-03-09T23:34:56.260Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.260Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2022-03-09T23:34:56.260Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.260Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2022-03-09T23:34:56.260Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.260Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2022-03-09T23:34:56.260Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.260Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2022-03-09T23:34:56.260Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.260Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2022-03-09T23:34:56.260Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.260Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2022-03-09T23:34:56.260Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.260Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2022-03-09T23:34:56.260Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.260Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2022-03-09T23:34:56.260Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.260Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2022-03-09T23:34:56.260Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.260Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2022-03-09T23:34:56.260Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.260Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2022-03-09T23:34:56.260Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.260Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2022-03-09T23:34:56.260Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.260Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2022-03-09T23:34:56.260Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.260Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2022-03-09T23:34:56.260Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.260Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2022-03-09T23:34:56.260Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.260Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2022-03-09T23:34:56.260Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.260Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2022-03-09T23:34:56.260Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.260Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2022-03-09T23:34:56.260Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.260Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2022-03-09T23:34:56.260Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.260Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2022-03-09T23:34:56.260Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.260Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2022-03-09T23:34:56.260Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.260Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2022-03-09T23:34:56.260Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.260Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2022-03-09T23:34:56.260Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.260Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2022-03-09T23:34:56.260Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.260Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2022-03-09T23:34:56.260Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.260Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2022-03-09T23:34:56.260Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.260Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2022-03-09T23:34:56.260Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.260Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2022-03-09T23:34:56.260Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.260Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2022-03-09T23:34:56.260Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.260Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2022-03-09T23:34:56.260Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.260Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2022-03-09T23:34:56.260Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.260Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2022-03-09T23:34:56.260Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.260Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2022-03-09T23:34:56.260Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.260Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2022-03-09T23:34:56.260Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.260Z] === RUN TestDockerRegistrySuite/TestV2Only [2022-03-09T23:34:56.260Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.260Z] --- PASS: TestDockerRegistrySuite (0.21s) [2022-03-09T23:34:56.260Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-03-09T23:34:56.260Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-03-09T23:34:56.260Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-03-09T23:34:56.260Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-09T23:34:56.260Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-09T23:34:56.260Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-09T23:34:56.260Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-03-09T23:34:56.260Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-03-09T23:34:56.260Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-03-09T23:34:56.260Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-03-09T23:34:56.260Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-03-09T23:34:56.260Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-03-09T23:34:56.260Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-03-09T23:34:56.260Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-03-09T23:34:56.260Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-03-09T23:34:56.260Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-03-09T23:34:56.260Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-03-09T23:34:56.260Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-03-09T23:34:56.260Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-03-09T23:34:56.260Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-09T23:34:56.260Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-09T23:34:56.260Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-09T23:34:56.261Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-09T23:34:56.261Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-03-09T23:34:56.261Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-09T23:34:56.261Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-03-09T23:34:56.261Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-03-09T23:34:56.261Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-03-09T23:34:56.261Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-03-09T23:34:56.261Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-03-09T23:34:56.261Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-03-09T23:34:56.261Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-03-09T23:34:56.261Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-03-09T23:34:56.261Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-03-09T23:34:56.261Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-03-09T23:34:56.261Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-03-09T23:34:56.261Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-03-09T23:34:56.261Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-03-09T23:34:56.261Z] === RUN TestDockerSchema1RegistrySuite [2022-03-09T23:34:56.261Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2022-03-09T23:34:56.261Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.261Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2022-03-09T23:34:56.261Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.261Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2022-03-09T23:34:56.261Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.261Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2022-03-09T23:34:56.261Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.261Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2022-03-09T23:34:56.261Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.261Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2022-03-09T23:34:56.261Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.261Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2022-03-09T23:34:56.261Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.261Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2022-03-09T23:34:56.261Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.261Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2022-03-09T23:34:56.261Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.261Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2022-03-09T23:34:56.261Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.261Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2022-03-09T23:34:56.261Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.261Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2022-03-09T23:34:56.261Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-09T23:34:56.261Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-09T23:34:56.261Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-09T23:34:56.261Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-03-09T23:34:56.261Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-09T23:34:56.261Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-09T23:34:56.261Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-09T23:34:56.261Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-09T23:34:56.261Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-03-09T23:34:56.261Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-09T23:34:56.261Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-03-09T23:34:56.261Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2022-03-09T23:34:56.261Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2022-03-09T23:34:56.261Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.261Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2022-03-09T23:34:56.261Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.261Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2022-03-09T23:34:56.261Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.261Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2022-03-09T23:34:56.261Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.261Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2022-03-09T23:34:56.261Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.261Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2022-03-09T23:34:56.261Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.261Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2022-03-09T23:34:56.261Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.261Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2022-03-09T23:34:56.261Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.261Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.00s) [2022-03-09T23:34:56.261Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-03-09T23:34:56.261Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-03-09T23:34:56.261Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-03-09T23:34:56.261Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-03-09T23:34:56.261Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-03-09T23:34:56.261Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-03-09T23:34:56.261Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-03-09T23:34:56.261Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-03-09T23:34:56.261Z] === RUN TestDockerRegistryAuthTokenSuite [2022-03-09T23:34:56.261Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2022-03-09T23:34:56.261Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.261Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2022-03-09T23:34:56.261Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.261Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2022-03-09T23:34:56.261Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.261Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2022-03-09T23:34:56.261Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.261Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2022-03-09T23:34:56.261Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.261Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2022-03-09T23:34:56.261Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-03-09T23:34:56.261Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-03-09T23:34:56.261Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-03-09T23:34:56.261Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-03-09T23:34:56.261Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-03-09T23:34:56.261Z] === RUN TestDockerDaemonSuite [2022-03-09T23:34:56.261Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2022-03-09T23:34:56.261Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.261Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2022-03-09T23:34:56.261Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.261Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2022-03-09T23:34:56.261Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.261Z] --- PASS: TestDockerDaemonSuite (0.00s) [2022-03-09T23:34:56.261Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-03-09T23:34:56.261Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-03-09T23:34:56.261Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-03-09T23:34:56.261Z] === RUN TestDockerSwarmSuite [2022-03-09T23:34:56.261Z] --- PASS: TestDockerSwarmSuite (0.00s) [2022-03-09T23:34:56.261Z] === RUN TestDockerPluginSuite [2022-03-09T23:34:56.261Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2022-03-09T23:34:56.261Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.261Z] === RUN TestDockerPluginSuite/TestPluginCreate [2022-03-09T23:34:56.261Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.261Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2022-03-09T23:34:56.261Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.261Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2022-03-09T23:34:56.261Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.261Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2022-03-09T23:34:56.261Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.261Z] === RUN TestDockerPluginSuite/TestPluginInspect [2022-03-09T23:34:56.261Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.261Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2022-03-09T23:34:56.261Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.261Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2022-03-09T23:34:56.261Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.261Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2022-03-09T23:34:56.261Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.261Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2022-03-09T23:34:56.261Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.261Z] === RUN TestDockerPluginSuite/TestPluginSet [2022-03-09T23:34:56.261Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.261Z] --- PASS: TestDockerPluginSuite (0.00s) [2022-03-09T23:34:56.261Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-03-09T23:34:56.261Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-03-09T23:34:56.261Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-03-09T23:34:56.261Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-03-09T23:34:56.261Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-03-09T23:34:56.261Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-03-09T23:34:56.261Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-03-09T23:34:56.261Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-03-09T23:34:56.261Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-03-09T23:34:56.261Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-03-09T23:34:56.261Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-03-09T23:34:56.261Z] === RUN TestDockerExternalVolumeSuite [2022-03-09T23:34:56.261Z] check_test.go:127: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.261Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2022-03-09T23:34:56.261Z] === RUN TestDockerNetworkSuite [2022-03-09T23:34:56.261Z] check_test.go:133: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.261Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2022-03-09T23:34:56.261Z] === RUN TestDockerHubPullSuite [2022-03-09T23:34:56.261Z] check_test.go:141: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.261Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2022-03-09T23:34:56.261Z] PASS [2022-03-09T23:34:56.261Z] ok github.com/docker/docker/integration-cli 3238.497s [2022-03-09T23:34:56.261Z] [2022-03-09T23:34:56.261Z] === Skipped [2022-03-09T23:34:56.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-03-09T23:34:56.261Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.261Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-03-09T23:34:56.261Z] [2022-03-09T23:34:56.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-03-09T23:34:56.261Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.261Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-03-09T23:34:56.261Z] [2022-03-09T23:34:56.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.03s) [2022-03-09T23:34:56.261Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.261Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.03s) [2022-03-09T23:34:56.261Z] [2022-03-09T23:34:56.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-03-09T23:34:56.261Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.261Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-03-09T23:34:56.261Z] [2022-03-09T23:34:56.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-03-09T23:34:56.261Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.261Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-03-09T23:34:56.261Z] [2022-03-09T23:34:56.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.03s) [2022-03-09T23:34:56.261Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.261Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.03s) [2022-03-09T23:34:56.261Z] [2022-03-09T23:34:56.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.03s) [2022-03-09T23:34:56.261Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.261Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.03s) [2022-03-09T23:34:56.261Z] [2022-03-09T23:34:56.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-03-09T23:34:56.261Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.261Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-03-09T23:34:56.261Z] [2022-03-09T23:34:56.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-03-09T23:34:56.261Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.261Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-03-09T23:34:56.261Z] [2022-03-09T23:34:56.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-03-09T23:34:56.261Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.261Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-03-09T23:34:56.261Z] [2022-03-09T23:34:56.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-03-09T23:34:56.261Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.261Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-03-09T23:34:56.261Z] [2022-03-09T23:34:56.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-03-09T23:34:56.261Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.261Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-03-09T23:34:56.261Z] [2022-03-09T23:34:56.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-03-09T23:34:56.261Z] docker_cli_run_test.go:3149: unmatched requirement Apparmor [2022-03-09T23:34:56.261Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-03-09T23:34:56.261Z] [2022-03-09T23:34:56.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.03s) [2022-03-09T23:34:56.261Z] docker_cli_run_test.go:3127: unmatched requirement Apparmor [2022-03-09T23:34:56.261Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.03s) [2022-03-09T23:34:56.261Z] [2022-03-09T23:34:56.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-03-09T23:34:56.261Z] docker_cli_run_test.go:3139: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.261Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-03-09T23:34:56.261Z] [2022-03-09T23:34:56.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.02s) [2022-03-09T23:34:56.261Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.261Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2022-03-09T23:34:56.261Z] [2022-03-09T23:34:56.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-03-09T23:34:56.261Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-03-09T23:34:56.261Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-03-09T23:34:56.261Z] [2022-03-09T23:34:56.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-03-09T23:34:56.261Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.261Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-03-09T23:34:56.261Z] [2022-03-09T23:34:56.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.56s) [2022-03-09T23:34:56.261Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-03-09T23:34:56.261Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.56s) [2022-03-09T23:34:56.261Z] [2022-03-09T23:34:56.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-03-09T23:34:56.261Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.261Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-03-09T23:34:56.261Z] [2022-03-09T23:34:56.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-03-09T23:34:56.261Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.261Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-03-09T23:34:56.261Z] [2022-03-09T23:34:56.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-03-09T23:34:56.261Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.261Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-03-09T23:34:56.261Z] [2022-03-09T23:34:56.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.06s) [2022-03-09T23:34:56.261Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.261Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.06s) [2022-03-09T23:34:56.261Z] [2022-03-09T23:34:56.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-03-09T23:34:56.261Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.261Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-03-09T23:34:56.261Z] [2022-03-09T23:34:56.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s) [2022-03-09T23:34:56.261Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.261Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s) [2022-03-09T23:34:56.261Z] [2022-03-09T23:34:56.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.04s) [2022-03-09T23:34:56.261Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.261Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.04s) [2022-03-09T23:34:56.261Z] [2022-03-09T23:34:56.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-03-09T23:34:56.261Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.261Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-03-09T23:34:56.261Z] [2022-03-09T23:34:56.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-03-09T23:34:56.261Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.261Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-03-09T23:34:56.261Z] [2022-03-09T23:34:56.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-03-09T23:34:56.262Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.262Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-03-09T23:34:56.262Z] [2022-03-09T23:34:56.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.05s) [2022-03-09T23:34:56.262Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.262Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.05s) [2022-03-09T23:34:56.262Z] [2022-03-09T23:34:56.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.45s) [2022-03-09T23:34:56.262Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.262Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.45s) [2022-03-09T23:34:56.262Z] [2022-03-09T23:34:56.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.90s) [2022-03-09T23:34:56.262Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.262Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.90s) [2022-03-09T23:34:56.262Z] [2022-03-09T23:34:56.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.26s) [2022-03-09T23:34:56.262Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.262Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.26s) [2022-03-09T23:34:56.262Z] [2022-03-09T23:34:56.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.48s) [2022-03-09T23:34:56.262Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.262Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.48s) [2022-03-09T23:34:56.262Z] [2022-03-09T23:34:56.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s) [2022-03-09T23:34:56.262Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.262Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s) [2022-03-09T23:34:56.262Z] [2022-03-09T23:34:56.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-03-09T23:34:56.262Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.262Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-03-09T23:34:56.262Z] [2022-03-09T23:34:56.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2022-03-09T23:34:56.262Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.262Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2022-03-09T23:34:56.262Z] [2022-03-09T23:34:56.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.05s) [2022-03-09T23:34:56.262Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.262Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.05s) [2022-03-09T23:34:56.262Z] [2022-03-09T23:34:56.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2022-03-09T23:34:56.262Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.262Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2022-03-09T23:34:56.262Z] [2022-03-09T23:34:56.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.94s) [2022-03-09T23:34:56.262Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.262Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.94s) [2022-03-09T23:34:56.262Z] [2022-03-09T23:34:56.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.50s) [2022-03-09T23:34:56.262Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.262Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.50s) [2022-03-09T23:34:56.262Z] [2022-03-09T23:34:56.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.06s) [2022-03-09T23:34:56.262Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.262Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.06s) [2022-03-09T23:34:56.262Z] [2022-03-09T23:34:56.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.06s) [2022-03-09T23:34:56.262Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.262Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.06s) [2022-03-09T23:34:56.262Z] [2022-03-09T23:34:56.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.03s) [2022-03-09T23:34:56.262Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-03-09T23:34:56.262Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.03s) [2022-03-09T23:34:56.262Z] [2022-03-09T23:34:56.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-03-09T23:34:56.262Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.262Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-03-09T23:34:56.262Z] [2022-03-09T23:34:56.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-03-09T23:34:56.262Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.262Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-03-09T23:34:56.262Z] [2022-03-09T23:34:56.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s) [2022-03-09T23:34:56.262Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.262Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s) [2022-03-09T23:34:56.262Z] [2022-03-09T23:34:56.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-03-09T23:34:56.262Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.262Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-03-09T23:34:56.262Z] [2022-03-09T23:34:56.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-03-09T23:34:56.262Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.262Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-03-09T23:34:56.262Z] [2022-03-09T23:34:56.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.46s) [2022-03-09T23:34:56.262Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.262Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.46s) [2022-03-09T23:34:56.262Z] [2022-03-09T23:34:56.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.43s) [2022-03-09T23:34:56.262Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.262Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.43s) [2022-03-09T23:34:56.262Z] [2022-03-09T23:34:56.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-03-09T23:34:56.262Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.262Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-03-09T23:34:56.262Z] [2022-03-09T23:34:56.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.05s) [2022-03-09T23:34:56.262Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.262Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.05s) [2022-03-09T23:34:56.262Z] [2022-03-09T23:34:56.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.50s) [2022-03-09T23:34:56.262Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.262Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.50s) [2022-03-09T23:34:56.262Z] [2022-03-09T23:34:56.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.49s) [2022-03-09T23:34:56.262Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.262Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.49s) [2022-03-09T23:34:56.262Z] [2022-03-09T23:34:56.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.44s) [2022-03-09T23:34:56.262Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.262Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.44s) [2022-03-09T23:34:56.262Z] [2022-03-09T23:34:56.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.04s) [2022-03-09T23:34:56.262Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.262Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.04s) [2022-03-09T23:34:56.262Z] [2022-03-09T23:34:56.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.03s) [2022-03-09T23:34:56.262Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.262Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.03s) [2022-03-09T23:34:56.262Z] [2022-03-09T23:34:56.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.04s) [2022-03-09T23:34:56.262Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.262Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.04s) [2022-03-09T23:34:56.262Z] [2022-03-09T23:34:56.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.45s) [2022-03-09T23:34:56.262Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.262Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.45s) [2022-03-09T23:34:56.262Z] [2022-03-09T23:34:56.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-03-09T23:34:56.262Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.262Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-03-09T23:34:56.262Z] [2022-03-09T23:34:56.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-03-09T23:34:56.262Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.262Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-03-09T23:34:56.262Z] [2022-03-09T23:34:56.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-03-09T23:34:56.262Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.262Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-03-09T23:34:56.262Z] [2022-03-09T23:34:56.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s) [2022-03-09T23:34:56.262Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.262Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s) [2022-03-09T23:34:56.262Z] [2022-03-09T23:34:56.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s) [2022-03-09T23:34:56.262Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.262Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s) [2022-03-09T23:34:56.262Z] [2022-03-09T23:34:56.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2022-03-09T23:34:56.262Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.262Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2022-03-09T23:34:56.262Z] [2022-03-09T23:34:56.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.06s) [2022-03-09T23:34:56.262Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.262Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.06s) [2022-03-09T23:34:56.262Z] [2022-03-09T23:34:56.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.04s) [2022-03-09T23:34:56.262Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.262Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.04s) [2022-03-09T23:34:56.262Z] [2022-03-09T23:34:56.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-03-09T23:34:56.262Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.262Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-03-09T23:34:56.262Z] [2022-03-09T23:34:56.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-03-09T23:34:56.262Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.262Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-03-09T23:34:56.262Z] [2022-03-09T23:34:56.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-03-09T23:34:56.262Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.262Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-03-09T23:34:56.262Z] [2022-03-09T23:34:56.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2022-03-09T23:34:56.262Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-03-09T23:34:56.262Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2022-03-09T23:34:56.262Z] [2022-03-09T23:34:56.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-03-09T23:34:56.262Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.262Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-03-09T23:34:56.262Z] [2022-03-09T23:34:56.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s) [2022-03-09T23:34:56.262Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.262Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s) [2022-03-09T23:34:56.262Z] [2022-03-09T23:34:56.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.05s) [2022-03-09T23:34:56.262Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.262Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.05s) [2022-03-09T23:34:56.262Z] [2022-03-09T23:34:56.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.11s) [2022-03-09T23:34:56.262Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.262Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.11s) [2022-03-09T23:34:56.262Z] [2022-03-09T23:34:56.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.07s) [2022-03-09T23:34:56.262Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.262Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.07s) [2022-03-09T23:34:56.262Z] [2022-03-09T23:34:56.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.08s) [2022-03-09T23:34:56.262Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.262Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.08s) [2022-03-09T23:34:56.262Z] [2022-03-09T23:34:56.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.04s) [2022-03-09T23:34:56.262Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.262Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.04s) [2022-03-09T23:34:56.262Z] [2022-03-09T23:34:56.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.02s) [2022-03-09T23:34:56.262Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.262Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2022-03-09T23:34:56.262Z] [2022-03-09T23:34:56.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.02s) [2022-03-09T23:34:56.262Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.262Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s) [2022-03-09T23:34:56.262Z] [2022-03-09T23:34:56.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.07s) [2022-03-09T23:34:56.262Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.262Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.07s) [2022-03-09T23:34:56.262Z] [2022-03-09T23:34:56.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.02s) [2022-03-09T23:34:56.262Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.262Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2022-03-09T23:34:56.262Z] [2022-03-09T23:34:56.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-03-09T23:34:56.262Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.262Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-03-09T23:34:56.262Z] [2022-03-09T23:34:56.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.08s) [2022-03-09T23:34:56.262Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.262Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.08s) [2022-03-09T23:34:56.262Z] [2022-03-09T23:34:56.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.56s) [2022-03-09T23:34:56.262Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.262Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.56s) [2022-03-09T23:34:56.262Z] [2022-03-09T23:34:56.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.48s) [2022-03-09T23:34:56.262Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.262Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.48s) [2022-03-09T23:34:56.262Z] [2022-03-09T23:34:56.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.04s) [2022-03-09T23:34:56.262Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.262Z] --- SKIP: TestDockerSuite/TestBuildUser (0.04s) [2022-03-09T23:34:56.262Z] [2022-03-09T23:34:56.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.04s) [2022-03-09T23:34:56.262Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.262Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.04s) [2022-03-09T23:34:56.262Z] [2022-03-09T23:34:56.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-03-09T23:34:56.262Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.262Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-03-09T23:34:56.262Z] [2022-03-09T23:34:56.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-03-09T23:34:56.262Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.263Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-03-09T23:34:56.263Z] [2022-03-09T23:34:56.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-03-09T23:34:56.263Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.263Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-03-09T23:34:56.263Z] [2022-03-09T23:34:56.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.54s) [2022-03-09T23:34:56.263Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.263Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.54s) [2022-03-09T23:34:56.263Z] [2022-03-09T23:34:56.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.07s) [2022-03-09T23:34:56.263Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.263Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.07s) [2022-03-09T23:34:56.263Z] [2022-03-09T23:34:56.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.45s) [2022-03-09T23:34:56.263Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.263Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.45s) [2022-03-09T23:34:56.263Z] [2022-03-09T23:34:56.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.50s) [2022-03-09T23:34:56.263Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.263Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.50s) [2022-03-09T23:34:56.263Z] [2022-03-09T23:34:56.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.46s) [2022-03-09T23:34:56.263Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.263Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.46s) [2022-03-09T23:34:56.263Z] [2022-03-09T23:34:56.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.08s) [2022-03-09T23:34:56.263Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.263Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.08s) [2022-03-09T23:34:56.263Z] [2022-03-09T23:34:56.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.45s) [2022-03-09T23:34:56.263Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.263Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.45s) [2022-03-09T23:34:56.263Z] [2022-03-09T23:34:56.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2022-03-09T23:34:56.263Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.263Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2022-03-09T23:34:56.263Z] [2022-03-09T23:34:56.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2022-03-09T23:34:56.263Z] docker_cli_sni_test.go:18: Flakey test [2022-03-09T23:34:56.263Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2022-03-09T23:34:56.263Z] [2022-03-09T23:34:56.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.02s) [2022-03-09T23:34:56.263Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.263Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2022-03-09T23:34:56.263Z] [2022-03-09T23:34:56.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.03s) [2022-03-09T23:34:56.263Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.263Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.03s) [2022-03-09T23:34:56.263Z] [2022-03-09T23:34:56.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-03-09T23:34:56.263Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.263Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-03-09T23:34:56.263Z] [2022-03-09T23:34:56.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-03-09T23:34:56.263Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.263Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-03-09T23:34:56.263Z] [2022-03-09T23:34:56.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-03-09T23:34:56.263Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.263Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-03-09T23:34:56.263Z] [2022-03-09T23:34:56.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-03-09T23:34:56.263Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.263Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-03-09T23:34:56.263Z] [2022-03-09T23:34:56.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-03-09T23:34:56.263Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.263Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-03-09T23:34:56.263Z] [2022-03-09T23:34:56.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-03-09T23:34:56.263Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.263Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-03-09T23:34:56.263Z] [2022-03-09T23:34:56.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-03-09T23:34:56.263Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.263Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-03-09T23:34:56.263Z] [2022-03-09T23:34:56.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-03-09T23:34:56.263Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.263Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-03-09T23:34:56.263Z] [2022-03-09T23:34:56.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-03-09T23:34:56.263Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.263Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-03-09T23:34:56.263Z] [2022-03-09T23:34:56.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-03-09T23:34:56.263Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.263Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-03-09T23:34:56.263Z] [2022-03-09T23:34:56.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-03-09T23:34:56.263Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.263Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-03-09T23:34:56.263Z] [2022-03-09T23:34:56.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-03-09T23:34:56.263Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.263Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-03-09T23:34:56.263Z] [2022-03-09T23:34:56.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-03-09T23:34:56.263Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.263Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-03-09T23:34:56.263Z] [2022-03-09T23:34:56.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-03-09T23:34:56.263Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.263Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-03-09T23:34:56.263Z] [2022-03-09T23:34:56.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-03-09T23:34:56.263Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.263Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-03-09T23:34:56.263Z] [2022-03-09T23:34:56.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-03-09T23:34:56.263Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.263Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-03-09T23:34:56.263Z] [2022-03-09T23:34:56.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-03-09T23:34:56.263Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.263Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-03-09T23:34:56.263Z] [2022-03-09T23:34:56.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-03-09T23:34:56.263Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.263Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-03-09T23:34:56.263Z] [2022-03-09T23:34:56.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.02s) [2022-03-09T23:34:56.263Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.263Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2022-03-09T23:34:56.263Z] [2022-03-09T23:34:56.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-03-09T23:34:56.263Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.263Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-03-09T23:34:56.263Z] [2022-03-09T23:34:56.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.02s) [2022-03-09T23:34:56.263Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.263Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2022-03-09T23:34:56.263Z] [2022-03-09T23:34:56.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-03-09T23:34:56.263Z] docker_cli_run_test.go:2403: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.263Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-03-09T23:34:56.263Z] [2022-03-09T23:34:56.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-03-09T23:34:56.263Z] docker_cli_run_test.go:3498: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.263Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-03-09T23:34:56.263Z] [2022-03-09T23:34:56.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-03-09T23:34:56.263Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.263Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-03-09T23:34:56.263Z] [2022-03-09T23:34:56.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-03-09T23:34:56.263Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.263Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-03-09T23:34:56.263Z] [2022-03-09T23:34:56.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-03-09T23:34:56.263Z] docker_cli_run_test.go:3544: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.263Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-03-09T23:34:56.263Z] [2022-03-09T23:34:56.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-03-09T23:34:56.263Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.263Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-03-09T23:34:56.263Z] [2022-03-09T23:34:56.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-03-09T23:34:56.263Z] docker_cli_run_test.go:3434: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.263Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-03-09T23:34:56.263Z] [2022-03-09T23:34:56.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-03-09T23:34:56.263Z] docker_cli_run_test.go:3426: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.263Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-03-09T23:34:56.263Z] [2022-03-09T23:34:56.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-03-09T23:34:56.263Z] docker_cli_run_test.go:3453: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.263Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-03-09T23:34:56.263Z] [2022-03-09T23:34:56.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.02s) [2022-03-09T23:34:56.263Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.263Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s) [2022-03-09T23:34:56.263Z] [2022-03-09T23:34:56.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-03-09T23:34:56.263Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.263Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-03-09T23:34:56.263Z] [2022-03-09T23:34:56.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-03-09T23:34:56.263Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.263Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-03-09T23:34:56.263Z] [2022-03-09T23:34:56.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.02s) [2022-03-09T23:34:56.263Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.263Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s) [2022-03-09T23:34:56.263Z] [2022-03-09T23:34:56.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.02s) [2022-03-09T23:34:56.263Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.263Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2022-03-09T23:34:56.263Z] [2022-03-09T23:34:56.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.02s) [2022-03-09T23:34:56.263Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.263Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s) [2022-03-09T23:34:56.263Z] [2022-03-09T23:34:56.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.03s) [2022-03-09T23:34:56.263Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.263Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.03s) [2022-03-09T23:34:56.263Z] [2022-03-09T23:34:56.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.02s) [2022-03-09T23:34:56.263Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.263Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s) [2022-03-09T23:34:56.263Z] [2022-03-09T23:34:56.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.02s) [2022-03-09T23:34:56.263Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.263Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s) [2022-03-09T23:34:56.263Z] [2022-03-09T23:34:56.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.02s) [2022-03-09T23:34:56.263Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.263Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s) [2022-03-09T23:34:56.263Z] [2022-03-09T23:34:56.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.02s) [2022-03-09T23:34:56.263Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.263Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s) [2022-03-09T23:34:56.263Z] [2022-03-09T23:34:56.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.02s) [2022-03-09T23:34:56.263Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.263Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2022-03-09T23:34:56.263Z] [2022-03-09T23:34:56.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-03-09T23:34:56.263Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.263Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-03-09T23:34:56.263Z] [2022-03-09T23:34:56.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-03-09T23:34:56.263Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.263Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-03-09T23:34:56.263Z] [2022-03-09T23:34:56.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-03-09T23:34:56.263Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.263Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-03-09T23:34:56.263Z] [2022-03-09T23:34:56.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.02s) [2022-03-09T23:34:56.263Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.263Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2022-03-09T23:34:56.263Z] [2022-03-09T23:34:56.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-03-09T23:34:56.263Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.263Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-03-09T23:34:56.263Z] [2022-03-09T23:34:56.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-03-09T23:34:56.263Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.263Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-03-09T23:34:56.263Z] [2022-03-09T23:34:56.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.03s) [2022-03-09T23:34:56.263Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.263Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.03s) [2022-03-09T23:34:56.263Z] [2022-03-09T23:34:56.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.02s) [2022-03-09T23:34:56.263Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.263Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2022-03-09T23:34:56.263Z] [2022-03-09T23:34:56.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.02s) [2022-03-09T23:34:56.263Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.263Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2022-03-09T23:34:56.263Z] [2022-03-09T23:34:56.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.03s) [2022-03-09T23:34:56.263Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.263Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.03s) [2022-03-09T23:34:56.263Z] [2022-03-09T23:34:56.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.02s) [2022-03-09T23:34:56.263Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.263Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s) [2022-03-09T23:34:56.263Z] [2022-03-09T23:34:56.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.02s) [2022-03-09T23:34:56.263Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.264Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2022-03-09T23:34:56.264Z] [2022-03-09T23:34:56.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.02s) [2022-03-09T23:34:56.264Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.264Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2022-03-09T23:34:56.264Z] [2022-03-09T23:34:56.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-03-09T23:34:56.264Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.264Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-03-09T23:34:56.264Z] [2022-03-09T23:34:56.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-03-09T23:34:56.264Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.264Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-03-09T23:34:56.264Z] [2022-03-09T23:34:56.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.03s) [2022-03-09T23:34:56.264Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.264Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.03s) [2022-03-09T23:34:56.264Z] [2022-03-09T23:34:56.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-03-09T23:34:56.264Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.264Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-03-09T23:34:56.264Z] [2022-03-09T23:34:56.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-03-09T23:34:56.264Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.264Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-03-09T23:34:56.264Z] [2022-03-09T23:34:56.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.02s) [2022-03-09T23:34:56.264Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.264Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s) [2022-03-09T23:34:56.264Z] [2022-03-09T23:34:56.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-03-09T23:34:56.264Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.264Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-03-09T23:34:56.264Z] [2022-03-09T23:34:56.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-03-09T23:34:56.264Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-03-09T23:34:56.264Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-03-09T23:34:56.264Z] [2022-03-09T23:34:56.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-03-09T23:34:56.264Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.264Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-03-09T23:34:56.264Z] [2022-03-09T23:34:56.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-03-09T23:34:56.264Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.264Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-03-09T23:34:56.264Z] [2022-03-09T23:34:56.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-03-09T23:34:56.264Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.264Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-03-09T23:34:56.264Z] [2022-03-09T23:34:56.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-03-09T23:34:56.264Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.264Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-03-09T23:34:56.264Z] [2022-03-09T23:34:56.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.03s) [2022-03-09T23:34:56.264Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.264Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.03s) [2022-03-09T23:34:56.264Z] [2022-03-09T23:34:56.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-03-09T23:34:56.264Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.264Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-03-09T23:34:56.264Z] [2022-03-09T23:34:56.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-03-09T23:34:56.264Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.264Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-03-09T23:34:56.264Z] [2022-03-09T23:34:56.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-03-09T23:34:56.264Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.264Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-03-09T23:34:56.264Z] [2022-03-09T23:34:56.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-03-09T23:34:56.264Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.264Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-03-09T23:34:56.264Z] [2022-03-09T23:34:56.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.03s) [2022-03-09T23:34:56.264Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.264Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.03s) [2022-03-09T23:34:56.264Z] [2022-03-09T23:34:56.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.02s) [2022-03-09T23:34:56.264Z] docker_cli_run_test.go:2963: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.264Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s) [2022-03-09T23:34:56.264Z] [2022-03-09T23:34:56.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-03-09T23:34:56.264Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.264Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-03-09T23:34:56.264Z] [2022-03-09T23:34:56.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-03-09T23:34:56.264Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.264Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-03-09T23:34:56.264Z] [2022-03-09T23:34:56.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-03-09T23:34:56.264Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.264Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-03-09T23:34:56.264Z] [2022-03-09T23:34:56.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.02s) [2022-03-09T23:34:56.264Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.264Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.02s) [2022-03-09T23:34:56.264Z] [2022-03-09T23:34:56.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.02s) [2022-03-09T23:34:56.264Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.264Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.02s) [2022-03-09T23:34:56.264Z] [2022-03-09T23:34:56.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.02s) [2022-03-09T23:34:56.264Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.264Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2022-03-09T23:34:56.264Z] [2022-03-09T23:34:56.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.02s) [2022-03-09T23:34:56.264Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.264Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s) [2022-03-09T23:34:56.264Z] [2022-03-09T23:34:56.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.02s) [2022-03-09T23:34:56.264Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.264Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2022-03-09T23:34:56.264Z] [2022-03-09T23:34:56.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.02s) [2022-03-09T23:34:56.264Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.264Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2022-03-09T23:34:56.264Z] [2022-03-09T23:34:56.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.02s) [2022-03-09T23:34:56.264Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.264Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2022-03-09T23:34:56.264Z] [2022-03-09T23:34:56.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.03s) [2022-03-09T23:34:56.264Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.264Z] --- SKIP: TestDockerSuite/TestExec (0.03s) [2022-03-09T23:34:56.264Z] [2022-03-09T23:34:56.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-03-09T23:34:56.264Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.264Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-03-09T23:34:56.264Z] [2022-03-09T23:34:56.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.03s) [2022-03-09T23:34:56.264Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.264Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.03s) [2022-03-09T23:34:56.264Z] [2022-03-09T23:34:56.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-03-09T23:34:56.264Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.264Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-03-09T23:34:56.264Z] [2022-03-09T23:34:56.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-03-09T23:34:56.264Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.264Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-03-09T23:34:56.264Z] [2022-03-09T23:34:56.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.02s) [2022-03-09T23:34:56.264Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.264Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2022-03-09T23:34:56.264Z] [2022-03-09T23:34:56.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.02s) [2022-03-09T23:34:56.264Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.264Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2022-03-09T23:34:56.264Z] [2022-03-09T23:34:56.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-03-09T23:34:56.264Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.264Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-03-09T23:34:56.264Z] [2022-03-09T23:34:56.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.02s) [2022-03-09T23:34:56.264Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.264Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2022-03-09T23:34:56.264Z] [2022-03-09T23:34:56.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-03-09T23:34:56.264Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.264Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-03-09T23:34:56.264Z] [2022-03-09T23:34:56.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.02s) [2022-03-09T23:34:56.264Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.264Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2022-03-09T23:34:56.264Z] [2022-03-09T23:34:56.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.02s) [2022-03-09T23:34:56.264Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-03-09T23:34:56.264Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s) [2022-03-09T23:34:56.264Z] [2022-03-09T23:34:56.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-03-09T23:34:56.264Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.264Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-03-09T23:34:56.264Z] [2022-03-09T23:34:56.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.02s) [2022-03-09T23:34:56.264Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.264Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s) [2022-03-09T23:34:56.264Z] [2022-03-09T23:34:56.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.02s) [2022-03-09T23:34:56.264Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.264Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.02s) [2022-03-09T23:34:56.264Z] [2022-03-09T23:34:56.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.02s) [2022-03-09T23:34:56.264Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.264Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s) [2022-03-09T23:34:56.264Z] [2022-03-09T23:34:56.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-03-09T23:34:56.264Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.264Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-03-09T23:34:56.264Z] [2022-03-09T23:34:56.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-03-09T23:34:56.264Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.264Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-03-09T23:34:56.264Z] [2022-03-09T23:34:56.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.02s) [2022-03-09T23:34:56.264Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.264Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2022-03-09T23:34:56.264Z] [2022-03-09T23:34:56.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.02s) [2022-03-09T23:34:56.264Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.264Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2022-03-09T23:34:56.264Z] [2022-03-09T23:34:56.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-03-09T23:34:56.264Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.264Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-03-09T23:34:56.264Z] [2022-03-09T23:34:56.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.02s) [2022-03-09T23:34:56.264Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.264Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.02s) [2022-03-09T23:34:56.264Z] [2022-03-09T23:34:56.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.03s) [2022-03-09T23:34:56.264Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.264Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.03s) [2022-03-09T23:34:56.264Z] [2022-03-09T23:34:56.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.03s) [2022-03-09T23:34:56.264Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.264Z] --- SKIP: TestDockerSuite/TestHealth (0.03s) [2022-03-09T23:34:56.264Z] [2022-03-09T23:34:56.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-03-09T23:34:56.264Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.264Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-03-09T23:34:56.264Z] [2022-03-09T23:34:56.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.03s) [2022-03-09T23:34:56.264Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.264Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.03s) [2022-03-09T23:34:56.264Z] [2022-03-09T23:34:56.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.03s) [2022-03-09T23:34:56.264Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.264Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.03s) [2022-03-09T23:34:56.264Z] [2022-03-09T23:34:56.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.03s) [2022-03-09T23:34:56.264Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.264Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.03s) [2022-03-09T23:34:56.264Z] [2022-03-09T23:34:56.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.02s) [2022-03-09T23:34:56.264Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.264Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2022-03-09T23:34:56.264Z] [2022-03-09T23:34:56.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-03-09T23:34:56.264Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.264Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-03-09T23:34:56.264Z] [2022-03-09T23:34:56.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.02s) [2022-03-09T23:34:56.264Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.264Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2022-03-09T23:34:56.264Z] [2022-03-09T23:34:56.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-03-09T23:34:56.264Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.264Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-03-09T23:34:56.264Z] [2022-03-09T23:34:56.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.03s) [2022-03-09T23:34:56.264Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-03-09T23:34:56.264Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.03s) [2022-03-09T23:34:56.264Z] [2022-03-09T23:34:56.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-03-09T23:34:56.264Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.264Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-03-09T23:34:56.264Z] [2022-03-09T23:34:56.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-03-09T23:34:56.264Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.264Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-03-09T23:34:56.264Z] [2022-03-09T23:34:56.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-03-09T23:34:56.264Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.265Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-03-09T23:34:56.265Z] [2022-03-09T23:34:56.265Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-03-09T23:34:56.265Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.265Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-03-09T23:34:56.265Z] [2022-03-09T23:34:56.265Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-03-09T23:34:56.265Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.265Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-03-09T23:34:56.265Z] [2022-03-09T23:34:56.265Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-03-09T23:34:56.265Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.265Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-03-09T23:34:56.265Z] [2022-03-09T23:34:56.265Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.02s) [2022-03-09T23:34:56.265Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.265Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s) [2022-03-09T23:34:56.265Z] [2022-03-09T23:34:56.265Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.03s) [2022-03-09T23:34:56.265Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.265Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.03s) [2022-03-09T23:34:56.265Z] [2022-03-09T23:34:56.265Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-03-09T23:34:56.265Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.265Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-03-09T23:34:56.265Z] [2022-03-09T23:34:56.265Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-03-09T23:34:56.265Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.265Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-03-09T23:34:56.265Z] [2022-03-09T23:34:56.265Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.02s) [2022-03-09T23:34:56.265Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.265Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2022-03-09T23:34:56.265Z] [2022-03-09T23:34:56.265Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-03-09T23:34:56.265Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.265Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-03-09T23:34:56.265Z] [2022-03-09T23:34:56.265Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-03-09T23:34:56.265Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.265Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-03-09T23:34:56.265Z] [2022-03-09T23:34:56.265Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.02s) [2022-03-09T23:34:56.265Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.265Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2022-03-09T23:34:56.265Z] [2022-03-09T23:34:56.265Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-03-09T23:34:56.265Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.265Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-03-09T23:34:56.265Z] [2022-03-09T23:34:56.265Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.02s) [2022-03-09T23:34:56.265Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.265Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2022-03-09T23:34:56.265Z] [2022-03-09T23:34:56.265Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-03-09T23:34:56.265Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.265Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-03-09T23:34:56.265Z] [2022-03-09T23:34:56.265Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-03-09T23:34:56.265Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.265Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-03-09T23:34:56.265Z] [2022-03-09T23:34:56.265Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-03-09T23:34:56.265Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.265Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-03-09T23:34:56.265Z] [2022-03-09T23:34:56.265Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-03-09T23:34:56.265Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.265Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-03-09T23:34:56.265Z] [2022-03-09T23:34:56.265Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-03-09T23:34:56.265Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.265Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-03-09T23:34:56.265Z] [2022-03-09T23:34:56.265Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-03-09T23:34:56.265Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.265Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-03-09T23:34:56.265Z] [2022-03-09T23:34:56.265Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-03-09T23:34:56.265Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.265Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-03-09T23:34:56.265Z] [2022-03-09T23:34:56.265Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.03s) [2022-03-09T23:34:56.265Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.265Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.03s) [2022-03-09T23:34:56.265Z] [2022-03-09T23:34:56.265Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-03-09T23:34:56.265Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.265Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-03-09T23:34:56.265Z] [2022-03-09T23:34:56.265Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-03-09T23:34:56.265Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.265Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-03-09T23:34:56.265Z] [2022-03-09T23:34:56.265Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2022-03-09T23:34:56.265Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.265Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2022-03-09T23:34:56.265Z] [2022-03-09T23:34:56.265Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-03-09T23:34:56.265Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.735Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-03-09T23:34:56.735Z] [2022-03-09T23:34:56.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-03-09T23:34:56.735Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.735Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-03-09T23:34:56.735Z] [2022-03-09T23:34:56.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-03-09T23:34:56.735Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.735Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-03-09T23:34:56.735Z] [2022-03-09T23:34:56.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-03-09T23:34:56.735Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.735Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-03-09T23:34:56.735Z] [2022-03-09T23:34:56.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-03-09T23:34:56.735Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.735Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-03-09T23:34:56.735Z] [2022-03-09T23:34:56.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-03-09T23:34:56.735Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.735Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-03-09T23:34:56.735Z] [2022-03-09T23:34:56.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-03-09T23:34:56.735Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.735Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-03-09T23:34:56.735Z] [2022-03-09T23:34:56.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.02s) [2022-03-09T23:34:56.735Z] docker_cli_run_test.go:2877: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.735Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s) [2022-03-09T23:34:56.735Z] [2022-03-09T23:34:56.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.02s) [2022-03-09T23:34:56.735Z] docker_cli_run_test.go:2886: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.735Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s) [2022-03-09T23:34:56.735Z] [2022-03-09T23:34:56.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.02s) [2022-03-09T23:34:56.735Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.735Z] --- SKIP: TestDockerSuite/TestNetHostname (0.02s) [2022-03-09T23:34:56.735Z] [2022-03-09T23:34:56.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-03-09T23:34:56.735Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.735Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-03-09T23:34:56.735Z] [2022-03-09T23:34:56.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-03-09T23:34:56.735Z] docker_cli_run_test.go:3480: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.735Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-03-09T23:34:56.735Z] [2022-03-09T23:34:56.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-03-09T23:34:56.735Z] docker_cli_run_test.go:2666: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.735Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-03-09T23:34:56.735Z] [2022-03-09T23:34:56.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.02s) [2022-03-09T23:34:56.735Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.735Z] --- SKIP: TestDockerSuite/TestPluginActive (0.02s) [2022-03-09T23:34:56.735Z] [2022-03-09T23:34:56.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-03-09T23:34:56.735Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.735Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-03-09T23:34:56.735Z] [2022-03-09T23:34:56.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.06s) [2022-03-09T23:34:56.735Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.735Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.06s) [2022-03-09T23:34:56.735Z] [2022-03-09T23:34:56.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.03s) [2022-03-09T23:34:56.735Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-03-09T23:34:56.735Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.03s) [2022-03-09T23:34:56.735Z] [2022-03-09T23:34:56.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-03-09T23:34:56.735Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-03-09T23:34:56.735Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-03-09T23:34:56.735Z] [2022-03-09T23:34:56.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-03-09T23:34:56.735Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.735Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-03-09T23:34:56.735Z] [2022-03-09T23:34:56.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.02s) [2022-03-09T23:34:56.735Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.735Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s) [2022-03-09T23:34:56.735Z] [2022-03-09T23:34:56.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-03-09T23:34:56.735Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.735Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-03-09T23:34:56.735Z] [2022-03-09T23:34:56.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-03-09T23:34:56.735Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.735Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-03-09T23:34:56.735Z] [2022-03-09T23:34:56.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.03s) [2022-03-09T23:34:56.735Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.735Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.03s) [2022-03-09T23:34:56.735Z] [2022-03-09T23:34:56.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.02s) [2022-03-09T23:34:56.735Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.735Z] --- SKIP: TestDockerSuite/TestPortList (0.02s) [2022-03-09T23:34:56.735Z] [2022-03-09T23:34:56.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.03s) [2022-03-09T23:34:56.735Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.735Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.03s) [2022-03-09T23:34:56.735Z] [2022-03-09T23:34:56.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-03-09T23:34:56.735Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.735Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-03-09T23:34:56.735Z] [2022-03-09T23:34:56.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-03-09T23:34:56.735Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.735Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-03-09T23:34:56.735Z] [2022-03-09T23:34:56.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-03-09T23:34:56.735Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.735Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-03-09T23:34:56.735Z] [2022-03-09T23:34:56.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-03-09T23:34:56.735Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.735Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-03-09T23:34:56.735Z] [2022-03-09T23:34:56.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-03-09T23:34:56.735Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.735Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-03-09T23:34:56.735Z] [2022-03-09T23:34:56.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-03-09T23:34:56.735Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.735Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-03-09T23:34:56.735Z] [2022-03-09T23:34:56.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-03-09T23:34:56.735Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.735Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-03-09T23:34:56.735Z] [2022-03-09T23:34:56.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.03s) [2022-03-09T23:34:56.735Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.735Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.03s) [2022-03-09T23:34:56.735Z] [2022-03-09T23:34:56.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-03-09T23:34:56.735Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.735Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-03-09T23:34:56.735Z] [2022-03-09T23:34:56.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.03s) [2022-03-09T23:34:56.735Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-03-09T23:34:56.735Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.03s) [2022-03-09T23:34:56.735Z] [2022-03-09T23:34:56.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.10s) [2022-03-09T23:34:56.735Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.735Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.10s) [2022-03-09T23:34:56.735Z] [2022-03-09T23:34:56.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.03s) [2022-03-09T23:34:56.735Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.735Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.03s) [2022-03-09T23:34:56.735Z] [2022-03-09T23:34:56.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.02s) [2022-03-09T23:34:56.735Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.735Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s) [2022-03-09T23:34:56.735Z] [2022-03-09T23:34:56.736Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-03-09T23:34:56.736Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.736Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-03-09T23:34:56.736Z] [2022-03-09T23:34:56.736Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-03-09T23:34:56.736Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.736Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-03-09T23:34:56.736Z] [2022-03-09T23:34:56.736Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.02s) [2022-03-09T23:34:56.736Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.736Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s) [2022-03-09T23:34:56.736Z] [2022-03-09T23:34:56.736Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.03s) [2022-03-09T23:34:56.736Z] docker_cli_run_test.go:3112: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.736Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.03s) [2022-03-09T23:34:56.736Z] [2022-03-09T23:34:56.736Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-03-09T23:34:56.736Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.736Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-03-09T23:34:56.736Z] [2022-03-09T23:34:56.736Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-03-09T23:34:56.736Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.736Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-03-09T23:34:56.736Z] [2022-03-09T23:34:56.736Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.03s) [2022-03-09T23:34:56.736Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.736Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.03s) [2022-03-09T23:34:56.736Z] [2022-03-09T23:34:56.736Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-03-09T23:34:56.736Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.736Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-03-09T23:34:56.736Z] [2022-03-09T23:34:56.736Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-03-09T23:34:56.736Z] docker_cli_run_test.go:4399: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.736Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-03-09T23:34:56.736Z] [2022-03-09T23:34:56.736Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.02s) [2022-03-09T23:34:56.736Z] docker_cli_run_test.go:1575: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.736Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2022-03-09T23:34:56.736Z] [2022-03-09T23:34:56.736Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-03-09T23:34:56.736Z] docker_cli_run_test.go:3912: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.736Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-03-09T23:34:56.736Z] [2022-03-09T23:34:56.736Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-03-09T23:34:56.736Z] docker_cli_run_test.go:1170: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.736Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-03-09T23:34:56.736Z] [2022-03-09T23:34:56.736Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-03-09T23:34:56.736Z] docker_cli_run_test.go:1188: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.736Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-03-09T23:34:56.736Z] [2022-03-09T23:34:56.736Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-03-09T23:34:56.736Z] docker_cli_run_test.go:1179: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.736Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-03-09T23:34:56.736Z] [2022-03-09T23:34:56.736Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-03-09T23:34:56.736Z] docker_cli_run_test.go:2055: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.736Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-03-09T23:34:56.736Z] [2022-03-09T23:34:56.736Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-03-09T23:34:56.736Z] docker_cli_run_test.go:2260: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.736Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-03-09T23:34:56.736Z] [2022-03-09T23:34:56.736Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-03-09T23:34:56.736Z] docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.736Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-03-09T23:34:56.736Z] [2022-03-09T23:34:56.736Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-03-09T23:34:56.736Z] docker_cli_run_test.go:1051: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.736Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-03-09T23:34:56.736Z] [2022-03-09T23:34:56.736Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.03s) [2022-03-09T23:34:56.736Z] docker_cli_run_test.go:1061: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.736Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.03s) [2022-03-09T23:34:56.736Z] [2022-03-09T23:34:56.736Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-03-09T23:34:56.736Z] docker_cli_run_test.go:2976: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.736Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-03-09T23:34:56.736Z] [2022-03-09T23:34:56.736Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-03-09T23:34:56.736Z] docker_cli_run_test.go:1041: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.736Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-03-09T23:34:56.736Z] [2022-03-09T23:34:56.736Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-03-09T23:34:56.736Z] docker_cli_run_test.go:1032: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.736Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-03-09T23:34:56.736Z] [2022-03-09T23:34:56.736Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-03-09T23:34:56.736Z] docker_cli_run_test.go:3162: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.736Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-03-09T23:34:56.736Z] [2022-03-09T23:34:56.736Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-03-09T23:34:56.736Z] docker_cli_run_test.go:1022: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.736Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-03-09T23:34:56.736Z] [2022-03-09T23:34:56.736Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-03-09T23:34:56.736Z] docker_cli_run_test.go:1010: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.736Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-03-09T23:34:56.736Z] [2022-03-09T23:34:56.736Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-03-09T23:34:56.736Z] docker_cli_run_test.go:984: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.736Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-03-09T23:34:56.736Z] [2022-03-09T23:34:56.736Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-03-09T23:34:56.736Z] docker_cli_run_test.go:997: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.736Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-03-09T23:34:56.736Z] [2022-03-09T23:34:56.736Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-03-09T23:34:56.736Z] docker_cli_run_test.go:975: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.736Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-03-09T23:34:56.736Z] [2022-03-09T23:34:56.736Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-03-09T23:34:56.736Z] docker_cli_run_test.go:1926: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.736Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-03-09T23:34:56.736Z] [2022-03-09T23:34:56.736Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.05s) [2022-03-09T23:34:56.736Z] docker_cli_run_test.go:3304: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.736Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.05s) [2022-03-09T23:34:56.736Z] [2022-03-09T23:34:56.736Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-03-09T23:34:56.736Z] docker_cli_run_test.go:3328: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.736Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-03-09T23:34:56.736Z] [2022-03-09T23:34:56.736Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-03-09T23:34:56.736Z] docker_cli_run_test.go:3295: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.736Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-03-09T23:34:56.736Z] [2022-03-09T23:34:56.736Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-03-09T23:34:56.736Z] docker_cli_run_test.go:3280: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.736Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-03-09T23:34:56.736Z] [2022-03-09T23:34:56.736Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-03-09T23:34:56.736Z] docker_cli_run_test.go:3205: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.736Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-03-09T23:34:56.736Z] [2022-03-09T23:34:56.736Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-03-09T23:34:56.736Z] docker_cli_run_test.go:2704: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.736Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-03-09T23:34:56.736Z] [2022-03-09T23:34:56.736Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-03-09T23:34:56.736Z] docker_cli_run_test.go:2653: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.736Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-03-09T23:34:56.736Z] [2022-03-09T23:34:56.736Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-03-09T23:34:56.736Z] docker_cli_run_test.go:2726: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.736Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-03-09T23:34:56.736Z] [2022-03-09T23:34:56.736Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-03-09T23:34:56.736Z] docker_cli_run_test.go:2716: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.736Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-03-09T23:34:56.736Z] [2022-03-09T23:34:56.736Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-03-09T23:34:56.736Z] docker_cli_run_test.go:1676: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.736Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-03-09T23:34:56.736Z] [2022-03-09T23:34:56.736Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-03-09T23:34:56.736Z] docker_cli_run_test.go:1657: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.736Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-03-09T23:34:56.736Z] [2022-03-09T23:34:56.736Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-03-09T23:34:56.736Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.736Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-03-09T23:34:56.736Z] [2022-03-09T23:34:56.736Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-03-09T23:34:56.736Z] docker_cli_run_test.go:2147: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.736Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-03-09T23:34:56.736Z] [2022-03-09T23:34:56.736Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-03-09T23:34:56.736Z] docker_cli_run_test.go:620: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.736Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-03-09T23:34:56.736Z] [2022-03-09T23:34:56.736Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.03s) [2022-03-09T23:34:56.736Z] docker_cli_run_test.go:382: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.736Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.03s) [2022-03-09T23:34:56.736Z] [2022-03-09T23:34:56.736Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-03-09T23:34:56.736Z] docker_cli_run_test.go:426: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.736Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-03-09T23:34:56.736Z] [2022-03-09T23:34:56.736Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-03-09T23:34:56.736Z] docker_cli_run_test.go:1252: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.736Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-03-09T23:34:56.736Z] [2022-03-09T23:34:56.736Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-03-09T23:34:56.736Z] docker_cli_run_test.go:3877: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.736Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-03-09T23:34:56.736Z] [2022-03-09T23:34:56.736Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.02s) [2022-03-09T23:34:56.736Z] docker_cli_run_test.go:1287: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.736Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2022-03-09T23:34:56.736Z] [2022-03-09T23:34:56.736Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-03-09T23:34:56.736Z] docker_cli_run_test.go:1320: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.736Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-03-09T23:34:56.736Z] [2022-03-09T23:34:56.736Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-03-09T23:34:56.736Z] docker_cli_run_test.go:1309: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.736Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-03-09T23:34:56.736Z] [2022-03-09T23:34:56.736Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-03-09T23:34:56.736Z] docker_cli_run_test.go:2020: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.736Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-03-09T23:34:56.736Z] [2022-03-09T23:34:56.736Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-03-09T23:34:56.736Z] docker_cli_run_test.go:1140: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.736Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-03-09T23:34:56.736Z] [2022-03-09T23:34:56.736Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-03-09T23:34:56.736Z] docker_cli_run_test.go:4052: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.736Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-03-09T23:34:56.736Z] [2022-03-09T23:34:56.736Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-03-09T23:34:56.736Z] docker_cli_run_test.go:4135: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.736Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-03-09T23:34:56.736Z] [2022-03-09T23:34:56.736Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.02s) [2022-03-09T23:34:56.736Z] docker_cli_run_test.go:816: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.736Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2022-03-09T23:34:56.736Z] [2022-03-09T23:34:56.736Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.03s) [2022-03-09T23:34:56.736Z] docker_cli_run_test.go:855: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.736Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.03s) [2022-03-09T23:34:56.736Z] [2022-03-09T23:34:56.736Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-03-09T23:34:56.736Z] docker_cli_run_test.go:888: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.736Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-03-09T23:34:56.736Z] [2022-03-09T23:34:56.736Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-03-09T23:34:56.736Z] docker_cli_run_test.go:946: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.736Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-03-09T23:34:56.736Z] [2022-03-09T23:34:56.736Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.02s) [2022-03-09T23:34:56.736Z] docker_cli_run_test.go:1073: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.736Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2022-03-09T23:34:56.736Z] [2022-03-09T23:34:56.736Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-03-09T23:34:56.736Z] docker_cli_run_test.go:4378: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.736Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-03-09T23:34:56.736Z] [2022-03-09T23:34:56.736Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-03-09T23:34:56.736Z] docker_cli_run_test.go:4391: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.736Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-03-09T23:34:56.736Z] [2022-03-09T23:34:56.736Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-03-09T23:34:56.737Z] docker_cli_run_test.go:4119: unmatched requirement Isolation.IsHyperV-fm [2022-03-09T23:34:56.737Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-03-09T23:34:56.737Z] [2022-03-09T23:34:56.737Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-03-09T23:34:56.737Z] docker_cli_run_test.go:3693: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.737Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-03-09T23:34:56.737Z] [2022-03-09T23:34:56.737Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-03-09T23:34:56.737Z] docker_cli_run_test.go:1998: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.737Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-03-09T23:34:56.737Z] [2022-03-09T23:34:56.737Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-03-09T23:34:56.737Z] docker_cli_run_test.go:3240: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.737Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-03-09T23:34:56.737Z] [2022-03-09T23:34:56.737Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-03-09T23:34:56.737Z] docker_cli_run_test.go:59: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.737Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-03-09T23:34:56.737Z] [2022-03-09T23:34:56.737Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-03-09T23:34:56.737Z] docker_cli_run_test.go:3349: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.737Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-03-09T23:34:56.737Z] [2022-03-09T23:34:56.737Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-03-09T23:34:56.737Z] docker_cli_run_test.go:194: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.737Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-03-09T23:34:56.737Z] [2022-03-09T23:34:56.737Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-03-09T23:34:56.737Z] docker_cli_run_test.go:179: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.737Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-03-09T23:34:56.737Z] [2022-03-09T23:34:56.737Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-03-09T23:34:56.737Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.737Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-03-09T23:34:56.737Z] [2022-03-09T23:34:56.737Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.02s) [2022-03-09T23:34:56.737Z] docker_cli_run_test.go:1197: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.737Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2022-03-09T23:34:56.737Z] [2022-03-09T23:34:56.737Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-03-09T23:34:56.737Z] docker_cli_run_test.go:2310: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.737Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-03-09T23:34:56.737Z] [2022-03-09T23:34:56.737Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-03-09T23:34:56.737Z] docker_cli_run_test.go:2319: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.737Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-03-09T23:34:56.737Z] [2022-03-09T23:34:56.737Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-03-09T23:34:56.737Z] docker_cli_run_test.go:2288: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.737Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-03-09T23:34:56.737Z] [2022-03-09T23:34:56.737Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-03-09T23:34:56.737Z] docker_cli_run_test.go:3393: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.737Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-03-09T23:34:56.737Z] [2022-03-09T23:34:56.737Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-03-09T23:34:56.737Z] docker_cli_run_test.go:2332: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.737Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-03-09T23:34:56.737Z] [2022-03-09T23:34:56.737Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.03s) [2022-03-09T23:34:56.737Z] docker_cli_run_test.go:2357: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.737Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.03s) [2022-03-09T23:34:56.737Z] [2022-03-09T23:34:56.737Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-03-09T23:34:56.737Z] docker_cli_run_test.go:2366: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.737Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-03-09T23:34:56.737Z] [2022-03-09T23:34:56.737Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-03-09T23:34:56.737Z] docker_cli_run_test.go:2424: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.737Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-03-09T23:34:56.737Z] [2022-03-09T23:34:56.737Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.01s) [2022-03-09T23:34:56.737Z] docker_cli_run_test.go:4201: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.737Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2022-03-09T23:34:56.737Z] [2022-03-09T23:34:56.737Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.02s) [2022-03-09T23:34:56.737Z] docker_cli_run_test.go:2075: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.737Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2022-03-09T23:34:56.737Z] [2022-03-09T23:34:56.737Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-03-09T23:34:56.737Z] docker_cli_run_test.go:4189: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.737Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-03-09T23:34:56.737Z] [2022-03-09T23:34:56.737Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-03-09T23:34:56.737Z] docker_cli_run_test.go:2379: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.737Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-03-09T23:34:56.737Z] [2022-03-09T23:34:56.737Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.03s) [2022-03-09T23:34:56.737Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.737Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.03s) [2022-03-09T23:34:56.737Z] [2022-03-09T23:34:56.737Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.03s) [2022-03-09T23:34:56.737Z] docker_cli_run_test.go:3182: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.737Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.03s) [2022-03-09T23:34:56.737Z] [2022-03-09T23:34:56.737Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-03-09T23:34:56.737Z] docker_cli_run_test.go:3744: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.737Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-03-09T23:34:56.737Z] [2022-03-09T23:34:56.737Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-03-09T23:34:56.737Z] docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.737Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-03-09T23:34:56.737Z] [2022-03-09T23:34:56.737Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-03-09T23:34:56.737Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.737Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-03-09T23:34:56.737Z] [2022-03-09T23:34:56.737Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.01s) [2022-03-09T23:34:56.737Z] docker_cli_run_test.go:2545: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.737Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2022-03-09T23:34:56.737Z] [2022-03-09T23:34:56.737Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-03-09T23:34:56.737Z] docker_cli_run_test.go:930: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.737Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-03-09T23:34:56.737Z] [2022-03-09T23:34:56.737Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2022-03-09T23:34:56.737Z] docker_cli_run_test.go:2568: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.737Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2022-03-09T23:34:56.737Z] [2022-03-09T23:34:56.737Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-03-09T23:34:56.737Z] docker_cli_run_test.go:3037: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.737Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-03-09T23:34:56.737Z] [2022-03-09T23:34:56.737Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.03s) [2022-03-09T23:34:56.737Z] docker_cli_run_test.go:3061: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.737Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.03s) [2022-03-09T23:34:56.737Z] [2022-03-09T23:34:56.737Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-03-09T23:34:56.737Z] docker_cli_run_test.go:3083: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.737Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-03-09T23:34:56.737Z] [2022-03-09T23:34:56.737Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-03-09T23:34:56.737Z] docker_cli_run_test.go:3407: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.737Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-03-09T23:34:56.737Z] [2022-03-09T23:34:56.737Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.34s) [2022-03-09T23:34:56.737Z] docker_cli_run_test.go:1402: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.737Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.34s) [2022-03-09T23:34:56.737Z] [2022-03-09T23:34:56.737Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-03-09T23:34:56.737Z] docker_cli_run_test.go:2776: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.737Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-03-09T23:34:56.737Z] [2022-03-09T23:34:56.737Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-03-09T23:34:56.737Z] docker_cli_run_test.go:2466: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.737Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-03-09T23:34:56.737Z] [2022-03-09T23:34:56.737Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.02s) [2022-03-09T23:34:56.737Z] docker_cli_run_test.go:2038: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.737Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s) [2022-03-09T23:34:56.737Z] [2022-03-09T23:34:56.737Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-03-09T23:34:56.737Z] docker_cli_run_test.go:956: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.737Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-03-09T23:34:56.737Z] [2022-03-09T23:34:56.737Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-03-09T23:34:56.737Z] docker_cli_run_test.go:1084: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.737Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-03-09T23:34:56.737Z] [2022-03-09T23:34:56.737Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-03-09T23:34:56.737Z] docker_cli_run_test.go:1123: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.737Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-03-09T23:34:56.737Z] [2022-03-09T23:34:56.737Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-03-09T23:34:56.737Z] docker_cli_run_test.go:1131: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.737Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-03-09T23:34:56.737Z] [2022-03-09T23:34:56.737Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.02s) [2022-03-09T23:34:56.737Z] docker_cli_run_test.go:2951: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.737Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2022-03-09T23:34:56.737Z] [2022-03-09T23:34:56.737Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-03-09T23:34:56.737Z] docker_cli_run_test.go:2854: unmatched requirement Apparmor [2022-03-09T23:34:56.737Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-03-09T23:34:56.737Z] [2022-03-09T23:34:56.737Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-03-09T23:34:56.737Z] docker_cli_run_test.go:2833: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.737Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-03-09T23:34:56.737Z] [2022-03-09T23:34:56.737Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-03-09T23:34:56.737Z] docker_cli_run_test.go:2818: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.737Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-03-09T23:34:56.737Z] [2022-03-09T23:34:56.737Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-03-09T23:34:56.737Z] docker_cli_run_test.go:1424: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.737Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-03-09T23:34:56.737Z] [2022-03-09T23:34:56.737Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-03-09T23:34:56.737Z] docker_cli_run_test.go:2120: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.737Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-03-09T23:34:56.737Z] [2022-03-09T23:34:56.737Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-03-09T23:34:56.737Z] docker_cli_run_test.go:2232: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.737Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-03-09T23:34:56.737Z] [2022-03-09T23:34:56.737Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.02s) [2022-03-09T23:34:56.737Z] docker_cli_run_test.go:1620: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.737Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2022-03-09T23:34:56.737Z] [2022-03-09T23:34:56.737Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.02s) [2022-03-09T23:34:56.737Z] docker_cli_run_test.go:97: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.737Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2022-03-09T23:34:56.737Z] [2022-03-09T23:34:56.737Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-03-09T23:34:56.737Z] docker_cli_run_test.go:1107: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.737Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-03-09T23:34:56.737Z] [2022-03-09T23:34:56.737Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-03-09T23:34:56.737Z] docker_cli_run_test.go:1115: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.737Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-03-09T23:34:56.737Z] [2022-03-09T23:34:56.737Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-03-09T23:34:56.737Z] docker_cli_run_test.go:1155: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.737Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-03-09T23:34:56.737Z] [2022-03-09T23:34:56.737Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.03s) [2022-03-09T23:34:56.737Z] docker_cli_run_test.go:966: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.737Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.03s) [2022-03-09T23:34:56.737Z] [2022-03-09T23:34:56.737Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.03s) [2022-03-09T23:34:56.737Z] docker_cli_run_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.737Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.03s) [2022-03-09T23:34:56.737Z] [2022-03-09T23:34:56.737Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-03-09T23:34:56.737Z] docker_cli_run_test.go:1164: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.737Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-03-09T23:34:56.737Z] [2022-03-09T23:34:56.737Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-03-09T23:34:56.737Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.737Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-03-09T23:34:56.737Z] [2022-03-09T23:34:56.737Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.02s) [2022-03-09T23:34:56.737Z] docker_cli_run_test.go:2893: unmatched requirement Apparmor [2022-03-09T23:34:56.737Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s) [2022-03-09T23:34:56.737Z] [2022-03-09T23:34:56.737Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.02s) [2022-03-09T23:34:56.737Z] docker_cli_run_test.go:735: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.737Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.02s) [2022-03-09T23:34:56.737Z] [2022-03-09T23:34:56.737Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-03-09T23:34:56.737Z] docker_cli_run_test.go:745: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.737Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-03-09T23:34:56.737Z] [2022-03-09T23:34:56.737Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-03-09T23:34:56.737Z] docker_cli_run_test.go:758: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.737Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-03-09T23:34:56.737Z] [2022-03-09T23:34:56.737Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-03-09T23:34:56.737Z] docker_cli_run_test.go:771: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.737Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-03-09T23:34:56.737Z] [2022-03-09T23:34:56.737Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.02s) [2022-03-09T23:34:56.737Z] docker_cli_run_test.go:725: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.737Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.02s) [2022-03-09T23:34:56.737Z] [2022-03-09T23:34:56.737Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.02s) [2022-03-09T23:34:56.737Z] docker_cli_run_test.go:784: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.737Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2022-03-09T23:34:56.737Z] [2022-03-09T23:34:56.737Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.03s) [2022-03-09T23:34:56.737Z] docker_cli_run_test.go:3842: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.737Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.03s) [2022-03-09T23:34:56.737Z] [2022-03-09T23:34:56.737Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-03-09T23:34:56.737Z] docker_cli_run_test.go:3835: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.737Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-03-09T23:34:56.737Z] [2022-03-09T23:34:56.737Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-03-09T23:34:56.737Z] docker_cli_run_test.go:657: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.737Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-03-09T23:34:56.737Z] [2022-03-09T23:34:56.737Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-03-09T23:34:56.737Z] docker_cli_run_test.go:1849: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.737Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-03-09T23:34:56.737Z] [2022-03-09T23:34:56.738Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.03s) [2022-03-09T23:34:56.738Z] docker_cli_run_test.go:281: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.738Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.03s) [2022-03-09T23:34:56.738Z] [2022-03-09T23:34:56.738Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-03-09T23:34:56.738Z] docker_cli_run_test.go:3709: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.738Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-03-09T23:34:56.738Z] [2022-03-09T23:34:56.738Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-03-09T23:34:56.738Z] docker_cli_run_test.go:3720: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.738Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-03-09T23:34:56.738Z] [2022-03-09T23:34:56.738Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-03-09T23:34:56.738Z] docker_cli_run_test.go:2799: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.738Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-03-09T23:34:56.738Z] [2022-03-09T23:34:56.738Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.02s) [2022-03-09T23:34:56.738Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.738Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.02s) [2022-03-09T23:34:56.738Z] [2022-03-09T23:34:56.738Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-03-09T23:34:56.738Z] docker_cli_run_test.go:3010: unmatched requirement Apparmor [2022-03-09T23:34:56.738Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-03-09T23:34:56.738Z] [2022-03-09T23:34:56.738Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-03-09T23:34:56.738Z] docker_cli_run_test.go:1801: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.738Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-03-09T23:34:56.738Z] [2022-03-09T23:34:56.738Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-03-09T23:34:56.738Z] docker_cli_run_test.go:2809: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.738Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-03-09T23:34:56.738Z] [2022-03-09T23:34:56.738Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-03-09T23:34:56.738Z] docker_cli_run_test.go:3607: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.738Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-03-09T23:34:56.738Z] [2022-03-09T23:34:56.738Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-03-09T23:34:56.738Z] docker_cli_run_test.go:3618: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.738Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-03-09T23:34:56.738Z] [2022-03-09T23:34:56.738Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-03-09T23:34:56.738Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.738Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-03-09T23:34:56.738Z] [2022-03-09T23:34:56.738Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-03-09T23:34:56.738Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.738Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-03-09T23:34:56.738Z] [2022-03-09T23:34:56.738Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-03-09T23:34:56.738Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.738Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-03-09T23:34:56.738Z] [2022-03-09T23:34:56.738Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.03s) [2022-03-09T23:34:56.738Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.738Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.03s) [2022-03-09T23:34:56.738Z] [2022-03-09T23:34:56.738Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.03s) [2022-03-09T23:34:56.738Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.738Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.03s) [2022-03-09T23:34:56.738Z] [2022-03-09T23:34:56.738Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.02s) [2022-03-09T23:34:56.738Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.738Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s) [2022-03-09T23:34:56.738Z] [2022-03-09T23:34:56.738Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-03-09T23:34:56.738Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.738Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-03-09T23:34:56.738Z] [2022-03-09T23:34:56.738Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-03-09T23:34:56.738Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.738Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-03-09T23:34:56.738Z] [2022-03-09T23:34:56.738Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.02s) [2022-03-09T23:34:56.738Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.738Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s) [2022-03-09T23:34:56.738Z] [2022-03-09T23:34:56.738Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-03-09T23:34:56.738Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.738Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-03-09T23:34:56.738Z] [2022-03-09T23:34:56.738Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-03-09T23:34:56.738Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.738Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-03-09T23:34:56.738Z] [2022-03-09T23:34:56.738Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-03-09T23:34:56.738Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.738Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-03-09T23:34:56.738Z] [2022-03-09T23:34:56.738Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-03-09T23:34:56.738Z] docker_cli_start_test.go:45: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.738Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-03-09T23:34:56.738Z] [2022-03-09T23:34:56.738Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-03-09T23:34:56.738Z] docker_cli_start_test.go:17: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.738Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-03-09T23:34:56.738Z] [2022-03-09T23:34:56.738Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-03-09T23:34:56.738Z] docker_cli_start_test.go:174: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.738Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-03-09T23:34:56.738Z] [2022-03-09T23:34:56.738Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-03-09T23:34:56.738Z] docker_cli_start_test.go:110: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.738Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-03-09T23:34:56.738Z] [2022-03-09T23:34:56.738Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.02s) [2022-03-09T23:34:56.738Z] docker_cli_start_test.go:95: unmatched requirement IsPausable [2022-03-09T23:34:56.738Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s) [2022-03-09T23:34:56.738Z] [2022-03-09T23:34:56.738Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.02s) [2022-03-09T23:34:56.738Z] docker_cli_start_test.go:71: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.738Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.02s) [2022-03-09T23:34:56.738Z] [2022-03-09T23:34:56.738Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-03-09T23:34:56.738Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.738Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-03-09T23:34:56.738Z] [2022-03-09T23:34:56.738Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-03-09T23:34:56.738Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.738Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-03-09T23:34:56.738Z] [2022-03-09T23:34:56.738Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2022-03-09T23:34:56.738Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.738Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2022-03-09T23:34:56.738Z] [2022-03-09T23:34:56.738Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-03-09T23:34:56.738Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.738Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-03-09T23:34:56.738Z] [2022-03-09T23:34:56.738Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.02s) [2022-03-09T23:34:56.738Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.738Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s) [2022-03-09T23:34:56.738Z] [2022-03-09T23:34:56.738Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.02s) [2022-03-09T23:34:56.738Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.738Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s) [2022-03-09T23:34:56.738Z] [2022-03-09T23:34:56.738Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.03s) [2022-03-09T23:34:56.738Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.738Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.03s) [2022-03-09T23:34:56.738Z] [2022-03-09T23:34:56.738Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-03-09T23:34:56.738Z] docker_cli_run_test.go:3418: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.738Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-03-09T23:34:56.738Z] [2022-03-09T23:34:56.738Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-03-09T23:34:56.738Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.738Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-03-09T23:34:56.738Z] [2022-03-09T23:34:56.738Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-03-09T23:34:56.738Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.738Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-03-09T23:34:56.738Z] [2022-03-09T23:34:56.738Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-03-09T23:34:56.738Z] docker_cli_run_test.go:292: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.738Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-03-09T23:34:56.738Z] [2022-03-09T23:34:56.738Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-03-09T23:34:56.738Z] docker_cli_run_test.go:207: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.738Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-03-09T23:34:56.738Z] [2022-03-09T23:34:56.738Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-03-09T23:34:56.738Z] docker_cli_run_test.go:243: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.738Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-03-09T23:34:56.738Z] [2022-03-09T23:34:56.738Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-03-09T23:34:56.738Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.738Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-03-09T23:34:56.738Z] [2022-03-09T23:34:56.738Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-03-09T23:34:56.738Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.738Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-03-09T23:34:56.738Z] [2022-03-09T23:34:56.738Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-03-09T23:34:56.738Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.738Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-03-09T23:34:56.738Z] [2022-03-09T23:34:56.738Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-03-09T23:34:56.738Z] docker_cli_run_test.go:2168: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.738Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-03-09T23:34:56.738Z] [2022-03-09T23:34:56.738Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-03-09T23:34:56.738Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.738Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-03-09T23:34:56.738Z] [2022-03-09T23:34:56.738Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-03-09T23:34:56.738Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.738Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-03-09T23:34:56.738Z] [2022-03-09T23:34:56.738Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-03-09T23:34:56.738Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.738Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-03-09T23:34:56.738Z] [2022-03-09T23:34:56.738Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-09T23:34:56.738Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.738Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-09T23:34:56.738Z] [2022-03-09T23:34:56.738Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-09T23:34:56.738Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.738Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-09T23:34:56.738Z] [2022-03-09T23:34:56.738Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-09T23:34:56.738Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.738Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-09T23:34:56.738Z] [2022-03-09T23:34:56.738Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-03-09T23:34:56.738Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.738Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-03-09T23:34:56.738Z] [2022-03-09T23:34:56.738Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-03-09T23:34:56.738Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.738Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-03-09T23:34:56.738Z] [2022-03-09T23:34:56.738Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-03-09T23:34:56.738Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.738Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-03-09T23:34:56.738Z] [2022-03-09T23:34:56.738Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-03-09T23:34:56.738Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.738Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-03-09T23:34:56.738Z] [2022-03-09T23:34:56.738Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-03-09T23:34:56.738Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.738Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-03-09T23:34:56.738Z] [2022-03-09T23:34:56.738Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-03-09T23:34:56.738Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.738Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-03-09T23:34:56.738Z] [2022-03-09T23:34:56.738Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-03-09T23:34:56.738Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.738Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-03-09T23:34:56.738Z] [2022-03-09T23:34:56.738Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-03-09T23:34:56.738Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.738Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-03-09T23:34:56.738Z] [2022-03-09T23:34:56.738Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-03-09T23:34:56.738Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.738Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-03-09T23:34:56.738Z] [2022-03-09T23:34:56.738Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-03-09T23:34:56.738Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.738Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-03-09T23:34:56.738Z] [2022-03-09T23:34:56.738Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-03-09T23:34:56.738Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.738Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-03-09T23:34:56.738Z] [2022-03-09T23:34:56.738Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-03-09T23:34:56.739Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.739Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-03-09T23:34:56.739Z] [2022-03-09T23:34:56.739Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-03-09T23:34:56.739Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.739Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-03-09T23:34:56.739Z] [2022-03-09T23:34:56.739Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-09T23:34:56.739Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.739Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-09T23:34:56.739Z] [2022-03-09T23:34:56.739Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-09T23:34:56.739Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.739Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-09T23:34:56.739Z] [2022-03-09T23:34:56.739Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-09T23:34:56.739Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.739Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-09T23:34:56.739Z] [2022-03-09T23:34:56.739Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-09T23:34:56.739Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.739Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-09T23:34:56.739Z] [2022-03-09T23:34:56.739Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-03-09T23:34:56.739Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.739Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-03-09T23:34:56.739Z] [2022-03-09T23:34:56.739Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-09T23:34:56.739Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.739Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-09T23:34:56.739Z] [2022-03-09T23:34:56.739Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-03-09T23:34:56.739Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.739Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-03-09T23:34:56.739Z] [2022-03-09T23:34:56.739Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-03-09T23:34:56.739Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.739Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-03-09T23:34:56.739Z] [2022-03-09T23:34:56.739Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-03-09T23:34:56.739Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.739Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-03-09T23:34:56.739Z] [2022-03-09T23:34:56.739Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-03-09T23:34:56.739Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.739Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-03-09T23:34:56.739Z] [2022-03-09T23:34:56.739Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-03-09T23:34:56.739Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.739Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-03-09T23:34:56.739Z] [2022-03-09T23:34:56.739Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-03-09T23:34:56.739Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.739Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-03-09T23:34:56.739Z] [2022-03-09T23:34:56.739Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-03-09T23:34:56.739Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.739Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-03-09T23:34:56.739Z] [2022-03-09T23:34:56.739Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-03-09T23:34:56.739Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.739Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-03-09T23:34:56.739Z] [2022-03-09T23:34:56.739Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-03-09T23:34:56.739Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.739Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-03-09T23:34:56.739Z] [2022-03-09T23:34:56.739Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-03-09T23:34:56.739Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.739Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-03-09T23:34:56.739Z] [2022-03-09T23:34:56.739Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-03-09T23:34:56.739Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.739Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-03-09T23:34:56.739Z] [2022-03-09T23:34:56.739Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-03-09T23:34:56.739Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.739Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-03-09T23:34:56.739Z] [2022-03-09T23:34:56.739Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2022-03-09T23:34:56.739Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.739Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-03-09T23:34:56.739Z] [2022-03-09T23:34:56.739Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-09T23:34:56.739Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.739Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-09T23:34:56.739Z] [2022-03-09T23:34:56.739Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-09T23:34:56.739Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.739Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-09T23:34:56.739Z] [2022-03-09T23:34:56.739Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-09T23:34:56.739Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.739Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-09T23:34:56.739Z] [2022-03-09T23:34:56.739Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-03-09T23:34:56.739Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.739Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-03-09T23:34:56.739Z] [2022-03-09T23:34:56.739Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-09T23:34:56.739Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.739Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-09T23:34:56.739Z] [2022-03-09T23:34:56.739Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-09T23:34:56.739Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.739Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-09T23:34:56.739Z] [2022-03-09T23:34:56.739Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-09T23:34:56.739Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.739Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-09T23:34:56.739Z] [2022-03-09T23:34:56.739Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-09T23:34:56.739Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.739Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-09T23:34:56.739Z] [2022-03-09T23:34:56.739Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-03-09T23:34:56.739Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.739Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-03-09T23:34:56.739Z] [2022-03-09T23:34:56.739Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-09T23:34:56.739Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.739Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-09T23:34:56.739Z] [2022-03-09T23:34:56.739Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-03-09T23:34:56.739Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.739Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-03-09T23:34:56.739Z] [2022-03-09T23:34:56.739Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-03-09T23:34:56.739Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.739Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-03-09T23:34:56.739Z] [2022-03-09T23:34:56.739Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-03-09T23:34:56.739Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.739Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-03-09T23:34:56.739Z] [2022-03-09T23:34:56.739Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-03-09T23:34:56.739Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.739Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-03-09T23:34:56.739Z] [2022-03-09T23:34:56.739Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-03-09T23:34:56.739Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.739Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-03-09T23:34:56.739Z] [2022-03-09T23:34:56.739Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-03-09T23:34:56.739Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.739Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-03-09T23:34:56.739Z] [2022-03-09T23:34:56.739Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-03-09T23:34:56.739Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.739Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-03-09T23:34:56.739Z] [2022-03-09T23:34:56.739Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-03-09T23:34:56.739Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.739Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-03-09T23:34:56.739Z] [2022-03-09T23:34:56.739Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-03-09T23:34:56.739Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.739Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-03-09T23:34:56.739Z] [2022-03-09T23:34:56.739Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-03-09T23:34:56.739Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.739Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-03-09T23:34:56.739Z] [2022-03-09T23:34:56.739Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-03-09T23:34:56.739Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.739Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-03-09T23:34:56.739Z] [2022-03-09T23:34:56.739Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-03-09T23:34:56.739Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-09T23:34:56.739Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-03-09T23:34:56.739Z] [2022-03-09T23:34:56.739Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-03-09T23:34:56.739Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-09T23:34:57.208Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-03-09T23:34:57.208Z] [2022-03-09T23:34:57.208Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-03-09T23:34:57.208Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-09T23:34:57.208Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-03-09T23:34:57.208Z] [2022-03-09T23:34:57.208Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-03-09T23:34:57.208Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-09T23:34:57.208Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-03-09T23:34:57.208Z] [2022-03-09T23:34:57.208Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-03-09T23:34:57.208Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-09T23:34:57.208Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-03-09T23:34:57.208Z] [2022-03-09T23:34:57.208Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-03-09T23:34:57.208Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-09T23:34:57.208Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-03-09T23:34:57.208Z] [2022-03-09T23:34:57.208Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-03-09T23:34:57.208Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T23:34:57.208Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-03-09T23:34:57.208Z] [2022-03-09T23:34:57.208Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-03-09T23:34:57.208Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T23:34:57.208Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-03-09T23:34:57.208Z] [2022-03-09T23:34:57.208Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-03-09T23:34:57.208Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T23:34:57.208Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-03-09T23:34:57.208Z] [2022-03-09T23:34:57.208Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-03-09T23:34:57.208Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T23:34:57.208Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-03-09T23:34:57.208Z] [2022-03-09T23:34:57.208Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-03-09T23:34:57.208Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T23:34:57.208Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-03-09T23:34:57.208Z] [2022-03-09T23:34:57.208Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-03-09T23:34:57.208Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T23:34:57.209Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-03-09T23:34:57.209Z] [2022-03-09T23:34:57.209Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-03-09T23:34:57.209Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T23:34:57.209Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-03-09T23:34:57.209Z] [2022-03-09T23:34:57.209Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-03-09T23:34:57.209Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T23:34:57.209Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-03-09T23:34:57.209Z] [2022-03-09T23:34:57.209Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-03-09T23:34:57.209Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T23:34:57.209Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-03-09T23:34:57.209Z] [2022-03-09T23:34:57.209Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-03-09T23:34:57.209Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T23:34:57.209Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-03-09T23:34:57.209Z] [2022-03-09T23:34:57.209Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2022-03-09T23:34:57.209Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T23:34:57.209Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-03-09T23:34:57.209Z] [2022-03-09T23:34:57.209Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2022-03-09T23:34:57.209Z] check_test.go:127: unmatched requirement DaemonIsLinux [2022-03-09T23:34:57.209Z] [2022-03-09T23:34:57.209Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2022-03-09T23:34:57.209Z] check_test.go:133: unmatched requirement DaemonIsLinux [2022-03-09T23:34:57.209Z] [2022-03-09T23:34:57.209Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2022-03-09T23:34:57.209Z] check_test.go:141: unmatched requirement DaemonIsLinux [2022-03-09T23:34:57.209Z] [2022-03-09T23:34:57.209Z] DONE 1088 tests, 539 skipped in 3249.618s [2022-03-09T23:34:57.209Z] INFO: Integration tests ended at 03/09/2022 23:34:56. Duration:00:54:09.8314537 [2022-03-09T23:34:57.209Z] INFO: Docker info of the daemon under test at end of run [2022-03-09T23:34:57.209Z] [2022-03-09T23:34:57.209Z] Containers: 2 [2022-03-09T23:34:57.209Z] Running: 0 [2022-03-09T23:34:57.209Z] Paused: 0 [2022-03-09T23:34:57.209Z] Stopped: 2 [2022-03-09T23:34:57.209Z] Images: 18 [2022-03-09T23:34:57.209Z] Server Version: 0.0.0-dev [2022-03-09T23:34:57.209Z] Storage Driver: windowsfilter [2022-03-09T23:34:57.209Z] Windows: [2022-03-09T23:34:57.209Z] Logging Driver: json-file [2022-03-09T23:34:57.209Z] Plugins: [2022-03-09T23:34:57.209Z] Volume: local [2022-03-09T23:34:57.209Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-09T23:34:57.209Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-09T23:34:57.209Z] Swarm: inactive [2022-03-09T23:34:57.209Z] Default Isolation: process [2022-03-09T23:34:57.209Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2022-03-09T23:34:57.209Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2183) [2022-03-09T23:34:57.209Z] OSType: windows [2022-03-09T23:34:57.209Z] Architecture: x86_64 [2022-03-09T23:34:57.209Z] CPUs: 4 [2022-03-09T23:34:57.209Z] Total Memory: 32GiB [2022-03-09T23:34:57.209Z] Name: azwin-2-2e4960 [2022-03-09T23:34:57.209Z] ID: NBAO:5OV2:SSRC:27J2:DKJV:XS23:G2V7:46WY:HBP3:7YQB:4GJ5:3AL7 [2022-03-09T23:34:57.209Z] Docker Root Dir: D:\CI\PR-43352\2\daemon [2022-03-09T23:34:57.209Z] Debug Mode (client): false [2022-03-09T23:34:57.209Z] Debug Mode (server): true [2022-03-09T23:34:57.209Z] File Descriptors: -1 [2022-03-09T23:34:57.209Z] Goroutines: 17 [2022-03-09T23:34:57.209Z] System Time: 2022-03-09T23:34:56.8528872Z [2022-03-09T23:34:57.209Z] EventsListeners: 0 [2022-03-09T23:34:57.209Z] Registry: https://index.docker.io/v1/ [2022-03-09T23:34:57.209Z] Labels: [2022-03-09T23:34:57.209Z] Experimental: false [2022-03-09T23:34:57.209Z] Insecure Registries: [2022-03-09T23:34:57.209Z] 127.0.0.0/8 [2022-03-09T23:34:57.209Z] Live Restore Enabled: false [2022-03-09T23:34:57.209Z] [2022-03-09T23:34:57.209Z] [2022-03-09T23:34:57.209Z] INFO: Stopping daemon under test [2022-03-09T23:34:57.209Z] SUCCESS: The process with PID 1084 (child process of PID 3704) has been terminated. [2022-03-09T23:34:57.209Z] SUCCESS: The process with PID 3704 (child process of PID 4168) has been terminated. [2022-03-09T23:34:57.209Z] INFO: Stop tailing logs of the daemon under tests [2022-03-09T23:34:57.209Z] INFO: executeCI.ps1 Completed successfully at 03/09/2022 23:34:57. [2022-03-09T23:34:57.209Z] INFO: Tidying up at end of run [2022-03-09T23:34:57.209Z] INFO: Saving daemon under test log (d:\CI\PR-43352\2\dut.out) to bundles\CIDUT.out [2022-03-09T23:34:57.209Z] INFO: Saving daemon under test log (d:\CI\PR-43352\2\dut.err) to bundles\CIDUT.err [2022-03-09T23:34:57.209Z] INFO: Saving containerd logs to bundles [2022-03-09T23:34:57.209Z] INFO: Nuke-Everything... [2022-03-09T23:34:58.197Z] INFO: Container count on control daemon to delete is 2 [2022-03-09T23:34:58.197Z] b4796827ab8e [2022-03-09T23:34:58.197Z] 14cb067644f2 [2022-03-09T23:34:58.197Z] INFO: Tidying pidfile d:\CI\PR-43352\2\docker.pid [2022-03-09T23:34:58.197Z] INFO: Nuking d:\CI [2022-03-09T23:35:41.061Z] INFO: Zapped successfully [2022-03-09T23:35:41.061Z] [2022-03-09T23:35:41.061Z] INFO: executeCI.ps1 exiting at Wed Mar 9 23:35:35 CUT 2022. Duration 01:26:33.3523095 [2022-03-09T23:35:41.061Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2022-03-09T23:35:41.312Z] Recording test results [2022-03-09T23:35:48.749Z] [Checks API] No suitable checks publisher found. [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2022-03-09T23:35:50.855Z] Creating windowsRS5-integration-bundles.zip [Pipeline] archiveArtifacts [2022-03-09T23:35:52.644Z] Archiving artifacts [2022-03-09T23:36:07.148Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43352/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-03-09T23:36:08.108Z] + make clean [2022-03-09T23:36:09.676Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-03-09T23:36:09.676Z] docker-dev-cache [2022-03-09T23:36:09.676Z] 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